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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
