2014-10-17 9:01 GMT+02:00 tcollignon <[email protected]>: > Ok I see > > - Is that modification is in your roadMap? Or can you guide me to propose > this ?
Before you ask it was not under the radar. If you want to try a fix it should be easy, here the pointers. We extract the info from http://svn.apache.org/repos/asf/tomee/tomee/trunk/container/openejb-core/src/main/java/org/apache/openejb/config/QuickContextXmlParser.java and to get catalina_home/base you use SystemInstance.get().getBase/Home(). So you just need to check other files are present and if so read them as well. I'd do it in org.apache.openejb.config.QuickContextXmlParser#parse. > - m2e-webby is in eclipse, do you think use tomee:embedded maven goal in > eclipse to ? Or you think use in other part ? > we didn't plan eclipse an integration yet (actually eclipse should drive it IMHO) > > > > -- > View this message in context: > http://tomee-openejb.979440.n4.nabble.com/Classpath-discovery-in-REST-annotations-with-virtual-classpath-tp4672309p4672368.html > Sent from the TomEE Dev mailing list archive at Nabble.com.
