portal authentication question

2003-08-19 Thread Sylvain.Thevoz
Hello, I'm using the Cocoon portal and I have modified the authentication for using a LDAP repository instead of a XML file to authenticate users. But now the functions inside the coplet Administration doesn't work anymore (User management and Portal management). I can't access to these

Re: Cocoon Berkerley DB XML?

2003-08-19 Thread Vadim Gritsenko
g4 wrote: Hi list, has anyone had experience with using Berkerley DB XML and Cocoon, if so how would I go about integrating it? Ideally, you should write XML:DB API implementation for it and donate to Berkerley DB team. I'm hoping it will be similar to Xindice. Once driver is done, then

Cocoon with SVG/Javascript not working...

2003-08-19 Thread Derek Hohls
I am struggling to get an embedded SVG file working with _javascript_ inside of Cocoon - the file works fine as a static HTML page called from the local drive - but as soon as I call the page through Cocoon (loading the same 'static' HTML, JS and SVG files), the _javascript_ calls embedded in

Calling Java classes from (JXForms) javascript - can you? how?

2003-08-19 Thread Chris Clark
I'm using javascript with the JXForms and I'd like to call a Java function from within the flowscript. Something like: sendView(url1) sendView(url2) if (something updated in the model) call a member function from a Java class Is this possible? If so, how do you do it? Looking at the samples

RE: Calling Java classes from (JXForms) javascript - can you? how?

2003-08-19 Thread Chris Clark
I figured it out! Just in case anyone else needs to know... 1) use Packages.dir.dir.class e.g. var MyClass = new Packages.com.domain.name.MyJavaClass(); 2) The directories messed me up a bit. For Java actions, the class files default to WEB-INF/classes. In order to get the javascript to

Atom API

2003-08-19 Thread Tony Collen
Mark Pilgrim has a CGI implementation [1] of the Atom API. How long until we see a Cocoon implementation? :) Just getting the gears turnin' :) Tony [1] http://diveintomark.org/archives/2003/08/18/atom_api_implementation -

Re: portal authentication question

2003-08-19 Thread Sonny Sukumar
I was wondering...what exactly is a coplet? From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: portal authentication question Date: Tue, 19 Aug 2003 14:16:53 +0200 Hello, I'm using the Cocoon portal and I have modified the authentication for using a LDAP

3 questions...

2003-08-19 Thread Sonny Sukumar
[2 of these questions I sent a couple days ago but got no reply and haven't figured them out. They pertain to Cocoon's Authentication Framework. Thanks.] These 3 questions are based on this doc: http://cocoon.apache.org/2.1/developing/webapps/authentication.html 1.) The doc states If the

Re: Cocoon Berkerley DB XML?

2003-08-19 Thread g4
On Tuesday, Aug 19, 2003, at 13:20 Europe/London, Vadim Gritsenko wrote: g4 wrote: Hi list, has anyone had experience with using Berkerley DB XML and Cocoon, if so how would I go about integrating it? Ideally, you should write XML:DB API implementation for it and donate to Berkerley DB

build fails

2003-08-19 Thread Steen Grønlund
I have tried building several versions of cocoon 2.1 for windows, but without succes. Most recently I tried cocoon 2.1, but I still get a compilation error ina woody file. When excluding the woody-block, an exception comes in the apples-block. I am running jdk 1.3 on windows XP andAnt

mac os x/lucene indexing

2003-08-19 Thread Bill French
hi all, i've been working for a while trying to find the source of a nasty too many open files error when building lucene indexes using cocoon's LuceneIndexTransformer on mac os x. just for kicks, i decided to try everything out on a linux machine and didn't have any problems, and realized

JXForms SELECT: arrays vs collections

2003-08-19 Thread Richard in Public
Does JXForms support Collection-to-select mappings? I have a bean ~ var categories = persistenceManager.getProductCategories(); var categorizations = persistenceManager.getProductCategorizations(productIdGoesHere); //returns List var bean = { categories: categories; categorizations:

JXForms SELECT: arrays vs collections

2003-08-19 Thread Richard in Public
Does JXForms support Collection-to-select mappings? I have a bean ~ var categories = persistenceManager.getProductCategories(); var categorizations = persistenceManager.getProductCategorizations(productIdGoesHere); //returns List var bean = { categories: categories; categorizations:

Re: Cocoon Berkerley DB XML?

2003-08-19 Thread Vadim Gritsenko
g4 wrote: On Tuesday, Aug 19, 2003, at 13:20 Europe/London, Vadim Gritsenko wrote: g4 wrote: Hi list, has anyone had experience with using Berkerley DB XML and Cocoon, if so how would I go about integrating it? Ideally, you should write XML:DB API implementation for it and donate to

Re[2]: portal authentication question

2003-08-19 Thread Jens Maukisch
Hi, I was wondering...what exactly is a coplet? a coplet is basicly a kind of a plugin for the portal which e.g. displays some content if you look at the cocoon portal samples (http://yourhost/cocoon/samples/portal/ for the old portal framework or http://yourhost/cocoon/samples/portal-fw/ for

Re: Calling Java classes from (JXForms) javascript - can you? how?

2003-08-19 Thread Geoff Howard
Chris Clark wrote: I figured it out! Just in case anyone else needs to know... 1) use Packages.dir.dir.class e.g. var MyClass = new Packages.com.domain.name.MyJavaClass(); 2) The directories messed me up a bit. For Java actions, the class files default to WEB-INF/classes. In order to get the

Re: build fails

2003-08-19 Thread Geoff Howard
Steen Grønlund wrote: I have tried building several versions of cocoon 2.1 for windows, but without succes. Most recently I tried cocoon 2.1, but I still get a compilation error in a woody file. When excluding the woody-block, an exception comes in the apples-block. I am running jdk 1.3 on

Re: XML-Based Reporting Application, Design?

2003-08-19 Thread Geoff Howard
Jeff Sexton wrote: We'd like to built an application that uses data from a database to create XML, which can be transformed to various forms. A significant amount of coding will be required to create the XML (otherwise I'd just place SQL in an xsp), so I think a separate servlet will make more

RE: mac os x/lucene indexing

2003-08-19 Thread Conal Tuohy
Bill French wrote: i've been working for a while trying to find the source of a nasty too many open files error when building lucene indexes using cocoon's LuceneIndexTransformer on mac os x. just for kicks, i decided to try everything out on a linux machine and didn't have any

RE: XML-Based Reporting Application, Design?

2003-08-19 Thread Scott Warren
I have done something very similar. I used XSP to generate a document then used various stylesheets to output html, xls etc. This worked very well. I didn't use anything other than Cocoon to get the data. It's fast and the very flexiable. A PDF output would be great but time/money stopped us from

JavaDoc not in Build 2.1Final

2003-08-19 Thread Scott Warren
I have downloaded and build the Final 2.1 release and there is no JavaDoc. Has anyone else had this problem ? Regards Scott Warren Ocom Software ... Exceeding Quality. email| mailto:[EMAIL PROTECTED] web | ocom.com.au

Encoding of web.xml

2003-08-19 Thread Antonio Gallardo
Hi: Why the web.xml of cocoon is still having: ?xml version=1.0 encoding=ISO-8859-1? I already changed it to ?xml version=1.0 encoding=UTF-8? and it works. Best Regards, Antonio Gallardo - To unsubscribe, e-mail: [EMAIL