Author: tyrell Date: Tue Jul 15 01:11:57 2008 New Revision: 19304 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=19304
Log: Disabling namespaces so that the RDBMS dialog in data service creation wizard doesn't break. Modified: trunk/mashup/java/modules/admin/service/META-INF/services.xml Modified: trunk/mashup/java/modules/admin/service/META-INF/services.xml URL: http://wso2.org/svn/browse/wso2/trunk/mashup/java/modules/admin/service/META-INF/services.xml?rev=19304&r1=19303&r2=19304&view=diff ============================================================================== --- trunk/mashup/java/modules/admin/service/META-INF/services.xml (original) +++ trunk/mashup/java/modules/admin/service/META-INF/services.xml Tue Jul 15 01:11:57 2008 @@ -55,6 +55,6 @@ This service is used to do dataservices related stuff for the Mashup Server. </Description> <parameter name="ServiceClass">org.wso2.mashup.admin.service.MashupDataServiceAdmin</parameter> - <schema schemaNamespace="http://org.apache.axis2/xsd"/> + <schema schemaNamespace="http://org.apache.axis2/xsd" elementFormDefaultQualified="false"/> </service> </serviceGroup> \ No newline at end of file _______________________________________________ Mashup-dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/mashup-dev
