Re: GWT with Oracle

2011-08-11 Thread Gema matesanz
I know what my problem that I have misconfigured the server. Now let's see how it is configured, thanks for the help. Un saludo - Gema Matesanz -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit

Re: GWT with Oracle

2011-08-10 Thread Adolfo Panizo Touzon
This is the official forum of GWT, so if we talk around here, let's do it in English (even using the google translator xD). In addition, here are people you can not imagine what they can get to know, and if we talk in Spanish as well as to delete your thread (the official specification of the foru

Re: GWT with Oracle

2011-08-10 Thread Gema matesanz
Hombre Adolfo!!! ktl?? jajaja si tio estoy metido por estos lares, xk estoy haciendo ya el proyecto de fin de carrera y estoy hasta los cojones de no conseguir que me funcione esto y luego resultara que es una tonteria. Pos mi problema es eso que no consigo conectar mi base oracle con gwt, porque s

Re: GWT with Oracle

2011-08-09 Thread Isaac Truett
What have you tried so far? On Tue, Aug 9, 2011 at 3:49 AM, Gema matesanz wrote: > > . > Hello, yes I've read the GAE Developer's Guide a few times and have not > found solution to my problem, say it's library but I make the > corresponding changes but still not working, you are kind enough to h

Re: GWT with Oracle

2011-08-09 Thread Adolfo Panizo Touzon
Gema, que haces por estos lares? No sabia que trabajases con GWT. Jaja, you are welcome!. Did you solved the problem? 2011/8/9 Gema matesanz > > . > Hello, yes I've read the GAE Developer's Guide a few times and have not > found solution to my problem, say it's library but I make the > corres

Re: GWT with Oracle

2011-08-09 Thread Gema matesanz
. Hello, yes I've read the GAE Developer's Guide a few times and have not found solution to my problem, say it's library but I make the corresponding changes but still not working, you are kind enough to help Un saludo - Gema Matesanz -- Y

Re: GWT with Oracle

2011-08-08 Thread Isaac Truett
> java.lang.NoClassDefFoundError: oracle.jdbc.driver.OracleDriver is a restricted class. Please see the Google App Engine developer's guide for more details. This actually has nothing to do with GWT. You have Google App Engine enabled for your project. GAE restricts your access to certain Java cla

Re: GWT with Oracle

2011-08-08 Thread Gema matesanz
Ajay, I checked the class path of Oracle. And I was not successful, what is the value of classpath? -- Un saludo - Gema Matesanz -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To

Re: GWT with Oracle

2011-08-08 Thread Gema matesanz
Esto si ya lo habia conseguido, porque tengo creada una clase que se encarga de conectarse y de generar la consulta correspondiente y cuando la ejecuto ella sola si que funciona, mi problema esta cuando intento acceder con la aplicacion realizada con gwt el cual me da el error que te dije antes. Pe

Re: GWT with Oracle

2011-08-05 Thread Ajay Kumar3
Please Check the class path of Oracle oracle.jdbc.driver. > > OracleDriver On Fri, Aug 5, 2011 at 3:18 PM, Ajay Kumar3 wrote: > Just Clean and compile your project and then run your application > > On Thu, Aug 4, 2011 at 2:12 PM, Gema Mmm wrote: > >> Hi!! it's my first time using GWT, i want t

Re: GWT with Oracle

2011-08-05 Thread Ajay Kumar3
Just Clean and compile your project and then run your application On Thu, Aug 4, 2011 at 2:12 PM, Gema Mmm wrote: > Hi!! it's my first time using GWT, i want to connect my application > with a db of oracle express. > > And when i run the application have this exception. > > ERROR] javax.servlet.

Re: GWT with Oracle

2011-08-05 Thread Juan Pablo Gardella
Hay mil ejemplos en google, te paso un resultado. http://www.javaworkspace.com/connectdatabase/connectOracle.do 2011/8/5 Gema matesanz > Hi!! thanks for the answer, i don't know how to connect in server side to > the db, can you give an example? > > > Un saludo > ---

Re: GWT with Oracle

2011-08-05 Thread Gema matesanz
Hi!! thanks for the answer, i don't know how to connect in server side to the db, can you give an example? Un saludo - Gema Matesanz -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.

Re: GWT with Oracle

2011-08-04 Thread Juan Pablo Gardella
You can't use some classes in GWT (client side): unexpected exception: java.lang.NoClassDefFoundError: oracle.jdbc.driver.OracleDriver is a restricted class See here what classes you can use directly. If isn't in the list,

GWT with Oracle

2011-08-04 Thread Gema Mmm
Hi!! it's my first time using GWT, i want to connect my application with a db of oracle express. And when i run the application have this exception. ERROR] javax.servlet.ServletContext log: Exception while dispatching incoming RPC call com.google.gwt.user.server.rpc.UnexpectedException: Service m