Hi, I am trying to embed ODE to our infrastructure. I got some very lean(I guess) implementation from the tuscany SVN. However, whenever I tried to execute the EmbeddedODEServer.java, I stuck on this line...
"URL dbLocation = getClass().getClassLoader().getResource("jpadb");
if (dbLocation == null) {....}"
My dbLocation is always null, and I have no idea regarding jpadb or whatsoever.
Could u help me with some enlightment here?
Thanks,
Aries
