Re: [COCOON 2.2]: No block for /dojo.js

2008-03-12 Thread Luca Morandini
Grzegorz Kossakowski wrote: What kind of page includes reference to dojo.js? It looks like a broken link. The only reference to 2dojo.js I've found within the forms-impl block source it's in forms-field-styling.xsl, but I cannot understand why the error pop-up in the server part. BTW,

Re: [COCOON 2.2]: No block for /dojo.js

2008-03-12 Thread Luca Morandini
Luca Morandini wrote: Grzegorz Kossakowski wrote: What kind of page includes reference to dojo.js? It looks like a broken link. BTW, I'm using forms 1.0.0-RC1, shall I use 1.0.0-SNAPSHOT instead ? Regards, Luca Morandini www.lucamorandini.it

Re: [COCOON 2.2]: No block for /dojo.js

2008-03-12 Thread Grzegorz Kossakowski
Luca Morandini pisze: Grzegorz Kossakowski wrote: What kind of page includes reference to dojo.js? It looks like a broken link. The only reference to 2dojo.js I've found within the forms-impl block source it's in forms-field-styling.xsl, but I cannot understand why the error pop-up in the

Re: [COCOON 2.2]: No block for /dojo.js

2008-03-12 Thread Luca Morandini
Grzegorz Kossakowski wrote: Luca Morandini pisze: Grzegorz Kossakowski wrote: What kind of page includes reference to dojo.js? It looks like a broken link. The only reference to 2dojo.js I've found within the forms-impl block source it's in forms-field-styling.xsl, but I cannot understand why

Re: [COCOON 2.2]: No block for /dojo.js

2008-03-12 Thread Grzegorz Kossakowski
Luca Morandini pisze: It seems to be in the forms-sample-styling.xsl I used: deleting the include of forms-advanced-field-styling.xsl solved the problem... though I still saw it when I tried to include the Ajax block (which should have made the Ajax resources available). Luca, deleting

Re: [COCOON 2.2]: No block for /dojo.js

2008-03-12 Thread Luca Morandini
just follow Forms migration guide[1] and adapt all resources mentioned there of your application. [1] http://cocoon.apache.org/2.2/blocks/forms/1.0/1351_1_1.html I tried to follow the A Simple Example sample in the Cocoon 2.2 site, but there are some differences with the migration guide: I

Re: [Cocoon 2.2] upload binary files

2008-03-10 Thread Joerg Heinicke
On 10.03.2008 02:54, Andy Stevens wrote: I might be wrong, but my guess is you are falling into the trap that uploaded files are deleted at the end of a request. Does this apply to 2.1.x as well? Yes, see CocoonServlet, RequestFactory, MultipartHttpServletRequest.cleanup() and

Re: [Cocoon 2.2] upload binary files

2008-03-10 Thread Joerg Heinicke
On 08.03.2008 13:14, Tobias Rübner wrote: You must save them yourself during the request processing. Here is a snippet of my servlet: The problem is I don't know how you integrated it into Cocoon. There is an API to access the files on a MultipartHttpServletRequest. In flowscript it

Re: [Cocoon 2.2] upload binary files

2008-03-10 Thread Tobias Rübner
as far as I know, should be removed in cocoon 2.2. Is there an other way to get a Part object in a servlet request? I tried it with the non-cocoon-style servlet aproach, definied the servlet as bean definition in the block definition file (META-INF/ cocoon/spring). public class UploadServlet

Re: [Cocoon 2.2] upload binary files

2008-03-08 Thread Joerg Heinicke
it is easier for us to give suggestions how to set it up. You may also show us your current set up so that we can tell you were it might go wrong. Joerg On 07.03.2008 12:32, Tobias Rübner wrote: I am building a webapp with cocoon 2.2. Currently I got stuck with the file upload. First I tried

Re: deploying cocoon 2.2 problem

2008-03-08 Thread anil
this message in context: http://www.nabble.com/deploying-cocoon-2.2-problem-tp15900785p15912868.html Sent from the Cocoon - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: servlet-mapping in Cocoon 2.2 bean?

2008-03-08 Thread Josh2007
/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/servlet-mapping-in-Cocoon-2.2-bean--tp15028682p15914204.html Sent from

Re: servlet-mapping in Cocoon 2.2 bean?

2008-03-08 Thread Grzegorz Kossakowski
think more people would be interested in integration eXist and Cocoon 2.2. Thanks for your help. No problem. -- Grzegorz Kossakowski - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [Cocoon 2.2] upload binary files

2008-03-08 Thread Tobias Rübner
it is easier for us to give suggestions how to set it up. You may also show us your current set up so that we can tell you were it might go wrong. Joerg On 07.03.2008 12:32, Tobias Rübner wrote: I am building a webapp with cocoon 2.2. Currently I got stuck with the file upload. First I tried to work

Re: servlet-mapping in Cocoon 2.2 bean?

2008-03-08 Thread Josh2007
Yes, after all the help I got I was thinking of writing a short tutorial about integrating eXist in Cocoon 2.2 as a block and how to make use of XQueryServlet with servletService to query the database. eXist requires some files conf.xml (specific to eXist and not part of web.xml

deploying cocoon 2.2 problem

2008-03-07 Thread anil
should do to try and resolve this problem. Many thanks in advance, Anil. -- View this message in context: http://www.nabble.com/deploying-cocoon-2.2-problem-tp15900785p15900785.html Sent from the Cocoon - Users mailing list archive at Nabble.com

[Cocoon 2.2] upload binary files

2008-03-07 Thread Tobias Rübner
Hello, I am building a webapp with cocoon 2.2. Currently I got stuck with the file upload. First I tried to work with a HTTP Servlet and apache.commons.FileUpload. But the MultipartHttpServletRequest changed the request and so there is no filedata to handle. The parameter named like the file

Re: NTLM with the authentication framework cocoon 2.2

2008-03-04 Thread Reinhard Poetz
rossputin wrote: Hi, has anyone done any work on integrating NTLM support with cocoon-auth in cocoon 2.2. Or does anyone know of any documentation on it? Everything is working great with auth from a DB, but now I need to play with windows integration. IIUC you have to implement your own

NTLM with the authentication framework cocoon 2.2

2008-03-03 Thread rossputin
Hi, has anyone done any work on integrating NTLM support with cocoon-auth in cocoon 2.2. Or does anyone know of any documentation on it? Everything is working great with auth from a DB, but now I need to play with windows integration. Thanks for your help in advance. Regards Ross -- View

Re: Cocoon 2.2 - Webapp?

2008-02-27 Thread Edward S
yes...there is a META-INF as welland inside its subdirectories thrs a pom.xml and pom.properties yes, it runs via jetty:run quick question: where does the sitemaps reside...when we build the war? -S2. On 2/26/08, Luca Morandini [EMAIL PROTECTED] wrote: Edward S wrote: Now if i

Re: Cocoon 2.2 - Webapp?

2008-02-27 Thread Luca Morandini
Edward S wrote: yes...there is a META-INF as welland inside its subdirectories thrs a pom.xml and pom.properties yes, it runs via jetty:run So it should run when deployed under Tomcat as well. quick question: where does the sitemaps reside...when we build the war? Under COB-INF, but

Cocoon 2.2 - Webapp?

2008-02-26 Thread Edward S
hey guys, first of all let me thank every1 for all the help/replies that i am getting for all the stupid doubts that i put in this forum :) Now, here is another one: http://cocoon.apache.org/2.2/1362_1_1.html i was following this tutorial...to make a webapp. everything works when i run it in

Re: Cocoon 2.2 - Webapp?

2008-02-26 Thread Luca Morandini
Edward S wrote: here are my questions: * The demo page says, if I need to access myBlock1 i should go to: http://localhost:/myBlock1/ . If my webapp is named, 'myWebApp' why isnt that a part of the Url? Because it is, by default, the root application of that servlet

Re: Cocoon 2.2 - Webapp?

2008-02-26 Thread Edward S
that did not work maybe i am doing something wrong here. when I added these: dependencies dependency*groupIdcom.mycompany/groupId artifactIdmyBlock1/artifactId version1.0-SNAPSHOT/version* /dependency dependency*

Re: Cocoon 2.2 - Webapp?

2008-02-26 Thread Luca Morandini
Edward S wrote: Now if i check the war file, there are 2 jars out there corresponding to myBlock1 and myBlock2, which contain the sitemaps and everything else. however, there is nothing except for the lib/jars, applicationContext.xml, web.xml and log4j.xml in the war WEB-INF folder. Hmmm...

Re: Cocoon 2.2 - CocoonServlet?

2008-02-25 Thread Alexander Daniel
On 25.02.2008, at 16:58, Edward S wrote: is there any documentation for this request / servlet filter? e.g. http://java.sun.com/products/servlet/Filters.html I have not understood the difference between request and servlet filter though. Or are these the same thing? Alex

Re: Cocoon 2.2 - CocoonServlet?

2008-02-25 Thread Carsten Ziegeler
Alexander Daniel wrote: On 25.02.2008, at 16:58, Edward S wrote: is there any documentation for this request / servlet filter? e.g. http://java.sun.com/products/servlet/Filters.html I have not understood the difference between request and servlet filter though. Or are these the same thing?

Cocoon 2.2 - CocoonServlet?

2008-02-21 Thread Edward S
Guys, I am trying to migrate my app from Cocoon 2.1.9 to Cocoon 2.2 we had a servlet Called ImServlet that extended the CocoonServlet and did some stuff that was needed for each of the requests. I created a block in 2.2 took all my java files and placed it in the src/main/java folder and tried

Re: Cocoon 2.2 - CocoonServlet?

2008-02-21 Thread Grzegorz Kossakowski
Edward S pisze: Guys, I am trying to migrate my app from Cocoon 2.1.9 to Cocoon 2.2 we had a servlet Called ImServlet that extended the CocoonServlet and did some stuff that was needed for each of the requests. I created a block in 2.2 took all my java files and placed it in the src

Re: cocoon 2.2 release?

2008-02-16 Thread Reinhard Poetz
Edward S wrote: Hey guys, when is the official release planned for cocoon 2.2?? I expect it for March. I see on the site, tht 2.2 RC2 was released a few months ago. Where can i download it from? For RC2 we have only put the release artifacts into the public Maven 2 repository (http

how to deploy cocoon 2.2 in weblogic 8.1

2008-02-08 Thread bharathiyar
hi, i am new to cocoon framework. i have downloaded cocoon 2.2. now i want to deploy it in web logic 8.1. i have tried some steps which is for weblogic 6.2 sp. but its not working. i may went wrong some where. so, need help in this. thanks in advance :) -- View this message in context: http

cocoon 2.2 release?

2008-02-07 Thread Edward S
Hey guys, when is the official release planned for cocoon 2.2?? I see on the site, tht 2.2 RC2 was released a few months ago. Where can i download it from? thanks Ed.

Re: cocoon 2.2 jsp... again)

2008-02-07 Thread nanomonk
, what have I do to use jsp with cocoon 2.2? any idea? I can't find any exact solution... --- I have added role name=org.apache.cocoon.components.jsp.JSPEngine shorthand=jsp-engine default-class=org.apache.cocoon.components.jsp.JSPEngineImpl/ to cocoon.roles now within cocoon-jsp-2.1

Performance of Cocoon 2.2 compared to the latest 2.1.x

2008-02-06 Thread rossputin
to have something easily available on cocoon.apache.org, has anyone done anything like this? Can anyone point me to some documentation on it? Thanks in advance for your help, regards Ross -- View this message in context: http://www.nabble.com/Performance-of-Cocoon-2.2-compared-to-the-latest-2.1

Re: cocoon 2.2 jsp... again)

2008-02-06 Thread Andy Stevens
nanomonk wrote: i have an error: javax.servlet.ServletException: org.apache.cocoon.ProcessingException: Exception JSPGenerator.generate() Caused by: org.apache.avalon.framework.service.ServiceException: Component with 'org.apache.cocoon.components.jsp.JSPEngine' is not defined in this

cocoon 2.2 jsp... again)

2008-02-05 Thread nanomonk
='AvalonServiceManager') what doing avalon here? this project closed as I know... btw...just tell me can I use cocoon-jsp-2.1.9 for .jsp with parameters and how? -- View this message in context: http://www.nabble.com/cocoon-2.2---jsp...-again%29-tp15289619p15289619.html Sent from the Cocoon

Re: Attempting to Install Cocoon-2.2

2008-02-04 Thread Tobia Conforto
will not run on Win98, neither will Cocoon-2.2. I'll use Cocoon-2.1 for the class. I'm sure I've seen people mention on this mailing list that Maven is by no means necessary to compile, install, or use Cocoon 2.2. It's merely a convenience. Tobia

Re: Attempting to Install Cocoon-2.2

2008-02-03 Thread Jason Johnston
mvn --version Maven version: 2.0.8 Java version: 1.6.0_03 OS name: windows 98 version: 4.10 arch: x86 Family: win9x I see you're using Windows 98. From the maven download/installation instructions page: Operating System ... No minimum requirement. On Windows, Windows NT and above or

Re: Attempting to Install Cocoon-2.2

2008-02-03 Thread Grzegorz Kossakowski
Jason Johnston pisze: mvn --version Maven version: 2.0.8 Java version: 1.6.0_03 OS name: windows 98 version: 4.10 arch: x86 Family: win9x I see you're using Windows 98. From the maven download/installation instructions page: Operating System ... No minimum requirement. On Windows,

Re: Attempting to Install Cocoon-2.2

2008-02-03 Thread Grzegorz Kossakowski
[EMAIL PROTECTED] pisze: I am teaching HTML, CSS, and XSL (=Cocoon) to people using Win98 PCs. If Maven2 will not run on Win98, neither will Cocoon-2.2. I'll use Cocoon-2.1 for the class. Teaching Cocoon 2.2 is a much better idea since it's far more lightweight and has nice plugin for RAD

Installing Cocoon-2.2 on Win2003

2008-02-03 Thread solprovider
The Cocoon 2.2 installation instructions assume changing directories happens during the optional Import the block in Eclipse section. This causes confusion when skipping to the Run the block as Java web application. Please change the order of sections to Install, Run, then Develop. Why would

Re: Installing Cocoon-2.2 on Win2003

2008-02-03 Thread Grzegorz Kossakowski
[EMAIL PROTECTED] pisze: The Cocoon 2.2 installation instructions assume changing directories happens during the optional Import the block in Eclipse section. This causes confusion when skipping to the Run the block as Java web application. Please change the order of sections to Install, Run

Re: Installing Cocoon-2.2 on Win2003

2008-02-03 Thread solprovider
On Sun, Feb 3, 2008 at 6:26 PM, Grzegorz Kossakowski [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] pisze: The Cocoon 2.2 installation instructions ... Good suggestion. I'll adjust docs as soon as I have some spare time. Happy to help. After changing to the block directory, mvn jetty:run

Re: Attempting to Install Cocoon-2.2

2008-02-03 Thread Ralph Goers
on the hardware and operating systems we have. Ralph Grzegorz Kossakowski wrote: [EMAIL PROTECTED] pisze: I am teaching HTML, CSS, and XSL (=Cocoon) to people using Win98 PCs. If Maven2 will not run on Win98, neither will Cocoon-2.2. I'll use Cocoon-2.1 for the class. Teaching

Re: Attempting to Install Cocoon-2.2

2008-02-03 Thread solprovider
hoped Cocoon-2.2 would work. I am very grateful for the assistance provided by this ML. I am not expecting open source developers to support Windows 98; I can work around or fix any issues. I was surprised that Eclipse 3 added the XP bug -- transparent text is invisible on Windows 98, seems

Re: Attempting to Install Cocoon-2.2

2008-02-02 Thread Grzegorz Kossakowski
[EMAIL PROTECTED] pisze: I want to try Cocoon-2.2. The only install instructions I found are at: http://cocoon.apache.org/2.2/1159_1_1.html Installed Maven; works after some fixing the batch files The install line from Creating a block in the above page errors (with -e): [INFO

Re: Attempting to Install Cocoon-2.2

2008-02-02 Thread solprovider
On Sat, Feb 2, 2008 at 4:18 AM, Grzegorz Kossakowski [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] pisze: I want to try Cocoon-2.2. The only install instructions I found are at: http://cocoon.apache.org/2.2/1159_1_1.html Installed Maven; works after some fixing the batch files

Re: Attempting to Install Cocoon-2.2

2008-02-02 Thread Grzegorz Kossakowski
[EMAIL PROTECTED] pisze: Three sources(two from web page and your post) - same results. Should I assume Maven is broken? Yep, your installation of Maven must be broken. You mentioned that you needed to fix some batch files which is something new to me. I successfully installed Maven on both

Re: Attempting to Install Cocoon-2.2

2008-02-02 Thread solprovider
On 2/2/08, Grzegorz Kossakowski [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] pisze: Three sources(two from web page and your post) - same results. Should I assume Maven is broken? Yep, your installation of Maven must be broken. You mentioned that you needed to fix some batch files which

Attempting to Install Cocoon-2.2

2008-02-01 Thread solprovider
I want to try Cocoon-2.2. The only install instructions I found are at: http://cocoon.apache.org/2.2/1159_1_1.html Installed Maven; works after some fixing the batch files The install line from Creating a block in the above page errors (with -e): [INFO] Searching repository for plugin

Re: cocoon.context.getRealPath cocoon 2.2

2008-01-31 Thread Joerg Heinicke
) { resolver.release(source); } cocoon.releaseComponent(resolver); } } Joerg [1] http://svn.apache.org/viewvc/cocoon/tags/cocoon-2.2/cocoon-forms-impl/cocoon-forms-impl-1.0.0-RC1/src/main/resources/org/apache/cocoon/forms/flow/javascript/Form.js?revision=580105view=markup

Re: servlet-mapping in Cocoon 2.2 bean?

2008-01-28 Thread Josh2007
commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/servlet-mapping-in-Cocoon-2.2-bean--tp15028682p15145469.html Sent from the Cocoon - Users mailing list archive at Nabble.com

Re: servlet-mapping in Cocoon 2.2 bean?

2008-01-28 Thread Grzegorz Kossakowski
Josh2007 pisze: Hi Grzegorz, I ran my webapp, but the same error occured. Before going further I need to clarify one point about ServletService. If I call my servlet this way: map:generate src=servlet:xquery:/exist-xquery-samples/guess.xql type=file/ it's the same as making an http

Re: servlet-mapping in Cocoon 2.2 bean?

2008-01-25 Thread Grzegorz Kossakowski
Josh2007 pisze: Thanks Grzegorz, No problem. Servlet implementation and Spring bean registration: I've, then, been able to set my XQuery Servlet in a block registered as a bean. I patched the block web.xml to implement eXist database servlet, and add the required dependencies in the

Re: servlet-mapping in Cocoon 2.2 bean?

2008-01-25 Thread Josh2007
=org.exist.http.servlets.XQueryServlet servlet:context mount-path=/test2 context-path=blockcontext:/test2// /bean Any idea? Regards, Josh -- View this message in context: http://www.nabble.com/servlet-mapping-in-Cocoon-2.2-bean--tp15028682p15096282.html Sent from the Cocoon - Users mailing list archive

Re: servlet-mapping in Cocoon 2.2 bean?

2008-01-24 Thread Grzegorz Kossakowski
Josh2007 pisze: Hi, I'm implementing an Xquery Servlet as a block in Cocoon 2.2 Prior to Cocoon 2.2 I was able to define servlet-mapping in my web.xml. Now, is there a way to get the same result when the Servlet is declared as a Spring bean? You can still use web.xml for defining servlet

Re: cocoon.context.getRealPath cocoon 2.2

2008-01-23 Thread anil
/cocoon.context.getRealPath---cocoon-2.2-tp14818755p15042291.html Sent from the Cocoon - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [Cocoon 2.2] Cforms default styling for textareas

2008-01-22 Thread Joerg Heinicke
The mentioned stylesheet is really only for usage inside the petshop and you should not reuse this stylesheet inside your project. For a reasonable and well-tested default styling of Cocoon Forms have a look into the cocoon-forms-impl block, at

Re: cocoon.context.getRealPath cocoon 2.2

2008-01-22 Thread anil
was not encoded in any way. We found that spaces were preserved as a colleague had a directroy path of c:\foo\bah\cocoon 2.2\ Anyway, I'll submit a bug with all of these details. Many thanks, Anil. Grzegorz Kossakowski-3 wrote: anil pisze: Hi - Just to update this posting with my

Re: cocoon.context.getRealPath cocoon 2.2

2008-01-22 Thread Reinhard Poetz
anil wrote: Hi - Just to update this posting with my investigations - I've managed to extract the file contents within my spring bean. The basic problem was the way I was creating the file object - the path returned by the cocoon.context.getRealPath() method was a URI when instantiating my

Re: cocoon.context.getRealPath cocoon 2.2

2008-01-22 Thread Carsten Ziegeler
Reinhard Poetz wrote: anil wrote: Hi - Just to update this posting with my investigations - I've managed to extract the file contents within my spring bean. The basic problem was the way I was creating the file object - the path returned by the cocoon.context.getRealPath() method was a URI

Re: cocoon.context.getRealPath cocoon 2.2

2008-01-22 Thread anil
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/cocoon.context.getRealPath---cocoon-2.2-tp14818755p15023553.html Sent from the Cocoon - Users mailing list archive at Nabble.com

servlet-mapping in Cocoon 2.2 bean?

2008-01-22 Thread Josh2007
Hi, I'm implementing an Xquery Servlet as a block in Cocoon 2.2 Prior to Cocoon 2.2 I was able to define servlet-mapping in my web.xml. Now, is there a way to get the same result when the Servlet is declared as a Spring bean? something like: bean name=XqueryServlet class

Re: Cocoon 2.2.x upgrade related help

2008-01-17 Thread Rainer Pruy
Just to add to the observation... Such error always happens when a reactor build hits a war project in maven. An effective workaround is (as was mentioned) to run the build in the war project directly (thus avoiding the reactor related problem). Sorry, I do not know any further background or

Cocoon 2.2.x upgrade related help

2008-01-16 Thread Gautam Ganguly
dear Cocooners.. My configuration is: 1. JDK: 1.6.x 2. Tomcat: 6.x 3. Cocoon: 2.2.x 4. OS: Win 2K Advanced Server I have used Cocoon since early 2.0.4 up until 2.1.10.So to upgrade to 2.2.x version,i am trying to put 1 and 1 together.. So this are my queries

Re: Cocoon 2.2.x upgrade related help

2008-01-16 Thread Grzegorz Kossakowski
Gautam Ganguly pisze: dear Cocooners.. My configuration is: 1. JDK: 1.6.x 2. Tomcat: 6.x 3. Cocoon: 2.2.x 4. OS: Win 2K Advanced Server I have used Cocoon since early 2.0.4 up until 2.1.10.So http://2.1.10.So to upgrade to 2.2.x version,i am trying to put 1 and 1 together

Re: cocoon.context.getRealPath cocoon 2.2

2008-01-16 Thread Grzegorz Kossakowski
anil pisze: Hi - Just to update this posting with my investigations - I've managed to extract the file contents within my spring bean. The basic problem was the way I was creating the file object - the path returned by the cocoon.context.getRealPath() method was a URI when

Re: cocoon 2.2 xmldb protocol

2008-01-16 Thread Grzegorz Kossakowski
anil pisze: Hi - I'm trying to replicate a configuration I had with cocoon 2.1 within cocoon 2.2 I was wondering if anyone could help me. Basically in our 2.1 application, I can use a generator to read from the eXist xml db using xmlrpc. The generate step is thus: map:generate src

Re: Cocoon 2.2.x upgrade related help

2008-01-16 Thread Gautam Ganguly
hello Grzegorz, Thanks for helping me out. Gautam Ganguly pisze: dear Cocooners.. My configuration is: 1. JDK: 1.6.x 2. Tomcat: 6.x 3. Cocoon: 2.2.x 4. OS: Win 2K Advanced Server I have used Cocoon since early 2.0.4 up until 2.1.10.So http://2.1.10.So to upgrade

Re: Cocoon 2.2.x upgrade related help

2008-01-16 Thread Grzegorz Kossakowski
. We have 2 web-apps in our organization: One uses Cocoon and the other uses Spring. 2. On finding out that Cocoon-2.2 uses Spring instead of Avalon, i thought may be we can combine this too apps together. 3. This new single web-app will use Cocoon-2.2 as its easy to move over the front end

Re: Cocoon 2.2.x upgrade related help

2008-01-16 Thread Gautam Ganguly
of the model :) The reason behind all these? 1. We have 2 web-apps in our organization: One uses Cocoon and the other uses Spring. 2. On finding out that Cocoon-2.2 uses Spring instead of Avalon, i thought may be we can combine this too apps together. 3. This new single web-app will use Cocoon

Re: Cocoon 2.2.x upgrade related help

2008-01-16 Thread Grzegorz Kossakowski
..thank you! Thanks for quick response. That tutorial must be corrected because you are not the first one making exactly the same mistake. Happy hacking with Cocoon 2.2. :) -- Grzegorz Kossakowski Committer and PMC Member of Apache Cocoon http://reflectingonthevicissitudes.wordpress.com

Re: cocoon.context.getRealPath cocoon 2.2

2008-01-15 Thread anil
to get the full path location of a file from within flowscript as I need to pass the file location to a spring bean. In cocoon 2.1 I have seen the cocoon.context.getRealPath(relative path from sitemap) return the correct value, but this doesn't seem to work in cocoon 2.2 with the new block

Cocoon 2.2 - referencing local pipelines from map:part src

2008-01-07 Thread Rainer Pruy
Hallo, I got somehow lost on trying to change from a 2.1.x habit of using map:resource referencing pipelines via cocoon: protocol to something more appropriate with cocoon 2.2. As I failed miserably on finding a suitable reference on this, I'm trying with the list. From available doc

Re: Cocoon 2.2 - referencing local pipelines from map:part src

2008-01-07 Thread Grzegorz Kossakowski
Rainer Pruy pisze: Hallo, I got somehow lost on trying to change from a 2.1.x habit of using map:resource referencing pipelines via cocoon: protocol to something more appropriate with cocoon 2.2. As I failed miserably on finding a suitable reference on this, I'm trying with the list

Courses on Cocoon 2.2 in Europe

2008-01-03 Thread Kjetil Kjernsmo
Hi all! We're just getting started on a free software project that will use Semantic Web technologies. We have opted to use Cocoon 2.2 for this project. However, we are all inexperienced with Cocoon, that is, I worked a bit with Cocoon back in 2002 before I went on to work with AxKit

Re: Cocoon 2.2 install

2007-12-22 Thread Grzegorz Kossakowski
Babak Farhang pisze: Ah!... I understand ;-) Maven does all the 'installing' for you.. I'd like to get the source code when 'installing' Coccon 2.2. Can I get the source code for 2.2 using maven, also? Why do you need sources? If it's for debugging purposes then answer is yes, Maven will

Re: Cocoon 2.2 install

2007-12-22 Thread Grzegorz Kossakowski
Babak Farhang pisze: Maven does all the 'installing' for you. As I said, Cocoon 2.2 is very different from earlier versions. Maven is the key. If you run Maven from the command line as shown in the tutorial [1] it will download what it needs from a remote repository and build a skeletal

Re: Cocoon 2.2 - dealing with sub-apps

2007-12-22 Thread Grzegorz Kossakowski
footh pisze: I am contemplating migrating to Cocoon 2.2. My main application has a couple sub-applications (with separate sitemaps) and one of those sub-apps in turn has a sub-application. My question is: do I deal with the sub-apps by creating blocks for each one? The problem

Cocoon 2.2 JSP

2007-12-21 Thread anil
Hi - Does anyone know if there is a block to allow the reading of JSPs within cocoon 2.2. I'm trying to debug an application which I have integrated with cocoon 2.2 that has a debug page written in jsp. I'd like to be able to use this debug page if possible so want to include support for JSP

Re: Cocoon 2.2 install

2007-12-21 Thread David Legg
Babak Farhang wrote: Ah!... I understand ;-) Maven does all the 'installing' for you.. I'd like to get the source code when 'installing' Coccon 2.2. Can I get the source code for 2.2 using maven, also? Um? No I don't think so. I download the source from the subversion server

Re: Cocoon 2.2 install

2007-12-20 Thread Derek Hohls
(of course, Cocoon would have started off, say, as 99.01 and moved on to 00.08 or some such... ;). David Legg [EMAIL PROTECTED] 2007/12/20 01:21 AM Hi Fawzib, The main overview of Cocoon 2.2 can be found on the apache web site. [1] You should also take a close look at the section titled 'Your

Re: Cocoon 2.2 install

2007-12-20 Thread Fawzib Rojas
David Legg wrote: Hi Fawzib, The main overview of Cocoon 2.2 can be found on the apache web site. [1] Read it, didn't saw anywhere how to install it. You should also take a close look at the section titled 'Your first Cocoon application using Maven 2' [2] I did, I was looking for a sample

Cocoon 2.2 tutorial

2007-12-20 Thread Robin Rigby
Cocoon 2.2 may be wonderful when you get to know it but meanwhile the multiple learning curves are tiresome. I mean maven + spring + eclipse + cocoon. How do I identify what is missing, here? The third page of the tutorial [3] works fine. At the top of the next page [4], the web application

Re: Cocoon 2.2 install

2007-12-20 Thread David Legg
Fawzib Rojas wrote: Cocoon 2.2 is radically different but I definitely think it's worth it. I don't mind it being different, the problem is no documentation on how to do things (or if there is, I can't find it) and I can't even figure out how to install it. Ah!... I understand

Re: Cocoon 2.2 install

2007-12-20 Thread Babak Farhang
Maven does all the 'installing' for you. As I said, Cocoon 2.2 is very different from earlier versions. Maven is the key. If you run Maven from the command line as shown in the tutorial [1] it will download what it needs from a remote repository and build a skeletal Cocoon 2.2 application

Re: Cocoon 2.2 install

2007-12-20 Thread Babak Farhang
. As I said, Cocoon 2.2 is very different from earlier versions. Maven is the key. If you run Maven from the command line as shown in the tutorial [1] it will download what it needs from a remote repository and build a skeletal Cocoon 2.2 application for you. Then you have to figure out

cocoon-commons-modules for cocoon 2.2

2007-12-19 Thread Wu Lu
Hi, there I tried to include the dependency of cocoon-commons-modules when migrating a cocoon 2.1 application to cocoon 2.2. Maven failed to retrieve it from the repository. And I could not find the jar file as well. Anybody has a clue? Thanks a lot. Wu

Cocoon 2.2 install

2007-12-19 Thread Fawzib Rojas
Is there a simple howto to install/run Cocoon 2.2? I have been looking around and I haven't found anything that explains how to do it. I haven't found any download links at the cocoon site. With 2.1 was just download, extract, run the startup script. I have no idea how to begin, or were

Re: Cocoon 2.2 install

2007-12-19 Thread David Legg
Hi Fawzib, The main overview of Cocoon 2.2 can be found on the apache web site. [1] You should also take a close look at the section titled 'Your first Cocoon application using Maven 2' [2] Cocoon 2.2 is radically different but I definitely think it's worth it. The fact it uses Maven

Cocoon 2.2 - Symbolic links in map:mount path not working

2007-12-16 Thread Hugh Sparks
) at org.apache.cocoon.components.treeprocessor.sitemap.MountNode.invoke (MountNode.java:118) ... Note the empty path element in the jndi path where thing might be expected. I have both cocoon 1.1 and cocoon 2.2 installations running under Tomcat 6.x. When I move the stuff directory to the cocoon 1.1

Cocoon 2.2 - dealing with sub-apps

2007-12-11 Thread footh
I am contemplating migrating to Cocoon 2.2. My main application has a couple sub-applications (with separate sitemaps) and one of those sub-apps in turn has a sub-application. My question is: do I deal with the sub-apps by creating blocks for each one? The problem is, these sub-applications

Re: Register a new trax transformer in Cocoon 2.2

2007-12-05 Thread dperez
://reflectingonthevicissitudes.wordpress.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Register-a-new-trax-transformer-in-Cocoon

Re: Deploying a Cocoon 2.2 application: missing dependency

2007-12-05 Thread dperez
and is then available when you build the myCocoonWebapp module. -- View this message in context: http://www.nabble.com/Deploying-a-Cocoon-2.2-application%3A-missing-dependency-tf4943471.html#a14167718 Sent from the Cocoon - Users mailing list archive at Nabble.com

Re: Register a new trax transformer in Cocoon 2.2

2007-12-05 Thread dperez
this message in context: http://www.nabble.com/Register-a-new-trax-transformer-in-Cocoon-2.2-tf4943989.html#a14168068 Sent from the Cocoon - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Deploying a Cocoon 2.2 application: missing dependency

2007-12-05 Thread dperez
it works! Can this be done automatically by Maven? You seem to be searching for RAD with Cocoon 2.2. If so, see this page: http://cocoon.apache.org/2.2/maven-plugins/maven-plugin/1.0/1297_1_1.html Basically you don't need to install your block and package a webapp all the time. Even more, you

Re: Deploying a Cocoon 2.2 application: missing dependency

2007-12-04 Thread dperez
Dear Cocooners, I've done: cd myblock1 mvn install cd ../myCocoonWebapp mvn package jetty:run and now it works! Can this be done automatically by Maven? dperez wrote: Hi, I'm trying to use Cocoon 2.2 I've followed this tutorial: http://cocoon.apache.org/2.2/1362_1_1.html

Deploying a Cocoon 2.2 application: missing dependency

2007-12-04 Thread dperez
Hi, I'm trying to use Cocoon 2.2 I've followed this tutorial: http://cocoon.apache.org/2.2/1362_1_1.html When I try to package my block as a webapp with mvn package jetty:run then I get the following error: 1) com.mycompany:myblock1:jar:1.0-SNAPSHOT Try downloading the file manually

How to use the HTMLGenerator in Cocoon 2.2

2007-12-04 Thread dperez
. David -- View this message in context: http://www.nabble.com/How-to-use-the-HTMLGenerator-in-Cocoon-2.2-tf4943763.html#a14152762 Sent from the Cocoon - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail

Re: Deploying a Cocoon 2.2 application: missing dependency

2007-12-04 Thread dperez
local repository and is then available when you build the myCocoonWebapp module. -- Reinhard PötzManaging Director, {Indoqa} GmbH -- View this message in context: http://www.nabble.com/Deploying-a-Cocoon-2.2-application%3A-missing-dependency-tf4943471.html

<    1   2   3   4   5   6   7   8   9   >