You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "David Jencks (JIRA)" <de...@geronimo.apache.org> on 2005/07/27 21:00:38 UTC

[jira] Created: (GERONIMO-823) We should accept (and ignore) simple type mappings in a jaxrpc-mapping file

We should accept (and ignore) simple type mappings in a jaxrpc-mapping file
---------------------------------------------------------------------------

         Key: GERONIMO-823
         URL: http://issues.apache.org/jira/browse/GERONIMO-823
     Project: Geronimo
        Type: Bug
  Components: webservices  
    Versions: 1.0-M4, 1.0-M5    
    Reporter: David Jencks
     Fix For: 1.0-M5


The IBM jaxrpc mapping generator likes to produce  redundant unneccesary type mappings for built in simple types such as 

    <java-xml-type-mapping>
        <java-type>java.math.BigDecimal</java-type>
        <root-type-qname xmlns:rtq="http://www.w3.org/2001/XMLSchema">rtq:decimal</root-type-qname>
        <qname-scope>simpleType</qname-scope>
    </java-xml-type-mapping> 

The spec doesn't appear to mention or prohibit these.  In the interests of portability we should ignore these rather than objecting to them.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Reopened: (GERONIMO-823) We should accept (and ignore) simple type mappings in a jaxrpc-mapping file

Posted by "David Jencks (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-823?page=all ]
     
David Jencks reopened GERONIMO-823:
-----------------------------------


read carefully before closing, Matt fixed GERONIMO-824

> We should accept (and ignore) simple type mappings in a jaxrpc-mapping file
> ---------------------------------------------------------------------------
>
>          Key: GERONIMO-823
>          URL: http://issues.apache.org/jira/browse/GERONIMO-823
>      Project: Geronimo
>         Type: Bug
>   Components: webservices
>     Versions: 1.0-M4, 1.0-M5
>     Reporter: David Jencks
>      Fix For: 1.0-M5

>
> The IBM jaxrpc mapping generator likes to produce  redundant unneccesary type mappings for built in simple types such as 
>     <java-xml-type-mapping>
>         <java-type>java.math.BigDecimal</java-type>
>         <root-type-qname xmlns:rtq="http://www.w3.org/2001/XMLSchema">rtq:decimal</root-type-qname>
>         <qname-scope>simpleType</qname-scope>
>     </java-xml-type-mapping> 
> The spec doesn't appear to mention or prohibit these.  In the interests of portability we should ignore these rather than objecting to them.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (GERONIMO-823) We should accept (and ignore) simple type mappings in a jaxrpc-mapping file

Posted by "David Jencks (JIRA)" <de...@geronimo.apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-823?page=comments#action_12316950 ] 

David Jencks commented on GERONIMO-823:
---------------------------------------

Thanks for volunteering!  For now I'll stick with what I think I can implement :-)

> We should accept (and ignore) simple type mappings in a jaxrpc-mapping file
> ---------------------------------------------------------------------------
>
>          Key: GERONIMO-823
>          URL: http://issues.apache.org/jira/browse/GERONIMO-823
>      Project: Geronimo
>         Type: Bug
>   Components: webservices
>     Versions: 1.0-M4, 1.0-M5
>     Reporter: David Jencks
>      Fix For: 1.0-M5

>
> The IBM jaxrpc mapping generator likes to produce  redundant unneccesary type mappings for built in simple types such as 
>     <java-xml-type-mapping>
>         <java-type>java.math.BigDecimal</java-type>
>         <root-type-qname xmlns:rtq="http://www.w3.org/2001/XMLSchema">rtq:decimal</root-type-qname>
>         <qname-scope>simpleType</qname-scope>
>     </java-xml-type-mapping> 
> The spec doesn't appear to mention or prohibit these.  In the interests of portability we should ignore these rather than objecting to them.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (GERONIMO-823) We should accept (and ignore) simple type mappings in a jaxrpc-mapping file

Posted by "David Jencks (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-823?page=all ]

David Jencks reassigned GERONIMO-823:
-------------------------------------

    Assign To: David Jencks

> We should accept (and ignore) simple type mappings in a jaxrpc-mapping file
> ---------------------------------------------------------------------------
>
>          Key: GERONIMO-823
>          URL: http://issues.apache.org/jira/browse/GERONIMO-823
>      Project: Geronimo
>         Type: Bug
>   Components: webservices
>     Versions: 1.0-M4, 1.0-M5
>     Reporter: David Jencks
>     Assignee: David Jencks
>      Fix For: 1.0-M5

>
> The IBM jaxrpc mapping generator likes to produce  redundant unneccesary type mappings for built in simple types such as 
>     <java-xml-type-mapping>
>         <java-type>java.math.BigDecimal</java-type>
>         <root-type-qname xmlns:rtq="http://www.w3.org/2001/XMLSchema">rtq:decimal</root-type-qname>
>         <qname-scope>simpleType</qname-scope>
>     </java-xml-type-mapping> 
> The spec doesn't appear to mention or prohibit these.  In the interests of portability we should ignore these rather than objecting to them.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


Re: [jira] Closed: (GERONIMO-823) We should accept (and ignore) simple type mappings in a jaxrpc-mapping file

Posted by David Blevins <da...@visi.com>.
...meaning you want me to open 823 and close 824?

On Jul 27, 2005, at 3:16 PM, Matt Hogstrom wrote:

> Oops...my JIRA was 824 :)
>
>
> ----- Original Message -----
> From: "David Blevins (JIRA)" <de...@geronimo.apache.org>
> To: <de...@geronimo.apache.org>
> Sent: Wednesday, July 27, 2005 3:55 PM
> Subject: [jira] Closed: (GERONIMO-823) We should accept (and  
> ignore) simple
> type mappings in a jaxrpc-mapping file
>
>
>
>>      [ http://issues.apache.org/jira/browse/GERONIMO-823?page=all ]
>>
>> David Blevins closed GERONIMO-823:
>> ----------------------------------
>>
>>     Resolution: Fixed
>>
>> Checked into OpenEJB by Matt Hogstrom.  Closing the issue for him  
>> as he
>>
> doesn't have Geronimo access.
>
>>
>>
>>> We should accept (and ignore) simple type mappings in a jaxrpc- 
>>> mapping
>>>
> file
>
>>
>> --------------------------------------------------------------------- 
>> -----
>>
> -
>
>>>
>>>          Key: GERONIMO-823
>>>          URL: http://issues.apache.org/jira/browse/GERONIMO-823
>>>      Project: Geronimo
>>>         Type: Bug
>>>   Components: webservices
>>>     Versions: 1.0-M4, 1.0-M5
>>>     Reporter: David Jencks
>>>      Fix For: 1.0-M5
>>>
>>
>>
>>>
>>> The IBM jaxrpc mapping generator likes to produce  redundant  
>>> unneccesary
>>>
> type mappings for built in simple types such as
>
>>>     <java-xml-type-mapping>
>>>         <java-type>java.math.BigDecimal</java-type>
>>>         <root-type-qname
>>>
> xmlns:rtq="http://www.w3.org/2001/XMLSchema">rtq:decimal</root-type- 
> qname>
>
>>>         <qname-scope>simpleType</qname-scope>
>>>     </java-xml-type-mapping>
>>> The spec doesn't appear to mention or prohibit these.  In the  
>>> interests
>>>
> of portability we should ignore these rather than objecting to them.
>
>>
>> -- 
>> This message is automatically generated by JIRA.
>> -
>> If you think it was sent incorrectly contact one of the  
>> administrators:
>>    http://issues.apache.org/jira/secure/Administrators.jspa
>> -
>> For more information on JIRA, see:
>>    http://www.atlassian.com/software/jira
>>
>>
>>
>>
>>
>
>
>
>
>


Re: [jira] Closed: (GERONIMO-823) We should accept (and ignore) simple type mappings in a jaxrpc-mapping file

Posted by Matt Hogstrom <ma...@hogstrom.org>.
Oops...my JIRA was 824 :)


----- Original Message ----- 
From: "David Blevins (JIRA)" <de...@geronimo.apache.org>
To: <de...@geronimo.apache.org>
Sent: Wednesday, July 27, 2005 3:55 PM
Subject: [jira] Closed: (GERONIMO-823) We should accept (and ignore) simple
type mappings in a jaxrpc-mapping file


>      [ http://issues.apache.org/jira/browse/GERONIMO-823?page=all ]
>
> David Blevins closed GERONIMO-823:
> ----------------------------------
>
>     Resolution: Fixed
>
> Checked into OpenEJB by Matt Hogstrom.  Closing the issue for him as he
doesn't have Geronimo access.
>
> > We should accept (and ignore) simple type mappings in a jaxrpc-mapping
file
>
> --------------------------------------------------------------------------
-
> >
> >          Key: GERONIMO-823
> >          URL: http://issues.apache.org/jira/browse/GERONIMO-823
> >      Project: Geronimo
> >         Type: Bug
> >   Components: webservices
> >     Versions: 1.0-M4, 1.0-M5
> >     Reporter: David Jencks
> >      Fix For: 1.0-M5
>
> >
> > The IBM jaxrpc mapping generator likes to produce  redundant unneccesary
type mappings for built in simple types such as
> >     <java-xml-type-mapping>
> >         <java-type>java.math.BigDecimal</java-type>
> >         <root-type-qname
xmlns:rtq="http://www.w3.org/2001/XMLSchema">rtq:decimal</root-type-qname>
> >         <qname-scope>simpleType</qname-scope>
> >     </java-xml-type-mapping>
> > The spec doesn't appear to mention or prohibit these.  In the interests
of portability we should ignore these rather than objecting to them.
>
> -- 
> This message is automatically generated by JIRA.
> -
> If you think it was sent incorrectly contact one of the administrators:
>    http://issues.apache.org/jira/secure/Administrators.jspa
> -
> For more information on JIRA, see:
>    http://www.atlassian.com/software/jira
>
>
>
>





[jira] Closed: (GERONIMO-823) We should accept (and ignore) simple type mappings in a jaxrpc-mapping file

Posted by "David Blevins (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-823?page=all ]
     
David Blevins closed GERONIMO-823:
----------------------------------

    Resolution: Fixed

Checked into OpenEJB by Matt Hogstrom.  Closing the issue for him as he doesn't have Geronimo access.

> We should accept (and ignore) simple type mappings in a jaxrpc-mapping file
> ---------------------------------------------------------------------------
>
>          Key: GERONIMO-823
>          URL: http://issues.apache.org/jira/browse/GERONIMO-823
>      Project: Geronimo
>         Type: Bug
>   Components: webservices
>     Versions: 1.0-M4, 1.0-M5
>     Reporter: David Jencks
>      Fix For: 1.0-M5

>
> The IBM jaxrpc mapping generator likes to produce  redundant unneccesary type mappings for built in simple types such as 
>     <java-xml-type-mapping>
>         <java-type>java.math.BigDecimal</java-type>
>         <root-type-qname xmlns:rtq="http://www.w3.org/2001/XMLSchema">rtq:decimal</root-type-qname>
>         <qname-scope>simpleType</qname-scope>
>     </java-xml-type-mapping> 
> The spec doesn't appear to mention or prohibit these.  In the interests of portability we should ignore these rather than objecting to them.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (GERONIMO-823) We should accept (and ignore) simple type mappings in a jaxrpc-mapping file

Posted by "Dain Sundstrom (JIRA)" <de...@geronimo.apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-823?page=comments#action_12316948 ] 

Dain Sundstrom commented on GERONIMO-823:
-----------------------------------------

Why not allow them to override the default "built in simple types"?

> We should accept (and ignore) simple type mappings in a jaxrpc-mapping file
> ---------------------------------------------------------------------------
>
>          Key: GERONIMO-823
>          URL: http://issues.apache.org/jira/browse/GERONIMO-823
>      Project: Geronimo
>         Type: Bug
>   Components: webservices
>     Versions: 1.0-M4, 1.0-M5
>     Reporter: David Jencks
>      Fix For: 1.0-M5

>
> The IBM jaxrpc mapping generator likes to produce  redundant unneccesary type mappings for built in simple types such as 
>     <java-xml-type-mapping>
>         <java-type>java.math.BigDecimal</java-type>
>         <root-type-qname xmlns:rtq="http://www.w3.org/2001/XMLSchema">rtq:decimal</root-type-qname>
>         <qname-scope>simpleType</qname-scope>
>     </java-xml-type-mapping> 
> The spec doesn't appear to mention or prohibit these.  In the interests of portability we should ignore these rather than objecting to them.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (GERONIMO-823) We should accept (and ignore) simple type mappings in a jaxrpc-mapping file

Posted by "Gianny Damour (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-823?page=all ]
     
Gianny Damour closed GERONIMO-823:
----------------------------------

    Resolution: Fixed
     Assign To: Gianny Damour  (was: David Jencks)

Sending        axis-builder\src\java\org\apache\geronimo\axis\builder\HeavyweightTypeInfoBuilder.java
Transmitting file data .
Committed revision 263837.

> We should accept (and ignore) simple type mappings in a jaxrpc-mapping file
> ---------------------------------------------------------------------------
>
>          Key: GERONIMO-823
>          URL: http://issues.apache.org/jira/browse/GERONIMO-823
>      Project: Geronimo
>         Type: Bug
>   Components: webservices
>     Versions: 1.0-M4, 1.0-M5
>     Reporter: David Jencks
>     Assignee: Gianny Damour
>      Fix For: 1.0-M5

>
> The IBM jaxrpc mapping generator likes to produce  redundant unneccesary type mappings for built in simple types such as 
>     <java-xml-type-mapping>
>         <java-type>java.math.BigDecimal</java-type>
>         <root-type-qname xmlns:rtq="http://www.w3.org/2001/XMLSchema">rtq:decimal</root-type-qname>
>         <qname-scope>simpleType</qname-scope>
>     </java-xml-type-mapping> 
> The spec doesn't appear to mention or prohibit these.  In the interests of portability we should ignore these rather than objecting to them.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira