[jboss-as7-dev] AS8: New missing/unsatisfied dependencies
Jaikiran Pai
jpai at redhat.com
Fri Feb 22 22:13:08 EST 2013
Looks like you already figured out what caused this
https://issues.jboss.org/browse/AS7-6565.
I think we need a testcase for these -ds.xml and deployed driver jars if
we don't already have them.
-Jaikiran
On Saturday 23 February 2013 08:40 AM, Jaikiran Pai wrote:
> That does look like a bug. Can you please file a AS7 JIRA and if
> possible attach the relevant jars and deployments?
>
> -Jaikiran
> On Saturday 23 February 2013 02:04 AM, Frank Langelage wrote:
>> 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.
>>
>> _______________________________________________
>> jboss-as7-dev mailing list
>> jboss-as7-dev at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/jboss-as7-dev
> _______________________________________________
> jboss-as7-dev mailing list
> jboss-as7-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jboss-as7-dev
More information about the jboss-as7-dev
mailing list