Re: where I put oracle class?

2000-04-11 Thread James Birchfield
did you try orion/lib? - Original Message - From: Tamer Americo <[EMAIL PROTECTED]> To: Orion-Interest <[EMAIL PROTECTED]> Sent: Tuesday, April 11, 2000 12:24 PM Subject: where I put oracle class? > hello people, > > I try to connect on my db server using orion but with no success. > the

Re: Orion 0.9.6 [was: Re: Error in ejbPassivate: java.lang.InternalError: Werent current caller]

2000-04-11 Thread James Birchfield
run 'java -jar autoupdate.jar' in the orion directory to update. - Original Message - From: Garret Wilson <[EMAIL PROTECTED]> To: Orion-Interest <[EMAIL PROTECTED]> Sent: Tuesday, April 11, 2000 10:51 AM Subject: Orion 0.9.6 [was: Re: Error in ejbPassivate: java.lang.InternalError: Werent

Context Problems...

2000-04-01 Thread James Birchfield
Probably a newbie question, but I am trying to access a session beean from within a web page. I want to be able to use this from any server, so I am trying to avoid using the custom EJB tag library. I have this in the top of the JSP: --

Re: null's in the auto create of an entity bean

2000-03-31 Thread James Birchfield
Never mind. I changed the databases-schemas/postgresql.xml file and took out the null="null" and changed it null="". It works, but nmot sure of the consequences... Jim James Birchfield wrote: > > When my entity bean is getting the table auto-created, I get some

null's in the auto create of an entity bean

2000-03-31 Thread James Birchfield
When my entity bean is getting the table auto-created, I get some null's showing up. I am using the example that was posted to this site a few days ago as a test. Following is what I get as an error: Auto-deploying ejb... Auto-creating table: create table Person (name char(255) not null primary