Wednesday, June 1, 2011

configure db in web.xml

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