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

I'm sorry I don't use RAD at all and can't help troubleshoot it. Hopefully some community members (including the IBM/WTP folks) willing to help will chime in.

Fred


On Mon, Apr 8, 2013 at 2:29 PM, Ilko Iliev <ilkomiliev@xxxxxxxxx> wrote:
Hi Fred and thanks for your reply. I'll try to reproduce the problem with a non-maven project to see what happens in this case.
Are there some best practices for our environment reported by other users to work reliable?
We are using "Run with resources on server" because our artifact names are fully maven named and the limitation of WAS TE to deploy them. AFAIK, the other way is to name the artifacts as their corresponding RAD projects and switch back to "Run with resources in workspace". The main disadvantage is that we are not able to see at a glance the version of the artifacts.

Ilko




On Mon, Apr 8, 2013 at 1:50 PM, Fred Bricon <fbricon@xxxxxxxxx> wrote:
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

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



_______________________________________________
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