Re: Default user name and password? (Newbie)

2000-09-07 Thread Vincent Serpico
Richard Landon wrote: > What are the user name and password that Orion uses by default. > For example I am attempting to run admin.jar -deploy ... and it reports > > java -jar admin.jar ormi://blazer.youbet.com -deploy -file > c:/ElectronicWagerin/build/lib/ewager.ear -deploymentName ewager > Sec

Re: Orion Newbie Question: Deploytool like UI and such

2000-09-07 Thread Vincent Serpico
Richard Landon wrote: > We have been doing some J2EE development using the J2EE RI. > Is there an equivalent to deploytool for Orion. > How do I programmatically deploy an application. > Currently we use an ant task to execute deploytool appropriately for the > J2EE RI. > > Any guidance is apprec

Re: User name and password (Newbie)

2000-09-07 Thread Vincent Serpico
Richard Landon wrote: > Many of the Orion related commands require the and > So what are they? > > Simply installed the default, no changes. It prompts for these and > refuses to execute anything. > > Please help. orion/config/principals.xml they are all "deactivated" by default. -serpico

Re: Mapping CMP Entity bean fields to an existing database table

2000-09-07 Thread Vincent Serpico
would be better to have it in the application source-metainf directory and have orion pick it up from there. Is there any way out?   Dave Smith <[EMAIL PROTECTED]> wrote: Modify the orion-ejb-jar.xml file: find the entity bean in question and change the table attribute for the bean. e.g. V

Re: about orion-ejb-jar.xml

2000-09-07 Thread Vincent Serpico
cuenot jerome wrote: > Hello all, > > how can I force the file orion-ejb-jar.xml into the deployment phase of > Orion Server? > Where can I put it into the jar file? > > Jerome. Put uder the directory /orion in your jar. If Orion sees it and uses it, you'll get the following message on deploymen

Re: Mapping CMP Entity bean fields to an existing database table

2000-09-06 Thread Vincent Serpico
"Tilchen, Matt" wrote:   Hello all, I have deployed a few CMP entity beans to orion and have noticed how it autocreates tables by default. I understand that you can turn this feature off, but I would actually like to specify fields in tables that already exist in my database for Orio

Re: CMP finder method - findBySomeProperty

2000-08-31 Thread Vincent Serpico
Stanislav Maximov wrote: > Hello, > > maybe I've missed something, but I thought if I'll implement > findBy method, Orion will create proper finder method which > will query the table for this value. But when I opened my > orion-ejb-jar.xml I saw that my findBy query is equal to > findAll method

Re: How to handle scheduled tasks?

2000-08-25 Thread Vincent Serpico
Jason von Nieda wrote: > I am trying to decide how I should handle scheduled tasks in my > applications under Orion. I have to do things like send out montly > e-mails to registered users, expire old content every 90 days and such. > I originally did this as a servlet that created a Thread but I