Fwd: jTDS Sybase Result Set from Stored Procedure call

2007-07-17 Thread warrell harries
-- Forwarded message -- From: warrell harries <[EMAIL PROTECTED]> Date: Tue, 17 Jul 2007 18:00:07 +0100 Subject: jTDS Sybase Result Set from Stored Procedure call To: users@cocoon.apache.org Hi, Has anyone had this problem (and found a solution)? I'm using the trusty SQLTransfor

Re: How to get a jdbc connection or jdbc url(defined in cocoon.xconf) from flowscript

2007-07-17 Thread Johannes Textor
Hi Phillipe, you can do it like this: cocoon.load("resource://org/apache/cocoon/components/flow/javascript/Database.js"); and then var db_conn = Database.getConnection("CordobaJDBC"); Unfortunately, the load will just work if you have the samples included (it's from the "petstore" block). In

Re: Offline Generation and link crawler problem

2007-07-17 Thread Leonardo De Stefano
Yes i have this view in my sitemap. In fact when I call http://localhost:8080/cocoon/samples/paginator/list(1)?cocoon-view=links I get: /cocoon/samples/paginator/list(2) /cocoon/samples/paginator/list --- warrell harries <[EMAIL PROTECTED]> wrote: > Hi Leonardo, > > Have you got the

Re: Lenya and Cocoon 2.2

2007-07-17 Thread solprovider
On 7/15/07, Antonio Gallardo <[EMAIL PROTECTED]> wrote: [EMAIL PROTECTED] escribió: > Lenya does not fully work if compiled > with Java 1.5. Hi, Which version are you talking about? Best Regards, Antonio Gallardo. I don't know. I am just moving to Java 1.5 now as I am building a new PC for de

jTDS Sybase Result Set from Stored Procedure call

2007-07-17 Thread warrell harries
Hi, Has anyone had this problem (and found a solution)? I'm using the trusty SQLTransformer on Cocoon 2.10 and jTDS 1.2.1 against Sybase ASA 12.50 When invoking Sybase stored procedures I don't get the ResultSet back as I would expect (I don't get them at all). There is a some discussion about

How to get a jdbc connection or jdbc url(defined in cocoon.xconf) from flowscript

2007-07-17 Thread Philippe Gauthier - INSERM SIRH
Hi everyone, I would like to get a jdbc connection or its url/login/pass as defined in the cocoon.xconf and use it from the flowscript. Example from cocoon.xconf jdbc:oracle:thin:@xx.x.:1564:X01 For now I use global variable defined in the s

RE: Form binding problem

2007-07-17 Thread Gary Larsen
I could use some help with my Java skills in understanding the stack trace mesage (or suggest a better place to ask this question): Caused by: java.lang.NoSuchMethodError: org.apache.avalon.framework.logger.AbstractLogEnabled.access$001 This seems to say the the method not found is named 'acces

Re: [cocoon-2.2.x] - javax.servlet.ServletException: No block for /favicon.ico

2007-07-17 Thread xweber
Grzegorz Kossakowski-3 wrote: > > > Could you repeat rephrased description of your problem again? What do you > want to achieve, what are obstacles? > Sure, i think it is a general problem in cocoon 2.2 to handle a request in sitemap, that belong to / (root) request. e.g. 127.0.0.1/ 127.0.

Re: [cocoon-2.2.x] - javax.servlet.ServletException: No block for /favicon.ico

2007-07-17 Thread Grzegorz Kossakowski
xweber pisze: if you define a favicon.ico in html, then the pipleline from block (myBlock1) is processed. If not handled in sitemap.xmap the error message changes to javax.servlet.ServletException: org.apache.cocoon.ResourceNotFoundException: No pipeline matched request: favicon.ico so you ca

Looking for freelance tutoring to help with Cocoon project

2007-07-17 Thread Josh2007
Hello all, I'm working on a community project based on XML and am looking for a freelance to help me out with Cocoon Sitemap and Flow. This will mainly consist in helping me with setting Pipelines and making use of session, cookies and mails facilities provided with Cocoon. It should not take mor

RE: JXTemplateGenerator caching

2007-07-17 Thread Ard Schrijvers
Hello Joerg, around the same time of this thread (July-2006), there is a very long thread on the dev-list in this issue. The outcome was IIRC that most devs did not see a problem in creating the validity object and cache key in flow Regards Ard > > > It does not work for me the way you ar

Re: Help with Cocoon 2.2.x

2007-07-17 Thread werner
Am Samstag, den 14.07.2007, 15:22 +0200 schrieb Grzegorz Kossakowski: > Werner Masik pisze: > > > > Debian GNU/Linux Etch > > Java 1.5 > > Maven 2.0.7 > > > > I followed the instructions from the README for the build. As I'm not in > > my office now, I cannot tell what I exactly did. I just reme

AW: AW: Replacing FOP Jars

2007-07-17 Thread Matthias Müller
Hey it works now! I don't know why, but my default ouput folder (..web-inf/classes) for the new serializer overwrote all existing files there. so i put the compiled class in an jar file and added this lib to the build path. i also use the FOPNGSerializer from the Cocoon2.2 trunk. Thanks for he