RE: URGENT: Big issues with CMP 2.x and application-client !!!!

2002-05-01 Thread Gavin Spurling
I believe it only does this on fields named "password" as this can be a reserved word in some DBs, it will do this if its autogenerating the tables for you. You can always edit the orion-ejb-jar.xml file and change the mapping to what suits you. -Original Message- From: [EMAIL PROTECTED]

Initial context problem.

2002-05-01 Thread Jesper Rasmussen
Hi all, Im trying to make an application which askes for the login and password to connect to the application deployed on 1.5.4 orion server. It works fine if i specify the correct login(admin). However if I uses some wrong cridentials(admin1) i get an exception which also is fine. HOWEVER when

Re: SOAP and Orion

2002-05-01 Thread Jon Bricker
Please forward me on to whomever solved this. I'm using orion 1.5.4 so an upgrade is out of the question. I would like to talk to someone and see how they set up orion, their application and their classpath. --- [EMAIL PROTECTED] wrote: > Hi Jon, > We had a similar sounding problem with SOAP an

Re: Initial context problem.

2002-05-01 Thread Scott Farquhar
This has been discussed many times on the mailing list. env.put("dedicated.connection","true"); Also see: http://bugzilla.orionserver.com/bugzilla/show_bug.cgi?id=738 Cheers, Scott Jesper Rasmussen wrote: > Hi all, > Im trying to make an application which askes for the login and password > to

RE: URGENT: Big issues with CMP 2.x and application-client !!!!

2002-05-01 Thread Ray Harrison
Hi For #1 below - adding the '_' for persistence names is likely due to the database schema definition in your config/database-schemas directory for your particular data source. It probably has 'password' as a disallowed field and hence will add the '_' to the field name - if you have an existing

RE: Initial context problem.

2002-05-01 Thread Alex Paransky
Not sure if the code you pasted is correct, however, you are missing a "new" keyword in front of the InitialContext(). Also, in your second try/catch block you are missing a call to new InitialContext(). I might be picky, but the source code you posted is not at all the source code that you are

Please unsubscribe me

2002-05-01 Thread Erinn Freypons
__ Get your FREE personalized e-mail at http://www.canada.com

Please Unsubscribe me

2002-05-01 Thread korosh
Please Unsubscribe me

EJB Caching

2002-05-01 Thread Derek Akers
How do I remove a particular EJB instance (SLSB) from orion's EJB cache? I acquire a handle to the EJB through: Context context = new InitialContext(); Object boundObject = context.lookup("MyEJB"); MyEJBHome myEjbh = (MyEJBHome)PortableRemoteObject.narrow(boundObject,MyEJBHome.class); MyEJBRemot

Re: how to shutdown orion app server?

2002-05-01 Thread mars
use the follow command killall -15 java   - Original Message - From: gusl To: Orion-Interest Sent: Sunday, April 28, 2002 11:25 AM Subject: how to shutdown orion app server? Hi all,     I want to know how to shutdown orion app server ??? Use kill ???(under

Unsubscription and autoreplies

2002-05-01 Thread Magnus Rydin
Please use the unsubscribe function at our site for unsubscription or send a mail to [EMAIL PROTECTED] with a body of "unsubscribe" to unsubscribe, do not bother the readers of this list with unsubscribe requests. Please turn off auto-reply functionality for messages sent from this list if you ar