> Yes, I tried that already as well. I tested the correctness > of the files too, > and Netbeans seemed to think they were OK, so now, I don't > really know where > to go apart from trying to debug it.
Another way that works fine for me is to set an environment entry in my EJBs. I'm using XDoclet so my EJBs start something like this: /** * @ejb:env-entry * name="ojb.repository" * type="java.lang.String" * value="../server/default/db/myappl/repository.xml" This Path is relativ to the JBOSS_HOME directory Thimo -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
