Hey

> I have a web app in tomcat 3.2b? that has been working fine.  When I
created
> the web app, I had an eye on integrating it with jBoss.  As such, I used
the
> Minerva classes for my db connection caching.  As stated, this works fine.
>
> I am now to the point of integrating the my web app into jBoss.  When I
try
> to load my web app (via the MBean admin page), I get the following error:
>
> java.lang.reflect.InvocationTargetException: [EmbededTomcat]
> java.lang.NoClassDefFoundError:
> org/jboss/minerva/datasource/JDBCPoolDataSource
>         at
>
com.bpcs.jdbc.MinervaConnPoolFactory.createOasisConnectionPool(MinervaConnPo
> olFactory.java:28)
>
> It appears that the Minerva classes cannot be found.  Am I missing a
config
> item somwhere?  TIA, for any help here!

Connection pools are managed outside of apps in jBoss. All you have to do is
look them up from the java:comp/env namespace.

/Rickard




--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to