Re: Cocoon 2.1.5 And Hibernate : startup issues

2004-04-30 Thread iyy
[EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, April 30, 2004 12:49 PM Subject: Re: Cocoon 2.1.5 And Hibernate : startup issues Hello iyy, Are you get any error messages? Friday, April 30, 2004, 7:58:08 AM, you wrote: Hi, I was successful in using Hibernate 2.1 under Cocoon 2.1.3

Re: Cocoon 2.1.5 And Hibernate : Thanks

2004-04-30 Thread iyy
: startup issues Hello iyy, First of all check your hibernate settings. I suspect that SQLServerDriver will not work with Sybase. Next you may change log level of log4j used by hibernate from INFO to DEBUG to see some error messages from hibernate. And last why do you use 2.1 beta 5

Cocoon 2.1.5 And Hibernate : startup issues

2004-04-29 Thread iyy
Hi, I was successful in using Hibernate 2.1 under Cocoon 2.1.3. But when I try to start Hibernate 2.1 under Cocoon 2.1.5 . Hibernate fails when it tries to set up cache. I think that it is an issue with either commons-*.jar or x*.jar files. If any one knows how to solve this problem,

tomcat 4.0.3; cocoon 2.1.3 dev; sendmail logicsheet;attachment

2003-11-18 Thread iyy
hi, we are trying to send email using sendmail logicsheet, email fails if an attachment is specified with cocoon:// protocol. fragment: sendmail:attachment url="" mime-type="text/html" name="test"/ error message is : An error occurred: Sending failed; nested exception is:

moving from cocoon 2.1 dev to cocoon 2.1.3 dev

2003-11-03 Thread iyy
We are moving our application from Cocoon 2.1 Dev to Cocoon 2.1.3 Dev. One xsl statement that worked in Cocoon 2.1 dev causes error in Cocoon 2.1.3 Dev. xsl:if test="normalize-space(element_name) = normalize-space($variable_name)" /xsl:if In the xsl-if , if I used normalize-space then

Re: newbie: using more than one generators

2003-11-02 Thread iyy
use xinclude ,silly - Original Message - From: Ankit Kumar Yadav [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, November 01, 2003 11:56 PM Subject: newbie: using more than one generators hi, i am trying to generate an application in which i first authentify the username

one solution Re: tomcat 3.3.1;cocoon 2.1.3 dev; java.lang.reflect.InvocationTargetException

2003-10-30 Thread iyy
-classorg.apache.cocoon.servlet.ParanoidCocoonServlet/servlet-class - Original Message - From: iyy To: [EMAIL PROTECTED] Sent: Thursday, October 30, 2003 3:43 PM Subject: tomcat 3.3.1;cocoon 2.1.3 dev; java.lang.reflect.InvocationTargetException hi, on our lan , cocoon

Session.getAttribute problem: cocoon 2.1.3 dev

2003-10-22 Thread iyy
Hi, We have an action with a statement: SessionContext sessioncontext = (SessionContext)session.getAttribute("org.apache.cocoon.webapps.authentication.SessionContext"); //then from the session context we read authentication xml: NodeList nodelist =

Re: Session.getAttribute problem: cocoon 2.1.3 dev

2003-10-22 Thread iyy
the getNodeList() method was removed from or deprecated in SessionContext. Paul. -- Paul Bowler Aventix Associates Ltd -- Original Message --- From: iyy [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wed, 22 Oct 2003 14:26:56 +0530 Subject: Session.getAttribute problem: cocoon 2.1.3

Re: Session.getAttribute problem: cocoon 2.1.3 dev

2003-10-22 Thread iyy
, and return a value to sitemap. Thank you very much, I have been working in Cocoon for more than an year now, and if you have any doubts about xsp,xml,xsl , pls feel free to write to me at : [EMAIL PROTECTED] From, iyyappan - Original Message - From: Paul Bowler [EMAIL PROTECTED] To: iyy [EMAIL

NCName:* or QName was expected

2003-10-20 Thread iyy
We are moving from cocoon 2.1.dev to Cocoon 2.1.3 dev.(Tomcat 4) One of our xsl that worked under earlier version, fails now : The template that causes error is : xsl:template match="abc:*" xsl:copyxsl:copy-of select="node() | @"//xsl:copy/xsl:template Namespace is declared. Error is

That solved the problem. Thank You Re: NCName:* or QName was expected

2003-10-20 Thread iyy
:04 AM, iyy [EMAIL PROTECTED] wrote: xsl:template match=abc:* xsl:copyxsl:copy-of select=node() | @//xsl:copy /xsl:template - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: tomcat4 : cocoon 2.1.3 dev : xiclude failed: one solution

2003-10-19 Thread iyy
i found that if i moved what is mentioned in xml:base to href then xincludes work without any problem.. xml:base used to work without any problem in cocoon 2.1 dev version.. - Original Message - From: Andrzej Jan Taramina [EMAIL PROTECTED] To: iyy [EMAIL PROTECTED] Cc: [EMAIL PROTECTED

tomcat4 : cocoon 2.1.3 dev : xiclude failed

2003-10-18 Thread iyy
Hi, We are running tomcat 4, cocoon 2.1.3 dev, one xinclude fails This is the offending line: (same xinclude worked in earliar version of Cocoon 2.1 dev, without any problem.) xi:include xmlns:xi="http://www.w3.org/2001/XInclude"xml:base="cocoon://abc/" href=""/ Error message is :

could not be preloaded

2003-10-17 Thread iyy
Hi, On our cocoon web, error log I get this message.. And our web page has been failing.. Any help is welcome. From, iyyappan error log: ERROR (2003-10-17) 14:32.36:089 [core.program-generator] (our url) Thread-13/ProgramGeneratorImpl: The serverpage [file:/path to our xml] could not

Re: Trouble connecting to MS SQL Server

2003-10-15 Thread iyy
check wiki cocoon site there is an article on the subject - Original Message - From: Gianluca Sartori [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 15, 2003 2:45 PM Subject: Trouble connecting to MS SQL Server Hi, I have two problems in trying to connect to a MS

Disposed Component error

2003-10-06 Thread iyy
Hi, Our web server is Tomcat 3.3.1. Our cocoon (2.1 dev) site connects to Ms Sql server using Microsoft jars, on local machine(Tomcat 4.0.2) we never get DISPOSED COMPONENT ERROR , but on web , we get that error many times. I have searched for a solution .. but could not find any.