Sure, I'll give a crack at it. Any other classes I should look at?
David Blevins wrote: > > > On Dec 10, 2009, at 11:15 PM, tbush wrote: > >> I'm working on using openejb to unit test an older application which >> is >> currently deployed to JBoss. Can OpenEBJ read and process the >> jbosscmp-jdbc.xml? I found >> org.apache.openejb.jee.jba.cmp.JbosscmpJdbc in >> the 3.1.2 codebase; but I haven't see how to configure OpenEJB to >> read the >> xml. > > We do for the GlassFish descriptors, and would like to for the JBoss > stuff as well. We have the JAXB tree in there to read the descriptor, > but don't have any conversion code in there yet. I'm not aware of > anyone working on it at the moment. It may have even been me who > added that jaxb tree, but it's been a while and I don't recall - I > added a bunch of JAXB trees when we did the GlassFish specific work. > > If you wanted to do some work here, we would *love* it. Doesn't have > to be complete. Here's the GlassFish converter which you could copy > from: > > http://svn.apache.org/repos/asf/openejb/trunk/openejb3/container/openejb-core/src/main/java/org/apache/openejb/config/SunConversion.java > > -David > > > -- View this message in context: http://old.nabble.com/jbosscmp-tp26735489p26744176.html Sent from the OpenEJB User mailing list archive at Nabble.com.
