[ 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