[jboss-as7-dev] AS8: New missing/unsatisfied dependencies
Frank Langelage
frank.langelage at osnanet.de
Fri Feb 22 15:34:14 EST 2013
I see a new problem with latest sources of JBoss AS8.
I deployed jdbc-jar-files by copying them to the deployments folder.
From server.log on startup:
21:07:36,247 INFO [org.jboss.as.server.deployment#start] JBAS015876:
Starting deployment of "ifxjdbc_all.jar" (runtime-name: "ifxjdbc_all.jar")
21:07:36,344 INFO [org.jboss.as.server.deployment#start] JBAS015876:
Starting deployment of "DefaultDS-ds.xml" (runtime-name: "DefaultDS-ds.xml")
21:07:39,546 INFO [org.jboss.as.connector.deployers.jdbc#deploy]
JBAS010403: Deploying JDBC-compliant driver class
com.informix.jdbc.IfxDriver (version 3.70)
21:07:41,811 INFO [org.jboss.as.server#handleResult] JBAS018559:
Deployed "ifxjdbc_all.jar" (runtime-name : "ifxjdbc_all.jar")
21:07:41,812 INFO [org.jboss.as.server#handleResult] JBAS018559:
Deployed "DefaultDS-ds.xml" (runtime-name : "DefaultDS-ds.xml")
Everything is deployed as it seems, but
21:07:41,819 INFO [org.jboss.as.controller#tick] JBAS014774: Service
status report
JBAS014775: New missing/unsatisfied dependencies:
service jboss.jdbc-driver.ifxjdbc_all_jar (missing) dependents:
[service jboss.data-source.java:/DefaultDS]
My Default-ds.xml:
<?xml version="1.0" encoding="UTF-8"?>
<datasources xmlns="http://www.jboss.org/ironjacamar/schema">
<datasource jndi-name="DefaultDS" enabled="true"
use-java-context="true" pool-name="DefaultDS">
<connection-url>jdbc:informix-sqli://sb2000:9088/jboss7:INFORMIXSERVER=sb2000_net;NEWCODESET=8859_15,8859-1,819;LOBCACHE=-1</connection-url>
<driver>ifxjdbc_all.jar</driver>
<security>
<user-name>mbi</user-name>
<password>mbi...</password>
</security>
</datasource>
</datasources>
Why ifxjdbc_all_jar instead of ifxjdbc_all.jar? What has changed?
My files and my deployment process not changed.
More information about the jboss-as7-dev
mailing list