You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by am...@apache.org on 2007/05/10 07:36:10 UTC

svn commit: r536745 - /webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/writer/JavaBeanWriter.java

Author: amilas
Date: Wed May  9 22:36:09 2007
New Revision: 536745

URL: http://svn.apache.org/viewvc?view=rev&rev=536745
Log:
set the mapper class name null when initializing the java bean writer

Modified:
    webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/writer/JavaBeanWriter.java

Modified: webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/writer/JavaBeanWriter.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/writer/JavaBeanWriter.java?view=diff&rev=536745&r1=536744&r2=536745
==============================================================================
--- webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/writer/JavaBeanWriter.java (original)
+++ webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/writer/JavaBeanWriter.java Wed May  9 22:36:09 2007
@@ -138,8 +138,11 @@
 
     public void init(CompilerOptions options) throws SchemaCompilationException {
         try {
+
+            // set all state variables to default values
             modelMap = new HashMap();
             ns2packageNameMap = new HashMap();
+            mappingClassPackage = null;
 
             initWithFile(options.getOutputLocation());
             packageName = options.getPackageName();



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org