<br><font size=2 face="Trebuchet MS">Hi Greg !!</font>
<br>
<br><font size=2 face="Trebuchet MS">Now I am able to run the application
from command prompt. You were right, the problem was of bootstrap class
path.</font>
<br><font size=2 face="Trebuchet MS">Thank you so much...................I
really appreciate your help.</font>
<br><font size=2 face="Trebuchet MS">Now we can close this thread.......</font>
<br>
<br><font size=2 face="Trebuchet MS">Thanks &amp; Regards:<br>
<br>
Pankaj Jain | L&amp;T infotech |Navi Mumbai<br>
Mobile: +91 9920218945<br>
Email : pankaj.jain@lntinfotech.com<br>
www.Lntinfotech.com<br>
<br>
&quot;Whatever the mind of man can conceive &amp; believe, it can achieve.&quot;<br>
<b><br>
Larsen &amp; Toubro Infotech Ltd.</b></font><font size=2 color=blue face="Trebuchet MS"><u><br>
</u></font><a href=http://www.lntinfotech.com/><font size=2 color=blue face="Trebuchet MS"><u>www.Lntinfotech.com</u></font></a><font size=2 face="Trebuchet MS"><br>
<br>
This Document is classified as: <br>
<br>
</font><input type=checkbox name=F1_chkbox checked value=on><font size=2 face="Trebuchet MS">L&amp;T
Infotech Proprietary &nbsp; </font><input type=checkbox name=F1_chkbox value=on><font size=2 face="Trebuchet MS">L&amp;T
Infotech Confidential &nbsp; </font><input type=checkbox name=F1_chkbox value=on><font size=2 face="Trebuchet MS">L&amp;T
Infotech Internal Use Only &nbsp; </font><input type=checkbox name=F1_chkbox value=on><font size=2 face="Trebuchet MS">L&amp;T
Infotech General Business &nbsp; <br>
<br>
This Email may contain confidential or privileged information for the intended
recipient (s) If you are not the intended recipient, please do not use
or disseminate the information, notify the sender and delete it from your
system. </font>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td width=40%><font size=1 face="Trebuchet MS"><b>Greg Barton &lt;greg_barton@yahoo.com&gt;</b>
</font>
<br><font size=1 face="Trebuchet MS">Sent by: rules-users-bounces@lists.jboss.org</font>
<p><font size=1 face="Trebuchet MS">07/28/2009 12:02 PM</font>
<table border>
<tr valign=top>
<td bgcolor=white>
<div align=center><font size=1 face="Trebuchet MS">Please respond to<br>
Rules Users List &lt;rules-users@lists.jboss.org&gt;</font></div></table>
<br>
<td width=59%>
<table width=100%>
<tr valign=top>
<td>
<div align=right><font size=1 face="Trebuchet MS">To</font></div>
<td><font size=1 face="Trebuchet MS">Rules Users List &lt;rules-users@lists.jboss.org&gt;</font>
<tr valign=top>
<td>
<div align=right><font size=1 face="Trebuchet MS">cc</font></div>
<td>
<tr valign=top>
<td>
<div align=right><font size=1 face="Trebuchet MS">Subject</font></div>
<td><font size=1 face="Trebuchet MS">Re: [rules-users] Run Drool Application
>From Command Prompt</font></table>
<br>
<table>
<tr valign=top>
<td>
<td></table>
<br></table>
<br>
<br>
<br><tt><font size=2><br>
Well, there you go. :) &nbsp;Just put drools into the regular classpath
and not the bootstrap classpath. &nbsp;Is that possible?<br>
<br>
--- On Tue, 7/28/09, Pankaj.Jain@lntinfotech.com &lt;Pankaj.Jain@lntinfotech.com&gt;
wrote:<br>
<br>
&gt; From: Pankaj.Jain@lntinfotech.com &lt;Pankaj.Jain@lntinfotech.com&gt;<br>
&gt; Subject: Re: [rules-users] Run Drool Application From Command Prompt<br>
&gt; To: &quot;Rules Users List&quot; &lt;rules-users@lists.jboss.org&gt;<br>
&gt; Date: Tuesday, July 28, 2009, 1:23 AM<br>
&gt; <br>
&gt; <br>
&gt; Hi <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; you r right, When I run<br>
&gt; the application<br>
&gt; (integrated with OFBiz) from command prompt &nbsp;I get the<br>
&gt; NPE: in line<br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; getClass().getClassLoader().loadClass(<br>
&gt; &quot;org.eclipse.jdt.internal.compiler.Compiler&quot;<br>
&gt; );<br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; When I run the<br>
&gt; application (ofcourse<br>
&gt; integrated with OFBiz) &nbsp;from eclipse I don't get<br>
&gt; NPE exception.<br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; In ofbiz we have a batch<br>
&gt; file named<br>
&gt; startofbiz.bat to run the application, inside this I<br>
&gt; configured the classpath<br>
&gt; by this<br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; set<br>
&gt; VMARGS=-Xbootclasspath/p:applications\order\lib\antlr-runtime.jar<br>
&gt; <br>
&gt; set<br>
&gt; VMARGS=-Xbootclasspath/p:applications\order\lib\drools-api.jar<br>
&gt; %VMARGS%<br>
&gt; <br>
&gt; set<br>
&gt; VMARGS=-Xbootclasspath/p:applications\order\lib\drools-compiler.jar<br>
&gt; %VMARGS%<br>
&gt; <br>
&gt; set<br>
&gt; VMARGS=-Xbootclasspath/p:applications\order\lib\drools-core.jar<br>
&gt; %VMARGS%<br>
&gt; <br>
&gt; set<br>
&gt; VMARGS=-Xbootclasspath/p:applications\order\lib\drools-decisiontables.jar<br>
&gt; %VMARGS%<br>
&gt; <br>
&gt; set<br>
&gt; VMARGS=-Xbootclasspath/p:applications\order\lib\drools-jsr94.jar<br>
&gt; %VMARGS%<br>
&gt; <br>
&gt; set<br>
&gt; VMARGS=-Xbootclasspath/p:applications\order\lib\drools-templates.jar<br>
&gt; %VMARGS%<br>
&gt; <br>
&gt; set<br>
&gt; VMARGS=-Xbootclasspath/p:applications\order\lib\joda-time.jar<br>
&gt; %VMARGS%<br>
&gt; <br>
&gt; set<br>
&gt; VMARGS=-Xbootclasspath/p:applications\order\lib\jsr94.jar<br>
&gt; %VMARGS%<br>
&gt; <br>
&gt; set<br>
&gt; VMARGS=-Xbootclasspath/p:applications\order\lib\jxl.jar<br>
&gt; %VMARGS%<br>
&gt; <br>
&gt; set<br>
&gt; VMARGS=-Xbootclasspath/p:applications\order\lib\mvel2.jar<br>
&gt; %VMARGS%<br>
&gt; <br>
&gt; set<br>
&gt; VMARGS=-Xbootclasspath/p:applications\order\lib\org.eclipse.jdt.core_3.4.4.v_894_R34x.jar<br>
&gt; %VMARGS%<br>
&gt; <br>
&gt; set<br>
&gt; VMARGS=-Xbootclasspath/p:applications\order\lib\xpp3.jar<br>
&gt; %VMARGS%<br>
&gt; <br>
&gt; set<br>
&gt; VMARGS=-Xbootclasspath/p:applications\order\lib\xpp3_min.jar<br>
&gt; %VMARGS%<br>
&gt; <br>
&gt; set<br>
&gt; VMARGS=-Xbootclasspath/p:applications\order\lib\xstream.jar<br>
&gt; %VMARGS%<br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; If i don't do this I<br>
&gt; get the class<br>
&gt; not found exception<br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; Thanks &amp; Regards:<br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; Pankaj Jain | L&amp;T infotech |Navi Mumbai<br>
&gt; <br>
&gt; Mobile: +91 9920218945<br>
&gt; <br>
&gt; Email : pankaj.jain@lntinfotech.com<br>
&gt; <br>
&gt; www.Lntinfotech.com<br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; &quot;Whatever the mind of man can conceive &amp; believe,<br>
&gt; it can achieve.&quot;<br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; Larsen &amp; Toubro Infotech Ltd.<br>
&gt; <br>
&gt; www.Lntinfotech.com<br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; This Document is classified as: <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; L&amp;T<br>
&gt; Infotech Proprietary &nbsp; L&amp;T<br>
&gt; Infotech Confidential &nbsp; L&amp;T<br>
&gt; Infotech Internal Use Only &nbsp; L&amp;T<br>
&gt; Infotech General Business &nbsp; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; This Email may contain confidential or privileged<br>
&gt; information for the intended<br>
&gt; recipient (s) If you are not the intended recipient, please<br>
&gt; do not use<br>
&gt; or disseminate the information, notify the sender and<br>
&gt; delete it from your<br>
&gt; system. <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; Greg<br>
&gt; Barton &lt;greg_barton@yahoo.com&gt;<br>
&gt; <br>
&gt; <br>
&gt; Sent by:<br>
&gt; rules-users-bounces@lists.jboss.org<br>
&gt; 07/28/2009 11:29<br>
&gt; AM<br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; Please respond to<br>
&gt; <br>
&gt; Rules Users List<br>
&gt; &lt;rules-users@lists.jboss.org&gt;<br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; To<br>
&gt; Rules Users List<br>
&gt; &lt;rules-users@lists.jboss.org&gt;<br>
&gt; <br>
&gt; <br>
&gt; cc<br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; Subject<br>
&gt; Re: [rules-users]<br>
&gt; Run Drool Application<br>
&gt; &gt;From Command Prompt<br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; It's unclear from your post when you get the NPE: from<br>
&gt; the command line,<br>
&gt; from eclipse, or when integrated with OFBiz. (I assume<br>
&gt; you're referring<br>
&gt; to http://ofbiz.apache.org/)<br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; It's undoubtedly a classpath issue. &nbsp;Just peek at<br>
&gt; the source a bit.<br>
&gt; &nbsp;I'm not sure what version you're using, but<br>
&gt; if you look at the source<br>
&gt; in the svn repo you'll see that line 92 of<br>
&gt; JavaDialectConfiguration is<br>
&gt; this:<br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; getClass().getClassLoader().loadClass(<br>
&gt; &quot;org.eclipse.jdt.internal.compiler.Compiler&quot;<br>
&gt; );<br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; See the javadoc for Class.getClassLoader() that says<br>
&gt; &quot;Returns the<br>
&gt; class loader for the class. Some implementations may use<br>
&gt; null to represent<br>
&gt; the bootstrap class loader. This method will return null in<br>
&gt; such implementations<br>
&gt; if this class was loaded by the bootstrap class<br>
&gt; loader.&quot;<br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; So, it looks probable that in the environment that's<br>
&gt; having problems, the<br>
&gt; JavaDialectConfiguration class is loaded by the bootstrap<br>
&gt; classloader.<br>
&gt; &nbsp;What is the VM implementation you're using?<br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; It might be best if<br>
&gt; Thread.currentThread().getContextClassLoader() was<br>
&gt; used instead of getClass().getClassLoader() in<br>
&gt; JavaDialectConfiguration<br>
&gt; and elsewhere. &nbsp;Devs, have an opinion on that?<br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; --- On Mon, 7/27/09, Pankaj.Jain@lntinfotech.com<br>
&gt; &lt;Pankaj.Jain@lntinfotech.com&gt;<br>
&gt; wrote:<br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; &gt; From: Pankaj.Jain@lntinfotech.com<br>
&gt; &lt;Pankaj.Jain@lntinfotech.com&gt;<br>
&gt; <br>
&gt; &gt; Subject: Re: [rules-users] Run Drool Application From<br>
&gt; Command Prompt<br>
&gt; <br>
&gt; &gt; To: rules-users@lists.jboss.org<br>
&gt; <br>
&gt; &gt; Date: Monday, July 27, 2009, 11:50 PM<br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; Hi<br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; I still have not got any<br>
&gt; <br>
&gt; &gt; solution<br>
&gt; <br>
&gt; &gt; of my problem that I posted previously. I have<br>
&gt; included all<br>
&gt; <br>
&gt; &gt; required jar<br>
&gt; <br>
&gt; &gt; files and set proper class path .. Please do help ?<br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; problem: <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; I am trying to<br>
&gt; <br>
&gt; &gt; integrate Drool with<br>
&gt; <br>
&gt; &gt; ofbiz and run application from command prompt. In one<br>
&gt; way I<br>
&gt; <br>
&gt; &gt; have integrated<br>
&gt; <br>
&gt; &gt; it properly and I am able to run it<br>
&gt; <br>
&gt; &gt; successfully.<br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; Code : Which I was using initially <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; KnowledgeBuilder kbuilder =<br>
&gt; <br>
&gt; &gt; KnowledgeBuilderFactory.newKnowledgeBuilder();<br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; or <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; PackageBuilderConfiguration cfg = new<br>
&gt; <br>
&gt; &gt; PackageBuilderConfiguration();<br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; KnowledgeBuilder kbuilder =<br>
&gt; <br>
&gt; &gt; KnowledgeBuilderFactory.newKnowledgeBuilder();<br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; Exception I got : <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; org.drools.RuntimeDroolsException: Unable to load<br>
&gt; dialect<br>
&gt; <br>
&gt; &gt;<br>
&gt; 'org.drools.rule.builder.dialect.java.JavaDialectConfiguration:java<br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt;<br>
&gt; :org.drools.rule.builder.dialect.java.JavaDialectConfiguration'<br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; at<br>
&gt; <br>
&gt; &gt;<br>
&gt; org.drools.compiler.PackageBuilderConfiguration.addDialect(PackageBuilderConfiguration.java:274)<br>
&gt; <br>
&gt; &gt; at<br>
&gt; <br>
&gt; &gt;<br>
&gt; org.drools.compiler.PackageBuilderConfiguration.buildDialectConfigurationMap(PackageBuilderConfiguration.java:259)<br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; at<br>
&gt; <br>
&gt; &gt;<br>
&gt; org.drools.compiler.PackageBuilderConfiguration.init(PackageBuilderConfiguration.java:176)<br>
&gt; <br>
&gt; &gt; at<br>
&gt; <br>
&gt; &gt;<br>
&gt; org.drools.compiler.PackageBuilderConfiguration.&lt;init&gt;(PackageBuilderConfiguration.java:153)<br>
&gt; <br>
&gt; &gt; at<br>
&gt; <br>
&gt; &gt;<br>
&gt; org.drools.compiler.PackageBuilder.&lt;init&gt;(PackageBuilder.java:242)<br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; . <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; . <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; . <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; Caused by: java.lang.NullPointerException <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; at<br>
&gt; <br>
&gt; &gt;<br>
&gt; org.drools.rule.builder.dialect.java.JavaDialectConfiguration.setCompiler(JavaDialectConfiguration.java:92)<br>
&gt; <br>
&gt; &gt; at<br>
&gt; <br>
&gt; &gt;<br>
&gt; org.drools.rule.builder.dialect.java.JavaDialectConfiguration.init(JavaDialectConfiguration.java:55)<br>
&gt; <br>
&gt; &gt; at<br>
&gt; <br>
&gt; &gt;<br>
&gt; org.drools.compiler.PackageBuilderConfiguration.addDialect(PackageBuilderConfiguration.java:270<br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; Problem I found : <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; In the class JavaDialectConfiguration in jar file<br>
&gt; <br>
&gt; &gt; drools-compiler.jar there<br>
&gt; <br>
&gt; &gt; is a method named &quot;setCompliler&quot;, &nbsp;in<br>
&gt; this<br>
&gt; <br>
&gt; &gt; method Null Pointer<br>
&gt; <br>
&gt; &gt; Exception was coming. <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; Solution I provided :<br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; In my application I created my custom class<br>
&gt; <br>
&gt; &gt; CustomJavaDialectConfiguration<br>
&gt; <br>
&gt; &gt; by extending to class JavaDialectConfiguration, In<br>
&gt; this<br>
&gt; <br>
&gt; &gt; class I overrided<br>
&gt; <br>
&gt; &gt; the method setCompiler. My method was exactly same as<br>
&gt; that<br>
&gt; <br>
&gt; &gt; of method setCompiler<br>
&gt; <br>
&gt; &gt; in JavaDialectConfiguration . To call my dialect class<br>
&gt; I<br>
&gt; <br>
&gt; &gt; also overrided<br>
&gt; <br>
&gt; &gt; the method &quot;addDialect&quot; of<br>
&gt; <br>
&gt; &gt; PackageBuilderConfiguration class<br>
&gt; <br>
&gt; &gt; . For that I created class<br>
&gt; <br>
&gt; &gt; CustomPackageBuilderConfiguration by extending<br>
&gt; <br>
&gt; &gt; to PackageBuilderConfiguration. <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; after that I wrote the code: <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; PackageBuilderConfiguration cfg = new<br>
&gt; <br>
&gt; &gt; CustomPackageBuilderConfiguration();<br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; KnowledgeBuilder kbuilder =<br>
&gt; <br>
&gt; &gt; KnowledgeBuilderFactory.newKnowledgeBuilder(cfg);<br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; Now application is running perfectly fine from both<br>
&gt; eclipse<br>
&gt; <br>
&gt; &gt; and command<br>
&gt; <br>
&gt; &gt; prompt without any exception. <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; I want to know as my overrided method<br>
&gt; </font></tt>
<br><tt><font size=2>&gt; &gt; &quot;setCompiler&quot; was exactly<br>
&gt; <br>
&gt; &gt; same then why I had to override method, and In<br>
&gt; original<br>
&gt; <br>
&gt; &gt; code (ie in drools-compiler.jar<br>
&gt; <br>
&gt; &gt; file) why it was giving exception &nbsp;??? &nbsp;Was<br>
&gt; that<br>
&gt; <br>
&gt; &gt; due to class<br>
&gt; <br>
&gt; &gt; lader or something else ?? &nbsp;Please do help in<br>
&gt; this<br>
&gt; <br>
&gt; &gt; regard ....<br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; &nbsp;<br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; Thanks &amp; Regards:<br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; Pankaj Jain | L&amp;T infotech |Navi Mumbai<br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; Mobile: +91 9920218945<br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; Email : pankaj.jain@lntinfotech.com<br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; www.Lntinfotech.com<br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; &quot;Whatever the mind of man can conceive &amp;<br>
&gt; believe,<br>
&gt; <br>
&gt; &gt; it can achieve.&quot;<br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; Larsen &amp; Toubro Infotech Ltd.<br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; www.Lntinfotech.com<br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; This Document is classified as: <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; L&amp;T<br>
&gt; <br>
&gt; &gt; Infotech Proprietary &nbsp; L&amp;T<br>
&gt; <br>
&gt; &gt; Infotech Confidential &nbsp; L&amp;T<br>
&gt; <br>
&gt; &gt; Infotech Internal Use Only &nbsp; L&amp;T<br>
&gt; <br>
&gt; &gt; Infotech General Business &nbsp; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; This Email may contain confidential or privileged<br>
&gt; <br>
&gt; &gt; information for the intended<br>
&gt; <br>
&gt; &gt; recipient (s) If you are not the intended recipient,<br>
&gt; please<br>
&gt; <br>
&gt; &gt; do not use<br>
&gt; <br>
&gt; &gt; or disseminate the information, notify the sender and<br>
&gt; <br>
&gt; &gt; delete it from your<br>
&gt; <br>
&gt; &gt; system. <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt;<br>
&gt; ______________________________________________________________________<br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; -----Inline Attachment Follows-----<br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; &gt; _______________________________________________<br>
&gt; <br>
&gt; &gt; rules-users mailing list<br>
&gt; <br>
&gt; &gt; rules-users@lists.jboss.org<br>
&gt; <br>
&gt; &gt; https://lists.jboss.org/mailman/listinfo/rules-users<br>
&gt; <br>
&gt; &gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; &nbsp;&nbsp; &nbsp; &nbsp;<br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; _______________________________________________<br>
&gt; <br>
&gt; rules-users mailing list<br>
&gt; <br>
&gt; rules-users@lists.jboss.org<br>
&gt; <br>
&gt; https://lists.jboss.org/mailman/listinfo/rules-users<br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; ______________________________________________________________________<br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; ______________________________________________________________________<br>
&gt; <br>
&gt; <br>
&gt; -----Inline Attachment Follows-----<br>
&gt; <br>
&gt; _______________________________________________<br>
&gt; rules-users mailing list<br>
&gt; rules-users@lists.jboss.org<br>
&gt; https://lists.jboss.org/mailman/listinfo/rules-users<br>
&gt; <br>
<br>
<br>
 &nbsp; &nbsp; &nbsp;<br>
<br>
_______________________________________________<br>
rules-users mailing list<br>
rules-users@lists.jboss.org<br>
https://lists.jboss.org/mailman/listinfo/rules-users<br>
<br>
______________________________________________________________________<br>
</font></tt>
<br>

<BR>
______________________________________________________________________<BR>