<FONT face="Default Sans Serif,Verdana,Arial,Helvetica,sans-serif" size=2><div>Hi All<br><br>Can I get some simple example for how to write rules using DSL and run those in Guvnor/Eclipse IDE.<br><br></div><div><br>Regarding<br>Nilima Rajendra Raichandani<br>Sub Focus Area Lead - BPM/BAM/BRE<br>TEG - Open Source Platform<br>Tata Consultancy Services<br>Ph:- +91 22 6778 2027<br>Cell:- 9322108518<br>Mailto: <a href="mailto:nilima.r@tcs.com">nilima.r@tcs.com</a><br>Website: <a href="http://www.tcs.com">http://www.tcs.com</a><br>____________________________________________<br>Experience certainty.        IT Services<br>                        Business Solutions<br>                        Outsourcing<br>____________________________________________<br><div><br></div><font color="#990099">-----rules-users-bounces@lists.jboss.org wrote: -----<br><br></font><blockquote style="border-left: 2px solid #000000; padding-right: 0px; padding-left: 5px; margin-left: 5px; margin-right: 0px;">To: rules-users@lists.jboss.org<br>From: rules-users-request@lists.jboss.org<br>Sent by: rules-users-bounces@lists.jboss.org<br>Date: 01/06/2010 03:34PM<br>Subject: rules-users Digest, Vol 38, Issue 10<br><br><font face="Courier New,Courier,monospace" size="3">Send rules-users mailing list submissions to<br><span>&nbsp;&nbsp;&nbsp;&nbsp;</span>        rules-users@lists.jboss.org<br><br>To subscribe or unsubscribe via the World Wide Web, visit<br><span>&nbsp;&nbsp;&nbsp;&nbsp;</span>        <a href="https://lists.jboss.org/mailman/listinfo/rules-users">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>or, via email, send a message with subject or body 'help' to<br><span>&nbsp;&nbsp;&nbsp;&nbsp;</span>        rules-users-request@lists.jboss.org<br><br>You can reach the person managing the list at<br><span>&nbsp;&nbsp;&nbsp;&nbsp;</span>        rules-users-owner@lists.jboss.org<br><br>When replying, please edit your Subject line so it is more specific<br>than "Re: Contents of rules-users digest..."<br><br><br>Today's Topics:<br><br>&nbsp;&nbsp; 1. Re: compiling DROOLS 5 (Swindells, Thomas)<br>&nbsp;&nbsp; 2. Drools Flow with RuleSet node suppresses exceptions (vasilievip)<br>&nbsp;&nbsp; 3. Re: Drools Guvnor &nbsp;installation on weblogic (Swindells, Thomas)<br><br><br>----------------------------------------------------------------------<br><br>Message: 1<br>Date: Wed, 6 Jan 2010 09:57:57 +0000<br>From: "Swindells, Thomas" &lt;TSwindells@nds.com&gt;<br>Subject: Re: [rules-users] compiling DROOLS 5<br>To: Rules Users List &lt;rules-users@lists.jboss.org&gt;<br>Message-ID:<br><span>&nbsp;&nbsp;&nbsp;&nbsp;</span>        &lt;DAC86F5F3B84F14088F0DB16092558CA05F903FF90@UKMA1.UK.NDS.COM&gt;<br>Content-Type: text/plain; charset="us-ascii"<br><br>This looks to be a maven issue.<br>The most likely cause is probably that your networks proxy hasn't been configured properly in your maven settings.xml file, alternatively your proxy may be blocking the downloads or you were just unlucky and the site was down!<br><br>Thomas<br><br>From: rules-users-bounces@lists.jboss.org [<a href="mailto:rules-users-bounces@lists.jboss.org">mailto:rules-users-bounces@lists.jboss.org</a>] On Behalf Of Agrawal, Swapnil<br>Sent: 05 January 2010 19:53<br>To: 'rules-users@lists.jboss.org'<br>Subject: [rules-users] compiling DROOLS 5<br><br><br>Hi<br><br>I downloaded the Drools 5 source code from the website.<br><br>I am trying to compile it and see following errors:<br><br><br>[WARNING] Unable to get resource 'org.apache.maven.wagon:wagon-webdav:pom:1.0-be<br>ta-2' from repository repository.jboss.org (<a href="http://repository.jboss.org/maven2">http://repository.jboss.org/maven2</a>):<br>&nbsp;Error transferring file: repository.jboss.org<br><br>.<br>.<br>(bunch of such warnings)<br>.<br>.<br>[ERROR] BUILD ERROR<br>[INFO] ------------------------------------------------------------------------<br>[INFO] Failed to resolve artifact.<br><br>Missing:<br>----------<br>1) org.codehaus.plexus:plexus-utils:jar:1.1<br><br>&nbsp;&nbsp;Try downloading the file manually from the project website.<br><br>&nbsp;&nbsp;Then, install it using the command:<br>&nbsp;&nbsp; &nbsp; &nbsp;mvn install:install-file -DgroupId=org.codehaus.plexus -DartifactId=plexus<br>-utils -Dversion=1.1 -Dpackaging=jar -Dfile=/path/to/file<br><br>&nbsp;&nbsp;Alternatively, if you host your own repository you can deploy the file there:<br><br>&nbsp;&nbsp; &nbsp; &nbsp;mvn deploy:deploy-file -DgroupId=org.codehaus.plexus -DartifactId=plexus-u<br>tils -Dversion=1.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -Drepository<br>Id=[id]<br><br>&nbsp;&nbsp;Path to dependency:<br>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;1) org.drools:drools:pom:5.0.1<br>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;2) org.codehaus.plexus:plexus-utils:jar:1.1<br><br>2) org.apache.maven.wagon:wagon-webdav:jar:1.0-beta-2<br><br>&nbsp;&nbsp;Try downloading the file manually from the project website.<br><br>&nbsp;&nbsp;Then, install it using the command:<br>&nbsp;&nbsp; &nbsp; &nbsp;mvn install:install-file -DgroupId=org.apache.maven.wagon -DartifactId=wag<br>on-webdav -Dversion=1.0-beta-2 -Dpackaging=jar -Dfile=/path/to/file<br><br>&nbsp;&nbsp;Alternatively, if you host your own repository you can deploy the file there:<br><br>&nbsp;&nbsp; &nbsp; &nbsp;mvn deploy:deploy-file -DgroupId=org.apache.maven.wagon -DartifactId=wagon<br>-webdav -Dversion=1.0-beta-2 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -D<br>repositoryId=[id]<br><br>&nbsp;&nbsp;Path to dependency:<br>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;1) org.drools:drools:pom:5.0.1<br>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;2) org.apache.maven.wagon:wagon-webdav:jar:1.0-beta-2<br><br><br>Thanks<br>Swapnil<br><br>________________________________<br><br>**************************************************************************************<br>This message is confidential and intended only for the addressee. If you have received this message in error, please immediately notify the postmaster@nds.com and delete it from your system as well as any copies. The content of e-mails as well as traffic data may be monitored by NDS for employment and security purposes. To protect the environment please do not print this e-mail unless necessary.<br><br>NDS Limited. Registered Office: One London Road, Staines, Middlesex, TW18 4EX, United Kingdom. A company registered in England and Wales. Registered no. 3080780. VAT no. GB 603 8808 40-00<br>**************************************************************************************<br><br>________________________________<br>This message is confidential and intended only for the addressee. If you have received this message in error, please immediately notify the postmaster@nds.com and delete it from your system as well as any copies. The content of e-mails as well as traffic data may be monitored by NDS for employment and security purposes.<br>To protect the environment please do not print this e-mail unless necessary.<br><br>An NDS Group Limited company. www.nds.com<br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <a href="http://lists.jboss.org/pipermail/rules-users/attachments/20100106/46915af2/attachment-0001.html">http://lists.jboss.org/pipermail/rules-users/attachments/20100106/46915af2/attachment-0001.html</a>&nbsp;<br><br>------------------------------<br><br>Message: 2<br>Date: Wed, 6 Jan 2010 02:01:50 -0800 (PST)<br>From: vasilievip &lt;vasilievip@ukr.net&gt;<br>Subject: [rules-users] Drools Flow with RuleSet node suppresses<br><span>&nbsp;&nbsp;&nbsp;&nbsp;</span>        exceptions<br>To: rules-users@lists.jboss.org<br>Message-ID: &lt;1262772110011-110927.post@n3.nabble.com&gt;<br>Content-Type: text/plain; charset=us-ascii<br><br><br>Hello,<br><br>I' m trying to use Drools Flow (Drools version 5.0.1) in my tiny little<br>project and found strange problem/behavior (and can't find &nbsp;solution in<br>web):<br>When I've added &nbsp;RuleSet node to flow, and if I get exception after this<br>node, in ,for example, Action node then this exception will be suppressed.<br><br>Please find test cases attached.<br><br>It looks like a bug but also can be leak of knowledge.<br><br>Could you please help?<br><br><a href="http://n3.nabble.com/file/n110927/exceptions_test_case.zip">http://n3.nabble.com/file/n110927/exceptions_test_case.zip</a><br>exceptions_test_case.zip <br>-- <br>View this message in context: <a href="http://n3.nabble.com/Drools-Flow-with-RuleSet-node-suppresses-exceptions-tp110927p110927.html">http://n3.nabble.com/Drools-Flow-with-RuleSet-node-suppresses-exceptions-tp110927p110927.html</a><br>Sent from the Drools - User mailing list archive at Nabble.com.<br><br><br>------------------------------<br><br>Message: 3<br>Date: Wed, 6 Jan 2010 10:04:00 +0000<br>From: "Swindells, Thomas" &lt;TSwindells@nds.com&gt;<br>Subject: Re: [rules-users] Drools Guvnor &nbsp;installation on weblogic<br>To: Rules Users List &lt;rules-users@lists.jboss.org&gt;<br>Message-ID:<br><span>&nbsp;&nbsp;&nbsp;&nbsp;</span>        &lt;DAC86F5F3B84F14088F0DB16092558CA05F903FF9C@UKMA1.UK.NDS.COM&gt;<br>Content-Type: text/plain; charset="us-ascii"<br><br>I believe currently you can only apply rules on POJO, you could use JAXB to convert from XML to POJO but this doesn't work very well on deeply nested or complex data structures if you wish to perform updates on the data.<br><br>XML support is something I've been pondering over as to how easy it would be to do. If I get some free time I might put together a prototype to see how well it would work as currently the application I'm working on does the JAXB route and it isn't great, particular with respects to updating different fields and re-execution of rules.<br><br>Thomas<br><br>From: rules-users-bounces@lists.jboss.org [<a href="mailto:rules-users-bounces@lists.jboss.org">mailto:rules-users-bounces@lists.jboss.org</a>] On Behalf Of Nilima R<br>Sent: 06 January 2010 09:42<br>To: Rules Users List<br>Subject: Re: [rules-users] Drools Guvnor installation on weblogic<br><br><br>Hi All,<br><br><br>Can you please let me know if I can apply rules on xml data using Drools or we can just apply rules on POJO.<br><br><br>Regards,<br><br>Nilima Rajendra Raichandani<br>Sub Focus Area Lead - BPM/BAM/BRE<br>TEG - Open Source Platform<br>Tata Consultancy Services<br>Ph:- +91 22 6778 2027<br>Cell:- 9322108518<br>Mailto: nilima.r@tcs.com<br>Website: <a href="http://www.tcs.com">http://www.tcs.com</a>&lt;<a href="http://www.tcs.com/">http://www.tcs.com/</a>&gt;<br>____________________________________________<br>Experience certainty. &nbsp; &nbsp; &nbsp; &nbsp;IT Services<br>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Business Solutions<br>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Outsourcing<br>____________________________________________<br><br>From:<br><br>Vijay K Pandey &lt;VPandey@mdes.ms.gov&gt;<br><br>To:<br><br>Rules Users List &lt;rules-users@lists.jboss.org&gt;<br><br>Cc:<br><br>Nilima R &lt;nilima.r@tcs.com&gt;<br><br>Date:<br><br>01/05/2010 08:59 PM<br><br>Subject:<br><br>RE: [rules-users] Drools Guvnor &nbsp;installation on weblogic<br><br><br>________________________________<br><br><br><br>The datasource defined in the persistence unit (jta-data-source or non-jta-data-source) of the persistence.xml maps to the JNDI name that must be configured beforehand. In your case you need to have the datasource configured against the jdbc/testDS1 jndi name.<br><br>Regards<br>Vijay<br><br>________________________________<br><br>From: rules-users-bounces@lists.jboss.org [<a href="mailto:rules-users-bounces@lists.jboss.org">mailto:rules-users-bounces@lists.jboss.org</a>] On Behalf Of Nilima R<br>Sent: Tuesday, January 05, 2010 2:41 AM<br>To: rules-users@lists.jboss.org<br>Subject: [rules-users] Drools Guvnor installation on weblogic<br><br><br>Hi All,<br><br>I am trying to install Drools Guvnor on weblogic 10 .I have added the Guvnor WAR file and dependent jars from Drools binaries download.<br>However &nbsp;I am getting error for datasource configuration. Do we need to configure any datasource?<br>Please find error logs below<br><br><br><br>&lt;Error&gt; &lt;Deployer&gt; &lt;BEA-149265&gt; &lt;Failure occurred in the execution of deployment request with ID '1262262938099' for task '1'. Error is: 'weblogic.application.ModuleException: '<br>weblogic.application.ModuleException:<br>&nbsp;&nbsp; &nbsp; &nbsp; at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:317)<br>&nbsp;&nbsp; &nbsp; &nbsp; at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)<br>&nbsp;&nbsp; &nbsp; &nbsp; at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)<br>&nbsp;&nbsp; &nbsp; &nbsp; at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:360)<br>&nbsp;&nbsp; &nbsp; &nbsp; at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)<br>&nbsp;&nbsp; &nbsp; &nbsp; Truncated. see log file for complete stacktrace<br>weblogic.deployment.EnvironmentException: Error processing persitence unit org.drools.persistence.jpa of module drools_guvnor.war: Error looking up a DataSource for PersistenceUnit org.drools.persistence.jpa: javax.naming.NameNotFoundException: While trying to lookup 'jdbc.testDS1' didn't find subcontext 'jdbc'. Resolved ''; remaining name 'jdbc/testDS1'<br>&nbsp;&nbsp; &nbsp; &nbsp; at weblogic.deployment.PersistenceUnitInfoImpl.lookUpDataSources(PersistenceUnitInfoImpl.java:126)<br>&nbsp;&nbsp; &nbsp; &nbsp; at weblogic.deployment.PersistenceUnitInfoImpl.&lt;init&gt;(PersistenceUnitInfoImpl.java:105)<br>&nbsp;&nbsp; &nbsp; &nbsp; at weblogic.deployment.AbstractPersistenceUnitRegistry.storeDescriptors(AbstractPersistenceUnitRegistry.java:316)<br>&nbsp;&nbsp; &nbsp; &nbsp; at weblogic.deployment.AbstractPersistenceUnitRegistry.loadPersistenceDescriptors(AbstractPersistenceUnitRegistry.java:96)<br>&nbsp;&nbsp; &nbsp; &nbsp; at weblogic.deployment.ModulePersistenceUnitRegistry.&lt;init&gt;(ModulePersistenceUnitRegistry.java:53)<br>&nbsp;&nbsp; &nbsp; &nbsp; Truncated. see log file for complete stacktrace<br>&gt;<br>&lt;Dec 31, 2009 6:05:52 PM IST&gt; &lt;Warning&gt; &lt;Deployer&gt; &lt;BEA-149004&gt; &lt;Failures were detected while initiating distribute task for application 'drools_guvnor'.&gt;<br>&lt;Dec 31, 2009 6:05:52 PM IST&gt; &lt;Warning&gt; &lt;Deployer&gt; &lt;BEA-149078&gt; &lt;Stack trace for message 149004<br>weblogic.application.ModuleException:<br>&nbsp;&nbsp; &nbsp; &nbsp; at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:317)<br>&nbsp;&nbsp; &nbsp; &nbsp; at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)<br>&nbsp;&nbsp; &nbsp; &nbsp; at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)<br>&nbsp;&nbsp; &nbsp; &nbsp; at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:360)<br>&nbsp;&nbsp; &nbsp; &nbsp; at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)<br>&nbsp;&nbsp; &nbsp; &nbsp; Truncated. see log file for complete stacktrace<br>weblogic.deployment.EnvironmentException: Error processing persitence unit org.drools.persistence.jpa of module drools_guvnor.war: Error looking up a DataSource for PersistenceUnit org.drools.persistence.jpa: javax.naming.NameNotFoundException: While trying to lookup 'jdbc.testDS1' didn't find subco<br>ntext 'jdbc'. Resolved ''; remaining name 'jdbc/testDS1'<br>&nbsp;&nbsp; &nbsp; &nbsp; at weblogic.deployment.PersistenceUnitInfoImpl.lookUpDataSources(PersistenceUnitInfoImpl.java:126)<br>&nbsp;&nbsp; &nbsp; &nbsp; at weblogic.deployment.PersistenceUnitInfoImpl.&lt;init&gt;(PersistenceUnitInfoImpl.java:105)<br>&nbsp;&nbsp; &nbsp; &nbsp; at weblogic.deployment.AbstractPersistenceUnitRegistry.storeDescriptors(AbstractPersistenceUnitRegistry.java:316)<br>&nbsp;&nbsp; &nbsp; &nbsp; at weblogic.deployment.AbstractPersistenceUnitRegistry.loadPersistenceDescriptors(AbstractPersistenceUnitRegistry.java:96)<br>&nbsp;&nbsp; &nbsp; &nbsp; at weblogic.deployment.ModulePersistenceUnitRegistry.&lt;init&gt;(ModulePersistenceUnitRegistry.java:53)<br>&nbsp;&nbsp; &nbsp; &nbsp; Truncated. see log file for complete stacktrace<br>&gt;<br>&lt;Dec 31, 2009 6:05:52 PM IST&gt; &lt;Error&gt; &lt;Console&gt; &lt;BEA-240003&gt; &lt;Console encountered the following error weblogic.application.ModuleException:<br>&nbsp;&nbsp; &nbsp; &nbsp; at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:317)<br>&nbsp;&nbsp; &nbsp; &nbsp; at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)<br>&nbsp;&nbsp; &nbsp; &nbsp; at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)<br>&nbsp;&nbsp; &nbsp; &nbsp; at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:360)<br>&nbsp;&nbsp; &nbsp; &nbsp; at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)<br>&nbsp;&nbsp; &nbsp; &nbsp; at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:56)<br>&nbsp;&nbsp; &nbsp; &nbsp; at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:46)<br>&nbsp;&nbsp; &nbsp; &nbsp; at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:615)<br>&nbsp;&nbsp; &nbsp; &nbsp; at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)<br>&nbsp;&nbsp; &nbsp; &nbsp; at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191)<br>&nbsp;&nbsp; &nbsp; &nbsp; at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:147)<br>&nbsp;&nbsp; &nbsp; &nbsp; at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:61)<br>&nbsp;&nbsp; &nbsp; &nbsp; at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:189)<br>&nbsp;&nbsp; &nbsp; &nbsp; at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:87)<br>&nbsp;&nbsp; &nbsp; &nbsp; at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)<br>&nbsp;&nbsp; &nbsp; &nbsp; at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:719)<br>&nbsp;&nbsp; &nbsp; &nbsp; at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1186)<br>&nbsp;&nbsp; &nbsp; &nbsp; at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:248)<br>&nbsp;&nbsp; &nbsp; &nbsp; at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:157)<br>&nbsp;&nbsp; &nbsp; &nbsp; at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:157)<br>&nbsp;&nbsp; &nbsp; &nbsp; at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:12)<br>&nbsp;&nbsp; &nbsp; &nbsp; at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:45)<br>&nbsp;&nbsp; &nbsp; &nbsp; at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:464)<br>&nbsp;&nbsp; &nbsp; &nbsp; at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)<br>&nbsp;&nbsp; &nbsp; &nbsp; at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)<br>Caused by: weblogic.deployment.EnvironmentException: Error processing persitence unit org.drools.persistence.jpa of module drools_guvnor.war: Error looking up a DataSource for PersistenceUnit org.drools.persistence.jpa: javax.naming.NameNotFoundException: While trying to lookup 'jdbc.testDS1' didn't<br>find subcontext 'jdbc'. Resolved ''; remaining name 'jdbc/testDS1'<br>&nbsp;&nbsp; &nbsp; &nbsp; at weblogic.deployment.PersistenceUnitInfoImpl.lookUpDataSources(PersistenceUnitInfoImpl.java:126)<br>&nbsp;&nbsp; &nbsp; &nbsp; at weblogic.deployment.PersistenceUnitInfoImpl.&lt;init&gt;(PersistenceUnitInfoImpl.java:105)<br>&nbsp;&nbsp; &nbsp; &nbsp; at weblogic.deployment.AbstractPersistenceUnitRegistry.storeDescriptors(AbstractPersistenceUnitRegistry.java:316)<br>&nbsp;&nbsp; &nbsp; &nbsp; at weblogic.deployment.AbstractPersistenceUnitRegistry.loadPersistenceDescriptors(AbstractPersistenceUnitRegistry.java:96)<br>&nbsp;&nbsp; &nbsp; &nbsp; at weblogic.deployment.ModulePersistenceUnitRegistry.&lt;init&gt;(ModulePersistenceUnitRegistry.java:53)<br>&nbsp;&nbsp; &nbsp; &nbsp; at weblogic.servlet.internal.WebAppModule.initPURegistry(WebAppModule.java:1176)<br>&nbsp;&nbsp; &nbsp; &nbsp; at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:307)<br>&gt;<br><br><br><br>Regards,<br>Nilima Rajendra Raichandani<br>Sub Focus Area Lead - BPM/BAM/BRE<br>TEG - Open Source Platform<br>Tata Consultancy Services<br>Ph:- +91 22 6778 2027<br>Cell:- 9322108518<br>Mailto: nilima.r@tcs.com<br>Website: <a href="http://www.tcs.com">http://www.tcs.com</a>&lt;<a href="http://www.tcs.com/">http://www.tcs.com/</a>&gt;<br>____________________________________________<br>Experience certainty. &nbsp; &nbsp; &nbsp; &nbsp;IT Services<br>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Business Solutions<br>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Outsourcing<br>____________________________________________<br>=====-----=====-----=====<br>Notice: The information contained in this e-mail<br>message and/or attachments to it may contain<br>confidential or privileged information. If you are<br>not the intended recipient, any dissemination, use,<br>review, distribution, printing or copying of the<br>information contained in this e-mail message<br>and/or attachments to it are strictly prohibited. If<br>you have received this communication in error,<br>please notify us by reply e-mail or telephone and<br>immediately and permanently delete the message<br>and any attachments. Thank you<br><br><br><br>=====-----=====-----=====<br><br>Notice: The information contained in this e-mail<br><br>message and/or attachments to it may contain<br><br>confidential or privileged information. If you are<br><br>not the intended recipient, any dissemination, use,<br><br>review, distribution, printing or copying of the<br><br>information contained in this e-mail message<br><br>and/or attachments to it are strictly prohibited. If<br><br>you have received this communication in error,<br><br>please notify us by reply e-mail or telephone and<br><br>immediately and permanently delete the message<br><br>and any attachments. Thank you<br><br><br><br><br><br>________________________________<br><br>**************************************************************************************<br>This message is confidential and intended only for the addressee. If you have received this message in error, please immediately notify the postmaster@nds.com and delete it from your system as well as any copies. The content of e-mails as well as traffic data may be monitored by NDS for employment and security purposes. To protect the environment please do not print this e-mail unless necessary.<br><br>NDS Limited. Registered Office: One London Road, Staines, Middlesex, TW18 4EX, United Kingdom. A company registered in England and Wales. Registered no. 3080780. VAT no. GB 603 8808 40-00<br>**************************************************************************************<br><br>________________________________<br>This message is confidential and intended only for the addressee. If you have received this message in error, please immediately notify the postmaster@nds.com and delete it from your system as well as any copies. The content of e-mails as well as traffic data may be monitored by NDS for employment and security purposes.<br>To protect the environment please do not print this e-mail unless necessary.<br><br>An NDS Group Limited company. www.nds.com<br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <a href="http://lists.jboss.org/pipermail/rules-users/attachments/20100106/12e3c3c1/attachment.html">http://lists.jboss.org/pipermail/rules-users/attachments/20100106/12e3c3c1/attachment.html</a>&nbsp;<br><br>------------------------------<br><br>_______________________________________________<br>rules-users mailing list<br>rules-users@lists.jboss.org<br><a href="https://lists.jboss.org/mailman/listinfo/rules-users">https://lists.jboss.org/mailman/listinfo/rules-users</a><br><br><br>End of rules-users Digest, Vol 38, Issue 10<br>*******************************************<br></font>
</blockquote><br></div></FONT><pre>=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you


</pre>