Based on this, your resource-link in geronimo-web.xml should refer to
MySQL, not MySQLDataSource. Where did MySQLDataSource come from?
thanks
david jencks
On Aug 18, 2005, at 5:32 PM, Iñigo wrote:
Ok, this is the output:
J2EEApplication=null,J2EEServer=geronimo,j2eeType=ResourceAdapterModule
,name=MySQLPool [running]
•
J2EEApplication=null,J2EEServer=geronimo,JCAResource=MySQLPool,j2eeType
=JCAConnectionFactory,name=MySQL [running]
•
J2EEApplication=null,J2EEServer=geronimo,JCAResource=MySQLPool,j2eeType
=JCAConnectionManager,name=MySQL [running]
•
J2EEApplication=null,J2EEServer=geronimo,JCAResource=MySQLPool,j2eeType
=JCAManagedConnectionFactory,name=MySQL [running]
J2EEApplication=null,J2EEServer=geronimo,ResourceAdapter=org/apache/
geronimo/SystemDatabase,j2eeType=JCAResource,name=org/apache/geronimo/
SystemDatabase [running]
•
J2EEApplication=null,J2EEServer=geronimo,ResourceAdapterModule=MySQLPoo
l,j2eeType=ResourceAdapter,name=MySQLPool [running]
•
J2EEApplication=null,J2EEServer=geronimo,ResourceAdapterModule=org/
apache/geronimo/SystemDatabase,j2eeType=ResourceAdapter,name=org/
apache/geronimo/SystemDatabase [running]
Aaron Mulder escribió:Hmmm... Try this:
java -jar bin/deployer.jar start org/apache/geronimo/DebugConsole
Then point your browser to http://localhost:8080/debug-tool/
Search that page for MysqlDataSource, and please copy the whole line
for
every line that has that into a response to this e-mail. You don't
have
to click any of the links, I just want to see what's deployed and if
there's an obvious reason you're getting that message. Note that
there
might be more than one line with MysqlDataSource in it, and please
include
them all.
Thanks,
Aaron