RE: System Date.

2002-02-12 Thread Geoff Soutter
Title: Message I've had problems with Java timezones before. As I remember, Unix inherits timezone settings from it's environment. Did you run your java test class with the same environment as Orion (eg the same user)?   geoff -Original Message-From: [EMAIL PROTECTED] [ma

Re: Row limit for finder methods ?!

2002-02-12 Thread Fredrik Ålund
Neither is LIMIT supported by standard SQL, so it would reduce portability to use it in the generated SQL as well. /Fredrik > You could either edit the orion-ejb-jar.xml. And change the generated > SQL, but this will be overwritten next time orion is started. Another > way is to specify a f

[ANN] EAR auto-deployer

2002-02-12 Thread Olivier Refalo
Hi, I developped a simple EAR deployment tool for Orion. Just drag/drop the enterprise archive in a specific folder and it gets deployed automatically. http://www.crionics.com/projects/eclipse/orion.html Enjoy! OR PS: This is not for production use. Many improvements can be made.

RE: Cascade delete for CMP set mapping?

2002-02-12 Thread The elephantwalker
Chris,   I believe that cascade delete is fixed in the next release.   Regards,   the elephantwalker www.elephantwalker.com   -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Chris TurnerSent: Tuesday, February 12, 2002 6:34 AMTo: Orion-In

System Date.

2002-02-12 Thread Troy Gibson
Title: System Date. Having trouble with system Date. In Orion our application converts dates based on our users time zone. For some reason our application is producing incorrect date times. The same piece of code when ran on its own as a Java class produces correct time conversions. Are there

Re: Cascade delete for CMP set mapping?

2002-02-12 Thread Patrick Lightbody
Cascade deletes aren't supported in Orion (yet), but I hear they should be soon. Hang tight :)   -Pat - Original Message - From: Chris Turner To: Orion-Interest Sent: Tuesday, February 12, 2002 6:34 AM Subject: Cascade delete for CMP set mapping? Hi Everyo

Re: Row limit for finder methods ?!

2002-02-12 Thread Linus Larsen
You could either edit the orion-ejb-jar.xml. And change the generated SQL, but this will be overwritten next time orion is started. Another way is to specify a finder query in your EJBHome inteface like this: String findByRecipient_query = "Message.recipient = $1"; Collection findByRecipient(S

Re: Cascade delete for CMP set mapping?

2002-02-12 Thread Hani Suleiman
Cascade deletes are not supported currently by orion, but rumour has it that orion 1.5.4 will indeed support them. Chris Turner wrote: > Hi Everyone, > > > > I've got a CMP entity bean that manages a set of simple object via > Orion's proprietary set-mapping features. It all works fine and

Cascade delete for CMP set mapping?

2002-02-12 Thread Chris Turner
Hi Everyone,   I've got a CMP entity bean that manages a set of simple object via Orion's proprietary set-mapping features. It all works fine and the table holding the items in the set is updated and read correctly. The problem comes with deleting. If I delete the bean (by calling remove(pk

Unable to initialize SSLServerSocketFactory: Permission denied

2002-02-12 Thread BRICKER_JONATHAN_E
We have gotten this error with Orion 1.4.5 with a generated certificate and the server running as root. Error starting HTTP-Server: Unable to initialize SSLServerSocketFactory 'com.evermind.ssl.JSSESSLServerSocketFactory': Permission denied Do you have any idea what this is referring to? I can f

Row limit for finder methods ?!

2002-02-12 Thread Toni Menzel
Hi all, Is there possibility to set a maximum row count for a resultset ? Something general for the SQL Attribure "LIMIT" ?! Thanks in advance, Toni -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Im Auftrag von prasanth sb Gesendet: Sonntag, 10. Februar 2002

FOP AND ORION

2002-02-12 Thread Luis María Ruiz del Portal Lázaro
Hi all. Does anybody know how to configure ORION to run Fop. "It runs in Tomcat when i put I put xerces-1.2.3.jar, xalan-2.0.0.jar at the beginning of tomcat classpath and deleted the jaxp.jar, parser.jar from tomcat\lib directory and I put all FOP jars in lib directory under my web applica

Re: Where to put JAAS classfiles (loginmodules) when using it from a web app

2002-02-12 Thread Linus Larsen
According to the atlassian owerview over orion classloaders, it should be possible to use the Class-Path: attribute in your manifest file of your .jar file, orion should load those classes. I´ve tried but never got it to work, it seems orion ignoring the Class-Path: attribute (this works on J