Re: Data type to access a datetime field in database

2000-11-27 Thread TDSlusser
Use java.sql.TimeStamp for dates times. Use java.sql.Date for just date java.sql.Time for just time. regards, Ted Slusser

specify datasource for entity bean

2000-11-15 Thread TDSlusser
Hi, I may have missed it in the docs but I can't figure out how to configure the datasource a CMP entity bean uses for persistence. I can change the orion-ejb-jar.xml file that is auto-created when the beans are deployed but how can I change it _before_ deploying the bean? Thanks, Ted Slusser

Re: help ! classpath to the shared jar files or class files

2000-11-14 Thread TDSlusser
Just put the jar file in the /lib dir where orion is installed and it will find them automatically. Regards, Ted Slusser [EMAIL PROTECTED]

client jar files

2000-11-14 Thread TDSlusser
Hi All, Thanks to those who helped me with my previous post. I have one more question. For the application to run, it is necessary to include the orion.jar file in the application classpath. This file is ~2megs. There are many classes in the orion.jar file that are not related to client RMI

Re: SQL Server - Autoincrement Primary Keys

2000-11-14 Thread TDSlusser
You might be able to do a ejbCreate with out a primary key and try to read the primary key in ejbPostCreate. Ted Slusser "Chris Miller"

Re: Communication error: ProductHome not found

2000-11-14 Thread TDSlusser
look in /path/to/orion/application-deployments/application/application-ejb.jar/orion-ejb-jar.xml file and find a tag called ejb-name. Use this value for the jndi name in your lookup function. Ted Slusser

Re: Any Open Source Java Object database

2000-11-14 Thread TDSlusser
check out cloudscape at www.informix.com Ted Slusser