aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes Jboss & SQL server 2008 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "Jboss & SQL server 2008" Watch "Jboss & SQL server 2008" New topic
Author

Jboss & SQL server 2008

Faraz Ali
Ranch Hand

Joined: May 15, 2008
Posts: 108
Hi Ranchers,

I am unable to deploy my beans on jboss. The database i am using is SQL server 2008. Driver file is sqljdbc.jar, driver class is com.microsoft.sqlserver.jdbc.SQLServerDriver, the url is jdbc:microsoft:sqlserver://myMachine/mytestdb. The persistence.xml file is below:



Where to put the driver jar file. And below is the exception i am getting:



Please help to fix above issues.


Thanks,



Jaikiran Pai
Marshal

Joined: Jul 20, 2005
Posts: 8141
    
  52

Faraz Ali wrote:Hi Ranchers,

the url is jdbc:microsoft:sqlserver://myMachine/mytestdb.


As per this documentation, you are using a wrong url pattern.

[My Blog] [JavaRanch Journal]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Jboss & SQL server 2008
 
Similar Threads
InstanceAlreadyExistsException when creating new datasource
Invalid character ':' in value part of property (JBoss-ds.xml)
Connection Pooling in JBoss v5.0 with IBM DB2
Error in DB2 connection Pooling
Unable to deploy EJB application to JBoss when implementing persistence