RE: How does ODMG work?

2003-12-09 Thread Jewett, Diane C
So does it mean that it is no different then: select * from Product -Original Message- From: Thomas Mahler [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 09, 2003 2:13 AM To: OJB Users List Subject: Re: How does ODMG work? Hi diane, Jewett, Diane C wrote: I'm going through

How does ODMG work?

2003-12-08 Thread Jewett, Diane C
I'm going through tutorial2(ODMG) and with the following: // 3. set the OQL select statement query.create(select allproducts from + Product.class.getName()); Where does allproducts get defined?

j2ee.jar not loaded

2003-12-04 Thread Jewett, Diane C
I added the j2ee.jar and other ojb jars in the WEB-INF/lib dir and got: INFO: Initializing, config='org.apache.webapp.admin.ApplicationResources', retur nNull=true WebappClassLoader: validateJarFile(C:\jakarta-tomcat-4.1.27\webapps\storefront\W EB-INF\lib\j2ee.jar) - jar not loaded. See Servlet

RE: Druid Working, More Info on How To

2003-11-18 Thread Jewett, Diane C
On the Apache OJB tab, What is package and class? -Original Message- From: Robert S. Sfeir [mailto:[EMAIL PROTECTED] Sent: Monday, November 17, 2003 11:48 AM To: OJB Users List Subject: Druid Working, More Info on How To -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've figured out

OReilly - Programming Jakarta Struts

2003-11-15 Thread Jewett, Diane C
I tried taking this example and creating a MySQL 4.0 database and configuring the storefront to run with this database. I am also using the caucho driver. repository.xml: JdbcConnectionDescriptor id=default dbms.nameMySQL/dbms.name jdbc.level1.0/jdbc.level

Storefront app and mysql 4.0

2003-11-14 Thread Jewett, Diane C
I am trying to get the storefront app from Struts Programing (Oreilly) working with a MySQL 4.0 database and caucho driver and OJB. Has any tried this? My repository.xml: JdbcConnectionDescriptor id=default dbms.nameMySQL/dbms.name jdbc.level2.0/jdbc.level