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 "Gul Onural (JIRA)" <ji...@apache.org> on 2007/04/01 17:57:32 UTC

[jira] Created: (AXIS2-2450) Building generated code (xmlbeans based databinding) creates jars with duplicate content

Building generated code (xmlbeans based databinding) creates jars with duplicate content
----------------------------------------------------------------------------------------

                 Key: AXIS2-2450
                 URL: https://issues.apache.org/jira/browse/AXIS2-2450
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: codegen
    Affects Versions: 1.1
            Reporter: Gul Onural
         Attachments: test2.zip

Attached zip file contains xmlbeans based stubs generated using StockQuoteService.wsdl file comes with Axis2 distro.

To produce the issue :
- I first generated the stubs, using following command :
wsdl2java -uri StockQuoteService.wsdl -p com.mycompany -d xmlbeans
- Then I build build.xml with ant.

Check  StockQuoteService-test-client.jar and XBeans-packaged.jar files. You will see the same set of .xsb
files are packaged into both jar files.

Entire directory with generated jar files mentioned above is attached.

-- 
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-2450) Building generated code (xmlbeans based databinding) creates jars with duplicate content

Posted by "Ajith Harshana Ranabahu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-2450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12505540 ] 

Ajith Harshana Ranabahu commented on AXIS2-2450:
------------------------------------------------

Here is the issue in this case.  The xbeans.jar packs the .xsb files and during the compilation this jar is used in the classpath. However the client jar also includes the xsb files so that the user can use just a single jar in his classpath rather than two jars. 

If this is a confusion we can remove the xbeans-packaged.jar after compiling and packaging the client jars. Others are welcome to say what would be the desirable outcome in this case but IMHO we can just leave it as it is.

 Note that the xbeans-packaged.jar is used during the server side aar generation where it is included inside the lib directory of the generated aar.


> Building generated code (xmlbeans based databinding) creates jars with duplicate content
> ----------------------------------------------------------------------------------------
>
>                 Key: AXIS2-2450
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2450
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: codegen
>    Affects Versions: 1.1
>            Reporter: Gul Onural
>            Assignee: Ajith Harshana Ranabahu
>            Priority: Blocker
>         Attachments: test2.zip
>
>
> Attached zip file contains xmlbeans based stubs generated using StockQuoteService.wsdl file comes with Axis2 distro.
> To produce the issue :
> - I first generated the stubs, using following command :
> wsdl2java -uri StockQuoteService.wsdl -p com.mycompany -d xmlbeans
> - Then I build build.xml with ant.
> Check  StockQuoteService-test-client.jar and XBeans-packaged.jar files. You will see the same set of .xsb
> files are packaged into both jar files.
> Entire directory with generated jar files mentioned above is attached.

-- 
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-2450) Building generated code (xmlbeans based databinding) creates jars with duplicate content

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

Davanum Srinivas resolved AXIS2-2450.
-------------------------------------

    Resolution: Won't Fix

> Building generated code (xmlbeans based databinding) creates jars with duplicate content
> ----------------------------------------------------------------------------------------
>
>                 Key: AXIS2-2450
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2450
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: codegen
>    Affects Versions: 1.1
>            Reporter: Gul Onural
>            Assignee: Ajith Harshana Ranabahu
>            Priority: Blocker
>         Attachments: test2.zip
>
>
> Attached zip file contains xmlbeans based stubs generated using StockQuoteService.wsdl file comes with Axis2 distro.
> To produce the issue :
> - I first generated the stubs, using following command :
> wsdl2java -uri StockQuoteService.wsdl -p com.mycompany -d xmlbeans
> - Then I build build.xml with ant.
> Check  StockQuoteService-test-client.jar and XBeans-packaged.jar files. You will see the same set of .xsb
> files are packaged into both jar files.
> Entire directory with generated jar files mentioned above is attached.

-- 
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-2450) Building generated code (xmlbeans based databinding) creates jars with duplicate content

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

Davanum Srinivas commented on AXIS2-2450:
-----------------------------------------

won't fix as per Ajith's comment.

> Building generated code (xmlbeans based databinding) creates jars with duplicate content
> ----------------------------------------------------------------------------------------
>
>                 Key: AXIS2-2450
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2450
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: codegen
>    Affects Versions: 1.1
>            Reporter: Gul Onural
>            Assignee: Ajith Harshana Ranabahu
>            Priority: Blocker
>         Attachments: test2.zip
>
>
> Attached zip file contains xmlbeans based stubs generated using StockQuoteService.wsdl file comes with Axis2 distro.
> To produce the issue :
> - I first generated the stubs, using following command :
> wsdl2java -uri StockQuoteService.wsdl -p com.mycompany -d xmlbeans
> - Then I build build.xml with ant.
> Check  StockQuoteService-test-client.jar and XBeans-packaged.jar files. You will see the same set of .xsb
> files are packaged into both jar files.
> Entire directory with generated jar files mentioned above is attached.

-- 
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-2450) Building generated code (xmlbeans based databinding) creates jars with duplicate content

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

Glen Daniels reassigned AXIS2-2450:
-----------------------------------

    Assignee: Ajith Harshana Ranabahu  (was: Amila Chinthaka Suriarachchi)

> Building generated code (xmlbeans based databinding) creates jars with duplicate content
> ----------------------------------------------------------------------------------------
>
>                 Key: AXIS2-2450
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2450
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: codegen
>    Affects Versions: 1.1
>            Reporter: Gul Onural
>            Assignee: Ajith Harshana Ranabahu
>            Priority: Blocker
>         Attachments: test2.zip
>
>
> Attached zip file contains xmlbeans based stubs generated using StockQuoteService.wsdl file comes with Axis2 distro.
> To produce the issue :
> - I first generated the stubs, using following command :
> wsdl2java -uri StockQuoteService.wsdl -p com.mycompany -d xmlbeans
> - Then I build build.xml with ant.
> Check  StockQuoteService-test-client.jar and XBeans-packaged.jar files. You will see the same set of .xsb
> files are packaged into both jar files.
> Entire directory with generated jar files mentioned above is attached.

-- 
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-2450) Building generated code (xmlbeans based databinding) creates jars with duplicate content

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

Davanum Srinivas updated AXIS2-2450:
------------------------------------

    Assignee: Amila Chinthaka Suriarachchi

> Building generated code (xmlbeans based databinding) creates jars with duplicate content
> ----------------------------------------------------------------------------------------
>
>                 Key: AXIS2-2450
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2450
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: codegen
>    Affects Versions: 1.1
>            Reporter: Gul Onural
>            Assignee: Amila Chinthaka Suriarachchi
>         Attachments: test2.zip
>
>
> Attached zip file contains xmlbeans based stubs generated using StockQuoteService.wsdl file comes with Axis2 distro.
> To produce the issue :
> - I first generated the stubs, using following command :
> wsdl2java -uri StockQuoteService.wsdl -p com.mycompany -d xmlbeans
> - Then I build build.xml with ant.
> Check  StockQuoteService-test-client.jar and XBeans-packaged.jar files. You will see the same set of .xsb
> files are packaged into both jar files.
> Entire directory with generated jar files mentioned above is attached.

-- 
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-2450) Building generated code (xmlbeans based databinding) creates jars with duplicate content

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

Gul Onural updated AXIS2-2450:
------------------------------

    Attachment: test2.zip

> Building generated code (xmlbeans based databinding) creates jars with duplicate content
> ----------------------------------------------------------------------------------------
>
>                 Key: AXIS2-2450
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2450
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: codegen
>    Affects Versions: 1.1
>            Reporter: Gul Onural
>         Attachments: test2.zip
>
>
> Attached zip file contains xmlbeans based stubs generated using StockQuoteService.wsdl file comes with Axis2 distro.
> To produce the issue :
> - I first generated the stubs, using following command :
> wsdl2java -uri StockQuoteService.wsdl -p com.mycompany -d xmlbeans
> - Then I build build.xml with ant.
> Check  StockQuoteService-test-client.jar and XBeans-packaged.jar files. You will see the same set of .xsb
> files are packaged into both jar files.
> Entire directory with generated jar files mentioned above is attached.

-- 
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-2450) Building generated code (xmlbeans based databinding) creates jars with duplicate content

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

Deepal Jayasinghe updated AXIS2-2450:
-------------------------------------

    Priority: Blocker  (was: Major)

> Building generated code (xmlbeans based databinding) creates jars with duplicate content
> ----------------------------------------------------------------------------------------
>
>                 Key: AXIS2-2450
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2450
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: codegen
>    Affects Versions: 1.1
>            Reporter: Gul Onural
>            Assignee: Amila Chinthaka Suriarachchi
>            Priority: Blocker
>         Attachments: test2.zip
>
>
> Attached zip file contains xmlbeans based stubs generated using StockQuoteService.wsdl file comes with Axis2 distro.
> To produce the issue :
> - I first generated the stubs, using following command :
> wsdl2java -uri StockQuoteService.wsdl -p com.mycompany -d xmlbeans
> - Then I build build.xml with ant.
> Check  StockQuoteService-test-client.jar and XBeans-packaged.jar files. You will see the same set of .xsb
> files are packaged into both jar files.
> Entire directory with generated jar files mentioned above is attached.

-- 
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