User: pathoss
Date: 02/06/28 01:21:45
Modified: modules/apache/src/xdoclet/modules/apache/soap/ejb Tag:
MODULE_REFACTORING_BRANCH ApacheSoapSubTask.java
Log:
Fixed message resource.
Revision Changes Path
No revision
No revision
1.1.2.9 +3 -3
xdoclet/modules/apache/src/xdoclet/modules/apache/soap/ejb/ApacheSoapSubTask.java
Index: ApacheSoapSubTask.java
===================================================================
RCS file:
/cvsroot/xdoclet/xdoclet/modules/apache/src/xdoclet/modules/apache/soap/ejb/ApacheSoapSubTask.java,v
retrieving revision 1.1.2.8
retrieving revision 1.1.2.9
diff -u -w -r1.1.2.8 -r1.1.2.9
--- ApacheSoapSubTask.java 26 May 2002 20:29:52 -0000 1.1.2.8
+++ ApacheSoapSubTask.java 28 Jun 2002 08:21:44 -0000 1.1.2.9
@@ -17,11 +17,10 @@
* @author Ara Abrahamian ([EMAIL PROTECTED])
* @created Oct 15, 2001
* @xdoclet:subtask name="apachesoap" parent="xdoclet.modules.ejb.EjbDocletTask"
- * @version $Revision: 1.1.2.8 $
+ * @version $Revision: 1.1.2.9 $
*/
public class ApacheSoapSubTask extends XmlSubTask
{
-
public final static String SUBTASK_NAME = "apacheSoap";
private final static String SOAP_SCHEMA =
"http://xml.apache.org/xml-soap/deployment";
@@ -29,6 +28,7 @@
private static String DEFAULT_TEMPLATE_FILE = "resources/apache-soap.xdt";
private static String GENERATED_FILE_NAME = "soap-dds-{0}.xml";
+
protected String statelessSessionEjbProvider =
"org.apache.soap.providers.StatelessEJBProvider";
protected String statefulSessionEjbProvider =
"org.apache.soap.providers.StatefulEJBProvider";
@@ -222,7 +222,7 @@
String service_urn =
getCurrentClass().getDoc().getTag("soap:service").getValue();
String dest_file_name = getDestinationFile();
-
System.out.println(Translator.getString("xdoclet.modules.apache.soap.ejb.Messages",
"generating_dd",
+
System.out.println(Translator.getString("xdoclet.modules.apache.soap.ejb.resources.Messages",
"generating_dd",
new String[]{getCurrentClass().getQualifiedName(), service_urn,
dest_file_name}));
}
}
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Caffeinated soap. No kidding.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel