Re: Please sign me out

2012-11-08 Thread Gintare Ragaisiene
I'm still getting letters from Cocoon user list, so, as I said, usual sign out feature not working and please sign me out. On 8 November 2012 13:34, Francesco Chicchiriccò ilgro...@apache.orgwrote: On 08/11/2012 12:31, Gintare Ragaisiene wrote: Hi can you sign out me from cocoon users

Re: Is cocoon dead ?

2012-11-08 Thread Gintare Ragaisiene
I'm still getting Cocoon user list letter, please sign me out. On 8 November 2012 15:10, Thorsten Scherler scher...@gmail.com wrote: Sorry for top posting but I am writing from ApacheCon from my tablet. I am suprised actually about the question since 6 weeks is not really a long time and

Timer on cocoon

2009-11-24 Thread Gintare Ragaisiene
Hello, I need to do some job with db periodically. For this I need to set up timer. How can I do this in cocoon 2.2 ? Thanks, Gintare

Re: Timer on cocoon

2009-11-24 Thread Gintare Ragaisiene
is not even remotely a system to schedule operations. Maybe you are looking for something like http://www.quartz-scheduler.org/ Most OS let you schedule jobs. Jos On Tue, 2009-11-24 at 10:53 +0200, Gintare Ragaisiene wrote: Hello, I need to do some job with db periodically. For this I need

Re: Timer on cocoon

2009-11-24 Thread Gintare Ragaisiene
:16 +0200, Gintare Ragaisiene wrote: Hi, Jos, Quartz is ok and Java Timer is ok for me. But haw and where I should input lines like MyTimerThread.start() to start timer when cocoon starts working on server ? Gintare On Tue, Nov 24, 2009 at 11:10 AM, Jos Snellings jos.snelli

Add custom servlet on cocoon 2.2.0 startup

2009-11-24 Thread Gintare Ragaisiene
Hi, I need to initialize a servlet like public class TestServlet extends HttpServlet{ @Override public void init(ServletConfig config) throws ServletException { super.init(config); System.out.println(TestServlet); } } on cocoon 2.2 startup. Some servlets is

Is there already built forum on cocoon 2.2 ?

2009-06-17 Thread Gintare Ragaisiene
Hello, I need to build forum with registration for users on cocoon 2.2 . Is there somebody, who already did that? I think it is standard issue for websites and this mus be already coded. If not, what easy way is to code forum? Thank you, Gintare

cocoon 2.2 war app logging + Tomcat 6

2009-06-11 Thread Gintare Ragaisiene
Hello, I've deployed cocoon 2.2 WAR application into Tomcat 6. The problem is, that WAR contains my custom-made block myclubbingguide.jar and errors from this blocks is not visible nor in the logs/catalina.out nor in the cocoon-logs/log4j.log. So , again, my webbapp structure is: WAR app |

Mysterious exception in Tomcat logs : java.net.SocketException: Broken pipe

2009-06-10 Thread Gintare Ragaisiene
Hello everyone, I've installed cocoon 2.2 webapp on Tomcat 6. For this I deployed .war file in Tomact's webapps directory. After a day I looked at the logs and found this exception: Jun 9, 2009 8:31:51 PM org.apache.catalina.core.StandardWrapperValve invoke SEVERE: Servlet.service() for servlet

Nonpopup calendar widget

2009-03-20 Thread Gintare Ragaisiene
Hello, I need to have date picker calendar with action on clicking date in my site. I know, cocoon has such date widget with popup calendar, but I need calendar on my div/div, not popup. So I consider several ways to implement such calendar: 1) Use cocoon Calendar generator + dojo

Re: Cocoon Maven 2 plugin, java class reloading problem

2009-03-02 Thread Gintare Ragaisiene
Hi Peter, I'm using NetBeans IDE 6.1 . And I think there no feature Compile and Save in it. Only NetBeans 6.5 have it, I guess. Maybe I have to upgrade it? My pom.xml have such configuration you've sent. I paste my pom.xml file here: project xmlns=http://maven.apache.org/POM/4.0.0;

Cocoon Maven 2 plugin, java class reloading problem

2009-02-24 Thread Gintare Ragaisiene
Hello, I'm using Cocoon 2.2, with default Jetty, OS - Ubuntu. My cocoon came with Cocoon Maven 2 plugin, in pom.xml: plugins plugin groupIdorg.apache.cocoon/groupId artifactIdcocoon-maven-plugin/artifactId version1.0.0-M2/version executions

Re: Cocoon Maven 2 plugin, java class reloading problem

2009-02-24 Thread Gintare Ragaisiene
Hello Peter, yes there's such file with content as you say: com.myclubbingguide.myclubbingguide.service%classes-dir=./target/classes and it refers to com.myclubbingguide.myclubbingguide.service bean in ./target/classes/META-INF/cocoon/spring/block-servlet-service.xml : bean