7 Replies Latest reply on Jun 25, 2003 6:26 PM by jbob

    JCA 1.5?

    ju_du

      Hello,

      which Version of JBoss supports JCA 1.5?

      Thanks,
      Juergen

        • 1. Re: JCA 1.5?
          jwin1

          I second that.
          My last info on JCA 1.5 was that it's only in the CVS HEAD revision.

          It would be very helpful for connector-development,
          if some specific info on JCA 1.5 would be available.
          Early availability of adapters using the great new additions of JCA 1.5 could be an advantage for the JBoss community.

          Joerg

          • 2. Re: JCA 1.5?
            davidjencks

            jca 1.5 support is only in jboss 4 (cvs head) and is complete AFAIK except for deploying administered objects. This is easy to add, but I'd sure like a real example of a jca 1.5 adapter to make sure my deployment codde works. Do you know of a real 1.5 adapter?

            thanks
            david jencks

            • 3. Re: JCA 1.5?
              jwin1

              There is a JCA 1.5 release for my Berkeley DB adapter project at
              http://sourceforge.net/projects/bdbadapter

              Because I imagine a JBoss "from-source-build" (especially with totally new stuff in it) to be quite time consuming (?), I hesitated doing that...

              I have implemented this with Sun's 1.4 beta SDK.
              It uses LocalTransaction and works well enough with the SDK. The security contract is not yet implemented, but will be done soon.
              The JCA 1.0 release works well on JBoss 3.0.6.


              Joerg

              • 4. Re: JCA 1.5?
                davidjencks

                From the test adapter I wrote I'm reasonably sure a outbound-only jca 1.5 adapter will deploy OK. I don't have windows or linux available right now so I can't really test your adapter on jb4. However, it is really pretty easy to get and build jb4:

                cvs ... co jboss-head
                cd jboss-head/build
                build.bat
                cd output\jboss....\bin
                run.bat


                I'm still looking for an inbound adapter.

                • 5. JCA 1.5 example
                  jwin1

                  The author of this article
                  http://www.theserverside.com//resources/article.jsp?l=J2EE1_4

                  was nice enough to send me his example.
                  I didn't look into it much, because I started with an outbound adapter first...

                  Maybe you can report back if it deploys at your machine.. that'd be good news!

                  Joerg

                  • 6. Re: JCA 1.5?
                    jwin1

                    ...and thanks for the CVS/build info!
                    Will try to deploy the Berkeley DB adapter with that.

                    Joerg

                    • 7. Re: JCA 1.5 example
                      jbob

                      could u (or somebody else) please post the full example?

                      Thx, bob