I am not a user of Geronimo, so my help may be somewhat limited.  However, I found this page:
 
http://chariotsolutions.com/geronimo/database-mapping.html
 
Whch seems to lay out the steps pretty clearly:
 
1. Configure the pool in Geronimo
2. Configure the reference in web.xml
3. Configure the reference to pool mapping in geronimo-web.xml
4. Look up the datasource with the java:comp/env syntax
 
Have you done each of these things (they are all important)?
 
Jeff Butler

 
On 11/28/05, Michael Laccetti [c] <[EMAIL PROTECTED]> wrote:
Yeah, I have also tried that.  I've done a whole bunch of things, including hacking apart the iBATIS source to see how it's going about getting a context.  Nothing strange, does the regular new InitialContext(), and then performs a lookup.  Any other ideas?


From: Jeff Butler [mailto:[EMAIL PROTECTED]]
Sent: November 28, 2005 12:59 PM
To: [email protected]
Subject: Re: iBATIS + Geronimo

 
Do you have a data source reference configured?  If so, maybe this will work:
 
(BTW - "DataSource" is the preferred property now for the JNDI datasource)
 
<transactionManager type="JDBC">
  <dataSource type="JNDI">
    <property name="DataSource" value="java:comp/env/jdbc/scrimnet" />
  </dataSource>
</transactionManager>
 
Jeff Butler

 
On 11/27/05, Michael Laccetti [c] < [EMAIL PROTECTED]> wrote:
Has anybody used iBATIS with Geronimo?  I've managed to get Geronimo
configured (with much help from them on IRC), but now I have a problem with
loading the SqlMap.  For some reason it cannot resolve the JNDI name for the
data source.  I keep getting:

com.ibatis.common.exception.NestedRuntimeException: Error occurred.  Cause:
com.ibatis.common.xml.NodeletException : Error parsing XML.  Cause:
com.ibatis.common.exception.NestedRuntimeException : Error parsing XPath
'/sqlMapConfig/transactionManager/dataSource/end()'.  Cause:
com.ibatis.sqlmap.client.SqlMapException: There was an error configuring
JndiDataSourceDaoTransactionPool. Cause: javax.naming.NameNotFoundException :
jdbc
Caused by: javax.naming.NameNotFoundException: jdbc

My sqlmap-config file is as follows:

<transactionManager type="JDBC">
     <dataSource type="JNDI">
        <property name="DBJndiContext" value="jdbc/scrimnet" />
     </dataSource>
  </transactionManager>

I've been using the information found at
http://db.apache.org/derby/integrate/JPetStoreGeronimo.html as a guide, so
I'm not quite sure what I'm missing.  Any help is appreciated.

Mike



--
------------------------ [ SECURITY NOTICE ]
------------------------
To: [email protected].
For your security, [EMAIL PROTECTED]
digitally signed this message on 28 November 2005 at 03:21:11 UTC.
Verify this digital signature at http://www.ciphire.com/verify.
------------------- [ CIPHIRE DIGITAL SIGNATURE ]
-------------------

--------------------- [ END DIGITAL SIGNATURE ]
---------------------



[ SECURITY NOTICE ]
To: [email protected].
For your security, [EMAIL PROTECTED]
digitally signed this message on 29 November 2005 at 01:31:10 UTC.
Verify this digital signature at http://www.ciphire.com/verify.
[ CIPHIRE DIGITAL SIGNATURE ]

Reply via email to