[jboss-user] [JBoss Seam] - Re: How to modify booking example login?(newbie question)
guiltyxsin
do-not-reply at jboss.com
Sat Aug 11 23:12:50 EDT 2007
No I have not rename any datasource names or what ever, want to get the simple login and search going before I change everything.
Here's the booking-ds.xml code:
| <?xml version="1.0" encoding="UTF-8"?>
|
| <datasources>
|
| <local-tx-datasource>
| <jndi-name>bookingDatasource</jndi-name>
| <connection-url>jdbc:sqlserver://xxxx.unsw.edu.au;databaseName=ResearchDB;</connection-url>
| <driver-class>com.microsoft.sqlserver.jdbc.SQLServerDriver</driver-class>
| <user-name>xxx</user-name>
| <password>xxx</password>
| </local-tx-datasource>
|
| </datasources>
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073344#4073344
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073344
More information about the jboss-user
mailing list