[JBoss jBPM] - jbpm-bpel-1.1.Beta3 and jboss-4.2.0.CR1
by zauberlehrling
Hi,
I freshly installed jbpm-bpel-1.1.Beta3 and jboss-4.2.0.CR. I was able to deploy both archives:
jbpm-bpel.sar
jbpm-bpel.war.
But when I try to deploy hello-process.zip with
anonymous wrote : ant deploy-definition
I get the following error:
..
| 16:17:26,090 INFO [TomcatDeployer] deploy, ctxPath=/jbpm-bpel, warUrl=.../tmp/deploy/tmp55758jbpm-bpel-exp.war/
| 16:26:13,331 INFO [[/jbpm-bpel]] processDeployServlet: deploying process definition: file=file:/home/frank/tmp/jbpm-bpel-1.1.Beta3/examples/hello/target/hello-process.zip
| 16:26:14,431 INFO [BpelReader] read wsdl definitions: hello.wsdl
| 16:26:15,272 ERROR [[processDeployServlet]] Servlet.service() for servlet processDeployServlet threw exception
| java.lang.NoSuchMethodError: org.jaxen.expr.Expr.accept(Lorg/jaxen/expr/Visitor;)V
| at org.jbpm.bpel.sublang.xpath.XPathEvaluatorFactory$ExprValidator.validate(XPathEvaluatorFactory.java:134)
| at org.jbpm.bpel.sublang.xpath.XPathEvaluatorFactory.createExpressionEvaluator(XPathEvaluatorFactory.java:100)
| at org.jbpm.bpel.sublang.xpath.XPathEvaluatorFactory.createEvaluator(XPathEvaluatorFactory.java:59)
| at org.jbpm.bpel.sublang.def.Expression.parse(Expression.java:55)
| ..
I've found the class org/jaxen/expr/Visitor in the archive jaxen.jar, which is part of jbpm-bpel.sar
Does anybody know how to prevent this error?
Best regards,
Frank
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033444#4033444
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4033444
17Â years, 9Â months
[JBoss Seam] - Newbie@Seam: Can not access Sessionbean from Servlet
by joerg.pfruender
Hello,
I have deployed the tutorials and tried to generate own beans with the Eclipse Hibernate Tools. The Webapp works fine, I can create and find records in the database. There is only one ugly error in the log: "StateManager" not yet installed. I do not know if this is critical.
Then I tried to write an own Servlet where I wanted to use the sessionbeans, but I always get a javax.naming.NameNotFoundException.
The Bean is registered, I can use it with the JSP pages and I can see it in the JMX-Console:
anonymous wrote :
| | +- SessionEditorBean (class: org.jnp.interfaces.NamingContext)
| | | +- localStatefulProxyFactory (class: org.jboss.ejb3.stateful.StatefulLocalProxyFactory)
| | | +- local (class: java.lang.Object)
My code:
Servlet:
InitialContext ic= new InitialContext();
| bean = ic.lookup("seamapp/sessionEditor/local");
Bean:
@Name("sessionEditor")
| @Stateful
| @Interceptors(SeamInterceptor.class)
| public class SessionEditorBean implements SessionEditor {
| ...
| }
I have tried the Bean's classname as JNDI name but it didn't help. Has anyone an idea?
Thank you very much.
Jörganonymous wrote :
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033442#4033442
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4033442
17Â years, 9Â months
[Beginners Corner] - exception=java.net.SocketException:
by s_nirkhe
Hi,
When I start JBoss (Version 4.0) I start getting following errors
46,712 ERROR [UDP] exception=java.net.SocketException: Invalid argument: Datagram send failed, msg=[dst: 228.1.2.3:45566, src: MYSERVER:1221 (additional data: 16 bytes) (2 headers), size = 0 bytes], mcast_addr=228.1.2.3:45566
12:31:57,918 ERROR [UDP] exception=java.net.SocketException: Invalid argument: Datagram send failed, msg=[dst: 230.1.2.7:45577, src: MYSERVER:1245 (2 headers), size = 0 bytes], mcast_addr=230.1.2.7:45577
12:31:58,929 ERROR [UDP] exception=java.net.SocketException: Invalid argument: Datagram send failed, msg=[dst: 228.1.2.3:43333, src: MYSERVER:1226 (2 headers), size = 0 bytes], mcast_addr=228.1.2.3:43333
12:32:08,283 ERROR [UDP] exception=java.net.SocketException: Invalid argument: Datagram send failed, msg=[dst: 228.1.2.3:45566, src: MYSERVER:1221 (additional data: 16 bytes) (2 headers), size = 0 bytes], mcast_addr=228.1.2.3:45566
12:32:11,908 ERROR [UDP] exception=java.net.SocketException: Invalid argument: Datagram send failed, msg=[dst: 230.1.2.7:45577, src: MYSERVER:1245 (2 headers), size = 0 bytes], mcast_addr=230.1.2.7:45577
Your input will be a great help.
Thanks
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033438#4033438
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4033438
17Â years, 9Â months