1 Reply Latest reply on Nov 17, 2008 9:35 AM by maxandersen

    Development deployment, project jar not copied in EAR /lib (

    msrednsi

      Hello

      Using jboss tools 3.0Beta1, eclipse 3.4., AS 4.2.2.
      I create a simple EAR 5 project. And a new Utility project that i included in the ear. I check deploy in lib, to be shared by all modules. Also i add an external jar to the ear project, also i check to deploy in lib.

      Very easy, then if i export the project, the .ear (only a file)is created like this:
      test.ear
      ->lib->somejar.jar, utiliy.jar

      As expected.

      But if i'm developing and i deploy on the server, the exploded deployment is
      test.ear
      ->lib->somejar.jar
      utility.jar

      So the utility.jar, created from the project is not installed inside /lib. The ear is invalid!!!.

      Some ideas? It seems so silly that i can not understand why this is happening, it's a bug?

      Thanks in advance!