Browser reloading related issues in GWT

2013-06-11 Thread dongxu
Hi Manolo, An issue #46 https://code.google.com/a/apache-extras.org/p/hupa-evo/issues/detail?id=46#c1[1] email cc-ed you. Also ccing this thread to james-list since, I guess, the issue might be useful/helpful/returnable to others who are using GWT. I agree with tbroyer's point about how to

Build failed in Jenkins: james-server-trunk » Apache James :: Server :: Data :: API #3895

2013-06-11 Thread Apache Jenkins Server
See https://builds.apache.org/job/james-server-trunk/org.apache.james$james-server-data-api/3895/ -- [INFO] [INFO]

Build failed in Jenkins: james-server-trunk #3895

2013-06-11 Thread Apache Jenkins Server
See https://builds.apache.org/job/james-server-trunk/3895/ -- [...truncated 56 lines...] [INFO] Apache James :: Karaf :: Features [INFO] Apache James :: Karaf :: James Server [INFO] Apache James :: Karaf :: Integration tests [INFO]

James administration console - namespace

2013-06-11 Thread Emma Sesmero
Hi all, I am creating the GWT project for the James Administration Console and I was wondering which might be the namespace I should use for the packages. Do you have any suggestions?

Re: James administration console - namespace

2013-06-11 Thread Ioan Eugen Stan
Hello Emma, When in doubt, look at what was done already and start from there. You have [1] for groupId's and artifactId's. As for packages they should be like: org.apache.james.something meaningfull here that's recommended not to conflict with other packages . I'm going for webadmin, webcli,

Re: James administration console - namespace

2013-06-11 Thread Emma Sesmero
Great! Thanks for your answer. 2013/6/11 Ioan Eugen Stan stan.ieu...@gmail.com Hello Emma, When in doubt, look at what was done already and start from there. You have [1] for groupId's and artifactId's. As for packages they should be like: org.apache.james.something meaningfull here

Re: James administration console - namespace

2013-06-11 Thread Manuel Carrasco Moñino
I like bond because of both: its English definition (something that binds, fastens, or holds together) and the film. - Manolo On Tue, Jun 11, 2013 at 2:12 PM, Emma Sesmero emmasesm...@gmail.com wrote: Great! Thanks for your answer. 2013/6/11 Ioan Eugen Stan stan.ieu...@gmail.com Hello

Re: Browser reloading related issues in GWT

2013-06-11 Thread Manuel Carrasco Moñino
Before bringing the user to login-activity or any other place, you should check credentials: make a void request to the server asking for something (use RF), if the user's session in server-side is correct return ok and in onSuccess start the activity manager so as it handles the history hash-tag

Problem running James

2013-06-11 Thread Emma Sesmero
Hi, I need help running James. I am working on ubuntu 12.04 and I think I have followed the steps in the documentation: 1) I have downloaded the binary code. 2) I have unzip it. 3) I have get into the bin folder, became root and run the following:

Re: Problem running James

2013-06-11 Thread Manuel Carrasco Moñino
Emma, try to execute this: # bash -x james start The last line is the final command the script runs, copy the executable execute the ldd command to know whether you have the necessary .so libs. In may case: # ldd /msoft/james/apache-james-3.0-beta4/bin/./wrapper-linux-x86-32 linux-gate.so.1 =

Re: Problem running James

2013-06-11 Thread Emma Sesmero
Hi Manolo, I have run what you said, and this is the output I obtained: emma@emma-K55A:~/apache-james-3.0-beta4/bin$ ldd /home/emma/apache-james-3.0-beta4/bin/./wrapper-linux-x86-32 linux-gate.so.1 = (0xf7727000) libpthread.so.0 = /lib/i386-linux-gnu/libpthread.so.0 (0xf76f2000) libc.so.6 =