[jBPM] - Unable to process deployment descriptor for context '/designer'
by hiro.y
hiro.y [https://community.jboss.org/people/hiro.y] created the discussion
"Unable to process deployment descriptor for context '/designer'"
To view the discussion, visit: https://community.jboss.org/message/718574#718574
--------------------------------------------------------------
Hi, I'm new here.
I just downloaded jBPM5.1 full installer and installed as default.
(java version is 1.6.0_21 and ant version is 1.8.2)
After installation, I started jBPM with "ant start.demo" and got log below.
2012-02-21 19:03:50,756 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) deploy, ctxPath=/admin-console
2012-02-21 19:03:50,818 INFO [javax.enterprise.resource.webcontainer.jsf.config] (main) Initializing Mojarra (1.2_12-b01-FCS) for context '/admin-console'
2012-02-21 19:03:52,552 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) deploy, ctxPath=/
2012-02-21 19:04:10,202 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) deploy, ctxPath=/designer
2012-02-21 19:04:10,249 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (main) Unable to process deployment descriptor for context '/designer'
2012-02-21 19:04:10,249 INFO [javax.enterprise.resource.webcontainer.jsf.config] (main) Initializing Mojarra (1.2_12-b01-FCS) for context '/designer'
2012-02-21 19:04:36,381 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) deploy, ctxPath=/drools-guvnor
2012-02-21 19:04:36,568 ERROR [STDERR] (main) SLF4J: Class path contains multiple SLF4J bindings.
2012-02-21 19:04:36,568 ERROR [STDERR] (main) SLF4J: Found binding in [vfszip:/D:/Personal/jBPM5.1/jboss-5.1.0.GA/server/default/deploy/drools-guvnor.war/WEB-INF/lib/slf4j-log4j12-1.6.0.jar/org/slf4j/impl/StaticLoggerBinder.class]
2012-02-21 19:04:36,568 ERROR [STDERR] (main) SLF4J: Found binding in [vfszip:/D:/Personal/jBPM5.1/jboss-5.1.0.GA/common/lib/slf4j-jboss-logging.jar/org/slf4j/impl/StaticLoggerBinder.class]
2012-02-21 19:04:36,568 ERROR [STDERR] (main) SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
My jbpm-console and drools-guvnor are OK, but desiger does not work.
When I create new BPMN2 Process on Guvnor, I get the message below.
HTTPステータス 404 - /designer/editor/
type ステータスレポート
メッセージ /designer/editor/
説明 The requested resource (/designer/editor/) is not available.
JBoss Web/2.1.3.GA
I think designer is not deployed correctly.
Anyone have idea for this problem ?
(I got the same problem on jBPM5.2)
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/718574#718574]
Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
14 years, 1 month
[EJB3] - Accessing a deployed EJB from a war in the same AS 7 instance
by Lucas Holmquist
Lucas Holmquist [https://community.jboss.org/people/lholmquist] created the discussion
"Accessing a deployed EJB from a war in the same AS 7 instance"
To view the discussion, visit: https://community.jboss.org/message/718798#718798
--------------------------------------------------------------
I'm sort of new to the whole EJB model. I'm using as7.1.0.FINAL as my app server
I have a web app where i am using some @Stateless EJB's that are deployed in the war with the rest of my app and i'm using @Inject to access them.
this works fine and i'm comfortable with this.
There is some functionality that i have that i would like other apps that are running on the same instance of AS 7 to access.
I've created a simple EJB(hello world) and deployed it.
code:
public interface IHelloWorld {
String sayHi(String value);
}
@Stateless
public class HelloWorld implements IHelloWorld
{
@Override
public String sayHi(String value) {
return value;
}
}
console:
11:01:53,172 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-1) JNDI bindings for session bean named HelloWorld in deployment unit deployment "WebLogger.jar" are as follows:
java:global/WebLogger/HelloWorld!mlmic.IHelloWorld
java:app/WebLogger/HelloWorld!mlmic.IHelloWorld
java:module/HelloWorld!mlmic.IHelloWorld
java:global/WebLogger/HelloWorld
java:app/WebLogger/HelloWorld
java:module/HelloWorld
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/718798#718798]
Start a new discussion in EJB3 at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
14 years, 1 month
[jBPM] - jBPMN2 modeler
by annah
annah [https://community.jboss.org/people/annah] created the discussion
"jBPMN2 modeler"
To view the discussion, visit: https://community.jboss.org/message/717395#717395
--------------------------------------------------------------
Hi!
I am trying out the new BPMN2 modeler that is currently under development, it looks great and we would like to reuse it in our project. Do you know when it is expected to be ready for use and to replace the current ruleflow editor?
Also another question, are there any instructions how to build the modeler from source, I've been trying - but without success. This is what I did:
1. downloaded the Eclipse Helios distribution with PDE tools
2. installed the latest release of Graphiti
3. exported the BPMN2 metamodel and BPMN2 modeler source projects from Github repositories
4. built the modeler projects with maven
But I am still getting a bunch of compilation errors (all of them referring to unresolved dependencies). Are there any other plugins required to be able to build the editor?
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/717395#717395]
Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
14 years, 1 month