You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by "Jeff Faath (JIRA)" <ju...@ws.apache.org> on 2007/04/13 02:39:15 UTC

[jira] Created: (JUDDI-101) Axis2 Support

Axis2 Support
-------------

                 Key: JUDDI-101
                 URL: https://issues.apache.org/jira/browse/JUDDI-101
             Project: jUDDI
          Issue Type: New Feature
          Components: Feature Requests Section
         Environment: All
            Reporter: Jeff Faath
         Assigned To: Steve Viens


I've created a transport class that uses Axis2 for sending and receiving requests over the wire.

I've attached a patch and, as well, the actual java file for those who just want to add the class to their project.  Please note that you must obviously have the Axis2  libraries in your classpath and don't forget to change the transport class in the jUDDI properties.

If there are any problems or issues, please let me know.

Regards,

JF

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


---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-dev-help@ws.apache.org


[jira] Updated: (JUDDI-101) Axis2 Support

Posted by "Jeff Faath (JIRA)" <ju...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/JUDDI-101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeff Faath updated JUDDI-101:
-----------------------------

    Attachment: Axis2Transport.java

> Axis2 Support
> -------------
>
>                 Key: JUDDI-101
>                 URL: https://issues.apache.org/jira/browse/JUDDI-101
>             Project: jUDDI
>          Issue Type: New Feature
>          Components: Feature Requests Section
>         Environment: All
>            Reporter: Jeff Faath
>         Assigned To: Steve Viens
>         Attachments: Axis2Transport.java, Axis2Transport.patch.txt
>
>
> I've created a transport class that uses Axis2 for sending and receiving requests over the wire.
> I've attached a patch and, as well, the actual java file for those who just want to add the class to their project.  Please note that you must obviously have the Axis2  libraries in your classpath and don't forget to change the transport class in the jUDDI properties.
> If there are any problems or issues, please let me know.
> Regards,
> JF

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


---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-dev-help@ws.apache.org


[jira] Commented: (JUDDI-101) Axis2 Support

Posted by "Kurt Stam (JIRA)" <ju...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/JUDDI-101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12488820 ] 

Kurt Stam commented on JUDDI-101:
---------------------------------

Can be closed.

> Axis2 Support
> -------------
>
>                 Key: JUDDI-101
>                 URL: https://issues.apache.org/jira/browse/JUDDI-101
>             Project: jUDDI
>          Issue Type: New Feature
>          Components: Feature Requests Section
>         Environment: All
>            Reporter: Jeff Faath
>         Assigned To: Steve Viens
>         Attachments: Axis2Transport.java, Axis2Transport.patch.txt
>
>
> I've created a transport class that uses Axis2 for sending and receiving requests over the wire.
> I've attached a patch and, as well, the actual java file for those who just want to add the class to their project.  Please note that you must obviously have the Axis2  libraries in your classpath and don't forget to change the transport class in the jUDDI properties.
> If there are any problems or issues, please let me know.
> Regards,
> JF

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


---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-dev-help@ws.apache.org


[jira] Updated: (JUDDI-101) Axis2 Support

Posted by "Kurt Stam (JIRA)" <ju...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/JUDDI-101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kurt Stam updated JUDDI-101:
----------------------------


I applied the patch to the trunk.

> Axis2 Support
> -------------
>
>                 Key: JUDDI-101
>                 URL: https://issues.apache.org/jira/browse/JUDDI-101
>             Project: jUDDI
>          Issue Type: New Feature
>          Components: Feature Requests Section
>         Environment: All
>            Reporter: Jeff Faath
>         Assigned To: Steve Viens
>         Attachments: Axis2Transport.java, Axis2Transport.patch.txt
>
>
> I've created a transport class that uses Axis2 for sending and receiving requests over the wire.
> I've attached a patch and, as well, the actual java file for those who just want to add the class to their project.  Please note that you must obviously have the Axis2  libraries in your classpath and don't forget to change the transport class in the jUDDI properties.
> If there are any problems or issues, please let me know.
> Regards,
> JF

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


---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-dev-help@ws.apache.org


[jira] Updated: (JUDDI-101) Axis2 Support

Posted by "Kurt Stam (JIRA)" <ju...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/JUDDI-101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kurt Stam updated JUDDI-101:
----------------------------

    Fix Version/s: 2.0

> Axis2 Support
> -------------
>
>                 Key: JUDDI-101
>                 URL: https://issues.apache.org/jira/browse/JUDDI-101
>             Project: jUDDI
>          Issue Type: New Feature
>          Components: Feature Requests Section
>         Environment: All
>            Reporter: Jeff Faath
>            Assignee: Steve Viens
>             Fix For: 2.0
>
>         Attachments: Axis2Transport.java, Axis2Transport.patch.txt
>
>
> I've created a transport class that uses Axis2 for sending and receiving requests over the wire.
> I've attached a patch and, as well, the actual java file for those who just want to add the class to their project.  Please note that you must obviously have the Axis2  libraries in your classpath and don't forget to change the transport class in the jUDDI properties.
> If there are any problems or issues, please let me know.
> Regards,
> JF

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


---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-dev-help@ws.apache.org


[jira] Closed: (JUDDI-101) Axis2 Support

Posted by "Kurt Stam (JIRA)" <ju...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/JUDDI-101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kurt Stam closed JUDDI-101.
---------------------------

    Resolution: Fixed

Work was completed.

> Axis2 Support
> -------------
>
>                 Key: JUDDI-101
>                 URL: https://issues.apache.org/jira/browse/JUDDI-101
>             Project: jUDDI
>          Issue Type: New Feature
>          Components: Feature Requests Section
>         Environment: All
>            Reporter: Jeff Faath
>            Assignee: Steve Viens
>         Attachments: Axis2Transport.java, Axis2Transport.patch.txt
>
>
> I've created a transport class that uses Axis2 for sending and receiving requests over the wire.
> I've attached a patch and, as well, the actual java file for those who just want to add the class to their project.  Please note that you must obviously have the Axis2  libraries in your classpath and don't forget to change the transport class in the jUDDI properties.
> If there are any problems or issues, please let me know.
> Regards,
> JF

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


---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-dev-help@ws.apache.org


[jira] Updated: (JUDDI-101) Axis2 Support

Posted by "Jeff Faath (JIRA)" <ju...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/JUDDI-101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeff Faath updated JUDDI-101:
-----------------------------

    Attachment: Axis2Transport.patch.txt

> Axis2 Support
> -------------
>
>                 Key: JUDDI-101
>                 URL: https://issues.apache.org/jira/browse/JUDDI-101
>             Project: jUDDI
>          Issue Type: New Feature
>          Components: Feature Requests Section
>         Environment: All
>            Reporter: Jeff Faath
>         Assigned To: Steve Viens
>         Attachments: Axis2Transport.java, Axis2Transport.patch.txt
>
>
> I've created a transport class that uses Axis2 for sending and receiving requests over the wire.
> I've attached a patch and, as well, the actual java file for those who just want to add the class to their project.  Please note that you must obviously have the Axis2  libraries in your classpath and don't forget to change the transport class in the jUDDI properties.
> If there are any problems or issues, please let me know.
> Regards,
> JF

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


---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-dev-help@ws.apache.org