Help deploying my GWT- wep application in an OAS

2010-05-24 Thread Lucas Rios
Hi everybody I had finished my web application in GWT, I had done all test(In Development mode) that I need and it works correctly. In this moment I'm trying to deploy the application in an OAS but I can't. Late of generate the EAR I run the application and I receive an error that tell me that

My application doesn´t work in OAS and apache-tomca t

2010-05-21 Thread Lucas Rios
Hi everybody, I had finish my web application using GWT but in this moment I´m having a trouble deploying it in a server(as Oracle Application Server, apache-tomcat). My application work fine in Developent mode, but in the servers all calls done to the server fail. I had added all my librarys

Re: Problem using java projects in GWT

2010-03-31 Thread Lucas Rios
the com.google.gwt.user.User module. I have run into this several times and sometimes you just have to rewrite(copy and paste) stuff into a GWT project. On Mar 30, 1:25 pm, Lucas Rios lucasri...@gmail.com wrote: Hi everybody I'm trying to use a Java project in GWT but I have had some

Re: Problem using java projects in GWT

2010-03-31 Thread Lucas Rios
Yes, is Eclipse. and .. Thanks I'm gonna to try it 2010/3/30 kozura koz...@gmail.com This using Eclipse? Be sure it's actually in the classpath under the Run Configurations dialog, as the GWT compiler needs to find it there even if Eclipse doesn't. On Mar 30, 1:28 pm, Lucas Rios

Problem using java projects in GWT

2010-03-30 Thread Lucas Rios
Hi everybody I'm trying to use a Java project in GWT but I have had some problems because I can't compile the GWT project. I have done this: 1.Make a xxx.gwt.xml in the java project. 2. Add a external JAR (java project) in the java build path of the GWT project. In Projects and libraries tabs.

Problem using java projects in GWT

2010-03-30 Thread Lucas Rios
Hi everybody I'm trying to use a Java project in GWT but I have had some problems because I can't compile the GWT project. I have done this: 1.Make a xxx.gwt.xml in the java project. 2. Add a external JAR (java project) in the java build path of the GWT project. In Projects and libraries tabs.

Problem reading a file GWT

2010-03-25 Thread Lucas Rios
Hi everybody, I have a similar problem. My case is: I have a java project that has a lot of funcionalities, one of them is read text files or .xls files. So I want that the client upload a file(.txt, or .xls) and I take this file content and process it in the server side and return the result.

Re: Problem reading a file GWT

2010-03-25 Thread Lucas Rios
First thanks for reply, My issue is: I need take one or more files uploaded by the user and procesing it in the server side consuming a service that is imported of another project. Thanks again, 2010/3/25 kozura koz...@gmail.com Not sure what you mean, have the client read a file from the