Re: [rules-users] java.lang.NoSuchMethodError:org.eclipse.jdt.internal.compiler.CompilationResult.getProblems()[

2007-02-19 Thread Nagabhushanam B
hi I am facing a problem while deployed it in websphere community edition. My application is working fine when it is running in tomcat using jBoss Rules... but the same thing if I deployed in Webspehere then its throwing exception. i thought its because of antlr jar version mismatch , then i

Re: [rules-users] java.lang.NoSuchMethodError:org.eclipse.jdt.internal.compiler.CompilationResult.getProblems()[

2007-02-19 Thread Steven Williams
you also need stringtemplate-2.3b6.jar Steve On 2/19/07, Nagabhushanam B [EMAIL PROTECTED] wrote: hi I am facing a problem while deployed it in websphere community edition. My application is working fine when it is running in tomcat using jBoss Rules... but the same thing if I deployed in

Re: [rules-users] java.lang.NoSuchMethodError:org.eclipse.jdt.internal.compiler.CompilationResult.getProblems()[

2007-02-15 Thread Kris Verlaenen
The wiki contains an entry on how to combine JBoss Rules with tomcat: http://wiki.jboss.org/wiki/Wiki.jsp?page=RulesTomcat Kris - Original Message - From: Nagabhushanam B To: rules-users@lists.jboss.org Sent: Thursday, February 15, 2007 2:21 PM Subject: [rules-users]

RE: [rules-users] java.lang.NoSuchMethodError:org.eclipse.jdt.internal.compiler.CompilationResult.getProblems()[

2007-02-15 Thread Francisco Brum
Hi there Nagabhushanam!! I had the same problem with drools and JBoss Server application. I believe that my solution will be the same for you. The solution for this problem is on this site: http://wiki.jboss.org/wiki/Wiki.jsp?page=RulesTomcat I used the code solution, but after that

Re: [rules-users] java.lang.NoSuchMethodError:org.eclipse.jdt.internal.compiler.CompilationResult.getProblems()[

2007-02-15 Thread Nagabhushanam B
Thanks kris... its working fine On 2/15/07, Kris Verlaenen [EMAIL PROTECTED] wrote: The wiki contains an entry on how to combine JBoss Rules with tomcat: http://wiki.jboss.org/wiki/Wiki.jsp?page=RulesTomcat Kris - Original Message - *From:* Nagabhushanam B [EMAIL PROTECTED] *To:*

Re: [rules-users] java.lang.NoSuchMethodError:org.eclipse.jdt.internal.compiler.CompilationResult.getProblems()[

2007-02-15 Thread Nagabhushanam B
Thanks Brum, Its working On 2/15/07, Francisco Brum [EMAIL PROTECTED] wrote: Hi there Nagabhushanam!! I had the same problem with drools and JBoss Server application. I believe that my solution will be the same for you. The solution for this problem is on this site: