Community
Participate
Working Groups
Build Identifier: 20100218-1602 We got a multi project Maven web project that is deployed as an ear on a JBoss AS 5.1 in the internal server view. The required libraries are copied to the .ear/lib folder as expected. With Maven and a manual deploy on the server everything is fine, even if we build it by m2eclipse in Eclipse. But if we deploy the exploded ear file by the internal server view, some of the deployed libraries are not in the .ear/lib folder but in some nested lib folders like .ear/lib/lib/lib/ created by Eclipse or whatever. The workaround is to change the classpath of the launch configuration of the JBoss and to add the libraries located in the nested lib/lib/lib folder as User Entries for startup. Reproducible: Always
Created attachment 168871 [details] img of nested lib folders
Bjoern, guessing from your Build Identifier, I am assuming that this is with Galileo SR2, which corresponds to WTP 3.1.2 Assigning to Rob for initial investigation.
Hi Bjeorn: Can you tell me if you're using the WTP-provided "JBoss" server adapter? Or are you using JBossTools? If you are using JBossTools odds are this may be a JBossTools bug.
(In reply to comment #3) > Hi Bjeorn: > > Can you tell me if you're using the WTP-provided "JBoss" server adapter? Or are > you using JBossTools? > > If you are using JBossTools odds are this may be a JBossTools bug. Hi Rob, you're right, we're using JBossTools. I'll ask the guys of JBoss, if there's a solution. Sorry for the trouble and thx for your efforts.
This is not a bug in any eclipse code.