Re: Where is orion-application.xml?

2002-01-25 Thread Petr Podsednik

ORION-DIR/application-deployments/your-application/orion-application.xml

- Original Message - 
From: Chris Boz Jennings [EMAIL PROTECTED]
To: Orion-Interest [EMAIL PROTECTED]
Sent: Friday, January 25, 2002 4:53 AM
Subject: Where is orion-application.xml?


 I've got Orion working fine on Mac OS X  but am having trouble getting 
 the examples to work. The ejb examples deployed without complaint but 
 the docs say to add
 
 user-manager class=com.evermind.ejb.EJBUserManager
 property name=home value=com.evermind.ejb.EJBUser /
 property name=defaultGroups value=users /
 /user-manager
 
 ... to META-INF/orion-application.xml but there is no such file anywhere 
 in the orion tree. Any insight would be great.
 
 ,boz
 





Re: Where is orion-application.xml?

2002-01-25 Thread Boz

Thanks for the feedback. I now see that orion-application.xml got 
auto-generated when I ran the client the first time. Duh!

I was still unable to connect until I changed the password for my admin 
in orion-root/demo/ejb/product/jndi.properties -- This should be in 
the example install instructions. I had to search the archives to figure 
it out.

Better yet, the docs should allow user comments ala slashdot.

Thanks again,
,boz

On Friday, January 25, 2002, at 01:02 AM, Petr Podsednik wrote:

 ORION-DIR/application-deployments/your-
 application/orion-application.xml

 - Original Message -
 From: Chris Boz Jennings [EMAIL PROTECTED]
 To: Orion-Interest [EMAIL PROTECTED]
 Sent: Friday, January 25, 2002 4:53 AM
 Subject: Where is orion-application.xml?


 I've got Orion working fine on Mac OS X  but am having trouble getting
 the examples to work. The ejb examples deployed without complaint but
 the docs say to add

 user-manager class=com.evermind.ejb.EJBUserManager
 property name=home value=com.evermind.ejb.EJBUser /
 property name=defaultGroups value=users /
 /user-manager

 ... to META-INF/orion-application.xml but there is no such file 
 anywhere
 in the orion tree. Any insight would be great.

 ,boz








RE: Where is orion-application.xml?

2002-01-25 Thread Daniel Rolnick

However, you should really be placing this file in your EAR's META-INF
directory.  It will automatically be copied to the
application-depoyments directory upon new deployments.  Anytime you make
changes to this file in the ear you will need to delete the whole
application-depoyments/your-application directory.  

Daniel

-Original Message-
From: Petr Podsednik [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 25, 2002 1:03 AM
To: Orion-Interest
Subject: Re: Where is orion-application.xml?


ORION-DIR/application-deployments/your-application/orion-application
.xml

- Original Message - 
From: Chris Boz Jennings [EMAIL PROTECTED]
To: Orion-Interest [EMAIL PROTECTED]
Sent: Friday, January 25, 2002 4:53 AM
Subject: Where is orion-application.xml?


 I've got Orion working fine on Mac OS X  but am having trouble getting

 the examples to work. The ejb examples deployed without complaint but 
 the docs say to add
 
 user-manager class=com.evermind.ejb.EJBUserManager
 property name=home value=com.evermind.ejb.EJBUser /
 property name=defaultGroups value=users /
 /user-manager
 
 ... to META-INF/orion-application.xml but there is no such file
anywhere 
 in the orion tree. Any insight would be great.
 
 ,boz
 






Re: Where is orion-application.xml?

2002-01-25 Thread Scott Farquhar

Chris,

You can leave annotations on the Atlassian knowledge base.

http://kb.atlassian.com/content/orion/docs/examples/ejb.html

Cheers,
Scott

-- 
Scott Farquhar :: [EMAIL PROTECTED]

Atlassian :: http://www.atlassian.com
  Supporting YOUR J2EE World


Chris Boz Jennings wrote:

 Thanks for the feedback. I now see that orion-application.xml got 
 auto-generated when I ran the client the first time. Duh!
 
 I was still unable to connect until I changed the password for my admin 
 in orion-root/demo/ejb/product/jndi.properties -- This should be in 
 the example install instructions. I had to search the archives to figure 
 it out.
 
 Better yet, the docs should allow user comments ala slashdot.
 
 Thanks again,
 ,boz
 
 On Friday, January 25, 2002, at 01:02 AM, Petr Podsednik wrote:
 
 ORION-DIR/application-deployments/your-
 application/orion-application.xml

 - Original Message -
 From: Chris Boz Jennings [EMAIL PROTECTED]
 To: Orion-Interest [EMAIL PROTECTED]
 Sent: Friday, January 25, 2002 4:53 AM
 Subject: Where is orion-application.xml?


 I've got Orion working fine on Mac OS X  but am having trouble getting
 the examples to work. The ejb examples deployed without complaint but
 the docs say to add

 user-manager class=com.evermind.ejb.EJBUserManager
 property name=home value=com.evermind.ejb.EJBUser /
 property name=defaultGroups value=users /
 /user-manager

 ... to META-INF/orion-application.xml but there is no such file anywhere
 in the orion tree. Any insight would be great.

 ,boz