Hi,

I am not sure if this is the correct mailing list to post this query. But 
currently I trying to find the solution of a problem which could be 
addressed in maven. 
I have ejb3 applciation which I am running on Jboss 4.0.5GA. My 
application structure looks pretty simple.

myApp
|
|_target
|_src
     |_test 
     |_ main
             |
             |_java
             |
             |_resources
                        |_log4j.properties
                |_META-INF
                        |
                        |_jboss.xml
                        |_persistence.xml


When I run maven to package the jar file it puts the jboss.xml and 
persistence.xml in meta-inf (lower case) folder. The application deploys 
perfectly in Jboss running on Windows as well as Unix, but does not behave 
the same way. (I checked in JMX console)

I have an annotation 
@EJB AmendmentsService amendmentsBean in one of the MDB. When I run it on 
Windows this DI works perfect, but fails on Unix (The bean does not get 
instantiated). Is it because of the case change of the meta-inf folder in 
the jar file..

If anyone has come across similar problem or have a solution for this, 
please respond.

Thanks.
This e-mail is subject to a disclaimer, available at
http://www.rmb.co.za/web/elements.nsf/online/disclaimer-communications.html

Reply via email to