Build failed: -Djava.endorsed.dirs=lib/endorsed is not supported.

2020-09-13 Thread Thorsten Mauch
Hi , I try to build cocoon but i get an  this error: -Djava.endorsed.dirs=lib/endorsed is not supported. Endorsed standards and standalone APIs in modular form will be supported via the concept of upgradeable modules. Error: Could not create the Java Virtual Machine. Error: A fatal exception

upgrade 2.1.11 -> 2.1.13

2020-08-23 Thread Thorsten Mauch
Hi all I'm happy to see some activity in the development.  I also still run two applications with cocoon, but with very old 2.1.11 and java 1.6.   My question, if i try to upgrade to 2.1.13 and a current java,  does i have to expect major issues ? Of course nobody know my apps. But maybe

Re: Can a Serializer acceess the Request Object ?

2008-11-01 Thread Thorsten Mauch
); User user = this.userRepository.getUser(id); } } Thanks, Andre [1] http://www.mail-archive.com/users@cocoon.apache.org/msg43673.html Jason Johnston wrote: On 10/27/2008 05:21 AM, Thorsten Mauch wrote: Hi I wonder if a Serializer can access the request object ? My problem

Re: Can a Serializer acceess the Request Object ?

2008-10-28 Thread Thorsten Mauch
/ProcessInfoProvider.html Cheers, Robin On 27 Oct 2008, at 11:21, Thorsten Mauch wrote: Hi I wonder if a Serializer can access the request object ? My problem is that i want to pass a java Object to the Serializer that is created somewhere else. Is this possible ? Thanks Thorsten

Can a Serializer acceess the Request Object ?

2008-10-27 Thread Thorsten Mauch
Hi I wonder if a Serializer can access the request object ? My problem is that i want to pass a java Object to the Serializer that is created somewhere else. Is this possible ? Thanks Thorsten - To unsubscribe, e-mail:

Re: Cocoon become very slow on load (Solved)

2008-10-09 Thread Thorsten Mauch
Hallo Joerg, Thanks a lot for you help. The hint about the importPackage was the key for the solution. A least i removed a import of one of my new service classes and replace it with some line of JavaScript code. I have no idea why a simple module import can cause such heavy blocking, but I'm

Cocoon become very slow on load

2008-10-08 Thread Thorsten Mauch
) at org.apache.cocoon.Cocoon.process(Cocoon.java:699) The bad point is that I have absolutely no idea what the root cause of this is. Any help what I could check is really appreciated Thanks a lot Thorsten -- Ute Imkenberg + Thorsten Mauch Datenverarbeitung GbR Haakestr. 50, 21075 Hamburg http

Re: AW: Cocoon become very slow on load

2008-10-08 Thread Thorsten Mauch
Ute Imkenberg + Thorsten Mauch Datenverarbeitung GbR Haakestr. 50, 21075 Hamburg http://www.imkenberg.de email: [EMAIL PROTECTED] Tel.: 040/76750423 Fax: 040/76750424 Christofer Dutz schrieb: Hi Thorsten, I had similar problems with one of my applications. At first the application gets

AW: [CFORMS] Set required attribute to widget from flow

2006-03-19 Thread Thorsten Mauch
Thanx, i use cocoon 2.1.7 But if you're using widget states to show/hide the fields then you shouldn't have to toggle the required state; if a field is set to required=true and state=invisible then it should not fail validation. This not works for me. I see that widegets beome hidden, but the

[CFORMS] Set required attribute to widget from flow

2006-03-18 Thread Thorsten Mauch
Hi I have a form that have some widget that's are hided by default (additional delivery address). If the user choose the to enter the additional delivery address, then the widgets are shown and become mandatory. For that reason it try to change the required attribute from flow script, but I get

[CForms] debug binding

2005-08-28 Thread Thorsten Mauch
I'm despairing. Since hourse I seek a bug in my binding. I enable debug more for logging, but i still not see waht happend. No Error Messsage apear. Ist it possible to turn on a debug mode CForms ? At least i want to see if the xpath expressions are correct processed. Also it would help if a

Howto create Userlevel Logger

2005-08-16 Thread Thorsten Mauch
Hi I wonder if it's possible to define a aditional log traget and create a Logger for it. I want to log events that are improtant for the webmaster of the site. I found no method to request a special logger. The only idea i have is to write a sparate Component for it and define it's log traget.

[cfroms] XMLArea ???

2005-07-08 Thread Thorsten Mauch
Hi I like to ask if already something like a XMLArea exist in cfoms ? Currerntly i use a Textarea and parse it on the Server, but maybe a better solution exist Thx Thorsten - To unsubscribe, e-mail: [EMAIL PROTECTED] For

[cforms] SOLVED: creating selection list from vector

2005-07-05 Thread Thorsten Mauch
Thx a lot. setSelectionList works great for me. Beside this it makes the code much cleaner. I'm curious what great features I will discover in the next weeks. Looks I'm not up-tp date after nearly one year without cocoon Thorsten The recommended way is:

No excalibur Monitor in cocoon 2.1.6

2005-03-08 Thread Thorsten Mauch
I try to upgrade my application to cocoon 2.1.6 and get for error: org.apache.avalon.framework.component.ComponentException: Could not find component (key [org.apache.avalon.excalibur.monitor.Monitor]) it seems excalibur Monitor is gone. Is there a new MOnitorimplemention i should use instead

Nullpointer exeption in jx templates

2004-11-23 Thread Thorsten Mauch
Hi in my logs i find from time to time error messages like: ERROR (2004-11-23) 22:45.17:627 [access] (/abnehmen/kalorien-grundumsatz.html) Ajp13Processor[8009][7]/CocoonServlet: Internal Cocoon Problem org.apache.cocoon.ProcessingException: Failed to execute pipeline.:

How can i access the sendpage parameter map from a xsp page ?

2004-11-19 Thread Thorsten Mauch
Hi I wonder how can i access the sendpage parameter map from a xsp page ? I not realy understand where sendPage put the map. Is this object accessible throught a java object in xsp ? cocoon.sendPage(success_foodproducer.xspview,{producer:producer}) Thx Thorsten

JXTemplateTransformer and Arguments to Function calls

2004-10-03 Thread Thorsten Mauch
Hi I pass some arguments to the js template calls, like: cocoon.sendPage(activitycategory.jxview, {categorys:categorys,datamodel:datamodel}); and later in the jx page i try to evaluate it in a loop with the follwoing expresseon: td${somecat.getSomeValue(datamodel)}/td for me it always

probem with cinclude if extrenal ressource is not availble

2004-06-01 Thread Thorsten Mauch
Hi All if inculde a external xml ressource into my jx page. If the ressource is not availble it seem that my entire application hang. I's not even possible to request differnt pages. my code looks: cinclude:include src=${url} element=page ignoreErrors=true/ for me it looks that

Howto setting response header from flow

2004-05-27 Thread Thorsten Mauch
Hi all I wonder if i can set response header from flow. Currently i set the header with the HttpHeaderAction, but to be more flexible i want it form flow. Is this possible ? Thanx Thorsten - To unsubscribe, e-mail: [EMAIL

Does someting like session listener exist

2004-05-15 Thread Thorsten Mauch
Hi I want to take some actions if a session expired but i don't know how. Can i register somewhere someting like a session listener that will be called if a session is going to expired ? Thx Thorsten - To unsubscribe, e-mail:

howto access the user session form serializer

2004-02-25 Thread Thorsten Mauch
Hi I try to write a jasper serializer. Unfortunatly the exporter writes some images into a byte array. The sample jsp pages store this in a session for following requests. I want to make the same in cocoon but i don't know howto access the session from a serializer. Is this possible ? Thx

record pipeline result

2004-02-07 Thread Thorsten Mauch
Hi My application needs to send the the result of a pipeline as mail. Is it possible to call a pipleline with a (faked ) request object and the save the output stream ? Thanx Thorsten - To unsubscribe, e-mail: [EMAIL PROTECTED]

AW: record pipeline result

2004-02-07 Thread Thorsten Mauch
contents out by mail. What do you mean by faked request object? Regards Jorg Thorsten Mauch wrote: Hi My application needs to send the the result of a pipeline as mail. Is it possible to call a pipleline with a (faked ) request object and the save the output stream ? Thanx Thorsten

AW: AW: record pipeline result

2004-02-07 Thread Thorsten Mauch
database polling program is not allowed to make an http request to cocoon you could always try the cocoon command line interface. Parts of the framework and pipeline are available through plain java objects as well. Have you looked at wiki.cocoondev.org ? Thorsten Mauch wrote: the request

minimal cocoon.xconf

2004-02-04 Thread Thorsten Mauch
Hi all I wrote a very small application based on woody forms. Now in for production use i like to uncomment all unnessary stuff. Or do the oposite, and to a minmal cocoon configuration what I need. Where can i find some hints regarding sich a minimal xconf ? Thanx Thorsten