I'm a begginer, and I thought making a "svn update" and then "mvn install" in the ode trunk, I was getting the last build. But seems that was not correct at all, because I was using a deprecated ApacheOde JBI Component.
Now, after uncomment the lines: ode-jbi.db.emb.name=hibdb ode-jbi.dao.factory=org.apache.ode.daohib.bpel.BpelDAOConnectionFactoryImpl in ode-jbi.properties, it works ok. NOTE: In the build process, I had to comment the line "import org.apache.ode.utils.DOMUtilsTest;" in /jbi/src/main/java/org/apache/ode/jbi/msgmap/BaseXmlMapper.java Thanks Alex Boisvert wrote: > > On 2/26/07, Alex Boisvert <[EMAIL PROTECTED]> wrote: >> >> On 2/26/07, Manu Lopez <[EMAIL PROTECTED]> wrote: >> > >> > Hello, I'm testing JBI examples included in ODE distro-jbi, but I'm >> > getting exactly same errors posted in a previous message >> > >> > >> > >> http://mail-archives.apache.org/mod_mbox/incubator-ode-dev/200609.mbox/[EMAIL >> PROTECTED] >> >> >> I followed these exact steps using the current Ode trunk and HelloWorld2 >> works just fine on my machine. >> >> Can you provide more information on what goes wrong for you? >> > > > Just to make sure, you need to use the Hibernate persistence layer for > this > to work. Basically, setting the following properties in > ode-jbi.properites: > > ode-jbi.db.emb.name=hibdb > ode-jbi.dao.factory=org.apache.ode.daohib.bpel.BpelDAOConnectionFactoryImpl > > (The OpenJPA persistence layer is still broken) > > alex > > -- View this message in context: http://www.nabble.com/SM-581-and-ODE-43-Issues-tf3294525.html#a9178064 Sent from the Apache Ode User mailing list archive at Nabble.com.