Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] WebSphere 8.5 TE within RAD 8.5 with "Run server with resources on server" deployment troubles after pom-Version update

m2e-wtp is only responsible for telling WTP what to deploy.
Each vendor ( IBM, JBoss,...) provides implementations of WTP's server adapter. 
Those server adapters are responsible for the actual deployment of your workspace projects.

My gut feeling is either WTP itself or the WAS adapter don't detect the change deltas properly, messing up with your deployment.

I suggest you contact IBM to try to find a solution to your issue.

I doubt it'll help much, but you should try using the latest versions of m2e (1.3) and m2e-wtp (0.17.0).

Fred



On Mon, Apr 8, 2013 at 12:35 PM, Ilko Iliev <ilkomiliev@xxxxxxxxx> wrote:
Hi,

each time we change the pom-Versions in our projects we are fighting with the WAS TE 8.5 to get the deployed JEE apps really updated. Sometimes the changes are completely ignored, causing the deplyoed app to reference the old versions, sometimes both copies are present in the deployment dir, but the newer are expanded and as it seems won't be picked. Sometimes Publish / Clean helps, sometimes the only help is to remove the app from the server and add it again with starts / stops of the server in between. Is this a known issue with WAS TE (if so can someone provide me the IBM support link please) or m2e-wtp? We need some way leading to consistent refresh of the apps in this case. I've read somewhere about "m2e dance" or similar - that's exactly our case at the moment.
We are here at RAD 8.5.0 and WAS 8.5.0 on Windows 7 / 64 bit with m2e 1.2.0 and m2e-wtp 0.16

TIA,
Ilko



_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users




--
"Have you tried turning it off and on again" - The IT Crowd

Back to the top