Has anyone managed to get Cocoon working successfully with Resin 3.03?
Andrzej Jan Taramina
Chaeron Corporation: Enterprise System Solutions
http://www.chaeron.com
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional comm
Sonny Sukumar wrote:
From: "Horsfield, Peter A." <[EMAIL PROTECTED]>
> Assuming these things, I'd like something that returns
> the request URI along with the full query string.
Use RequestModule
Try:
{request:/requestURI}
I've not personally done this, but it seems logical.
Hmm, why the
From: Christian Haul <[EMAIL PROTECTED]>
I'd like something that returns the request URI along with the full query
string. For example, if I request
"http://www.mysite.com/showSomePage?pageId=1&otherParam=ABC";, then I'd
like to get the "showSomePage?pageId=1&otherParam=ABC" (so I can set it
Hi all,
browsing through all the 'thank you' mails, getting increasingly
embarrased, I'd simply like to say 'thank YOU'.
Thanks for the enthusiasm, expressed by signing up and showing up,
sometimes after considerable travel or lodging adventures. Thanks for
the trust, expressed by happily paying t
From: "Horsfield, Peter A." <[EMAIL PROTECTED]>
> Assuming these things, I'd like something that returns
> the request URI along with the full query string.
Use RequestModule
Try:
{request:/requestURI}
I've not personally done this, but it seems logical.
Hmm, why the "/"? I assume that has s
Sonny Sukumar wrote:
From: "Horsfield, Peter A." <[EMAIL PROTECTED]>
Hey Sonny,
Sorry it didn't end up clear.
{request:requestURI}
and
{requestURI:requestURI}
the first, and differing, part can be any name that is
mapped to the RequestURIModule in cocoon.xconf :
Using the names
On Thu, 2003-10-09 at 16:06, Mark H wrote:
> Can someone tell me why an action widget disables validation in Woody?
Why should it perform validation? A user will often press an action
button when the form is not completed yet and will thus obviously be
full of validation errors.
There is now howe
> Assuming these things, I'd like something that returns
> the request URI along with the full query string.
Use RequestModule
Try:
{request:/requestURI}
I've not personally done this, but it seems logical. If it doesn't
return the query string you might be able to use
{req
Hi Alessandro:
This is not a Cocoon issue. Please review the permission of the
directories and files. This can happen when you started the servlet as
other user.
Best Regards,
Antonio Gallardo
-
To unsubscribe, e-mail: [EMAI
Bruno Dumon Escribio :-)
> Could you guys try if changing the "reuse-parsers" parameter in the
> cocoon.xconf to false helps? It seems to do the trick, but I'm unable to
> reproduce the error reliably so I need some confirmation on that.
Hi bruno,
Thank for you help.
we change the param
Bruno Dumon Escribio :-)
> On Thu, 2003-10-09 at 18:06, Carlos Chávez wrote:
>> Bruno Dumon Escribio :-)
>> > On Tue, 2003-10-07 at 18:20, Carlos Chávez wrote:
>> >> Hi to all,
>> >>
>> >> i'm working with woody,
>> >> i'm using WoodyTemplateTransformer,
>> >> when the first time i execute one
From: "Horsfield, Peter A." <[EMAIL PROTECTED]>
Hey Sonny,
Sorry it didn't end up clear.
{request:requestURI}
and
{requestURI:requestURI}
the first, and differing, part can be any name that is
mapped to the RequestURIModule in cocoon.xconf :
or
It doesn't matt
On Thu, 2003-10-09 at 20:59, Bruno Dumon wrote:
> On Thu, 2003-10-09 at 20:30, Tony Collen wrote:
> > Bruno Dumon wrote:
> > > On Tue, 2003-10-07 at 18:20, Carlos Chávez wrote:
> > >
> > >> Hi to all,
> > >>
> > >> i'm working with woody,
> > >> i'm using WoodyTemplateTransformer,
> > >> when the
Hey Sonny,
Sorry it didn't end up clear.
{request:requestURI}
and
{requestURI:requestURI}
the first, and differing, part can be any name that is
mapped to the RequestURIModule in cocoon.xconf :
or
It doesn't matter what name you give it, as long as you u
On Thu, 2003-10-09 at 20:30, Tony Collen wrote:
> Bruno Dumon wrote:
> > On Tue, 2003-10-07 at 18:20, Carlos Chávez wrote:
> >
> >> Hi to all,
> >>
> >> i'm working with woody,
> >> i'm using WoodyTemplateTransformer,
> >> when the first time i execute one form this work fine, validation is ok
> >
Trask, Dennis wrote:
However, the default page size seems to be "A4", and I need "letter". The
only way I have found to change this (besides changing the iTextSerializer)
is by altering the serializer definition in the root sitemap to include a
page-size attribute. However, with this solution, I ca
On Thu, 2003-10-09 at 18:06, Carlos Chávez wrote:
> Bruno Dumon Escribio :-)
> > On Tue, 2003-10-07 at 18:20, Carlos Chávez wrote:
> >> Hi to all,
> >>
> >> i'm working with woody,
> >> i'm using WoodyTemplateTransformer,
> >> when the first time i execute one form this work fine, validation is
Hello Gent's
I'm new of cocoon and new of this mailing list.
I have installed cocoon on 2 system
1) Windows 2000
jd1.3
Apache 2.0
Tomcat 4.1.27
Cocoon 2.0
2) Sun Solaris
jd1.3
Apache 2.0
Tomcat 4.1.27
Cocoon 2.0
On both the system i start apache + tomcat a
you might forward this to the dev list
> -Original Message-
> From: Mark H [mailto:[EMAIL PROTECTED]
> Sent: Thursday, October 09, 2003 10:06 AM
> To: [EMAIL PROTECTED]
> Subject: Woody - action widget disables validation
>
>
> Can someone tell me why an action widget disables validation
Bruno Dumon wrote:
On Tue, 2003-10-07 at 18:20, Carlos Chávez wrote:
Hi to all,
i'm working with woody,
i'm using WoodyTemplateTransformer,
when the first time i execute one form this work fine, validation is ok
etc,
but the second time i execute other diferent form and i try to submit
this form
Title: RE: Extraction of Zipped XML from database - Generator Idea?
should work and had thought of it - seemed more work to do a protocol, but neater, i suppose - i won't do it myself - no time (v tight deadline on this), i'm going to do the generator unless anybody else has a zip protocol whi
Title: Extraction of Zipped XML from database - Generator Idea?
Michael,
I'm trying the database zip generator idea
anyway, as I'd had no feedback, so I'll post it when/if i get it
working.
John Grange
The views expressed in this email/posting are solely those of John Grange and
are neith
Hey guys,
Does anybody know the difference between {request:requestURI} and
{requestURI:requestURI}? I was discussing these things with Tony and Peter
on the list yesterday, but I didn't get this quite clear in my mind.
Do either of these return the full query string as well? I think I need
Custom protocol?
Pipeline1: DatabaseReader reads BLOB
Pipeline2: FileGenerator reads XML from unzip:/cocoon:/pipeline1
I've never written a custom protocol, and I don't know if they
can call other custom protocols. In fact, someone please
shoot down this idea.
Peter
-Original Message-
F
Hi!
I'm using redhat9, tomcat 4.1.27, cocoon 2.1.2-dev, sunspotdemo portal
My problem is:
I want to write an own coplet, for example a voting form, but I don't know
what I should write in the action (, method) attribute. And how could I
get this parameter from the coplet?
Next problem is very sim
Title: Extraction of Zipped XML from database - Generator Idea?
If anyone does have solutions, will they post them?
:)
Michael McConnellPerficient, Inc. - Advanced Technology ServicesSRS
Extension: 785-296-4854Perficient, Inc email: [EMAIL PROTECTED]Mobile:
952-240-3940"All truth passes thro
Lars Huttar wrote:
Hi all,
We are working on a project where we would like to generate static versions
of web sites using cocoon. Currently we're using version 204 (though we're
thinking about moving to 2.1.*) on Windows machines.
It's taken a while to get a run.bat working that has all the right
Hi all,
We are working on a project where we would like to generate static versions
of web sites using cocoon. Currently we're using version 204 (though we're
thinking about moving to 2.1.*) on Windows machines.
It's taken a while to get a run.bat working that has all the right jar
files in the cl
As some of you already know on
++
| November, 18th 2003 |
++
the first
++
| Austrian Cocoon Day |
++
will take place.
You can find all necessary information (including an English sec
Bruno Dumon Escribio :-)
> On Tue, 2003-10-07 at 18:20, Carlos Chávez wrote:
>> Hi to all,
>>
>> i'm working with woody,
>> i'm using WoodyTemplateTransformer,
>> when the first time i execute one form this work fine, validation is
>> ok etc,
>> but the second time i execute other diferent fo
That sounds reasonable - porting cocoon to .NET sounds like a silly exercise - I
though .NET was all about web services - apparently not.
-Original Message-
From: Ryan Hoegg [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 09, 2003 11:34 AM
To: [EMAIL PROTECTED]
Subject: Re: R: .NET port
Why not host Cocoon on the Windows machine on another port and forward
requests with Apache and mod_jk?
Marchiori Carlo wrote:
Thanks Alex,
the fact the I must develop to both platform
is my company need, not a free choice.
I think I will implement in .net a small
subset of cocoon functionality,
Geoff Howard wrote:
GH> Oskar Casquero Oiarzabal wrote:
>> I'm also developing a J2EE application on Jboss-2.1.1 using Cocoon-2.1
>> as webmodule. I also got these "UnnamedSelector: ComponentSelector could not find
>> the component for hint:" exception, and I solved it defining all the
>> componen
Bruno Dumon Escribio :-)
> On Thu, 2003-10-09 at 00:20, Carlos Chávez wrote:
>> jcplerm Escribio :-)
>> >
>> > - Original Message -
>> > From: "Carlos Chávez" <[EMAIL PROTECTED]>
>> > To: <[EMAIL PROTECTED]>
>> > Sent: Wednesday, October 08, 2003 2:58 PM
>> > Subject: Re: Woody and textare
i haven't used ESQL, but getting the result of a function should be the same as
performing a select. E.g.
select 1 from dual
For a function it would be
select package.function(param1,param2,...) from dual;
Then retrieve the first column (getInt(1), say in JDBC) as you would with the column
va
Is there anyway that I can get results from an Oracle Function (as
opposed to an Oracle Procedure). I have tried :
oracle
begin mypackage.myfunction(
'text',
'text2',
,
,
,
,
On 09.Oct.2003 -- 04:22 PM, Josep Riudavets wrote:
>
> Ok, thanks a lot ... it works perfectly
>
> But notice that st1 cannot be placed this way, because st1 is a variable.
>
> st1
>
>
> I have ommited name parameter
(In this case) All parameters passed as xml attributes can be
specif
Ok, thanks a lot ... it works perfectly
But notice that st1 cannot be placed this way, because st1 is a variable.
st1
I have ommited name parameter
Best regards...
Josep
- Original Message -
From: "Christian Haul" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, O
Thanks for your answer, Unico.
I'll get a fresh connection at each public call. The problem wes that I got some public
methods also called by other public methods. Now I must test the existence of an existing
connection before doing stuff.
Anyway, thanks again!
--
Olivier
On 08/10/2003 17:35,
Hi,
In the configure method of org.apache.cocoon.serialization.SVGSerializer
there is a problem when mapping config parameters to transcoder hints:
When the parameter type is string, nothing is set.
For example if you're using
in the configuration of a SVGSerializer, the corresponding batik
K
Can someone tell me why an action widget disables validation in Woody? I'm
trying out a simple form that doesn't involve validation, but it can never
get onto the success page because of the following code:
org.apache.cocoon.woody.formmodel.Form:
public boolean process(FormContext formContext) {
Hi all!
I'm new with cocoon. I installed cocoon 2.1 and I'm trying to understand
how to use it in a proficient way. I have some question to ask you:
1. Is there a reference manual for sitemap.xmap and XSP ? If so, where
can I find it? I searched for something like that but maybe I'm using
bad key
I am using Cocoon to
produce PDF documents through the iText serializer. However, the default page
size seems to be "A4", and I need "letter". The only way I have found to change
this (besides changing the iTextSerializer) is by altering the serializer
definition in the root sitemap to inclu
Marchiori Carlo wrote:
I work for a company which develops Java and .NET versions
of the same applications to suit customers needs.
There are tools from IBM and Sun that let u turn Java classes into COM
components and use COM components from JAva. Why not use them to
integrate your Cocoon app
Oskar Casquero Oiarzabal wrote:
I'm also developing a J2EE application on Jboss-2.1.1 using Cocoon-2.1
as webmodule. I also got these "UnnamedSelector: ComponentSelector could not find
the component for hint:" exception, and I solved it defining all the
components () in my rootsitemap, not only act
avvaru KP wrote:
Hi
I am new to cocoon framework. I am planning to use cocoon for non web
application.
My basic requirements are,
- Creating XML dynamically from database and java objects
- By passing different xsl, getting the final output. (for example,
creating pdf by passing fo:xsl)
Ca
Marius Oancea wrote:
Hi,
I created a cocoon application and I have my own generator that takes
a bean from a 3rd party app and issue SAX Events.
All is working fine but the problem is.
When i get some properties from the bean, I need to show a page to
the user to ask for some clarifica
Hi
I am new to cocoon framework. I am planning to use cocoon for non web
application.
My basic requirements are,
- Creating XML dynamically from database and java objects
- By passing different xsl, getting the final output. (for example,
creating pdf by passing fo:xsl)
Can i run stand alon
Hello,
I'm trying to use the Eclipse Sunbow plug-in to edit my XSP files.
I need to have a XSP schema.
Where could I find this?
Regards
Sylvain
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL
But wouldn't this be extremely difficult for maintenance purposes?
Really trust me, if you are not using FJB (Fleury Java Beans or for
that matter BeaJB or WebSphereJB) but EJBs then try switching to
JOnAS... this is really well supported and has gained a lot of momentum
the last year... Ev
Hello all,
I've got this working again. It was a sitemap problem.
The SourceMultiAction handles 'posts', provided you use the right
parameters.
Somehow, the following fragment disappeared somewhere along the line form
the sitemap.
Of course you need an action as follo
Hi,
> Von: Carsten Ziegeler [mailto:[EMAIL PROTECTED]
> Gesendet: Donnerstag, 9. Oktober 2003 08:26
> An: [EMAIL PROTECTED]
> Betreff: RE: portal engine question
>
> Hi,
>
> Joakim Verona wrote:
> >
> > Hello list,
> >
> > I have a question about the portal(I have made a live site using
cocoon,
I'm also developing a J2EE application on Jboss-2.1.1 using Cocoon-2.1
as webmodule. I also got these "UnnamedSelector: ComponentSelector could not find
the component for hint:" exception, and I solved it defining all the
components () in my rootsitemap, not only actions, generators,
transformers a
Hi Kris,
two solutions:
1) Use Jonas (http://jonas.objectweb.org)... works there and it is a
more stable container. Ask Bernard (also works at Kava), he has some
nice experiences in hooking up Jonas-Tomcat-Cocoon... ;-)
2) JBoss uses a different XML Parser than Cocoon and thus there are
so
Title: Extraction of Zipped XML from database - Generator Idea?
Hi,
I have xml stored in a database table in zipped form to minimise storage requirements (unzipped doc 1-4Mb, zipped 60-150k).
I have been looking at the best way to extract this and having looked at esql (this looks like a me
On 08.Oct.2003 -- 06:09 PM, Josep Riudavets wrote:
> Thanks a lot ... now, it works perfectly ... I did not undersand cocoon
> protocol, but now I have learned some things about it ... thanks again
>
> Another question ... I'm generating pdf files in order to be attached. These
> files are named d
On Thu, 2003-10-09 at 00:20, Carlos Chávez wrote:
> jcplerm Escribio :-)
> >
> > - Original Message -
> > From: "Carlos Chávez" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Wednesday, October 08, 2003 2:58 PM
> > Subject: Re: Woody and textareas
> >
> >
> > ...
> >> you must u
Hello.
I'm developing a J2EE application with Jbuilder on Jboss (at the moment I'm
testing the release candidates of the 3.2.2 version).Now I'm trying to add a
webmodule using Cocoon 2.0.3. The problem has nothing to do with Jbuilder
but with Jboss and the war-file of Cocoon.
Everytime I try to
The new sunBow version is now available for download. It is
tested with eclipse 2.1.1. Eclipse 3.0 is not supported yet.
Following features has been added:
* Cocoon Debugger: Stepping through the sitemap. Trace the XML
stream and sitemap variables.
* Log-Level editor for logkit.xconf
* Log Viewe
From: Alexander Schatten
> Bertrand Delacretaz wrote:
>
> >
> > Le Mardi, 7 oct 2003, à 21:30 Europe/Zurich, Alexander Schatten a
> > écrit :
> >
> >> ein wenig off-topic---dennoch, da viele cocoon entwickler
> ja auch an
> >> Eclipse interessiert sind, und Erich Gamma ja nicht gar so oft zu
Hi,
I created a cocoon application and I have my own generator that
takes a bean from a 3rd party app and issue SAX Events.
All is working fine but the problem is.
When i get some properties from the bean, I need to show a page to
the user to ask for some clarifications. This can happe
From: caleb racey [mailto:[EMAIL PROTECTED]
>
> Sorry to ask another question instead of providing an answer.
>
> In addition to JAAS there is the question of other authentication
> frameworks, such as the federated single sign on providers like
> shibboleth (open source see http://shibboleth.int
Sorry to ask another question instead of providing an answer.
In addition to JAAS there is the question of other authentication
frameworks, such as the federated single sign on providers like
shibboleth (open source see http://shibboleth.internet2.edu/) and the
sun ONE Identity server stuff.
Both
63 matches
Mail list logo