[
https://jira.jboss.org/jira/browse/JBPM-2096?page=com.atlassian.jira.plug...
]
Alejandro Guizar resolved JBPM-2096.
------------------------------------
Resolution: Done
Enabled GPD servlet
Disabled bootstrap listener - would require hibernate.hbm2ddl.auto = "create" to
be useful
Fixed broken EJB reference
EJB reference in JSF web console is broken
------------------------------------------
Key: JBPM-2096
URL:
https://jira.jboss.org/jira/browse/JBPM-2096
Project: JBoss jBPM
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Console
Affects Versions: jBPM 3.2.6 GA
Reporter: Alejandro Guizar
Assignee: Alejandro Guizar
Priority: Blocker
Fix For: jBPM 3.2.6 GA
JSF console is broken. Timer creation fails with the exception below.
javax.naming.NamingException: Could not dereference object [Root exception is
javax.naming.NameNotFoundException: ejb not bound]
at org.jnp.interfaces.NamingContext.resolveLink(NamingContext.java:1215)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:758)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:774)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:627)
at javax.naming.InitialContext.lookup(InitialContext.java:409)
at
org.jbpm.scheduler.ejbtimer.EntitySchedulerServiceFactory.lookup(EntitySchedulerServiceFactory.java:54)
at
org.jbpm.scheduler.ejbtimer.EntitySchedulerServiceFactory.getTimerEntityHome(EntitySchedulerServiceFactory.java:43)
EJB reference ejb/TimerEntityBean in jboss-web.xml points to an unexisting bean. This had
been fixed in jsf-console 3.2.6.GA but somehow got reintroduced in 3.2.6.SP1.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira