Re: SendMailTransformer

2008-09-26 Thread Felix Knecht
Christian Decker schrieb: > Hi all, > > I'm currently looking into the SendMailTransformer for the sending of > emails as it looks like the best choice for this job. But I got stuck > pretty fast and the web isn't too > helpful either. What I'm having problems with is that I don't see how > to get

Re: Cocoon-fop-impl using old version of fop.jar

2008-07-01 Thread Felix Knecht
-- -----Original Message- From: Felix Knecht [mailto:[EMAIL PROTECTED] Sent: dinsdag 1 juli 2008 10:28 To: users@cocoon.apache.org Subject: Re: Cocoon-fop-impl using old version of fop.jar Hi Robby You'll need to exclude the existing fop from the cocoon-fop-impl depen

Re: Cocoon-fop-impl using old version of fop.jar

2008-07-01 Thread Felix Knecht
Hi Robby You'll need to exclude the existing fop from the cocoon-fop-impl dependency that it gets not resolved via transitivity and then add the one you like: org.apache.cocoon cocoon-fop-impl 1.0.0 org.apache.xmlgraphics fop org.apache.xmlgraphics fop 0.94 HTH Felix

Re: [ANN]: Fins 1.0 back-ported to Cocoon 2.1

2008-06-25 Thread Felix Knecht
Hi Lately svn released a new version (I think 1.5). Could it be that cocoondev uses the latest svn version and RapidSVN isn't up to date yet? Just an idea ... Felix Luca Perhaps its the URL. I am currently using RapidSVN. I added a bookmark for Pebble - https://pebble.svn.sourceforge.ne

Re: 2.2 OutOfMemoryError

2008-05-14 Thread Felix Knecht
Hi Andre Hello, I've been noticing the following error when deploying my cocoon WAR more than about 6-7 times without restarting the app server. This stack trace occurs on OS X and on Linux with JDK 1.5.0 in both cases. I am running JBoss 4.2.2GA; the memory settings are -Xms128m -Xmx512m.

Re: RCL goal refactorings / acegi

2008-04-09 Thread Felix Knecht
Patrick Heiden schrieb: Hello together! Why is the acegi example still out-of-order? I've read [1] from Reinhard Poetz (back in Jun 2007) and there he mentioned trouble with ApplicationContext access due to the fact it seems to get closed when integrating acegi. I am able to reproduce the exc

Re: upload widget

2008-03-17 Thread Felix Knecht
Peter Sparkes schrieb: Thanks Grzegorz, Unfortunately I can't get it to work, code is: function upload() { var form = new Form("forms/upload_model.xml"); var k = form.showForm("upload-display-pipeline.jx"); k.invalidate(); var widget = form.getChild("upload"); var uploadedCon

Re: AW: validation Errors on tabs

2008-02-18 Thread Felix Knecht
Michel Erard schrieb: Ah yes, thank you. But this does only work, when ajax is set to false for the form? Is that correct? I think so, yes. See also https://issues.apache.org/jira/browse/COCOON-1570 Regards Felix - To un

Re: Regular Expression Help

2007-12-14 Thread Felix Knecht
Derek Hohls schrieb: > I know the group does not directly offer support for Regular Expressions, > but this is a "quick and simple" question that someone might know... > > I need to check that a valid web address (grammatically correct anyway) > is being entered in a form field. I am trying to c

Re: Get port of ServletEngine

2007-11-28 Thread Felix Knecht
Hi Grzegorz > What about using custom system property for passing port number to Cocoon? It > still be a > responsibility of administration to pass right number via property but at > least your application can > be left completely untouched when it's being deployed. That's what I want to avoid

Re: Get port of ServletEngine

2007-11-28 Thread Felix Knecht
nly thing, you may want to have look at, is the > javax.servelt.ServletContext. There is a getRealPath() method which > may be what you are looking for in your context. > Thanks for help. It really seems that I need to find another solution for this. Felix > Cheers, > Thomas &g

Re: Get port of ServletEngine

2007-11-28 Thread Felix Knecht
Thomas Soddemann schrieb: > Felix Knecht wrote: >> Hi all >> >> I'd like to get the port of the servlet engine (jetty/tomcat/...) where >> cocoon-2.2 is running in (.e.g. ). >> Is this possible and if so how can

Get port of ServletEngine

2007-11-28 Thread Felix Knecht
Hi all I'd like to get the port of the servlet engine (jetty/tomcat/...) where cocoon-2.2 is running in (.e.g. ). Is this possible and if so how can I get the port? Thanks Felix - To unsubscribe, e-mail: [EMAIL PROTECTED] Fo

Re: AW: own widget

2007-11-08 Thread Felix Knecht
@Grzegorz I thought Giacomo migrated the forms block to spring (cocoon-forms-1.1.0).Wouldn't it make more sense to use already the new forms block instead of the legacy one (probably it makes configuration also easier)? Felix > Michel Erard pisze: >> Hi Grzegorz, >> >> yes, I think for this

Re: Dependencies using underscore to add version

2007-11-01 Thread Felix Knecht
Wayne Fay schrieb: > Not that I'm aware of. Why do you need to use "_" instead of "-"? Because I have third party artifacts, which rely (I think so at least) internally on the underscore. So I need to find another solution for this. Thanks and regards Felix >

Re: AW: http-proxy and forms/ajax

2007-10-27 Thread Felix Knecht
Michel Erard schrieb: > So I've found a solution, I have to add additional configurations to my > proxy, for forms and ajax: > > >ProxyPasshttp://localhost:/cocoon-forms-impl >ProxyPassReverse http://localhost:/cocoon-forms-impl >ProxyPassReverseCookiePath / / >All

Re: counter in jx:foreach

2007-10-08 Thread Felix Knecht
Ciao Michel Something like should do the job to get the actual index: ${item} : ${rowStat.index} Where rowStat contains e.g. the actual index of the iteration. See also http://cocoon.apache.org/2.1/userdocs/flow/jxtemplate.html Felix > Hello, > > I'm implemented this loop with jx: > > h

Re: cocoon and jdk 1.5

2007-10-06 Thread Felix Knecht
HI Richard > I’m interested in using cocoon 2.2 in a Java 5 project. Is this possible? > For our projects (Cocoon 2.2.) we're using jdk1.5 or 1.6. The core components are working well. As we don't use all the blocks I can't speak for 'hardore' use of all blocks but the 'most' common blocks like

Re: Javascript Source File can not be directly loaded

2007-09-16 Thread Felix Knecht
[EMAIL PROTECTED] schrieb: > Hi there, > i´ve since a few days much more problems with Javascript and Cocoon then > ever... > > When I trying to read a local or remote Javascript Sourcefile in my XSL > Context to use them on client side for particular dutys, i getting only a > screen with my ht

Re: Javascript Source File can not be directly loaded

2007-09-15 Thread Felix Knecht
[EMAIL PROTECTED] schrieb: > Just in this case Felix... > > This proposed solution won´t work for me... > Reading Jasons indicated link -> "And while on the script tag subject, "language" is not a valid XHTML Strict attribute for ." Maybe using the attribute type instead can help (