Re: GWT war file inside a EAR file

2010-09-09 Thread Marcelo Balloni
Hi folks! So, i finally get it working! I reviewed my ear packaging and realized there wasn't a lib folder with dependences jars. All my jars was scattered inside the ear. Sooo i created the lib folder and packaged all my libs, including gwt-servlet.jar, what definitely made the

Re: GWT war file inside a EAR file

2010-09-08 Thread Marcelo Balloni
I made a thousand testes and nothing is working here =/ As an war file it works pretty fine, but i really need a ear package =/ Any sugestions please? Thank you!! 2010/9/6 Marcelo Balloni marceloball...@gmail.com Bad news. Still no working. I created the weblogic-application.xml

Re: GWT war file inside a EAR file

2010-09-08 Thread jocke eriksson
Well I hardly think this is GWT related. You should seek advice from your EJB server support, FAQ or mailing list. 2010/9/8 Marcelo Balloni marceloball...@gmail.com I made a thousand testes and nothing is working here =/ As an war file it works pretty fine, but i really need a ear package =/

Re: GWT war file inside a EAR file

2010-09-08 Thread Marcelo Balloni
At the moment i'm not packaging anything else besides the gwt war file and and related jars. Just a test to proceed and move on with ear package. For now i'm without new ideas, desperate i would say hahaha I'm try now, but i'm running out of alternatives. Thank you very much! 2010/9/8

Re: GWT war file inside a EAR file

2010-09-08 Thread Jatin Bhadra
Can you check the jars that you have packaged in the WEB-INF/lib. Please check if there any j2ee.jar or servlet.jar in your EAR package Jatin Bhadra www.apartech.co.uk On Sep 8, 1:51 pm, Marcelo Balloni marceloball...@gmail.com wrote:  At the moment i'm not packaging anything else besides

Re: GWT war file inside a EAR file

2010-09-06 Thread Marcelo Balloni
Bad news. Still no working. I created the weblogic-application.xml descriptor file and it is still not working =/ I got the following error: An error occurred during activation of changes, please see the log for details. weblogic.application.ModuleException: com/c/w/server/MyServiceImpl :

Re: GWT war file inside a EAR file

2010-09-05 Thread KevMo
I've successfully created an EAR with GWT and glassfish, it wasn't too difficult. I used gilead with hibernate for persistence. The only trick was getting GWT to compile, as my entities are in the EJB, and GWT was in the WAR. I simply made sure the .java files we available to the WAR. I can

Re: GWT war file inside a EAR file

2010-09-04 Thread Mariano
Hi Marcelo, Some weeks ago I've implemented exactly what you are trying (putting the WAR inside an EAR file and deploying it into a Weblogic server). Doing it it was pretty straightforward in my case, I didn't need any change regarding GWT coding or deployment. The steps I followed were: 1.

GWT war file inside a EAR file

2010-09-03 Thread Marcelo Balloni
Hi folks! I developed a gwt application and package it as a war file. Everything works fine. But when i try to package it inside an EAR file all my remote callings stoped to work (i'm using gwt default remoteserlvet calls). Actually i can't even deploy in weblogic (it gives an error). I've