Re: what does woody's multivaluefield. getvalue return???

2004-05-09 Thread Joerg Heinicke
On 09.05.2004 23:42, Christina wrote: > it seems that as a 'multi' value field it should return an array. But in its class > definition, it seems that it only return one object! does this object any special? And a down cast does not work? To YourDataType[] ?? Joerg

Hibernate 2.1.3 + cocoon + c3p0 jar hell [repost from dev]

2004-05-09 Thread Leszek Gawron
This is a repost from cocoon-dev list. Maybe someone of cocoon users might help me? I think there is a serious problem with latest version of hibernate (2.1.3) and cocoon integration. There is some kind of jar problem that did not occur with 2.1.2. I have attached a exception log. The problem occ

Re: what does woody's multivaluefield. getvalue return???

2004-05-09 Thread Bruno Dumon
On Sun, 2004-05-09 at 23:42, Christina wrote: > it seems that as a 'multi' value field it should return an array. But > in its class definition, it seems that it only return one object! does > this object any special? an array is also an object. The returned object is of type Object[], the individ

RE: 65K limitation

2004-05-09 Thread Rob Gregory
No I think it means that the method can only return less than 65k. I don't think there is a max size for an xml document? > -Original Message- > From: Nils [mailto:[EMAIL PROTECTED] > Sent: 07 May 2004 14:33 > To: [EMAIL PROTECTED] > Subject: 65K limitation > > > Does that mean, that a

How do I use sendmail from jxt?

2004-05-09 Thread beyaNet Consultancy
Hi, I have some xsp code which sends mail to a specified user, and I now want to convert the code to jxt, how do I do it. My code is: [EMAIL PROTECTED] [EMAIL PROTECTED] regards Peter

Asking again: Portal framework login issue

2004-05-09 Thread Joe D. Williams
I succeeded in changing the authentication resource for the 2.1.4 portal framework to use a table in a MySQL database. However, another problem appeared. I log in as "guest" and then log out. Then, I log in as "cocoon" (admin) and get the admin screen (just using the demo content for now), then l

Help Pls Zip Archive Serializer

2004-05-09 Thread anand.vasudevan
Gentle reminder to all. Anybody who can help me out in zipping files thru cocoon. Please go thru the mail below for my query??? Regards Anand -Original Message- From: Anand Vasudevan Sent: Friday, May 07, 2004 5:29 PM To: [EMAIL PROTECTED] Subject: Zip Archive Serializer Hi, I want to

Re: Help Pls Zip Archive Serializer

2004-05-09 Thread Joerg Heinicke
On 09.05.2004 14:56, [EMAIL PROTECTED] wrote: Gentle reminder to all. Anybody who can help me out in zipping files thru cocoon. Please go thru the mail below for my query??? Didn't Jorg Heymans already gave the hint to use the directory generator for this? Joerg -Original Message- From:

RE: Help Pls Zip Archive Serializer

2004-05-09 Thread anand.vasudevan
Yeah Jorg did suggest to use Directory generator. But what should the logic be. For eg: - the code in sitemap for getting directory contents list is And the xml file for zipping a file is http://apache.org/cocoon/zip-arch

RE: Help Pls Zip Archive Serializer

2004-05-09 Thread Alex Romayev
Anand, I don't know much about zip generator, but you can only have one generator per pipeline. HTH, -Alex --- [EMAIL PROTECTED] wrote: > > Yeah Jorg did suggest to use Directory generator. > But what should the > logic be. For eg: - the code in sitemap for getting > directory contents > list i

Re: Help Pls Zip Archive Serializer

2004-05-09 Thread Askild Aaberg Olsen
> Yeah Jorg did suggest to use Directory generator. But what > should the logic be. For eg: - the code in sitemap for > getting directory contents list is > > > > > > > > > > > > > > > And the xml file for zipping a fil

Re: Selecting pipline based on XML content

2004-05-09 Thread David Crossley
Markus Strickler wrote: > Hi- > > I'm looking for a way to determine the pipeline to use for rendering an > XML document based on its content. Apache Forrest selects different processing based on the document type declaration of the xml instance using the SourceTypeAction. http://svn.apache.org

submit-on-change ---------double-box(woody-advanced-field-styling)------------multivalue field

2004-05-09 Thread Christina
intuitively, I think "submit-on-change" is invoked when  some value is changed. In the "double box" case, that means an item is transfered between left and right column but in fact, in double-box, It is invoked every time you single click one item in the right column, and every time there i

Re: Help Pls Zip Archive Serializer

2004-05-09 Thread Jorg Heymans
nice one Askild, couldnt have put it better myself :) Askild Aaberg Olsen wrote: Yeah Jorg did suggest to use Directory generator. But what should the logic be. For eg: - the code in sitemap for getting directory contents list is

Re: Business Objects vs Data Objects [was Re: JXTemplates -what's i n a name?]

2004-05-09 Thread Leon Widdershoven
It has not that much to do with intelligence but with knowledge. You just need to know the difference between a web server, a servlet container and an application server. If you know there are three categories, and not just java and non-java, you know enough. You can expect such knowledge from

Re: IOException while loading persisted sessions: java.io.WriteAbortedException

2004-05-09 Thread Mariusz Wojcik
Hi Thank's Rob, but I don't put  objects  into session directly. This must be done by the engine but I don't know in which moment. The same Exception I get during stopping Tomcat (with portal engine of course). What's going on ? Why this Exception isn't throwing in sample Portal Engine? Wha

Re: Business Objects vs Data Objects [was Re: JXTemplates-what' s in a name?]

2004-05-09 Thread Leon Widdershoven
I have no clue. Is there no application server which can deal with time stamped libraries? The way dynamic generation in xsp works (not the implementation of which I know next to nothing, but the fact that your classes are always up to date) is a very strong convenience feature. If that could b

Does Cocoon2.1.2 comes with Lucene Integration???

2004-05-09 Thread sameer nanda
Hello All, I have a doubt, all I wanted to know is, do all the laterst versions of cocoon come with the default Lucene Intergration. I am using cocoon2.1.2 source distribution, and I didnt find anything anywhere ??? Does anybody knows where is it located wrt to the "cocoon context" directory. A

Re: How do I use sendmail from jxt?

2004-05-09 Thread Leszek Gawron
On Sun, May 09, 2004 at 12:21:44PM +0100, beyaNet Consultancy wrote: > Hi, > I have some xsp code which sends mail to a specified user, and I now > want to convert the code to jxt, how do I do it. My code is: > > >

Re: AW: Sendmail Action HTML-Mail & Attachment

2004-05-09 Thread Christian Haul
Nils wrote: Hi Christian, Thanks for your answer. The lack of the Body-part wasn't the real problem. The problem ist, that it throws an exception as soon as i have an attachment and a html-mail. As far as I know the body-part is only used, when theres no src etc. Nils, I believe to have found th

fetch a string from another piple line by "cocoon://" in javascript?

2004-05-09 Thread Christina
I have a pipeline which return a string Then i wander how to get that string in javascipt? I think it should be somemethod("cocoon://uri"), But would anybody tell me which method I should use? Thanks!

Dynamic aggregation

2004-05-09 Thread David Leangen
I am trying to do some dynamic aggregation, but without success so far. Unfortunately, doesn't do the trick for me simply because it requires that you first know what parts you want to aggregate. In my case, I don't know in advance what or how many components will be aggregated. I did some sear

AW: Dynamic aggregation

2004-05-09 Thread Jasper Michalczik
The Cinclude Transformer might be what you're looking for: Try http://wiki.cocoondev.org/Wiki.jsp?page=AddCIncludeToMinimalSitemap or http://wiki.cocoondev.org/Wiki.jsp?page=CInclude for help on using it. Maybe you can find additional information in the cocoon docs... Jasper Michalczik -Urs

RE: Dynamic aggregation

2004-05-09 Thread David Leangen
Thanks for the advice, Jasper. I realize that one way of dynamically inserting blocks of code is to use CInclude. I actually tried this, but it ends up being much more complicated than it has to in many ways (maintenance, debugging, processing speed)... I quickly got frustrated with the results,

Re: fetch a string from another piple line by "cocoon://" in javascript?

2004-05-09 Thread Askild Aaberg Olsen
Christina wrote: >I have a pipeline which return a string >Then i wander how to get that string in javascipt? >I think it should be somemethod("cocoon://uri"), But would anybody tell me which method I should use? >Thanks! I had a similar question some days ago, which Bruno Dumon answered with: "o

AW: Dynamic aggregation

2004-05-09 Thread Jasper Michalczik
Hello David, I'd be interested in seeing some kind of dynamic aggregation inside the sitemap... would make it much easier. I only know about the cinclude transformer, but a combination of the directory-generator and the aggregation would be just perfect. I hope the list gives us some answer... J

Re: Dynamic aggregation

2004-05-09 Thread g[R]eK
<. Hi David! .> Sunday, May 9, 2004, 9:28:51 PM, you wrote: DL> I am trying to do some dynamic aggregation, but without success so far. DL> Unfortunately, doesn't do the trick for me simply because it DL> requires that you first know what parts you want to aggregate. In my case, I DL> don't kn

RE: Dynamic aggregation

2004-05-09 Thread Ralph Goers
It would be helpful to me to know in a little more detail what you are trying to do. On what basis is it determined what should be dynamically aggregated? -Original Message- From: David Leangen [mailto:[EMAIL PROTECTED] Sent: Sunday, May 09, 2004 1:51 PM To: [EMAIL PROTECTED] Subject: RE:

RE: Business Objects vs Data Objects [was Re: JXTemplates-what' s in a name?]

2004-05-09 Thread Ralph Goers
If you review the developers list you will find that the Cocoon developers would very much like to implement something like what you are suggesting by being able to dynamically deploy/redeploy/undeploy blocks. However, there are significant issues that make this a non-trivial task. Unfortunately,

Re: Does Cocoon2.1.2 comes with Lucene Integration???

2004-05-09 Thread Sam
Hi List: Does anybody has an answer for my question, or was that a stupid one ??? Shown below is what I want to know? Sam On Sun, 09 May 2004 sameer nanda wrote : >Hello All, > >I have a doubt, all I wanted to know is, do all the laterst versions of cocoon come >with the default Lucene Inter

RE: Dynamic aggregation

2004-05-09 Thread David Leangen
Hi, Ralph. > It would be helpful to me to know in a little more detail what > you are trying to do. On what basis is it determined what should > be dynamically aggregated? Well, most of the usual cases cover a situation such as, for example: ++ |S

Re: Does Cocoon2.1.2 comes with Lucene Integration???

2004-05-09 Thread Joerg Heinicke
On 10.05.2004 00:32, Sam wrote: Hi List: Does anybody has an answer for my question, or was that a stupid one ??? Shown below is what I want to know? Somewhat impatient ;-) It's weekend! On Sun, 09 May 2004 sameer nanda wrote : Hello All, I have a doubt, all I wanted to know is, do all the l

Petstore example

2004-05-09 Thread Cocoon Newbie
Hello, I wonder if someone could confirm whether the Petstore example is working in latest CVS version of Cocoon 2.1? I cannot seem to get the cart to update. I found a fairly old posting about similar issue that referred to cookies being enabled, however cookies are enabled in my case. The brows

disabling output escaping in jxtemplates?

2004-05-09 Thread Adam Walsh
Hi everyone, is there a way that output escaping can be disabled when getting strings from a bean in a JXTemplate? For example, I have a java object that contains some XML that I'd like to be able to dump straight into the template. I pass this object to the jxtemplate from flow, and have a tag