You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Edwin Park (JIRA)" <ji...@apache.org> on 2006/08/02 04:46:23 UTC

[jira] Created: (SM-508) Marshaller spelled wrong in API

Marshaller spelled wrong in API
-------------------------------

                 Key: SM-508
                 URL: https://issues.apache.org/activemq/browse/SM-508
             Project: ServiceMix
          Issue Type: Bug
          Components: servicemix-common, servicemix-components
            Reporter: Edwin Park
            Priority: Minor


Marshaller is spelled incorrectly throughout the API with only one l as 'Marshaler'. The correct spelling has two l's, i.e. Marshaller. This seems to stem from the spelling of the base classes in org.apache.servicemix.components.util also being wrong. There are a few instances in the API where the correct spelling with two l's is used in the documentation as well as in the API, but the incorrect spelling looks like it is more prevalent.


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

        

[jira] Commented: (SM-508) Marshaller spelled wrong in API

Posted by "Edwin Park (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SM-508?page=comments#action_36676 ] 
            
Edwin Park commented on SM-508:
-------------------------------

Interesting. I have only ever used the spelling with two l's, and that is the spelling that is used consistently in the Java APIs. The link to Webster indicates both are used, but that the single l spelling is actually the correct original spelling. In any case I agree that one spelling should be chosen and used consistently.


> Marshaller spelled wrong in API
> -------------------------------
>
>                 Key: SM-508
>                 URL: https://issues.apache.org/activemq/browse/SM-508
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-components, servicemix-common
>            Reporter: Edwin Park
>            Priority: Minor
>
> Marshaller is spelled incorrectly throughout the API with only one l as 'Marshaler'. The correct spelling has two l's, i.e. Marshaller. This seems to stem from the spelling of the base classes in org.apache.servicemix.components.util also being wrong. There are a few instances in the API where the correct spelling with two l's is used in the documentation as well as in the API, but the incorrect spelling looks like it is more prevalent.

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

        

[jira] Resolved: (SM-508) Marshaller spelled wrong in API

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-508?page=all ]

Guillaume Nodet resolved SM-508.
--------------------------------

    Fix Version/s: 3.0-M3
       Resolution: Fixed
         Assignee: Guillaume Nodet

Author: gnodet
Date: Mon Aug  7 01:37:08 2006
New Revision: 429277

URL: http://svn.apache.org/viewvc?rev=429277&view=rev
Log:
SM-508: Use Marshaler instead of Marshaller

Modified:
    incubator/servicemix/trunk/servicemix-components/src/main/java/org/apache/servicemix/components/activesoap/ASInOutBinding.java
    incubator/servicemix/trunk/servicemix-components/src/main/java/org/apache/servicemix/components/activesoap/ASOutBinding.java
    incubator/servicemix/trunk/servicemix-components/src/main/java/org/apache/servicemix/components/email/MimeMailMarshaler.java
    incubator/servicemix/trunk/servicemix-components/src/main/java/org/apache/servicemix/components/email/SimpleMailMarshaler.java
    incubator/servicemix/trunk/servicemix-components/src/main/java/org/apache/servicemix/components/jabber/JabberMarshaler.java
    incubator/servicemix/trunk/servicemix-components/src/main/java/org/apache/servicemix/components/jms/JmsServiceComponent.java
    incubator/servicemix/trunk/servicemix-components/src/main/java/org/apache/servicemix/components/saaj/SaajBinding.java
    incubator/servicemix/trunk/servicemix-components/src/main/java/org/apache/servicemix/components/wsif/WSIFBinding.java
    incubator/servicemix/trunk/servicemix-components/src/main/java/org/apache/servicemix/components/wsif/WSIFOutBinding.java
    incubator/servicemix/trunk/servicemix-components/src/main/java/org/apache/servicemix/components/xfire/XFireOutBinding.java
    incubator/servicemix/trunk/servicemix-components/src/sandbox/java/org/apache/servicemix/components/jms/JmsInOutBinding.java
    incubator/servicemix/trunk/servicemix-components/src/test/java/org/apache/servicemix/components/saaj/SaajSoapActionTest.java



Author: gnodet
Date: Mon Aug  7 01:41:46 2006
New Revision: 429278

URL: http://svn.apache.org/viewvc?rev=429278&view=rev
Log:
SM-508: Use Marshaler instead of Marshaller

Added:
    incubator/servicemix/trunk/servicemix-wsn2005/src/main/java/org/apache/servicemix/wsn/client/JAXBMarshaler.java
Removed:
    incubator/servicemix/trunk/servicemix-wsn2005/src/main/java/org/apache/servicemix/wsn/client/JAXBMarshaller.java
Modified:
    incubator/servicemix/trunk/servicemix-wsn2005/src/main/java/org/apache/servicemix/wsn/client/AbstractWSAClient.java
    incubator/servicemix/trunk/servicemix-wsn2005/src/main/java/org/apache/servicemix/wsn/client/CreatePullPoint.java
    incubator/servicemix/trunk/servicemix-wsn2005/src/main/java/org/apache/servicemix/wsn/client/NotificationBroker.java



> Marshaller spelled wrong in API
> -------------------------------
>
>                 Key: SM-508
>                 URL: https://issues.apache.org/activemq/browse/SM-508
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-components, servicemix-common
>            Reporter: Edwin Park
>         Assigned To: Guillaume Nodet
>            Priority: Minor
>             Fix For: 3.0-M3
>
>
> Marshaller is spelled incorrectly throughout the API with only one l as 'Marshaler'. The correct spelling has two l's, i.e. Marshaller. This seems to stem from the spelling of the base classes in org.apache.servicemix.components.util also being wrong. There are a few instances in the API where the correct spelling with two l's is used in the documentation as well as in the API, but the incorrect spelling looks like it is more prevalent.

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

        

[jira] Commented: (SM-508) Marshaller spelled wrong in API

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SM-508?page=comments#action_36675 ] 
            
Guillaume Nodet commented on SM-508:
------------------------------------

English is not my native language, but may this word be spell differently in english and american ?
I see 
   http://dictionary.reference.com/search?r=2&q=marshaler
   http://iberagents.ib-ia.com/javadoc/com/iberagents/bean/serial/Marshaler.html
and
   http://java.sun.com/webservices/docs/1.6/api/javax/xml/bind/Marshaller.html

Acoording to http://www.websters-dictionary-online.org/definition/english/MA/MARSHALER.html,
it seems both spelling may be correct.
At least, we need to have only one spelling throughout ServiceMix, but not sure what the
best one would be.  I am tempted to keep the existing one in the API.

> Marshaller spelled wrong in API
> -------------------------------
>
>                 Key: SM-508
>                 URL: https://issues.apache.org/activemq/browse/SM-508
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-components, servicemix-common
>            Reporter: Edwin Park
>            Priority: Minor
>
> Marshaller is spelled incorrectly throughout the API with only one l as 'Marshaler'. The correct spelling has two l's, i.e. Marshaller. This seems to stem from the spelling of the base classes in org.apache.servicemix.components.util also being wrong. There are a few instances in the API where the correct spelling with two l's is used in the documentation as well as in the API, but the incorrect spelling looks like it is more prevalent.

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