Wednesday, June 1, 2011

Re: configure db in web.xml

thats really strange. tables are created, but when i start a query i
get nothing, but the query should return one row.

On 1 Jun., 11:27, ArnoNyhm <etechniker....@googlemail.com> wrote:
> Hi,
>
> i have a problem with my embedde derby database. here is my web.xml:
>
>         <database >
>                 <driver>
>                         <type>org.apache.derby.jdbc.EmbeddedDriver</type>
>                         <url>jdbc:derby:C:\Documents and
>                                 Settings\*********\workspace1\contactApp\contactDB</url>
>                         <user>user</user>
>                         <password>user</password>
>                 </driver>
>         </database>
>
> is it correct?
> i start a rpc, but get a unexpected exception. if i test my method on
> server side, without rpc everything is working fine.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment