You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Kurt Westerfeld (JIRA)" <ji...@apache.org> on 2011/01/11 14:18:45 UTC

[jira] Created: (ODE-905) Example for PMAPI access over JBI/http

Example for PMAPI access over JBI/http
--------------------------------------

                 Key: ODE-905
                 URL: https://issues.apache.org/jira/browse/ODE-905
             Project: ODE
          Issue Type: Improvement
          Components: JBI Integration
    Affects Versions: 1.3.4
         Environment: Servicemix 4.3
            Reporter: Kurt Westerfeld
         Attachments: pmapi-binding.zip

The attached example shows how one can use the ODE PMAPI with Apache Servicemix CXF BC component to exhibit an external web service interface.  The component is installed to the Servicemix OSGi environment using the osgi:install -s mvn:org.apache.ode.examples/pmapi-binding.   After this, one can use SOAPUI or other client to access the PMAPI from the URLs http://localhost:8193/ode/pmapi/InstanceManagementService and http://localhost:8193/ode/pmapi/ProcessManagementService, including wsdl and xsd access.

NOTE: one still needs the workaround documented on the ODE site here: http://ode.apache.org/smx4-osgi-deployment.html. 

A bug has been filed on Apache Axiom here to lift the need for the workaround here: https://issues.apache.org/jira/browse/AXIOM-355

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (ODE-905) Example for PMAPI access over JBI/http

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ODE-905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12980509#action_12980509 ] 

Hudson commented on ODE-905:
----------------------------

Integrated in ODE-trunk-jdk6 #396 (See [https://hudson.apache.org/hudson/job/ODE-trunk-jdk6/396/])
    ODE-905: JBI HTTP Binding for PMAPI. Thanks Kurt!


> Example for PMAPI access over JBI/http
> --------------------------------------
>
>                 Key: ODE-905
>                 URL: https://issues.apache.org/jira/browse/ODE-905
>             Project: ODE
>          Issue Type: Improvement
>          Components: JBI Integration
>    Affects Versions: 1.3.4
>         Environment: Servicemix 4.3
>            Reporter: Kurt Westerfeld
>         Attachments: pmapi-binding.zip
>
>
> The attached example shows how one can use the ODE PMAPI with Apache Servicemix CXF BC component to exhibit an external web service interface.  The component is installed to the Servicemix OSGi environment using the osgi:install -s mvn:org.apache.ode.examples/pmapi-binding.   After this, one can use SOAPUI or other client to access the PMAPI from the URLs http://localhost:8193/ode/pmapi/InstanceManagementService and http://localhost:8193/ode/pmapi/ProcessManagementService, including wsdl and xsd access.
> NOTE: one still needs the workaround documented on the ODE site here: http://ode.apache.org/smx4-osgi-deployment.html. 
> A bug has been filed on Apache Axiom here to lift the need for the workaround here: https://issues.apache.org/jira/browse/AXIOM-355

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ODE-905) Example for PMAPI access over JBI/http

Posted by "Kurt Westerfeld (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kurt Westerfeld updated ODE-905:
--------------------------------

    Attachment: pmapi-binding.zip

PMAPI binding project for ODE / Servicemix.

> Example for PMAPI access over JBI/http
> --------------------------------------
>
>                 Key: ODE-905
>                 URL: https://issues.apache.org/jira/browse/ODE-905
>             Project: ODE
>          Issue Type: Improvement
>          Components: JBI Integration
>    Affects Versions: 1.3.4
>         Environment: Servicemix 4.3
>            Reporter: Kurt Westerfeld
>         Attachments: pmapi-binding.zip
>
>
> The attached example shows how one can use the ODE PMAPI with Apache Servicemix CXF BC component to exhibit an external web service interface.  The component is installed to the Servicemix OSGi environment using the osgi:install -s mvn:org.apache.ode.examples/pmapi-binding.   After this, one can use SOAPUI or other client to access the PMAPI from the URLs http://localhost:8193/ode/pmapi/InstanceManagementService and http://localhost:8193/ode/pmapi/ProcessManagementService, including wsdl and xsd access.
> NOTE: one still needs the workaround documented on the ODE site here: http://ode.apache.org/smx4-osgi-deployment.html. 
> A bug has been filed on Apache Axiom here to lift the need for the workaround here: https://issues.apache.org/jira/browse/AXIOM-355

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (ODE-905) Example for PMAPI access over JBI/http

Posted by "Tammo van Lessen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tammo van Lessen resolved ODE-905.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3.5
         Assignee: Tammo van Lessen

Applied and integrated. Thanks!

> Example for PMAPI access over JBI/http
> --------------------------------------
>
>                 Key: ODE-905
>                 URL: https://issues.apache.org/jira/browse/ODE-905
>             Project: ODE
>          Issue Type: Improvement
>          Components: JBI Integration
>    Affects Versions: 1.3.4
>         Environment: Servicemix 4.3
>            Reporter: Kurt Westerfeld
>            Assignee: Tammo van Lessen
>             Fix For: 1.3.5
>
>         Attachments: pmapi-binding.zip
>
>
> The attached example shows how one can use the ODE PMAPI with Apache Servicemix CXF BC component to exhibit an external web service interface.  The component is installed to the Servicemix OSGi environment using the osgi:install -s mvn:org.apache.ode.examples/pmapi-binding.   After this, one can use SOAPUI or other client to access the PMAPI from the URLs http://localhost:8193/ode/pmapi/InstanceManagementService and http://localhost:8193/ode/pmapi/ProcessManagementService, including wsdl and xsd access.
> NOTE: one still needs the workaround documented on the ODE site here: http://ode.apache.org/smx4-osgi-deployment.html. 
> A bug has been filed on Apache Axiom here to lift the need for the workaround here: https://issues.apache.org/jira/browse/AXIOM-355

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (ODE-905) Example for PMAPI access over JBI/http

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ODE-905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12981232#action_12981232 ] 

Hudson commented on ODE-905:
----------------------------

Integrated in ODE-trunk #410 (See [https://hudson.apache.org/hudson/job/ODE-trunk/410/])
    

> Example for PMAPI access over JBI/http
> --------------------------------------
>
>                 Key: ODE-905
>                 URL: https://issues.apache.org/jira/browse/ODE-905
>             Project: ODE
>          Issue Type: Improvement
>          Components: JBI Integration
>    Affects Versions: 1.3.4
>         Environment: Servicemix 4.3
>            Reporter: Kurt Westerfeld
>         Attachments: pmapi-binding.zip
>
>
> The attached example shows how one can use the ODE PMAPI with Apache Servicemix CXF BC component to exhibit an external web service interface.  The component is installed to the Servicemix OSGi environment using the osgi:install -s mvn:org.apache.ode.examples/pmapi-binding.   After this, one can use SOAPUI or other client to access the PMAPI from the URLs http://localhost:8193/ode/pmapi/InstanceManagementService and http://localhost:8193/ode/pmapi/ProcessManagementService, including wsdl and xsd access.
> NOTE: one still needs the workaround documented on the ODE site here: http://ode.apache.org/smx4-osgi-deployment.html. 
> A bug has been filed on Apache Axiom here to lift the need for the workaround here: https://issues.apache.org/jira/browse/AXIOM-355

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.