[ http://wso2.org/jira/browse/ESBJAVA-331?page=comments#action_14084 ] Evanthika Amarasiri commented on ESBJAVA-331: ---------------------------------------------
Fixed in build 1.6-QA-B1. The namespace is saved properly after saving the task. The issue will be closed > Namespace defined for the xml message given as a property, lost after saving > the task > ------------------------------------------------------------------------------------- > > Key: ESBJAVA-331 > URL: http://wso2.org/jira/browse/ESBJAVA-331 > Project: WSO2 ESB > Issue Type: Bug > Components: Administration Console > Affects Versions: 1.5-beta-1 > Environment: Ubuntu7.04, JDK1.5.0_12, Firefox 2.0.0.9 > Reporter: Evanthika Amarasiri > > Added the following configuration as a "Task" and saved > <task class="org.apache.synapse.startup.tasks.MessageInjector" > name="CheckPrice"> > <property name="to" > value="http://localhost:9000/soap/SimpleStockQuoteService"/> > <property name="soapAction" value="urn:getQuote"/> > <property name="message"> > <m0:getQuote xmlns:m0="http://services.samples/xsd"> > <m0:request> > <m0:symbol>IBM</m0:symbol> > </m0:request> > </m0:getQuote> > </property> > <trigger interval="5000"/> > </task> > Once saved, the namespace m0 declared, is lost from the UI therefore you > cannot change the task configuration and save. Received the error message > "Invalid XML configuration" -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://wso2.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira _______________________________________________ Esb-java-dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
