[EJB 3.0] - Re: JBoss 5 deployment error
by jaikiran
anonymous wrote : 2008-12-30 12:01:41,517 DEBUG [org.jboss.ejb3.deployers.Ejb3Deployer] Error during deploy: vfszip:/h
| ome/jhsingl/pkg/jboss-5.0.0.GA/server/default/deploy/workflow.ear/workflow-ejb-2.7.0.jar
| org.jboss.deployers.spi.DeploymentException: Error deploying workflow-ejb-2.7.0.jar: java.lang.ClassNotFoundException: workflow.ejb.client.WorkflowEngineLocal
Looks strange for a couple of reasons:
1) The ClassNotFoundException is being logged at DEBUG level
2) Your jar -tf output does show that the workflow.ejb.client.WorkflowEngineLocal class is contained in the jar file
anonymous wrote : workflow/ejb/client/TransitionReference.class
| workflow/ejb/client/WorkflowEngineLocal.class
| workflow/ejb/client/WorkflowManagerEndpoint.class
| workflow/ejb/client/WorkflowManagerRemote.class
|
Can you show us the contents of your application.xml? How is this jar mapped in the application.xml?
Please also post the code of the bean and its interfaces including the import statement in those classes. And in your first post you have removed some of the details from the exception stacktrace. Could you please post the entire exception stacktrace?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199108#4199108
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199108
16 years, 2 months
[Beginners Corner] - error while running Drools
by hishamlina
I found this error while running the sample of Drools file
what is the problem actually.
many thanks
org.drools.RuntimeDroolsException: Unable to load dialect 'org.drools.rule.builder.dialect.java.JavaDialectConfiguration:java'
at org.drools.compiler.PackageBuilderConfiguration.addDialect(PackageBuilderConfiguration.java:160)
at org.drools.compiler.PackageBuilderConfiguration.buildDialectConfigurationMap(PackageBuilderConfiguration.java:146)
at org.drools.compiler.PackageBuilderConfiguration.init(PackageBuilderConfiguration.java:121)
at org.drools.compiler.PackageBuilderConfiguration.(PackageBuilderConfiguration.java:98)
at org.drools.compiler.PackageBuilder.(PackageBuilder.java:124)
at org.drools.compiler.PackageBuilder.(PackageBuilder.java:86)
at com.sample.DroolsTest.readRule(DroolsTest.java:50)
at com.sample.DroolsTest.main(DroolsTest.java:21)
Caused by: java.lang.RuntimeException: The Eclipse JDT Core jar is not in the classpath
at org.drools.rule.builder.dialect.java.JavaDialectConfiguration.setCompiler(JavaDialectConfiguration.java:91)
at org.drools.rule.builder.dialect.java.JavaDialectConfiguration.init(JavaDialectConfiguration.java:52)
at org.drools.compiler.PackageBuilderConfiguration.addDialect(PackageBuilderConfiguration.java:156)
... 7 more
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199100#4199100
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199100
16 years, 2 months