Re: Problems running grails applications on Geronimo 2.1

2011-11-04 Thread Radim Kolar
Dne 2.11.2011 21:19, Ivan napsal(a): OK, so could you attach the sample to the JIRA system? Or the one attached last time could reproduce this. Thanks. I just tested that app in geronimo 2.2.1 and it works, so saaj support is broken in 2.1. Please commit root context patch to 2.2 branch so i c

Re: Problems running grails applications on Geronimo 2.1

2011-11-02 Thread Ivan
OK, so could you attach the sample to the JIRA system? Or the one attached last time could reproduce this. Thanks. 2011/11/3 Radim Kolar > > I partly agreed your opinions, the classloader is always a complex thing >> If the web applications ship the conflict libraries with the server >> runtim

Re: Problems running grails applications on Geronimo 2.1

2011-11-02 Thread Radim Kolar
I partly agreed your opinions, the classloader is always a complex thing If the web applications ship the conflict libraries with the server runtime, there may be issues, and you could find almost all the application servers provide some classloading options to change the classloader behavi

Re: Problems running grails applications on Geronimo 2.1

2011-11-01 Thread Ivan
2011/11/2 Radim Kolar > Dne 16.10.2011 9:47, Ivan napsal(a): > > I saw that you have mentioned classloading issue in your first email, >> while If you could paste more detailed information, that would be better. >> Usually, most classloading issues could be solved with correct classloading >> lo

Re: Problems running grails applications on Geronimo 2.1

2011-11-01 Thread Radim Kolar
Dne 16.10.2011 9:47, Ivan napsal(a): I saw that you have mentioned classloading issue in your first email, while If you could paste more detailed information, that would be better. Usually, most classloading issues could be solved with correct classloading loading configurations. its grails 1.

Re: Problems running grails applications on Geronimo 2.1

2011-10-16 Thread Ivan
I saw that you have mentioned classloading issue in your first email, while If you could paste more detailed information, that would be better. Usually, most classloading issues could be solved with correct classloading loading configurations. 2011/10/16 Radim Kolar > Dne 14.10.2011 5:06, Ivan

Re: Problems running grails applications on Geronimo 2.1

2011-10-15 Thread Radim Kolar
Dne 14.10.2011 5:06, Ivan napsal(a): thank you for fixing this. i will try it because i have some serious stability problems after i moved to glassfish. I have also some classloading problems with grails applications in Geronimo 2.1, i will try WAS CE 3.0 which is G 3.0 based to see if classlo

Re: Problems running grails applications on Geronimo 2.1

2011-10-13 Thread Ivan
Hi, I just committed some changes to code base, the problem is that, in the internal Tomcat, seems that it uses an empty string to represent the root context, and actually, I think that Tomcat did not clarify it clearly. In the past Geronimo codes, we uses "/" for the root context, and "" for the d

Re: Problems running grails applications on Geronimo 2.1

2011-09-26 Thread Ivan
Thanks, Radim, I will take a look at it asap ! 2011/9/26 Radim Kolar > > https://issues.apache.org/**jira/browse/GERONIMO-6171 > > included sample application source file + WAR linked to rapidshare > > -- Ivan

Re: Problems running grails applications on Geronimo 2.1

2011-09-25 Thread Radim Kolar
https://issues.apache.org/jira/browse/GERONIMO-6171 included sample application source file + WAR linked to rapidshare

Re: Problems running grails applications on Geronimo 2.1

2011-09-25 Thread Radim Kolar
Dne 25.9.2011 16:31, Ivan napsal(a): We are sorry that you got problems for rails support in Geronimo, while not sure I miss your emails in the past for the grail issues, if you could provide a sample, that will be better for the community to find what happens. And if there is really an issue i

Re: Problems running grails applications on Geronimo 2.1

2011-09-25 Thread Ivan
We are sorry that you got problems for rails support in Geronimo, while not sure I miss your emails in the past for the grail issues, if you could provide a sample, that will be better for the community to find what happens. And if there is really an issue in Geronimo, we will do fix it in the comi

Problems running grails applications on Geronimo 2.1

2011-09-25 Thread Radim Kolar
1. There is problem with running Grails application on G 2.1 if application is deployed to root (not subdirectory) then URL mappings do not work correctly. i.e. instead of /controler/index you have to write /controler/index.gsp Grails deployed in ROOT works correctly on Jetty, Tomcat, Glassfish