Re: J2EE Datasources

2002-06-27 Thread Russell Castagnaro
Hello Joshua, You might try looking up: myhms-datasource or jdbc/myhms-datasource instead of jdbc/MysqlDS The documentation from Orion should help you on this. I know I did the same thing using weblogic, but it took a couple of tries to get it to work. Also keep in mind that datasources

Re[2]: Does anyone remember cocoon 1.8?

2002-06-27 Thread Russell Castagnaro
Hello Paul, I love cocoon 1.82 and still use it in production systems. It was incredibly simple and flexible. the error you are getting was pretty standard. you need to I found the easiest way to deal with it was to change the resource url to a file or http

Re[2]: clob-esql-xml

2002-04-26 Thread Russell Castagnaro
Aloha, I added clob support to the esql stylesheet, but don't know if anyone added it to the release. I've attached it to this message, this allows you to use get-xml with clobs. Thursday, April 25, 2002, 8:34:56 AM, you wrote: SS The only tag that supports clobs is esql:get-ascii/. Try

Re[2]: Cocoon 1.82 + CLOBs + Oracle + esql

2002-04-07 Thread Russell Castagnaro
Hello Andreas, We are using the Oracle CLOBs because we can also use Oracle Text (Intermedia) to do xpath type searches in the XML data it contains. However, I can absolutely see a benefit to compressing the data in many cases. Open Source WOO WOO! Thursday, April 4, 2002, 10:58:22 PM, you

Cocoon 1.82 + CLOBs + Oracle + esql

2002-04-04 Thread Russell Castagnaro
Aloha cocoon-users, I've had a hell of a time getting cocoon 1.82 and the esql taglib to pull XML data stored in CLOB fields from Oracle 8.1.7 (using the thin Oracle driver) I decided to fix it, and happily all I had to do was add a few things to the esql.xsl file under src. In

Re[2]: Cocoon 1.8.2

2002-04-03 Thread Russell Castagnaro
Aloha Matus, Weird it worked for me. However I switched to resin about two months ago. I DO remember problems with the 'param-value/cocoon.properties/param-value' Entry. I think I had to change it to 'WEB-INF/coocoon.properties' or something like that. You might also tru an absolute url

esql in a logicsheet problem

2002-03-12 Thread Russell Castagnaro
Aloha Cocooners, I'm having a problem using esql in a logic sheet. Please keep in mind I'm using Cocoon 1.82 so cocoon 2.x solutions won't help :( Here's the logicsheet ?xml version=1.0? xsl:stylesheet xmlns:xsl=http://www.w3.org/1999/XSL/Transform;

Re: Help! Cocoon 2: Problem with connection to remote Oracle DB

2001-10-22 Thread Russell Castagnaro
Hello Victor, The url you are using is wrong! try: jdbc:oracle:thin:@server.his.de:1521:mydb ;) Monday, October 22, 2001, 6:00:38 AM, you wrote: SV Hello friends! SV I use Tomcat 4.0.1, Cocoon 2 on Linux (SuSe 7) and try to get a SV connection to Oracle 8.1.6 DB, which is located on

Re[2]: C2.0: connection pool/ datasource problem [interbase]

2001-10-19 Thread Russell Castagnaro
to work? MSK Thanks! MSK Mark MSK -Original Message- MSK From: Russell Castagnaro [mailto:[EMAIL PROTECTED]] MSK Sent: Tuesday, October 16, 2001 12:21 PM MSK To: [EMAIL PROTECTED] MSK Subject: C2.0: connection pool/ datasource problem MSK Aloha folks, MSK I'm having a strange problem

Re[2]: [C2] Accessing CLOBs as Documents

2001-10-19 Thread Russell Castagnaro
- From: Russell Castagnaro [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 18, 2001 12:48 PM To: [EMAIL PROTECTED] Subject: [C2] Accessing CLOBs as Documents Hello cocoon-users, I've got a problem. I have a table that has a few fields and a clob in it. I want to use the esql

[C2] Accessing CLOBs as Documents

2001-10-18 Thread Russell Castagnaro
Hello cocoon-users, I've got a problem. I have a table that has a few fields and a clob in it. I want to use the esql taglibs or SQLTransfromer to access this as a document. The column 'doc_content' is currently I'm using xml like this: ?xml version=1.0 encoding=ISO-8859-1?

[C2] standalone example?

2001-10-04 Thread Russell Castagnaro
Aloha cocoon-users, I'm trying to find an example of using C2 standalone. I actually want to use it in an EJB, but first things first. I've looked at the environment package, which seems to have the classes all set up to make it happen. If somebody could just give me a simple example

Re: ide recommendations?

2001-10-02 Thread Russell Castagnaro
Hello Marty, XMLSpy absolutely Rocks! Tuesday, October 02, 2001, 6:54:14 AM, you wrote: MM For the past six months I have been using notepad for writing xsp and xsl MM pages. This works - but I miss the debugging tools of an ide. MM Does anyone have experience with an ide that is useful in

Setup coocoon2 w/ tomcat 4.0

2001-09-26 Thread Russell Castagnaro
Hello cocoon-users, I've been following 'the saga continues' and decided to try setting it up myself. I built the code using: $ ./build.sh -Dinclude.webapp.libs=yes -Dinstall.war=../jakarta-tomcat-4.0/webapps/ install which worked and started tomcat then I tried:

Re[2]: Tomcat 4.0 final and Cocoon 2.0rc1 again...

2001-09-26 Thread Russell Castagnaro
Hello Alexander, You are on the money! But I'm still having problems.. I compiled the LDAPTransformer and now there are no errors, but all xml docs I attempt to call return an empty html page: !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN HTMLHEAD META content=text/html;

Fwd: Cocoon 1.8 to cocoon 2.0 docs?

2001-09-25 Thread Russell Castagnaro
Aloha all, Are there any docs that would help converting from cocoon 1.x to cocoon 2. It seems so different. -- Best regards, Russellmailto:[EMAIL PROTECTED] - Please check that your

Re[2]: Cocoon and J2EE

2001-09-21 Thread Russell Castagnaro
Aloha Jesper, BTW this is pretty easy with standard web containers: something like this security-constraint web-resource-collection web-resource-namecocoon/web-resource-name descriptionFun with xslt/description

Re: Cocoon 1.8.2 with BEA WLS 5.1.0

2001-09-21 Thread Russell Castagnaro
Aloha Nachiketa, try weblogic.httpd.webApp.cocoon=./public_html/cocoonwar Friday, September 21, 2001, 3:18:55 AM, you wrote: NS Hi All, NS I am a new user of cocoon. NS Just today I tried installing Cocoon 1.8.2 on BEA WLS NS 5.1.0 SP9. NS OS: Windows NT 4.0 SP6 NS Cocoon 1.8.2 NS JDK:

Re: Cocoon and J2EE

2001-09-20 Thread Russell Castagnaro
Aloha Chris, I'm trying to do this now. Its not all that easy, but not impossible. My biggest problem is trying to use cocoon in the EJB layer when you have no access to an http request. Sometimes you have to create a request-like object that can be difficult. Friday, September 14, 2001,

Re: C1: Including XML/XSL in JSP pages

2001-09-20 Thread Russell Castagnaro
Aloha Mark, try using jsp:forward page=test.xml / if you need to pass addidtional parameters use: jsp:forward page=test.xml jsp:param name=foo value=bar / /jsp:forward Friday, September 14, 2001, 9:30:15 AM, you wrote: MSK I'd like to include an XML page request with esql query string and