RE: Cocoon and Oracle

2004-08-11 Thread Schultz, Gary - COMM
-1283 -Original Message- From: Ugo Cei [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 11, 2004 2:11 PM To: [EMAIL PROTECTED] Subject: Re: Cocoon and Oracle Il giorno 11/ago/04, alle 19:59, Schultz, Gary - COMM ha scritto: > Has anyone gotten Cocoon to work with Oracle through

Re: Cocoon and Oracle

2004-08-11 Thread Ugo Cei
Il giorno 11/ago/04, alle 19:59, Schultz, Gary - COMM ha scritto: Has anyone gotten Cocoon to work with Oracle through the jdbc connection? If so, did you use any special environmental variable settings? Anything different with placement of classes12.jar? Anything special to cocoon.xconf, web.xml

RE: Cocoon and Oracle

2004-08-11 Thread Schultz, Gary - COMM
8-266-1283 -Original Message- From: Edward Rayl [mailto:[EMAIL PROTECTED] Sent: Monday, August 09, 2004 8:47 PM To: [EMAIL PROTECTED] Subject: Re: Cocoon and Oracle Schultz, Gary - COMM wrote: I would like to thank all who have responded to my inquiry. Here is some additional information.

RE: [cocoon] RE: Cocoon and Oracle

2004-08-09 Thread Ernesto Echeverría
river José Ernesto Echeverría -Original Message- From: Schultz, Gary - COMM [mailto:[EMAIL PROTECTED] Sent: Lunes, 09 de Agosto de 2004 10:49 a.m. To: '[EMAIL PROTECTED]' Subject: [cocoon] RE: Cocoon and Oracle We run Oracle 8i. I renamed classes12.zip to classes12.jar. Check

Re: Cocoon and Oracle

2004-08-09 Thread Edward Rayl
Technical Administrator / GIS Coordinator Wisconsin Department of Commerce 6th Floor P.O. Box 7970 Madison, WI 1-608-266-1283 -Original Message- From: Ugo Cei [mailto:[EMAIL PROTECTED]] Sent: Monday, August 09, 2004 12:05 PM To: [EMAIL PROTECTED] Subject: Re: Cocoon and Oracle Il giorno 09/ago/0

Re: Cocoon and Oracle

2004-08-09 Thread Ugo Cei
Il giorno 09/ago/04, alle 22:04, Schultz, Gary - COMM ha scritto: Could it be related to the location of the jdbc? I've tried with classes12.jar in Cocoon web-inf/lib folder, in Tomcat Common/lib folder and in the classpath. No. If Cocoon couldn't load the JDBC driver it would complain loudly abo

RE: Cocoon and Oracle

2004-08-09 Thread Schultz, Gary - COMM
Wisconsin Department of Commerce 6th Floor P.O. Box 7970 Madison, WI 1-608-266-1283 -Original Message- From: Ugo Cei [mailto:[EMAIL PROTECTED] Sent: Monday, August 09, 2004 12:05 PM To: [EMAIL PROTECTED] Subject: Re: Cocoon and Oracle Il giorno 09/ago/04, alle 18:49, Schultz, Gary - COMM

Re: Cocoon and Oracle

2004-08-09 Thread Ugo Cei
Il giorno 09/ago/04, alle 18:49, Schultz, Gary - COMM ha scritto: Is there a simple way I can check to make sure the Cocoon - Oracle connection is working? How is your connection defined in cocoon.xconf? Your JDBC URL should be something like: jdbc:oracle:thin:@:: If it is, try to do a "telnet "

RE: Cocoon and Oracle

2004-08-09 Thread Schultz, Gary - COMM
EMAIL PROTECTED] Subject: Re: Cocoon and Oracle Schultz, Gary - COMM wrote: > Section 1.5 Comments from the readers, there is a comment at the bottom that > mentions the need for a jar file instead of classes12.zip. What would be the > name for this jar file? Can I simply expand the zi

RE: Cocoon and Oracle

2004-08-09 Thread Jeff Jones
IL PROTECTED]> <[EMAIL PROTECTED]cc:

Re: Cocoon and Oracle

2004-08-09 Thread Ugo Cei
Schultz, Gary - COMM wrote: Section 1.5 Comments from the readers, there is a comment at the bottom that mentions the need for a jar file instead of classes12.zip. What would be the name for this jar file? Can I simply expand the zip and use it's contents to create the jar, or do I need to build th

RE: Cocoon and Oracle

2004-08-09 Thread Schultz, Gary - COMM
inistrator? I'll probably have more questions as I work on this. Thanks to those who responded to this inquiry. -Original Message- From: Dylan Proulx [mailto:[EMAIL PROTECTED] Sent: Friday, August 06, 2004 6:52 PM To: [EMAIL PROTECTED] Subject: Re: Cocoon and Oracle On Fri, 2004-08-06 at

Re: Cocoon and Oracle

2004-08-09 Thread taabpr
The only special issue with Oracle is to configure JDBC driver to database :) The rest is to learn the Cocoon. What I propose is to read everything in 'User documentation', even though in the beginning you don't need 80 % of functionality. Cocoon framework is so unique and powerfull that it is v

Re: Cocoon and Oracle

2004-08-06 Thread Dylan Proulx
On Fri, 2004-08-06 at 14:01, Schultz, Gary - COMM wrote: > ...Problem is, I can't seem to > find resources to cover everything I need to learn on Cocoon and databases. > > Where are the best resources to learn about working with Cocoon and > databases. I've looked at a great deal of documentation

Re: Cocoon and Oracle

2004-08-06 Thread Calum Miller
If you are using oracle 10 with OC4J then I reckon the best approach is to keep the business logic in PL/SQL stored procs and create for them web-services via Jdeveloper; this is a point and click process. Once you have a web-services interface then you can the stored procs directly from the coco

Re: Cocoon and Oracle

2004-08-06 Thread birdy
I think I have been round this loop but with mysql. As my simple needs increased so my approach changed. If you invest the time to learn hibernate www.hibernate.org you will unlock a powerfull mechanism to be able to access a database through beans. Once you have a bean you can easly integrate th