You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Eranga Jayasundera (JIRA)" <ji...@apache.org> on 2007/07/22 19:07:06 UTC

[jira] Created: (AXIS2-2996) CORBA module for Axis2

CORBA module for Axis2
----------------------

                 Key: AXIS2-2996
                 URL: https://issues.apache.org/jira/browse/AXIS2-2996
             Project: Axis 2.0 (Axis2)
          Issue Type: New Feature
          Components: modules
    Affects Versions: nightly
         Environment: CORBA, Linux, Windows, Java 5
            Reporter: Eranga Jayasundera
            Priority: Minor


I have developed a CORBA module for Axis2. It is based on pluggable deployer architecture. This module can act as a bridge between a CORBA server and a web service client. The patch against the latest trunk and a user guide is attached.

This module uses Apache Yoko as the default CORBA implementation in RUNTIME. (can be overridden) Since Yoko is not yet available in maven2 remote repositories I have commented them from pom.xml file. Yoko requires JDK 1.5.

This module depends on Antlr also. The classes in org.apache.axis2.corba.idl.parser were generated by Antlr using idl.g. Please refer the attached guide for more information.

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS2-2996) CORBA module for Axis2

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

Eranga Jayasundera updated AXIS2-2996:
--------------------------------------

    Attachment: corba.2.tar.gz

Since the first patch seems to be outdated I have attached a new patch (corba.2.tar.gz) based on the latest Axis2 source code.

The idl.g file available in the patch is based on the IDL grammar file prepared by Jim Coker and Gary Duzan (http://www.antlr.org/grammar/1072891676218/idl.g). I hope there are no license issues. (Apache Yoko project is also uses the same grammar file)


> CORBA module for Axis2
> ----------------------
>
>                 Key: AXIS2-2996
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2996
>             Project: Axis 2.0 (Axis2)
>          Issue Type: New Feature
>          Components: modules
>    Affects Versions: nightly
>         Environment: CORBA, Linux, Windows, Java 5
>            Reporter: Eranga Jayasundera
>            Assignee: Deepal Jayasinghe
>            Priority: Minor
>         Attachments: corba.2.tar.gz, corba.odt, corba.patch.zip
>
>
> I have developed a CORBA module for Axis2. It is based on pluggable deployer architecture. This module can act as a bridge between a CORBA server and a web service client. The patch against the latest trunk and a user guide is attached.
> This module uses Apache Yoko as the default CORBA implementation in RUNTIME. (can be overridden) Since Yoko is not yet available in maven2 remote repositories I have commented them from pom.xml file. Yoko requires JDK 1.5.
> This module depends on Antlr also. The classes in org.apache.axis2.corba.idl.parser were generated by Antlr using idl.g. Please refer the attached guide for more information.

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-2996) CORBA module for Axis2

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-2996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12524670 ] 

Deepal Jayasinghe commented on AXIS2-2996:
------------------------------------------

Thx for the patch I will apply that today , once Amila fix the build problem

> CORBA module for Axis2
> ----------------------
>
>                 Key: AXIS2-2996
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2996
>             Project: Axis 2.0 (Axis2)
>          Issue Type: New Feature
>          Components: modules
>    Affects Versions: nightly
>         Environment: CORBA, Linux, Windows, Java 5
>            Reporter: Eranga Jayasundera
>            Assignee: Deepal Jayasinghe
>            Priority: Minor
>         Attachments: corba.2.tar.gz, corba.odt, corba.patch.zip
>
>
> I have developed a CORBA module for Axis2. It is based on pluggable deployer architecture. This module can act as a bridge between a CORBA server and a web service client. The patch against the latest trunk and a user guide is attached.
> This module uses Apache Yoko as the default CORBA implementation in RUNTIME. (can be overridden) Since Yoko is not yet available in maven2 remote repositories I have commented them from pom.xml file. Yoko requires JDK 1.5.
> This module depends on Antlr also. The classes in org.apache.axis2.corba.idl.parser were generated by Antlr using idl.g. Please refer the attached guide for more information.

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS2-2996) CORBA module for Axis2

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

Eranga Jayasundera updated AXIS2-2996:
--------------------------------------

    Attachment: corba.odt

User guide

> CORBA module for Axis2
> ----------------------
>
>                 Key: AXIS2-2996
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2996
>             Project: Axis 2.0 (Axis2)
>          Issue Type: New Feature
>          Components: modules
>    Affects Versions: nightly
>         Environment: CORBA, Linux, Windows, Java 5
>            Reporter: Eranga Jayasundera
>            Priority: Minor
>         Attachments: corba.odt, corba.patch.zip
>
>
> I have developed a CORBA module for Axis2. It is based on pluggable deployer architecture. This module can act as a bridge between a CORBA server and a web service client. The patch against the latest trunk and a user guide is attached.
> This module uses Apache Yoko as the default CORBA implementation in RUNTIME. (can be overridden) Since Yoko is not yet available in maven2 remote repositories I have commented them from pom.xml file. Yoko requires JDK 1.5.
> This module depends on Antlr also. The classes in org.apache.axis2.corba.idl.parser were generated by Antlr using idl.g. Please refer the attached guide for more information.

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Resolved: (AXIS2-2996) CORBA module for Axis2

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

Deepal Jayasinghe resolved AXIS2-2996.
--------------------------------------

    Resolution: Fixed

I have applied the patch 

> CORBA module for Axis2
> ----------------------
>
>                 Key: AXIS2-2996
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2996
>             Project: Axis 2.0 (Axis2)
>          Issue Type: New Feature
>          Components: modules
>    Affects Versions: nightly
>         Environment: CORBA, Linux, Windows, Java 5
>            Reporter: Eranga Jayasundera
>            Assignee: Deepal Jayasinghe
>            Priority: Minor
>         Attachments: corba.2.tar.gz, corba.odt, corba.patch.zip
>
>
> I have developed a CORBA module for Axis2. It is based on pluggable deployer architecture. This module can act as a bridge between a CORBA server and a web service client. The patch against the latest trunk and a user guide is attached.
> This module uses Apache Yoko as the default CORBA implementation in RUNTIME. (can be overridden) Since Yoko is not yet available in maven2 remote repositories I have commented them from pom.xml file. Yoko requires JDK 1.5.
> This module depends on Antlr also. The classes in org.apache.axis2.corba.idl.parser were generated by Antlr using idl.g. Please refer the attached guide for more information.

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS2-2996) CORBA module for Axis2

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

Eranga Jayasundera updated AXIS2-2996:
--------------------------------------

    Attachment: corba.patch.zip

Patch

> CORBA module for Axis2
> ----------------------
>
>                 Key: AXIS2-2996
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2996
>             Project: Axis 2.0 (Axis2)
>          Issue Type: New Feature
>          Components: modules
>    Affects Versions: nightly
>         Environment: CORBA, Linux, Windows, Java 5
>            Reporter: Eranga Jayasundera
>            Priority: Minor
>         Attachments: corba.patch.zip
>
>
> I have developed a CORBA module for Axis2. It is based on pluggable deployer architecture. This module can act as a bridge between a CORBA server and a web service client. The patch against the latest trunk and a user guide is attached.
> This module uses Apache Yoko as the default CORBA implementation in RUNTIME. (can be overridden) Since Yoko is not yet available in maven2 remote repositories I have commented them from pom.xml file. Yoko requires JDK 1.5.
> This module depends on Antlr also. The classes in org.apache.axis2.corba.idl.parser were generated by Antlr using idl.g. Please refer the attached guide for more information.

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Assigned: (AXIS2-2996) CORBA module for Axis2

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

Deepal Jayasinghe reassigned AXIS2-2996:
----------------------------------------

    Assignee: Deepal Jayasinghe

> CORBA module for Axis2
> ----------------------
>
>                 Key: AXIS2-2996
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2996
>             Project: Axis 2.0 (Axis2)
>          Issue Type: New Feature
>          Components: modules
>    Affects Versions: nightly
>         Environment: CORBA, Linux, Windows, Java 5
>            Reporter: Eranga Jayasundera
>            Assignee: Deepal Jayasinghe
>            Priority: Minor
>         Attachments: corba.odt, corba.patch.zip
>
>
> I have developed a CORBA module for Axis2. It is based on pluggable deployer architecture. This module can act as a bridge between a CORBA server and a web service client. The patch against the latest trunk and a user guide is attached.
> This module uses Apache Yoko as the default CORBA implementation in RUNTIME. (can be overridden) Since Yoko is not yet available in maven2 remote repositories I have commented them from pom.xml file. Yoko requires JDK 1.5.
> This module depends on Antlr also. The classes in org.apache.axis2.corba.idl.parser were generated by Antlr using idl.g. Please refer the attached guide for more information.

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-2996) CORBA module for Axis2

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-2996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12514553 ] 

Deepal Jayasinghe commented on AXIS2-2996:
------------------------------------------

WOW such a nice thing to have , We should definitely integrate this after 1.3.

Thanks
Deepal


> CORBA module for Axis2
> ----------------------
>
>                 Key: AXIS2-2996
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2996
>             Project: Axis 2.0 (Axis2)
>          Issue Type: New Feature
>          Components: modules
>    Affects Versions: nightly
>         Environment: CORBA, Linux, Windows, Java 5
>            Reporter: Eranga Jayasundera
>            Assignee: Deepal Jayasinghe
>            Priority: Minor
>         Attachments: corba.odt, corba.patch.zip
>
>
> I have developed a CORBA module for Axis2. It is based on pluggable deployer architecture. This module can act as a bridge between a CORBA server and a web service client. The patch against the latest trunk and a user guide is attached.
> This module uses Apache Yoko as the default CORBA implementation in RUNTIME. (can be overridden) Since Yoko is not yet available in maven2 remote repositories I have commented them from pom.xml file. Yoko requires JDK 1.5.
> This module depends on Antlr also. The classes in org.apache.axis2.corba.idl.parser were generated by Antlr using idl.g. Please refer the attached guide for more information.

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org