autogenerated queries/finders

2001-11-27 Thread Alexandru Balut
Why Orion generates a query for findByApplication, but not for findByUsername? It would be great if Orion can autogenerate queries for findByApplicationUsername, for example. What do you say? This is from orion-ejb-jar.xml: entity-deployment name=User location=User

Problems with cluster.

2001-11-27 Thread JoseMa
Hello, I have some applications running in two Orions servers with the cluster configured. My problem is that the cluster only works for the default application and not for the others. When I use the others applications I look that the server that recieve the request send the cluster

Fw: [smq3beta] MDB

2001-11-27 Thread Renaud Bruyeron
There is a thread going on the swiftmq 3 beta mailing list about MDBs and SwiftMQ. While the resource-provider technique works for MDBs (my MDB gets the message), other folks wonder about transactions when using the technique described on the orionserver site. Does anyone know about XA

Weird Transaction Problem

2001-11-27 Thread Herman Rashid
I have this EJB transaction related problem (Orion 1.5.2, DB2 V7.1) : I have 2 EJBs: 1) UserSession (Stateless session bean) trans-attribute: Required transaction-type : Container 2) User (BMP entity bean) trans-attribute: Mandatory My client makes a call to a method in

Auto-reply: Fw: [smq3beta] MDB

2001-11-27 Thread Sam Chou
Please contact my manager Wendy Liau (650.506.8364) for any issues. Sam ---BeginMessage--- There is a thread going on the swiftmq 3 beta mailing list about MDBs and SwiftMQ. While the resource-provider technique works for MDBs (my MDB gets the message), other folks wonder about transactions

Re: redirecting console output to log file

2001-11-27 Thread Juan Fuentes
Nimmons, Buster wrote: Is there a setting anywhere to redirect the output from the console of the machine running orion to a log file. You have two possibilities: - Use the redirection: java -jar orion.jar logfile.log 21 - Check orion.jar options: java

Re: Weird Transaction Problem

2001-11-27 Thread Stephen Davidson
Herman Rashid wrote: I have this EJB transaction related problem (Orion 1.5.2, DB2 V7.1) : I have 2 EJBs: 1) UserSession (Stateless session bean) trans-attribute: Required transaction-type : Container 2) User (BMP entity bean) trans-attribute: Mandatory My

Re: OrionRemoteException: Error (de-)serializing object

2001-11-27 Thread Gordon Reynolds
Use a disconnected RowSet; that's what they were designed for. You won't have to modify your application because RowSet extends ResultSet!! - Original Message - From: Andres Garcia Hourcade To: Orion-Interest Sent: Monday, November 26, 2001 10:41 AM Subject:

Re: Weird Transaction Problem

2001-11-27 Thread Fredrik Lindgren
Herman Rashid wrote: I have this EJB transaction related problem (Orion 1.5.2, DB2 V7.1) : I have 2 EJBs: 1) UserSession (Stateless session bean) trans-attribute: Required transaction-type : Container 2) User (BMP entity bean) trans-attribute: Mandatory My

User Threads

2001-11-27 Thread Namor Taror
Anybody knows if user threaded application is portable to other application servers. Orion requires a specific parameter -userThreads to be passed in the command line. I know that weblogic could not handle user threads in its previous versions. I don't have any experience with other server.

RE: redirecting console output to log file

2001-11-27 Thread YiYi Mao
java -jar orion.jar -? will give you the usage info. including writing output to log instead of console -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Nimmons, Buster Sent: Tuesday, November 27, 2001 7:21 AM To: Orion-Interest Subject: redirecting

FW: [JBoss-user] Redux of Performance Issues

2001-11-27 Thread geoff
Wow. I know people have complained about this list being a little slow, but if this is what I get from the lead developer of JBoss on how to fix up JBoss performance to compare to Orion's, then ... well ... perhaps I should be spending more time on this list. I'm a little disappointed. I have

Re: FW: [JBoss-user] Redux of Performance Issues

2001-11-27 Thread Ray Harrison
I've been working with the swiftmq beta release (with Orion) and I have noticed that Marc Fleury has also spread his charm to the folks over on that list. The developers at Swiftmq have essentially been told to piss off by JBoss (I assume by Marc, since the tone is the same). --- [EMAIL

RE: FW: [JBoss-user] Redux of Performance Issues

2001-11-27 Thread Nathan Phelps
Amazing! It would be one thing if this Geoffrey guy was being a jerk, but my reading of his message indicates that he approached the problem very sensitively. This coupled with Andreas' (from SwiftMQ) comment about his similar response from the JBoss folks make me think that maybe they've

Debugging JSP

2001-11-27 Thread Herman Rashid
Hi all, How do you debug jsp using Orion ? I have managed to get debugging going for servlets/ejb, but not JSP since I don't know the internal of Orion's JSP.. All help appreciated. __ Do You Yahoo!? Yahoo! GeoCities - quick and easy web site

Attaching a Web App to root context

2001-11-27 Thread Herman Rashid
Hi everyone, I am trying to attach my own web application to the root context, ie I want to access my web application like this: http://myserver/myindex.html instead of: http://myserver/myapp/myindex.html which has been shown in the examples. So far I have achieved this by changing this

Re: FW: [JBoss-user] Redux of Performance Issues

2001-11-27 Thread Tim Endres
Sounds to me like the lead developer of JBoss is a fifteen year old kid who is too busy watching MTV to bother with a serious reply to your posting. tim. Wow. I know people have complained about this list being a little slow, but if this is what I get from the lead developer of JBoss on how