Menu

#90 JCA changes

v3.0 (Rabbit Hole)
open
nobody
None
5
2001-09-08
2001-09-08
No

I reorganized the connector stuff as follows:

1. Everything relevant to jca/connectors is in the
connector module.

2. mbean attribute names have been rationalized, and
now agree with what is in the manual chapter (generated
from resource.xml) Note that JDBCProvider is no longer
present, you MUST include the DriverClass in the
ManagedConnectionFactoryProperties attribute.

3. All of the jboss jca framework is now in jbosscx.sar
which includes its own configuration. This goes into
deploy/lib and is autodeployed on startup.

4. The DefaultDS setup is in hsql-default-service.xml,
also autodeployed on startup.

In order to get this to work I had to also

5. jbossmq is now started from jbossmq-service.xml,
after jbosscx.sar. This is due to jmsra needing
jbosscx.sar. On my machine, the same tests fail with
this change as failed on Chris Kimptons auto-test last
night.

6. jboss-service.xml has the appropriate parts removed.

Discussion


Log in to post a comment.