I'm putting together a sample, stripped-down 4.0.5.GA configuration where I'd like
to remove the JRMPInvoker. Deployment of my data source is giving a dependency error
that:
--- MBeans waiting for other MBeans ---
ObjectName: jboss.jca:service=DataSourceBinding,name=JMSDS
State: CONFIGURED
I Depend On:
jboss.jca:service=LocalTxCM,name=JMSDS
jboss:service=invoker,type=jrmp
The datasource is quite simple and I've tried with use-java-context and without,
neither configuration is successful:
<?xml version="1.0" encoding="UTF-8"?>
<local-tx-datasource>
<jndi-name>JMSDS</jndi-name>
<connection-url>jdbc:postgresql://localhost/jboss-messaging</connection-url>
<driver-class>org.postgresql.Driver</driver-class>
<user-name>jboss</user-name>
jboss
<use-java-context>true</use-java-context>
</local-tx-datasource>
Did I miss something or is theis a JBAS-2215 regression? I hadn't seen the issue in
4.0.4 with a similar configuration.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008970#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...