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
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
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
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
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
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
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