You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by Apache Wiki <wi...@apache.org> on 2005/05/01 04:56:41 UTC

[Geronimo Wiki] Update of "Deployment" by JohnSisson

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Geronimo Wiki" for change notification.

The following page has been changed by JohnSisson:
http://wiki.apache.org/geronimo/Deployment

The comment on the change is:
Correct workmanager element to take svn rev 124882 changes into account

------------------------------------------------------------------------------
  </connector>
  }}}
  
-   Here's an example JCA 1.5 geronimo-ra.xml.  This file works with Geronimo's CVS HEAD as of 2004-07-12, but not with older code:
+   Here's an example JCA 1.5 geronimo-ra.xml.  This file works with Geronimo's CVS HEAD as of 2005-01-11, but not with older code:
  
      {{{
  <?xml version="1.0" encoding="UTF-8"?>
@@ -267, +267 @@

      <resourceadapter>
          <resourceadapter-instance>
              <resourceadapter-name>testRA</resourceadapter-name>
-             <workmanager-name>DefaultWorkManager</workmanager-name>
+             <workmanager>
+                 <gbean-link>DefaultWorkManager</gbean-link>
+             </workmanager>
          </resourceadapter-instance>
      </resourceadapter>
  </connector>