[jboss-svn-commits] JBL Code SVN: r32202 - labs/jbossrules/branches/drools_server_camel_lucaz_baunax/drools-server/src/main/resources.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Wed Mar 24 16:47:43 EDT 2010
Author: lucazamador
Date: 2010-03-24 16:47:43 -0400 (Wed, 24 Mar 2010)
New Revision: 32202
Modified:
labs/jbossrules/branches/drools_server_camel_lucaz_baunax/drools-server/src/main/resources/profiles.xml
Log:
configuration cleaned
Modified: labs/jbossrules/branches/drools_server_camel_lucaz_baunax/drools-server/src/main/resources/profiles.xml
===================================================================
--- labs/jbossrules/branches/drools_server_camel_lucaz_baunax/drools-server/src/main/resources/profiles.xml 2010-03-24 20:37:32 UTC (rev 32201)
+++ labs/jbossrules/branches/drools_server_camel_lucaz_baunax/drools-server/src/main/resources/profiles.xml 2010-03-24 20:47:43 UTC (rev 32202)
@@ -1,35 +1,4 @@
<?xml version="1.0" encoding="UTF-8" ?>
<profiles>
- <knowledge-context-profile id="ksession1">
- <session-type>stateful</session-type>
- <change-sets>
- <file>changesets/change-set-1.xml</file>
- </change-sets>
- <jaxb-models>
- <file>model/person.xsd</file>
- </jaxb-models>
- <startup-commands>
- <command>
- <![CDATA[
- <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
- <batch-execution lookup="ksession1" xmlns:ns2="http://drools.org/model">
- <insert out-identifier="santa">
- <object xsi:type="ns2:person" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <ns2:name>santa</ns2:name>
- <ns2:age>99</ns2:age>
- </object>
- </insert>
- </batch-execution>
- ]]>
- </command>
- </startup-commands>
- </knowledge-context-profile>
- <knowledge-context-profile id="ksession2">
- <session-type>stateless</session-type>
- <change-sets>
- <file>changesets/change-set-2.xml</file>
- </change-sets>
- </knowledge-context-profile>
-
</profiles>
More information about the jboss-svn-commits
mailing list