2 Replies Latest reply on Nov 9, 2006 1:38 PM by spicagao

    JBPEL dependency on JWSDP

    rjain15

      Hi

      I have installed and deployed the jbpel sar file on jboss 4.0.4 GA
      In order to run the examples I need to specify the JWSDP home.
      I believe JBOSSWS is the WebServices stack impl which is bundled along with the App Server. Do I still need to have the JWSDP? Why is this dependency..


      regards
      RJ

        • 1. Re: JBPEL dependency on JWSDP
          aguizar

          Effectively, JBossWS contains its own toolset making JWSDP unnecessary. JBoss BPEL beta 1 was tested with jboss 4.0.4 but switching to wstools (and rewriting the user guide, etc.) was postponed due to time constraints. Note there is no real dependency on JWSDP; we only use the wscompile tool.

          Future JBoss BPEL versions will use wstools instead of wscompile.

          • 2. Re: JBPEL dependency on JWSDP
            spicagao

            Will future JBoss BPEL still support to use wscompile? If we still rely on JWSDP to generate artifacts, then deploy to JBoss BPEL, it will work or not?

            Thanks