Re: [hupa] How to run?

2010-02-18 Thread Avdhesh Yadav
I am building hupa from ../hupa_trunk path command : *mvn clean package* hupa built in the path hupa/client/target. and then copy pasting the hupa.war to tomcat/webapps folder. Is it right way to build and running hupa..? On Fri, Feb 19, 2010 at 12:11 PM, Avdhesh Yadav wrote: > Using FF 3.0.1

Re: [hupa] How to run?

2010-02-18 Thread Avdhesh Yadav
Using FF 3.0.17.. firbug Error : 404 not-found Get hupa.nocache.js..i think the compiled javascript part is missing from the war.. Size of hupa.war 8.4 mb Maven version: 2.0.9 Java version: 1.6.0_17 OS name: "linux" version: "2.6.24-27-generic" arch: "i386" Family: "unix" On Fri, Feb 19, 2010

Re: [hupa] How to run?

2010-02-18 Thread Manuel Carrasco Moñino
Which browser are you using?. Try to use FF + Firebug and check if there are errors. On Fri, Feb 19, 2010 at 5:48 AM, Avdhesh Yadav wrote: > Not working for me when i deploy hupa.war on tomcat.I can not see the login > page..I can see the revolving hupa image only.. > > It works fine when i run f

Re: [PROPOSAL] Using Camel as replacement of MailProcessor / SpoolManager

2010-02-18 Thread Stefano Bagnara
2010/2/18 Norman Maurer : > Hi all, > > in the past Stefano told me about his Idea of using camel within james > (it was just an idea and he had no closer look yet). The last days I > did some research about camel (camel.apache.org) and I think he is > right. To be true the idea was not mine, but

Re: svn commit: r911507 - in /james/server/trunk: mina-socket/src/main/java/org/apache/james/socket/mina/codec/ smtpserver/src/main/java/org/apache/james/smtpserver/mina/

2010-02-18 Thread Stefano Bagnara
2010/2/18 : > Author: norman > Date: Thu Feb 18 18:19:52 2010 > New Revision: 911507 > > URL: http://svn.apache.org/viewvc?rev=911507&view=rev > Log: > Make sure to only check for max line length while processing not the DATA > command Hi Norman, as far as I know the 1000 bytes limit per row in

Re: [hupa] How to run?

2010-02-18 Thread Avdhesh Yadav
Not working for me when i deploy hupa.war on tomcat.I can not see the login page..I can see the revolving hupa image only.. It works fine when i run from eclipse..and i can login to my gmail account.. here is my catalina.log Feb 19, 2010 10:11:03 AM org.apache.catalina.core.AprLifecycleListener

Re: Design Docs, Programmer Help?

2010-02-18 Thread Robert L. Gurule
Hi Norman, It's not clear to me which config files that I need to modify to get it to run on my system? Thanks, Robert > Hi Robert, > > unfortunally there are no design docs for james 3.0 :/ I know that we > should have some but I didn't have the time yet. So your best choice > is to dig in th

Re: AW: [PROPOSAL] Using Camel as replacement of MailProcessor / SpoolManager

2010-02-18 Thread David Jencks
I'm not a camel expert. On Feb 18, 2010, at 12:22 PM, Mario Zsilak wrote: Hi, I just took a glance at camel.apache.org but I spotted the following statement: Apache Camel can be used as a routing and mediation engine for the following projects: * ... * Apache ActiveMQ which is the m

Re: [PROPOSAL] Using Camel as replacement of MailProcessor / SpoolManager

2010-02-18 Thread Robert Burrell Donkin
On Thu, Feb 18, 2010 at 8:22 PM, Mario Zsilak wrote: > Hi, > > I just took a glance at camel.apache.org but I spotted the following > statement: > > > Apache Camel can be used as a routing and mediation engine for the following > projects: > >    * ... >    * Apache ActiveMQ which is the most pop

Re: Design Docs, Programmer Help?

2010-02-18 Thread Robert Burrell Donkin
On Thu, Feb 18, 2010 at 8:09 AM, Norman Maurer wrote: > Hi Robert, > > could you give us some more details? I don't get why you would net to > costumize James for that. This wll work out of the box.. IIRC the functional test scripts do this - robert -

AW: [PROPOSAL] Using Camel as replacement of MailProcessor / SpoolManager

2010-02-18 Thread Mario Zsilak
Hi, I just took a glance at camel.apache.org but I spotted the following statement: Apache Camel can be used as a routing and mediation engine for the following projects: * ... * Apache ActiveMQ which is the most popular and powerful open source message broker * ... I guess that

svn commit: r911507 - in /james/server/trunk: mina-socket/src/main/java/org/apache/james/socket/mina/codec/ smtpserver/src/main/java/org/apache/james/smtpserver/mina/

2010-02-18 Thread norman
Author: norman Date: Thu Feb 18 18:19:52 2010 New Revision: 911507 URL: http://svn.apache.org/viewvc?rev=911507&view=rev Log: Make sure to only check for max line length while processing not the DATA command Modified: james/server/trunk/mina-socket/src/main/java/org/apache/james/socket/mina

svn commit: r911502 - in /james/hupa/trunk: .project client/src/main/java/org/apache/hupa/client/mvp/MessageSendPresenter.java

2010-02-18 Thread manolo
Author: manolo Date: Thu Feb 18 18:02:16 2010 New Revision: 911502 URL: http://svn.apache.org/viewvc?rev=911502&view=rev Log: fixed: update suggestion boxes in MessageSendView when contacts are updated Modified: james/hupa/trunk/.project james/hupa/trunk/client/src/main/java/org/apache/h

Re: [hupa] How to run?

2010-02-18 Thread Norman Maurer
Hi Eric, maven 2.x is fine.. Bye, Norman 2010/2/18 Eric MacAdie : > What version of Maven should be used? > > Eric MacAdie > > Norman Maurer wrote: >> >> HI Bernd, >> >> for testing: >> >> mvn gwt:run >> >> for real world usage: >> >> mvn package >> >> to generate the war and then deploy to tomc

Re: [hupa] How to run?

2010-02-18 Thread Eric MacAdie
What version of Maven should be used? Eric MacAdie Norman Maurer wrote: HI Bernd, for testing: mvn gwt:run for real world usage: mvn package to generate the war and then deploy to tomcat or an other servlet container. Bye, Norman 2010/2/18 Bernd Fondermann : Hi, how do I run hupa st

Re: [hupa] How to run?

2010-02-18 Thread Bernd Fondermann
Thanks Norman, should've guessed that, works like a charm. Cheers, Bernd On Thu, Feb 18, 2010 at 16:25, Norman Maurer wrote: > HI Bernd, > > for testing: > > mvn gwt:run > > for real world usage: > > mvn package > > to generate the war and then deploy to tomcat or an other servlet container.

Re: Sender Rewriting Scheme (SRS) supported by James / jSRS?

2010-02-18 Thread Norman Maurer
Hi Tom, there is no support of SRS within jSPF. But contributions are welcome :) Bye, Norman 2010/2/18 : > Hi ! > > The only information about SRS Support in Apache James is from the year 2007. > Is SRS supported by Apache James / jSPF ? > > thanks > tom > _

[PROPOSAL] Using Camel as replacement of MailProcessor / SpoolManager

2010-02-18 Thread Norman Maurer
Hi all, in the past Stefano told me about his Idea of using camel within james (it was just an idea and he had no closer look yet). The last days I did some research about camel (camel.apache.org) and I think he is right. So me plan is: * Write a Consumer for our SpoolRepository which would fire

Sender Rewriting Scheme (SRS) supported by James / jSRS?

2010-02-18 Thread deifi68
Hi ! The only information about SRS Support in Apache James is from the year 2007. Is SRS supported by Apache James / jSPF ? thanks tom _ NEU: Mit WEB.DE DSL über 1000,- ¿ sparen! http://produkte.web.de/go/02/ --

Re: [hupa] How to run?

2010-02-18 Thread Norman Maurer
HI Bernd, for testing: mvn gwt:run for real world usage: mvn package to generate the war and then deploy to tomcat or an other servlet container. Bye, Norman 2010/2/18 Bernd Fondermann : > Hi, > > how do I run hupa stand-alone as a web application? > > I managed to build it, using mvn instal

[hupa] How to run?

2010-02-18 Thread Bernd Fondermann
Hi, how do I run hupa stand-alone as a web application? I managed to build it, using mvn install. What's next? For the record, I don't want to use Eclipse nor some GWT Simulator. Has this already been done? Thanks, Bernd ---

[RESULT] [IMAP] [VOTE] James IMAP 0.1-M1 Release

2010-02-18 Thread Norman Maurer
Hi guys, sorry for the delay... The VOTE passed. I will perform then needed step to update the website and get the artifacts on the maven repos etc. Bye, Norman 2010/2/15 Manuel Carrasco Moñino : > +1, Manolo > > On Mon, Feb 15, 2010 at 10:20 AM, Vincenzo Gianferrari Pini > wrote: >> Great! >

JAMES Server Nightly Build Report

2010-02-18 Thread JAMES Nightly Build System
An automated nightly build of JAMES has been posted to http://people.apache.org/builds/james/nightly/ Any unit test errors from the build should be reported below: -

Re: Design Docs, Programmer Help?

2010-02-18 Thread Norman Maurer
Hi Robert, could you give us some more details? I don't get why you would net to costumize James for that. This wll work out of the box.. Bye Norman 2010/2/17, Robert L. Gurule : > Hi Norman, > I am interested in a very simple demo in the next month, this would be > sending a message and stori