what's the name of you jar? openejb-xxx? btw using an uber jar is not a so great idea since the whole jar will be scanned. You can use scan.xml (in META-INF) to limit it Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau
2014/1/23 mrLittle <mrlittl...@gmail.com>: > Yes, I've created a uber executable jar using maven plugin. > By removing the MANIFEST file and running my main class through an IDE the > application works correctly (I can look up using "java:global/trunk"), but > without it I'm not able to run my app from command line. > > I'm sorry I didn't get the "scanning" part. > > Thank you. > > > > -- > View this message in context: > http://openejb.979440.n4.nabble.com/Jndi-Lookup-problems-using-MANIFEST-file-tp4667265p4667273.html > Sent from the OpenEJB User mailing list archive at Nabble.com.