gdaniels 2003/02/05 19:46:03
Modified: java/src/org/apache/axis/i18n resource.properties
Log:
Check in patch from Cedric Chabanois ([EMAIL PROTECTED]).
Fix bug #13808 and make sure local EJBs work.
Revision Changes Path
1.48 +2 -1 xml-axis/java/src/org/apache/axis/i18n/resource.properties
Index: resource.properties
===================================================================
RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/i18n/resource.properties,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- resource.properties 16 Jan 2003 23:47:28 -0000 1.47
+++ resource.properties 6 Feb 2003 03:46:03 -0000 1.48
@@ -1131,4 +1131,5 @@
noCharacterOrByteStream=InputSource has neither character stream nor byte stream
couldNotReadFromCharStream=Could not read from character stream
-errorGetDocFromSOAPEnvelope=Could not get document from SOAPEnvelope
\ No newline at end of file
+errorGetDocFromSOAPEnvelope=Could not get document from SOAPEnvelope
+badEjbHomeType=The home object retrieved from jndi does not have the same type as
the one specified in the config file