Hello everybody,

I'm rather new to JBoss and wonder how difficult it is to change the default database. 
I try to use Informix as database and did everything mentioned in the JBoss startguide 
in the section "Using other databases".

1.) I exchanged the file hsqldb-ds.xml by informix-ds.xml (where I put the right 
database-url, user and password)
jndi-name of the database is "informix"
2.) I added the informix driver to the lib directory of the server
3.) I modified the standardjbosscmp-jdbc.xml
java:/informix
<datasource-mapping>InformixDB</datasource-mapping>

4.) I modified the standardjaws.xml
java:/informix
<type-mapping>InformixDB</type-mapping>

When I start JBoss, the Informix database is recognized and seems to be ok (looking at 
the jmx-console) but anyway, I get the following error during startup:

MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM:
ObjectName: jboss.jca:name=DefaultDS,service=DataSourceBinding
 state: NOTYETINSTALLED
 I Depend On:
 Depends On Me:  jboss.ejb:persistencePolicy=database,service=EJBTimerService
 jboss:service=Ebxmlrr
 jboss:service=KeyGeneratorFactory,type=HiLo
 jboss.mq:service=StateManager
 jboss.mq:service=PersistenceManager

Does anybody know what's the cause of this problem and how to solve it (so that jBoss 
starts without errors).

Thanks in advance.




View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852555#3852555

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852555


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to