REsolved: CForms components for 2.1.9

2007-02-13 Thread Gary Larsen
Sorry for my previous ranting... > It just seems like a treasure hunt to figure out what's required and where > all the pieces are located. Are they in samples, src, build, blocks or > buried in jars?? Well, I should have looked closer at the 2.1.9 samples. The key to all my problems was a missi

Get Hibernate Session inside an Action ?

2007-02-13 Thread Manuel Mata
Hi all. I need to make a query using Hibernate from an Action. I see that in HibernateTutorial in the "hs.js" file it does something like: var f = cocoon.getComponent(PersistenceFactory.ROLE); hs = f.createSession(); cocoon.releaseComponent(); And lets the filter to finish the session. I should

Re: Stability of Cocoon 2.2 SVN

2007-02-13 Thread Grzegorz Kossakowski
Lally Singh napisał(a): Thanks for the quick reply! No problem. We're building a survey system, with LDAP auth and some fairly in-depth reporting. I'm working on Hibernate integration right now, and will worry about learning CForms and cocoon's authentication system after that. CForms block

Re: Stability of Cocoon 2.2 SVN

2007-02-13 Thread Lally Singh
Thanks for the quick reply! We're building a survey system, with LDAP auth and some fairly in-depth reporting. I'm working on Hibernate integration right now, and will worry about learning CForms and cocoon's authentication system after that. On 2/13/07, Grzegorz Kossakowski <[EMAIL PROTECTED]>

Re: Stability of Cocoon 2.2 SVN

2007-02-13 Thread Grzegorz Kossakowski
Lally Singh napisał(a): Hey everyone, I'm planning on doing a new project in Cocoon, and was wondering if the SVN (2.2) codebase is stable enough for production use? I'm mostly interested in its mavenization and use of Spring. Maven's pretty important, Spring can be replaced as long as Hibernate

Re: Remote address matcher

2007-02-13 Thread Tobia
Tobia wrote: > Is there a matcher that can be used to match against the remote > (client) ip address? I found the answer on my own. Here it is, for the archives: remoteAddr ... I'm using it to provide a couple of debug views/pipelines in the

Re: cocoon site on CD-ROM [was: Stripping down Cocoon]

2007-02-13 Thread Tobia
Steven D. Majewski wrote: > Do cocoon's cached files go in /tmp? (Or does the container determine > where they go?) The latter. Under Jetty they are in /tmp/Jetty____/ (configurable I presume) while under Tomcat they are in «Tomcat root»/work/Catalina/ Tobia --

sort order

2007-02-13 Thread Roel Croonenberghs
Hello, I have a bind-define-template with a repeater. Is it possible to do a sort in a repeater? How? so instead of showing the different element of the repeater order by the input, i want it sorted by p.e. name of by buid here are the contents of the files; bind file;