[jboss-user] [Beginners Corner] - [JBoss Rules/Drools] - Mathematical formula implementation

2009-02-12 Thread ybh6336
Hello all, I could not find a specific forum for Drools, so posting it here, please point me to it if there is one. I need an opinion from the Drools users/developers for a business problem. We have a requirement in which the end users would create mathematical formulae through a UI. So in a

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Classloader issue with EAR (EJB/WAR) deployment on JBoss

2007-07-30 Thread ybh6336
Adding the jars to both EAR root and WAR/WEB-INF/lib AND setting Java2ClassLoadingCompliance and UseJBossWebLoader to 'true' worked. Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4068785#4068785 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Classloader issue with EAR (EJB/WAR) deployment on JBoss 4.0

2007-07-26 Thread ybh6336
Hello all, I have been struggling with a classloader issue for several days now and would appreciate if someone could help me with this. Environment: JBoss AS 4.0.5 GA Windows XP Spring 2.0.4 I'm trying to deploy a J2EE application, the packaging of which looks as follows: |

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Custom tag - Jasper compilation error

2007-07-05 Thread ybh6336
Hello all, I am trying to use a simple custom tag in my JSP that sets an attribute on the page. This JSP works fine on both WebLogic and WebSphere, but gives the following compilation error on JBoss: | org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/].[jsp] -

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Custom tag - Jasper compilation error

2007-07-05 Thread ybh6336
Found the issue. The path to .tld file in the JSP was incorrect. Thanks to all those who looked at the post :). Regards. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4060949#4060949 Reply to the post :

[jboss-user] [EJB/JBoss] - appc or ejbc equivalent for JBoss

2007-03-21 Thread ybh6336
Hello all, Apologize for the re-post, I used '' and '' in the subject and those got ignored. I need to port a J2EE application from WebLogic to JBoss, and am using 4.0.5 GA release. The application is J2EE 1.3/EJB 2.0 and we use Ant scripts to deploy the app to WebLogic, and use 'appc/ejbc'

[jboss-user] [Messaging, JMS JBossMQ] - Re: Using JVM IL and DLQHandler Initialization Failure

2007-03-08 Thread ybh6336
Did you ever find the solution to this? I'm running into the same issue. Really appreciate any help. Thanks -yogesh View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4026465#4026465 Reply to the post :

[jboss-user] [JBossWS] - Re: WS4EE - Error while generating WSDL and jaxrpc mapping

2006-07-31 Thread ybh6336
Apparently for JWSDP, the command needs to be issued as follows: | wscompile -cp C:\temp\lib\client.jar;C:\jboss-4.0.2\server\all\lib\jboss-j2ee.jar -gen:server -f:rpc | literal -mapping jaxrpc-mapping.xml config.xml | (Notice the quotes around the CLASSPATH) Hope this helps someone

[jboss-user] [JBossWS] - WS4EE - Error while generating WSDL and jaxrpc mapping

2006-07-28 Thread ybh6336
Hello all, This is mainly a question about how to use wscompile.bat provided by JWSDP. I'm using JBoss 4.0.2/4.0.3 and using WS4EE to create a WSDL and jaxrpc mapping for my EJB SEI. I'm using Sun's JWSDP 1.4 to do so and my interface has simple String datatypes as arguments. I'm getting the