You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Jarek Gawor (JIRA)" <ji...@apache.org> on 2007/12/03 19:55:44 UTC

[jira] Created: (GERONIMO-3665) Create ghell commands for wsgen and wsimport tools

Create ghell commands for wsgen and wsimport tools
--------------------------------------------------

                 Key: GERONIMO-3665
                 URL: https://issues.apache.org/jira/browse/GERONIMO-3665
             Project: Geronimo
          Issue Type: New Feature
      Security Level: public (Regular issues)
    Affects Versions: 2.1
            Reporter: Jarek Gawor




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


[jira] Commented: (GERONIMO-3665) Create ghell commands for wsgen and wsimport tools

Posted by "Jarek Gawor (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-3665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12581080#action_12581080 ] 

Jarek Gawor commented on GERONIMO-3665:
---------------------------------------

What needs to be done to register the commands in java ee assemblies:

1) Edit etc/gsh-classworlds.conf and add the following line:

load ${gshell.home}/lib/geronimo-jaxws-builder-2.1.jar

2) Edit etc/layout.xml and add the following:

       <group>
           <name>jaxws</name>
           <nodes>
               <command>
                   <name>wsgen</name>
                   <id>geronimo-jaxws-builder:wsgen</id>
               </command>
               <command>
                   <name>wsimport</name>
                   <id>geronimo-jaxws-builder:wsimport</id>
               </command>
           </nodes>
       </group>

> Create ghell commands for wsgen and wsimport tools
> --------------------------------------------------
>
>                 Key: GERONIMO-3665
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3665
>             Project: Geronimo
>          Issue Type: New Feature
>      Security Level: public(Regular issues) 
>    Affects Versions: 2.1
>            Reporter: Jarek Gawor
>            Assignee: Jarek Gawor
>


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


[jira] Assigned: (GERONIMO-3665) Create ghell commands for wsgen and wsimport tools

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

Jarek Gawor reassigned GERONIMO-3665:
-------------------------------------

    Assignee: Jarek Gawor

> Create ghell commands for wsgen and wsimport tools
> --------------------------------------------------
>
>                 Key: GERONIMO-3665
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3665
>             Project: Geronimo
>          Issue Type: New Feature
>      Security Level: public(Regular issues) 
>    Affects Versions: 2.1
>            Reporter: Jarek Gawor
>            Assignee: Jarek Gawor
>


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


[jira] Updated: (GERONIMO-3665) Create ghell commands for wsgen and wsimport tools

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

Joe Bohn updated GERONIMO-3665:
-------------------------------

    Fix Version/s: 2.2
                   2.1.2

added 2.1.2 and 2.2 as fix versions given that this was proposed as a candidate for 2.1.2

> Create ghell commands for wsgen and wsimport tools
> --------------------------------------------------
>
>                 Key: GERONIMO-3665
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3665
>             Project: Geronimo
>          Issue Type: New Feature
>      Security Level: public(Regular issues) 
>    Affects Versions: 2.1
>            Reporter: Jarek Gawor
>            Assignee: Jarek Gawor
>             Fix For: 2.1.2, 2.2
>
>


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


[jira] Resolved: (GERONIMO-3665) Create ghell commands for wsgen and wsimport tools

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

Jarek Gawor resolved GERONIMO-3665.
-----------------------------------

    Resolution: Fixed

Committed changes to trunk (revision 676666) and branches/2.1 (revision 676667) that register the wsgen/wsimport commands with GShell. It's kind of a hacky solution but it works. 
Hopefully, in the future there will be an easier way to register new commands with the GShell runtime that will make this hack unnecessary.


> Create ghell commands for wsgen and wsimport tools
> --------------------------------------------------
>
>                 Key: GERONIMO-3665
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3665
>             Project: Geronimo
>          Issue Type: New Feature
>      Security Level: public(Regular issues) 
>    Affects Versions: 2.1
>            Reporter: Jarek Gawor
>            Assignee: Jarek Gawor
>             Fix For: 2.1.2, 2.2
>
>


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


[jira] Issue Comment Edited: (GERONIMO-3665) Create ghell commands for wsgen and wsimport tools

Posted by "Jarek Gawor (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-3665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12581080#action_12581080 ] 

gawor@mcs.anl.gov edited comment on GERONIMO-3665 at 3/21/08 7:01 AM:
----------------------------------------------------------------

What needs to be done to register the commands in java ee assemblies:

1) Edit etc/gsh-classworlds.conf and add the following line:

{noformat} 
load ${gshell.home}/lib/geronimo-jaxws-builder-2.1.jar
{noformat} 

2) Edit etc/layout.xml and add the following:

{noformat} 
       <group>
           <name>jaxws</name>
           <nodes>
               <command>
                   <name>wsgen</name>
                   <id>geronimo-jaxws-builder:wsgen</id>
               </command>
               <command>
                   <name>wsimport</name>
                   <id>geronimo-jaxws-builder:wsimport</id>
               </command>
           </nodes>
       </group>
{noformat} 

      was (Author: gawor@mcs.anl.gov):
    What needs to be done to register the commands in java ee assemblies:

1) Edit etc/gsh-classworlds.conf and add the following line:

load ${gshell.home}/lib/geronimo-jaxws-builder-2.1.jar

2) Edit etc/layout.xml and add the following:

       <group>
           <name>jaxws</name>
           <nodes>
               <command>
                   <name>wsgen</name>
                   <id>geronimo-jaxws-builder:wsgen</id>
               </command>
               <command>
                   <name>wsimport</name>
                   <id>geronimo-jaxws-builder:wsimport</id>
               </command>
           </nodes>
       </group>
  
> Create ghell commands for wsgen and wsimport tools
> --------------------------------------------------
>
>                 Key: GERONIMO-3665
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3665
>             Project: Geronimo
>          Issue Type: New Feature
>      Security Level: public(Regular issues) 
>    Affects Versions: 2.1
>            Reporter: Jarek Gawor
>            Assignee: Jarek Gawor
>


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


[jira] Commented: (GERONIMO-3665) Create ghell commands for wsgen and wsimport tools

Posted by "Jarek Gawor (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-3665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12547943 ] 

Jarek Gawor commented on GERONIMO-3665:
---------------------------------------

Added basic GShell commands to trunk (revision 600633) but they are not registered with gshell yet.


> Create ghell commands for wsgen and wsimport tools
> --------------------------------------------------
>
>                 Key: GERONIMO-3665
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3665
>             Project: Geronimo
>          Issue Type: New Feature
>      Security Level: public(Regular issues) 
>    Affects Versions: 2.1
>            Reporter: Jarek Gawor
>            Assignee: Jarek Gawor
>


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