RE: orion & DB2

2001-10-23 Thread Josh P. Motto
I am also having great difficulty using the orion-generated finders (findByXXX) with DB2... and I create the tables myself through the DB2 SQL tool on NT. I have not found a solution, hopefully we can discover the problem here! Josh Motto -Original Message- From: [EMAIL PROTECTED] [mail

RE: Orion Performance Tuning

2001-07-25 Thread Josh P. Motto
Hello, I also found setting the Min and Max JVM memory settings (–xmsM and xmxM) greatly improved performance. Here is another JVM trick I used that also helped - set the NEW GENERATION memory allocation higher... the switch is -xmnM . This helps tune the JVM garbage collection and sc

Re: Tracing SQL

2001-05-29 Thread Josh P. Motto
 Here is the JDBC debugging calls for Orion... just put them in your orion start statement using -D... for example "java -Ddatasource.verbose -Djdbc.debug -jar orion.jar" Property name Description datasource.verbose Setting this to true gives you verbose info on datasource-creation. When a new

Re: Is EJBMaker Worth it?

2001-04-20 Thread Josh P. Motto
I had the same experience as you - so I copy-and-paste everything right into the DD... it's a lot faster for me than trying to figure out what the GUI tool is doing to my files... --- Joe Fair <[EMAIL PROTECTED]> wrote: > I've been working with EJBMaker for several > hours now, > and I can't help

HOW TO SETUP ORION TO DYNAMICALLY LOAD CLASSES VIA RMI/JNDI

2001-04-10 Thread Josh P Motto
Hello, Any thoughts on the following would be GREATLY APPRECIATED! I have an Orion EJB/Servlet/JSP application I am attempting to configure to run on several different machines. Each machine will perform a different function: Machine 1 = Orion Web container for Servlets/JSP Machine 2 = Orion E

REFERENCE WAR CLASSES FROM EJB-JAR FILES

2001-03-17 Thread Josh P Motto
Hello, Can anyone help me with this quick question? I developed several javabeans (not ejb) that I use to pass data to and from my EJBs from servlets and Custom Tag Libraries... IE address.java contains the standard address address fields like street city, etc. I store these "pass by value" regu

REFERENCE WAR CLASSES FROM EJB-JAR FILES

2001-03-17 Thread Josh P Motto
Hello, Can anyone help me with this quick question? I developed several javabeans (not ejb) that I use to pass data to and from my EJBs from servlets and Custom Tag Libraries... IE address.java contains the standard address address fields like street city, etc. I store these "pass by value" regu