RE: Orion and Oracle 8

2000-02-25 Thread Jan Hendrickx
OLAV add th" line schema = ... racle.xml to make Orion use the schema data-source name="Default data-source" class="com.evermind.sql.ConnectionDataSource" location="jdbc/DefaultDS" pooled-location="jdbc/DefaultPooledDS"

SV: java.lang.NullPointerException

2000-02-25 Thread Jonas Larsson
Hmm... I've run in to a similar problem when I was using Orion 0.9.1b without a web-site setup and only as an EJB container, but in my case I got several NullPointerException's one thrown every second (about). Perhaps it has something to do with a timed check of changes in the servlet classes and

Warnings with MySql database

2000-02-25 Thread Juha Lehtonen
I hava been getting the following warning when using Mysql, OrionServer and Entity beans. Can I get rid of it? *** WARNING: DATABASE SET AUTO-COMMIT CALL FAILED, THIS DATABASE IS NOT TRANSACT IONAL (AND HENCE UNSECURE): Cannot disable AUTO_COMMIT *** Juha Lehtonen

RE: Resource refs are not usable in Orion?

2000-02-25 Thread Magnus Rydin
Gal, how you specify resource refs is in the docs for the ejb-jar.xml file. For your EJB, specify: resource-ref descriptionA short description/description res-ref-namename/res-ref-name res-typejavax.sql.DataSource/res-type res-authApplication/Container/res-auth /resource-ref

Refreshing a BMP EJB from the database ??

2000-02-25 Thread Elliot, David (NOW)
Hi all, Is there a way to instruct the Orion container to reload a bean instance without waiting for it to passivate and reactivate ?? Or has anybody found a configuration setting whereby the passivatoin timeout can be lowered for the Orion container ?? We have a situation where the database

Debugging of EJBs

2000-02-25 Thread ERROR
Hi People, Weblogic allows debugging with an IDE. Has anyone had any success debugging with Orion? (I use Visual Age). I basically need to execute the ApplicationServer class from the IDE; I can then breakpoint the external compiled class and take it from there. Cheers, Simon

RE: Resource refs are not usable in Orion?

2000-02-25 Thread Shachor Gal
The problem is not in how I specify stuff in the ejb-jar.xml, it is how do I tell Orion that the named resource is bound to a data source that was configured in data-sources.xml. Doing that is Orion specific and does not described anywhere. Gal Shachor On Fri, 25 Feb 2000, Magnus Rydin

Orion EJB questions

2000-02-25 Thread Jay Jayaprasad
I have a couple of questions on the EJB implementation in Orion. Any answers would be much appreciated. * Is there a way to specify how many instances of an entity bean to cache? This would avoid the need to constantly go back to the backend db and create new instances of an entity bean.

RE: User Authentication and Session Beans

2000-02-25 Thread Jeremy Pierson
I tried parameter but got the same error: "Unknown user-manager subtag: paramter". I am running 0.9.1b - maybe that's the problem. How can I download a newer beta? (i.e. 9.1g/ 9.2, etc?) After looking into the news application, I see how to get orion to read the form page, and that part is

Update: errors starting orion

2000-02-25 Thread Aaron Brashears
Just so everyone knows, the SIGSEGV segmentation violation doesn't seem to be a problem with orion. I tried to start jakarta 3.1 (which worked a few days ago) and I got the same SIGSEGV error. So, I decided to debug jakarta (I just love open source) but quickly found that my entire java

UserManager Configuration?

2000-02-25 Thread Jeremy Pierson
Noah, Thanks for your help. But I'm still missing something, apparently... Here's what I've got: orion-application.xml: user-manager class="com.evermind.sql.DataSourceUserManager" property name="dataSource" value="jdbc/DefaultNonCPE"/ property