Subject firebirdsql.rar not deploying datasources correctly on JBoss 3.2.0RC5
Author Patrick Murphy
I just updated to the latest JBoss 3.2 and Jaybird CVS releases
today. When I went to deploy my Firebird datasources I received the
following error:

2003-03-26 13:21:29,245 WARN [org.jboss.system.ServiceController]
Problem starting service
jboss.jca:service=ManagedConnectionFactory,name=D6509FTU-DS
java.lang.NoClassDefFoundError: javax/resource/spi/ResourceAdapter
at java.lang.Class.getDeclaredMethods0(Native Method)
...

The deployment worked in JBoss 3.2.0RC3. I was able to work around
the problem by adding the mini-j2ee.jar file to the firebirdsql.rar
file. I deploy the datasource by adding this .rar file to the JBoss
deploy/ directory and adding an *-xa-ds.xml file to deploy the actual
datasource.

Is this the proper way to fix the problem? Is this class supposed to
be coming in with the JBoss release?

Pat Murphy.