Hi, 

I have two applications bundled up in different war files. Each application uses OJB. 
After deployment to jboss, running the first application is fine. When running the 
second application, there is always a runtime error. 

Each war has a repository.xml file with the <jdbc-connection-descriptor/> tag complete 
with the required database info. I've tried altering my PBKey in each application to 
something like:

//Application A
PBKey pbKey = new PBKey("repository_A.xml");

//Application B
PBKey pbKey = new PBKey("repository_B.xml");


and it still doesn't work. I'm using OJB 0.9.6.

How should my repository.xml files be set up as both war files will be deployed under 
a single jboss instance. How should my PBKey's be defined? 

thanks,
Eric

__________________________________________________________________
Introducing the New Netscape Internet Service. 
Only $9.95 a month -- Sign up today at http://isp.netscape.com/register

Netscape. Just the Net You Need. 

New! Netscape Toolbar for Internet Explorer
Search from anywhere on the Web and block those annoying pop-ups.
Download now at http://channels.netscape.com/ns/search/install.jsp

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to