I'm trying to port an application that uses JBoss4.01 to my machine from my boss's
machine using the the directories my boss gave me for the IntelliJ project and the Jboss
installation that goes with it. While trying to run it I found a a JMS problem that looks
like it is related to SQL. It is described here
http://wiki.jboss.org/wiki/IGetXAConnectionFactoryNotBoundHowDoIFixIt
What this wiki entry seems to be telling me is the JMS problem is a result of the
SQLexception I am getting, is that correct?
The SQL exception is:
com.mysql.jdbc.exceptions.MySQLSyntaxErrorException
MESSAGE: Unknown database 'jboss'
I've done a search of the site using "mysql jboss database" and the above
SQL message and haven't been able to find anything helpful. Some direction would be
appreciated, even if its just a link to helpful documentation.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164133#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...