unknown protocol: cocoon

2003-02-04 Thread Michael Schlee
Hi there. I want to include the results of several xsp-Pages (xml) into another xsp-page. I use in addition the following sitmape: sitemap.xmap . . . --> (*1) . . .

Re: about commercial adds of cocoon consultants ...

2003-02-04 Thread Niclas Hedhman
On Tuesday 04 February 2003 19:30, SAXESS - Hussayn Dabbous wrote: > Hy, all; > > Maybe it is a good idea to create a "commercial corner" for cocoon > somewhere ? Consultants and companies, who are supporting cocoon > on a commercial base may put their footprint there. > This may be a clear signal

Re: Simple example / XML / XSLT In production

2003-02-04 Thread Steven Noels
Adrian Boston wrote: If you want to comment on your xml success in your production systems, great, otherwise, drsvp. Adrian, Robert, as perhaps has become obvious something like a week ago, we try to refrain from personal comments other than some light banter on this list. Cocoon-users has a

RE: help with presentation wanted

2003-02-04 Thread Argyn
Thank you, all for suggestions! I forgot to mention the event I'm preparing to speak at. It's egovos.org on March in Washington, DC. If someone's planning to attend let's have a drink :) cheera, Argyn - Please check that your q

Re: Cocoon use worldwide

2003-02-04 Thread Niclas Hedhman
On Friday 31 January 2003 23:44, Matthew Langham wrote: > Anyone know any VCs with money left? :-). AN interesting aspect of Capitalism is that money never disappears. Anyone who claims this doesn't know how to look at the big picture. So, where are all the money that went around in the dotCom

RE: [OT] RE: cocoon & struts together

2003-02-04 Thread Argyn
Robert Are we talking about the same Struts? The Struts I know allows for a separation of logic and presentation. Actually, its developers recommend not to mix logic into Struts components. Struts is regarded as a "standard" Model2 (MVC a la J2EE) approach. So, you have JSPs for views; Servlet Co

Re: [OT] RE: cocoon & struts together

2003-02-04 Thread Robert Simmons
I dislike CMP for a number of reasons. Not the least of which is that it is a sledgehammer solution to put a thumbtack in a wall. The other reasons run a wide spectrum and include things like lack of dynamic searches, inability to convert objects to transient state and then back to persistent, the

Re: [OT] RE: cocoon & struts together

2003-02-04 Thread Robert Simmons
Don't be so defensive. You cant infer anything that I didn't say. I have no clue what you personally do. I merely commented on what I have seen others do in some 7 years of professional consulting. I don't advocate BMP because it doesn't take advantage of lazy loading. Its an all or nothing approa

Re: Simple example / XML / XSLT In production

2003-02-04 Thread Robert Simmons
What exactly does this attitude serve. If you don't want people's opinion, don't post to a public mailing list. Enough of this topic, its quite clear that you value your sarcasm over honest answers. -- Robert - Original Message - From: "Adrian Boston" <[EMAIL PROTECTED]> To: <[EMAIL PROTE

RE: [OT] RE: cocoon & struts together

2003-02-04 Thread Todd Pierce
Interesting set of inferences ; P "Many people whip up some struts-JSP based applications, which basically become servlets, and then pretend that the problems are solved. I could list a thousand ways this paradigm is garbage..." - So that's what I do? "Struts is a horrible basis for business logi

Re: [OT] RE: cocoon & struts together

2003-02-04 Thread Ryan Hoegg
Robert Simmons wrote: My advice to you is to use EJB and J2EE on the back end, cocoon on the web end, JDO for persistence and Swing for complex clients. -- Robert After your previous comments I'm surprised you aren't pushing CMP 2 over JDO. -- Ryan Hoegg ISIS Networks http://www.isisnetworks

Re: newbie xsp question

2003-02-04 Thread Jim Bearce
I don't know why the simple.xsp was done the way it was but I believe you should also be able to write it this way: for (int i=0; i < 3; i++) { Item i } I think wrapping it in CDATA sections is just to make it possible to use the < in the for statement I-Lin Kuo wrote: In the sample xs

RE: Simple example / XML / XSLT In production

2003-02-04 Thread Adrian Boston
Greaaat. Thanks for saving me a couple of weeks work. I'll make a note in my documents, "Robert said XML was OK." It's fine to hold you responsible right? Once again, as carefully noted in my first post: a) not my opinion. b) xml is cool. If you want to comment on your xml success in your product

Re: cocoon & struts together

2003-02-04 Thread Robert Simmons
It was a painful road and I'm still nursing the bruises. But ya, I see its value. -- Robert - Original Message - From: "Antonio Gallardo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 05, 2003 1:55 AM Subject: Re: cocoon & struts together > Thanks for the answer.

Re: cocoon & struts together

2003-02-04 Thread Antonio Gallardo
Thanks for the answer. Good speach. I saw you now as a Cocoon fan! :-) You finally saw the light at the end of the pipeline. ;-) Best Regards, Antonio Gallardo. Robert Simmons dijo: > Actually I'm an EJB specialist and I don't generally work on projects > conducive to web interfaces. The compl

Re: [OT] RE: cocoon & struts together

2003-02-04 Thread Robert Simmons
Struts is a horrible basis for business logic for a thousand reasons. Business logic best lives within an enterprise container and an application server. The basis of concurrency, fault tolerance, transaction management, clustering and the rest of the EJB contract make it pretty psycho to NOT use i

Re: Simple example / XML / XSLT In production

2003-02-04 Thread Robert Simmons
you can have the 100k Porsche, Ill take the half a million dollar Ferrari. I have been doing XSL for quite a while. I'm relatively new to cocoon, not to XML. People that use XML for logic and programming need to have their head examined IMHO. -- Robert - Original Message - From: "Adrian

[OT] RE: cocoon & struts together

2003-02-04 Thread Todd Pierce
Re the comment "Frameworks like struts mix functionality with presentation...". The presumption that functionality and presentation are mixed in Struts needs qualification. Struts is an application framework. It's most valuable component is the application layer. The presentation layer don't have

RE: Simple example / XML / XSLT In production

2003-02-04 Thread Adrian Boston
Oh. OK. We shall see when you start programming in xml, xslt, xpath, xthis, xthat. Unless you're well endowed with a bushy moustache and still love disco, I'd recommend stay away from Ferrari's. Move on up to a Porsche. -Original Message- From: Robert Simmons [mailto:[EMAIL PROTECTED]]

Re: Simple example / XML / XSLT In production

2003-02-04 Thread Robert Simmons
Comparing JAVA to XML is roughly like comparing a outhouse to a Ferrari. They are two totally different things that are made to solve totally different problems. -- Robert - Original Message - From: "Adrian Boston" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 05,

RE: Simple example / XML / XSLT In production

2003-02-04 Thread Adrian Boston
Actually, I'm comparing xml to java, not product to product. And that was not my opinion; I've been sold on xml for some time; however my experience has been system to system, not webby front-end. Btw. It seems most people like mopeds. Adrian Boston -Original Message- From: Robert Simmo

Re: Simple example / XML / XSLT In production

2003-02-04 Thread Robert Simmons
Huh? JSP has no object hierarchy. JSP is basically a way to write a servlet without having to implement the servlet interfaces. In short it is a shortcut. The end result of JSP is always a servlet (one per JSP page). XML/XSLT is a totally different paradigm. In cocoon generators are used to delive

Re: curious problem with new instalation--where are the XML files?

2003-02-04 Thread Robert Simmons
I'm afraid you are a bit confused. > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hello, > > I just installed Cocoon on my system and I have an interesting problem. > > I copied the war package into > ~/jboss-3.0.4_tomcat-4.1.12/server/default/deploy and restarted the > server using the scr

RE: Simple example / XML / XSLT In production

2003-02-04 Thread Adrian Boston
Ah, thanks for the linx. I was debating xml, xslt versus jsp with a colleague. He noted that although xml, xslt works well in a divided graphics/analyst/developer big team, it eventually was scrapped for JSP. The lack of object hierarchy and polymorphism made changes very difficult. Can anyone pr

Re: cocoon & struts together

2003-02-04 Thread Robert Simmons
Actually I'm an EJB specialist and I don't generally work on projects conducive to web interfaces. The complexity level of the stuff I do is too high. (Pharmaceutical industry and genetic research). My customers generally require a higher range of functionality than a web interface can provide. Th

curious problem with new instalation--where are the XML files?

2003-02-04 Thread David Novogrodsky
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I just installed Cocoon on my system and I have an interesting problem. I copied the war package into ~/jboss-3.0.4_tomcat-4.1.12/server/default/deploy and restarted the server using the script: ~/jboss-3.0.4_tomcat-4.1.12/bin/run.sh. I g

Re: Simple example

2003-02-04 Thread Yves Vindevogel
Jeremy Ashton, who recently published a book on Cocoon, wrote a very good "two idots guide to Cocoon". This document is still online somewhere. I guess Jeremy can point it out, he's a frequent reader of this user-list. That document gave me a lot of support and help, back in the days > Re: Hop

RE: Simple example

2003-02-04 Thread Adrian Boston
Re: Hopefully some encouragement An introductory document would prove extremely useful for the Cocoon cause, as it sounds great in both concept and implementation. Some of us are in positions to recommend xml, xslt over the forsaken jsp, struts, ejb method, but cannot afford the time to master ye

Re: cocoon & struts together

2003-02-04 Thread Antonio Gallardo
Robert Simmons dijo: > I dont think that using struts would be useful within an efficient > cocoon site. Cocoon takes another approach to web development that is, > in my opinion, superior to the jsp/struts approach. Thanks for the comment. I was trying to start learning about this stuff. As a be

Added a beginners page on basic cocoonapp organisation

2003-02-04 Thread SAXESS - Hussayn Dabbous
Hy; After a break i made up my mind and added a simple tutorial on webapp organisation using subsitemaps. Most of this has already been adressed in several places, but maybe it fits best in the "Cocoon Competence Center". I would be glad, if someone could review this and eventually clearify parts

Re: Simple example

2003-02-04 Thread Robert Simmons
Once more ? =) Its in progress. Right now beginner documentation is a little thin. -- Robert - Original Message - From: "Stefan Riegel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 03, 2003 8:41 PM Subject: Re: Simple example > Alireza Fattahi wrote: > > Hi, > > >

RE: Request Parameters in XSLT

2003-02-04 Thread Luca Morandini
Dan, take a look at RequestGenerator: since it produces an XML document, it is easy to iterate thru all the request parameters whose name start with "val". Regards, - Luca Morandini GIS Consultant [EMAIL PRO

Re: cocoon & struts together

2003-02-04 Thread Robert Simmons
I dont think that using struts would be useful within an efficient cocoon site. Cocoon takes another approach to web development that is, in my opinion, superior to the jsp/struts approach. I do admit that the learnign curve is high. in fact many on this list can tell you that ive been beatign up c

Re: Cocoon 2 with jboss-3.0.4_tomcat-4.1.12

2003-02-04 Thread Robert Simmons
The manifest is located, strangely enough, in the WEB-INF directory of the latest release version of the war. You will have to use the entries in that manifest to create your own war. Please look at the -m option to the jar command or, better yet, the ant jar task. -- Robert > Hello! > thx for y

Request Parameters in XSLT

2003-02-04 Thread dfeather
Hello, I am still pretty knew to all of this, so please bare with me if this seems obvious. I want to be able to process a set of request parameters in my xsl stylesheet that have the same name. For example, if I request: http://www.foo.com/bar/test?val=1&val=2&val=3 is there a way I could

Including a cocoon url in a jsp - causes IllegalStateException

2003-02-04 Thread Anecss
hi there, i have something similar to the following code snipet main.jsp /stream/content is coming from cocoon. cocoon servlet is embedded in our web-app. when including a cocoon url, using standard jsp tags, it causes illegalstateexception saying cocoonservlet is tryi

Re: xsp session

2003-02-04 Thread Beat De Martin
Hi Cyril Why don't use an action, I think it's better not to have too much Java code in your xsp-pages. In an action you can take your code as it is. Cheers Beat > Hi, > > I would like to deal with session through xsp, and serve as far as > possible > the same goal as with the following servlet:

Re: Livesite http://biology.bangor.ac.uk/

2003-02-04 Thread luke hubbard
Wicked cocoon has reached my home town :-) Is it being used throughout the uni or just your dept ? Keep up the good work Simon. On 4 Feb 2003 at 17:54, David Crossley wrote: > Thanks, i have added your livesite to the webpage. > (As usual it might be a while before it is public.) > > You have do

Strange results: SQL Transformer -> Other Transformer -> XML-Serializer

2003-02-04 Thread Stefan Riegel
Hi, for sure I do somthing wrong, because nobody seems to report similar problems. But I just can't find the error. I would like to transform SQL Transformer output to another XML using the Identity Transformation (I guess this is the right word). Problem: the attributes in the rowset-element

Cocoon 2-dev build failure

2003-02-04 Thread Mark Eggers
I checked out the latest CVS HEAD at approximately 02/04/2003 01000 PST. I got the following two validate errors during the build. [jing] Error at URL "file:/xml-cocoon2/src/blocks/chaperon/samples/stylesheets/class2html.xsl", line number 372, column number 69: element "value-of" from names

Re: Cocoon 2 via command line & Baltimore CHUG

2003-02-04 Thread Litrik De Roy
I once started looking into the CommandLine interface but I just couldn't figure it out. So, yes, please keep adding stuff to the Wiki, in any shape or form. Litrik De Roy www.litrik.com - Original Message - From: "Upayavira" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, Feb

xsp session

2003-02-04 Thread Cyril Vidal
Hi, I would like to deal with session through xsp, and serve as far as possible the same goal as with the following servlet: e.g put all the parameters named 'item' in the object of type Vector 'items' bound to the current session, so that it would be possible to list at any time all of the items

Re: Directories

2003-02-04 Thread SAXESS - Hussayn Dabbous
ok, 1.) you must be pretty clear, that simply moving your directories into another folder under webapps wont be the solution of your problem. 2.) it depends what you want to achieve. the simplest solution would be to make a sitemap mount. this is done as follows (i pray, i did no mistake here, sh

RE: Directories

2003-02-04 Thread Richard Cunliffe
Jonathan, I have just tried the suggestion by Konstantin, which was this: ... This has changed the address, but has not changed the physical directory that they are in. I am trying to clean up my directories! I have made a new folder called soundpool in webapps li

Re: Directories

2003-02-04 Thread Jonathan Patrick Freeman
Richard, Unless I'm wrong (and usually I am :) I think you need to move your directory "soundpool" to a webapp level and update the virtual host section of your server.xml file in tomcat's conf directory. Your cocoon's main sitemap is mounting your soundpool sitemap, correct? The cocoon directory

Re: Directories

2003-02-04 Thread Konstantin Piroumian
This can be done in Tomcat settings (see /conf/server.xml) and then add a new context pointing to your cocoon webapp directory with empty contex path, something like this: ... -- Konstantin - Original Message - From: "Richard Cunliffe" <[EMAIL PROTECTED]> To

Directories

2003-02-04 Thread Richard Cunliffe
Hi, Cocoon 2.0.4 Tomcat 4.0.6 Can someone point me in the right direction for setting up directories? For example my current URI and hard disk location looks like this: http://192.168.0.5:8080/cocoon/soundpool/soundpool.html C:\tomcat\webapps\cocoon\soundpool.xml If I wanted to change the URI a

Re: XML data linking method

2003-02-04 Thread Jonathan Patrick Freeman
Murad, Your English is fine. I'm in the same boat as you, I've been thinking on these URI lines and linkage of late. Let me say I'm starting to believe in REST in a very big way, coined by Roy Fielding. He makes some very interesting ideas around the URI. You can get a quick understanding at http

Re: startSerializedXMLRecording and endSerializedXMLRecording

2003-02-04 Thread Brian Johnson
You need to call endSerializedXMLRecording in your endElement method. The AbstractSAXTransformer is setup to pick out elements based on a namespace uri. You can look at the code for startElement and endElement to see how to pick the xml fragment you want based on a qname. Brian On Tuesday, Febr

RE: startSerializedXMLRecording and endSerializedXMLRecording

2003-02-04 Thread Carsten Ziegeler
Have a look at the cinclude or the sql transformer for examples. Carsten > -Original Message- > From: Lionel Crine [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 04, 2003 3:15 PM > To: [EMAIL PROTECTED] > Subject: startSerializedXMLRecording and endSerializedXMLRecording > > > I'm

startSerializedXMLRecording and endSerializedXMLRecording

2003-02-04 Thread Lionel Crine
I'm trying to implements my transformer but I can't figured out how to use these methods. Here is what I did : protected Stringbuffer body = new StringBuffer(); public void startElement(String namespaceURI, String localName, String qName, Attributes attributes) throws SAXException { try

AW: Parameters to a JSP page

2003-02-04 Thread Marco Rolappe
hi nesto,   I assume that the JSP knows how to handle the parameters.   you don't really have to process the parameters (via actions, matchers, whatever), since you said you are generating an html form.   so, in the generated form there should be something like this:   ...     ...        

Re: !HELP! Cocoon global errors !HELP!

2003-02-04 Thread Stephan Michels
On Tue, 4 Feb 2003 [EMAIL PROTECTED] wrote: > Hello everybody, > > I've installed Cocoon and developed a bit with it. I didn't change > anything special in cocoon, but now I get following error on all my > pages : > > HTTP Status 404 - > typeStatus report > message > descriptionThe requested resou

!HELP! Cocoon global errors !HELP!

2003-02-04 Thread Maxime.Gheysen
Hello everybody, I've installed Cocoon and developed a bit with it. I didn't change anything special in cocoon, but now I get following error on all my pages : HTTP Status 404 - typeStatus report message descriptionThe requested resource () is not available. And my logfile is like this (here i

RE: 404 not found error

2003-02-04 Thread Richard Cunliffe
Asif,   Where have you put your files? your file structure should look like this if you kept to all the original directory settings:     C:\tomcat\webapps\cocoon\seegoogle.xml     This gives the address     http://localhost:8080/cocoon/seegoogle/seegoogle       If you p

Re: setting the client's character coding/charset to utf

2003-02-04 Thread leo leonid
On Dienstag, Februar 4, 2003, at 01:45 Uhr, Konstantin Piroumian wrote: Hi! I couldn't reproduce this in i18n samples using: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130 Win 2K JDK 1.3.1 Tomcat 4.12 The only browser I found so far which displays the page spontane

Re: setting the client's character coding/charset to utf

2003-02-04 Thread Konstantin Piroumian
Hi! I couldn't reproduce this in i18n samples using: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130 Win 2K JDK 1.3.1 Tomcat 4.12 The only minor problem compared to IE 6.0 was non-readable window title (produced from element in HTML), but it can be a font problem and def

i18n: setting the client’s character coding/charset to utf

2003-02-04 Thread leo leonid
Hi, I want to be able to display (and edit via a web form) articles in different languages. Latin1 encoding is not sufficient because there are articles in Russian and Japanese as well. To store the articles on the server I use the latest (7.3.1) Postgresql with Database encoding set to UNICODE

404 not found error

2003-02-04 Thread Asif Talpur
Hi guys, I am a novice user and I need your help with this problem. Following is an excerpt from my sitemap file. Basically at this moment I want the page http://www.google.com to show up when I request the page http://localhost:8080/cocoon/seegoogle     http://www.google.com" type="html"/

Using flow

2003-02-04 Thread Murad Jura
Hello, has anybody successfull experience in developing applications using flow from the Cocoon 2.1? I have got a January snapshot of the cocoon-dev CVS repository. Is it reasonably to use the flow in a production environment? Thanks! Regards, Murad Jura. -

about commercial adds of cocoon consultants ...

2003-02-04 Thread SAXESS - Hussayn Dabbous
Hy, all; Maybe it is a good idea to create a "commercial corner" for cocoon somewhere ? Consultants and companies, who are supporting cocoon on a commercial base may put their footprint there. This may be a clear signal for possibly interested "customers" to see, there is a growing commercial supp

XML data linking method

2003-02-04 Thread Murad Jura
Hello all! We are developing one staff management system using Cocoon 2.1 and the native XML database (Xindice 1.0). There are many relationships between our XML data resources, such as between an employee and a department. Has anybody advise me what method we should choose to implement this ki

Re: Cocoon 2 with jboss-3.0.4_tomcat-4.1.12

2003-02-04 Thread Christian Joelly
Hello! thx for your reply. can you post an example manifest file? and where do i have to put the manifest file? into the cocoon war file or into the ear file ? thx, Chris On Tue, Feb 04, 2003 at 11:28:06AM +0100, [EMAIL PROTECTED] wrote: > > The problem is that you need the manifest file that h

RE: Custom transformer

2003-02-04 Thread Lionel Crine
I see, thanks - Please check that your question has not already been answered in the FAQ before posting. To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands,

RE: Custom transformer

2003-02-04 Thread Carsten Ziegeler
> -Original Message- > From: Konstantin Piroumian [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 04, 2003 11:42 AM > To: [EMAIL PROTECTED] > Subject: Re: Custom transformer > > > From: "Lionel Crine" <[EMAIL PROTECTED]> > > > I have an xml document : > > > > > > http://apache.o

Re: Custom transformer

2003-02-04 Thread Lionel Crine
I saw that and I've already implemented this method. Where I'm stuck is that these methods return a "void" so how can I store my tags and text in a StringBuffer? Lionel - Please check that your question has not already been a

Re: Custom transformer

2003-02-04 Thread Konstantin Piroumian
From: "Lionel Crine" <[EMAIL PROTECTED]> > I have an xml document : > > > http://apache.org/xsp"; > xmlns:my_NS="http://www.my_NS.com/my_NS/query/1.0";> > > > > > >DOCUMENT > > > > > > > > In my transformer I need to get all that si between " > " tag and put it in a

Aw: Cocoon 2 with jboss-3.0.4_tomcat-4.1.12

2003-02-04 Thread derisor
The problem is that you need the manifest file that has the Cocoon-Libs entry and the other entries for the Jars in the cocoon.war. If oyu dont build using this manifest than cocoon will not be able to locate anything. If you deploy as an exploded war than you will not have this problem. -- Rob

Custom transformer

2003-02-04 Thread Lionel Crine
I have an xml document : http://apache.org/xsp"; xmlns:my_NS="http://www.my_NS.com/my_NS/query/1.0";> DOCUMENT In my transformer I need to get all that si between " " tag and put it in a string or a String buffer. Which method can do that for me ? Sax "Characters

Re: Error

2003-02-04 Thread Upayavira
> > file:/C:/jakarta-tomcat-5.0/jakarta-tomcat-5.0/webapps/cocoon/workshop, > > or file://C:/jakarta-tomcat-5. ?! More to the point, do you really want to have two occurances of jakarta-tomcat-5.0 in your path to your stylesheet? Regards, Upayavira -

Parameters to a JSP page

2003-02-04 Thread Nesto
Hi to everyone!I'm a newbie of Cocoon and I have a problem with parameters of a Jsp.I don't know how I can pass a set of parameters to a jsp from a html-form.I'll explain my problem better:I have a form in a html page generated through Cocoon (xml->xsl->html). This is a login page, and there

AW: AW: Error

2003-02-04 Thread Mustafa Ali, Halgurt
Thanks. I found the problem-source. I types sylesheet instead of stylesheet.. On Tue, 4 Feb 2003, Mustafa Ali, Halgurt wrote: > It doesn´t make a different, wether > file:/C:/jakarta-tomcat-5.0/jakarta-tomcat-5.0/webapps/cocoon/workshop, > or file://C:/jakarta-tomcat-5. ?! Yes it makes a di

Re: AW: Error

2003-02-04 Thread Stephan Michels
On Tue, 4 Feb 2003, Mustafa Ali, Halgurt wrote: > It doesn´t make a different, wether > file:/C:/jakarta-tomcat-5.0/jakarta-tomcat-5.0/webapps/cocoon/workshop, > or file://C:/jakarta-tomcat-5. ?! Yes it makes a difference, but after a look into the specs http://www.ietf.org/rfc/rfc2396.txt,

Cocoon 2 with jboss-3.0.4_tomcat-4.1.12

2003-02-04 Thread Christian Joelly
Hello! has anybody cocoon 2 with jboss 3/tomcat 4.1 up and running? i have tried to deploy my c2 application which usually runs on jboss 2.4.4/tomcat 3.2 (j2sdk1.3) to the newly installed jboss3.0.4/tomcat 4.1.12 (j2sdk1.4) environment. i have also build an ear file with the c2 war file and an ap

AW: Error

2003-02-04 Thread Mustafa Ali, Halgurt
It doesn´t make a different, wether file:/C:/jakarta-tomcat-5.0/jakarta-tomcat-5.0/webapps/cocoon/workshop, or file://C:/jakarta-tomcat-5. ?!   On Tue, 4 Feb 2003, Mustafa Ali, Halgurt wrote:   > Hello, > > can somebody help me, I wrote an simple example with ohne stylesheet and

Re: Error

2003-02-04 Thread Stephan Michels
On Tue, 4 Feb 2003, Mustafa Ali, Halgurt wrote: > Hello, > > can somebody help me, I wrote an simple example with ohne stylesheet and > one source document and I placed them under CocoonRoot/workshop, zhis > ist he Error-message: > > Caused by: org.apache.excalibur.source.SourceNotFoundException

Error

2003-02-04 Thread Mustafa Ali, Halgurt
      Hello,   can somebody help me, I wrote an simple example with ohne stylesheet and one source document and I placed them under CocoonRoot/workshop, zhis ist he Error-message:   type fatal message Unable to get transformer handler for sylesheets/tx-xml2html.xsl description org.

Error

2003-02-04 Thread Mustafa Ali, Halgurt
Hello,   can somebody help me, I wrote an simple example with ohne stylesheet and one source document and I placed them under CocoonRoot/workshop, zhis ist he Error-message:   type fatal message Unable to get transformer handler for sylesheets/tx-xml2html.xsl description org.apache.co

how to access user-session context data in the sitemap

2003-02-04 Thread Stefan Schneider
Hello, I'm using cocoon 2.1 and the sunShine Portal Framework and want to use a dynamic filter with the filter transformer for a sunLet xml-source. I can not use the parameter from a request parameter, because the url of the sunLet is static and after every sunLet reload the url comes from the sunL

Re: Building Cocoon 2.1-dev

2003-02-04 Thread Nicola Ken Barozzi
Geoff Howard wrote: -Original Message- From: Morten Ludvigsen [mailto:[EMAIL PROTECTED]] Thanks very much for your reply. I have just tried what you suggested, but the build still does not get past the init target. It does not look like it even calls javac. If it did I would expect at l

R: Link Livesites: CBIM (Cocoon 2.1-dev)

2003-02-04 Thread Lorenzo De Sio
It seems real fast from the Internet as well, though I am in Italy too (Florence). It looks like it is on our LAN :) L. -Messaggio originale- Da: Ugo Cei [mailto:[EMAIL PROTECTED]] Inviato: lunedì 3 febbraio 2003 12.52 A: [EMAIL PROTECTED] Oggetto: Re: Link Livesites: CBIM (Cocoon 2.1-de