SV: Classpath and library path ERROR ??? -- PLEASE again ???

2001-06-25 Thread Magnus Rydin
Title: SV: Classpath and library path ERROR ??? -- PLEASE again ??? I guess thats orion-application.xml right? Another way would be to include the jar in the .ear file, and make one of the ejb .jar:s manifest files point it out. This is according to my interpretation of the specification,

Re: Postgresql error: NullPointerException atgetTables(DatabaseMetaData.java:1707)

2001-06-25 Thread SCOTT FARQUHAR
Can you send your datasources.xml file? Have you setup a database for orion to use? If you run postgresql with debugging turned on, can you see what SQL statements are being run? Scott [EMAIL PROTECTED] 06/25/01 02:12pm I'm having problem deploying the addressbook example on Postgresql.

Re: Newbie - using EJB and databases

2001-06-25 Thread Johan Fredriksson
Well, I only use JSP/Beans right now... And the location is pooled-location=jdbc/MyPooledDS I assume this should be sufficient if no transactions are used. However if there is a performance penalty using this pooled-location compared to ejb-location I would like to know. Johan - Original

RE: clustering + ssl together

2001-06-25 Thread elephantwalker
Greg, I am doing this now, so I will get back to the list when I am finished. This is my working plan: 1. there are two loadbalancers instances, one for http and one for https. These can be on the same machine or seperate machines. 2. the ports for your web-sites can be different from

Using EJBUserManager or DataSourceUserManager

2001-06-25 Thread Roozbeh Ghaffari
Hi! We're going to deploy a big site (with thousands of users) on Orion. In order to have such a big number of users, we have to use some security managers other than the default. I tried both EJBUserManager and DataSourceUserManager but it seems that neither of them support getUserCount() and

HELP!!!! BMP example on Orion

2001-06-25 Thread struts orion
Hi All, Please suggest me an url where can i find an example of BMP entity bean with servlet or jsp client. And steps for porting it onto orionserver1.5.2 Thanks and Regards Praveen __ Do You Yahoo!? Get personalized email addresses from Yahoo!

CMP-mapping: object properties

2001-06-25 Thread Oliver Scharrenberg
Hi! Until now I hav been quite happy developing with oc4j but this is becoming frustrating: according to orionsupport.com (http://orionsupport.com/articles/complex-or.html) the server should map CMP fields that are compound objects property by property (Strings) to db-columns if I put an

RE: Using EJBUserManager or DataSourceUserManager

2001-06-25 Thread elephantwalker
You can create a wrapper for the usermanager, as long as you implement all of the bits. There is an example on www.orionsupport.com, but it uses an internal class for the wrapper. I would suggest not planning on using the console. Its extremely unreliable. We implemented a ssl/web-based

Anyone using TogetherSoft TCC with Orion?

2001-06-25 Thread Ronald F. Lens
Hi all, Does anyone have any experience using TogetherSoft TCC v5 (or 4.x) with orion? I'm still struggling to get the deployment tool to work with orion. I got pretty close using the EJB 2.0 generic version in TogetherSoft but it doesn't provide all the bells and whistles you'd like (like hot

Re: CMP-mapping: object properties

2001-06-25 Thread Rafael Alvarez
Hello Oliver, Try deleting the orion-ejb.jar.xml in the application-deployments dir. this will force orion to copy it again. Monday, June 25, 2001, 6:55:33 AM, you wrote: OS Hi! OS Until now I hav been quite happy developing with oc4j but this is OS becoming frustrating: OS according to