michael gantenbein [http://community.jboss.org/people/ganm] created the discussion
"Embedd JBPM5 into Spring WebApp"
To view the discussion, visit: http://community.jboss.org/message/619584#619584
--------------------------------------------------------------
Hi,
I'm new to jBPM and like to embbed jBPM5.1 into my exisiting Spring based Webapp. How can this be done?
* Where and how can I configure the engine to use a specific database in this environment? do I have to build it from source after changeing persistence.xml etc?
* How can I deploy process models to this specific engine programmatically?
Are there more code samples then the emergency-stuff from salaboy?
Regards
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/619584#619584]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
Kiran Sadasivuni [http://community.jboss.org/people/alphabetagamma] created the discussion
"Why JBPM 5.1 Installer expecting Eclipse and JBoss inside its root?"
To view the discussion, visit: http://community.jboss.org/message/619582#619582
--------------------------------------------------------------
Hi,
I am new to JBPM. I have downloaded JBPM5 Installer and unzipped to C:\JBPM5. I already have JBoss AS 7 and Eclipse Indigo in different directories. When I try to run the "ant install.demo", it is expecting JBoss and Eclipse zip files in lib folder. I have modified the build.xml not to install these two and also changed the home values in build.properties.
But build failed when it tries to install drools. It is expecting a directory like C:\JBPM\<JBoss Home directory path>\. I don't want this setup. Is there any way that I can configure JBPM while my JBoss, Drools and Eclipse are outside its home?
Thanks,
Kiran
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/619582#619582]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
Nicolas Marcotte [http://community.jboss.org/people/marn2402] commented on
"m2e(clipse)-wtp 0.13.1 : Back to the m2e marketplace"
To view all comments on this blog post, visit: http://community.jboss.org/community/tools/blog/2011/08/01/m2eclipse-wtp-...
--------------------------------------------------
there is a major in this release : it ignore the <context-root> tag of an ear pom.xml warModule section. I tries as best as i could to find a place to file this bug but I did not find any... So i posted here
--------------------------------------------------
Carlos Celis Osorio [http://community.jboss.org/people/cacelis] created the discussion
"Problem: embed BIRT Report in Seam page"
To view the discussion, visit: http://community.jboss.org/message/619407#619407
--------------------------------------------------------------
Hi there.
I am trying to embed a report designed on BIRT in a web page using the next code:
<ui:composition xmlns="http://www.w3.org/1999/xhtml"
xmlns:s="http://jboss.com/products/seam/taglib"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:rich="http://richfaces.org/rich"
xmlns:b="http://jboss.com/products/seam/birt"
template="layout/template.xhtml">
<ui:define name="body">
<rich:panel>
<f:facet name="header">Products</f:facet>
<b:birt designType="embed" designName="/report/prueba.rptdesign"
embeddable="true" masterpage="false" />
</rich:panel>
</ui:define>
</ui:composition>
The problem is cannot visualize the report when page loads.
I added the next code in components.xml file:
<web:context-filter regex-url-pattern="/run | /frameset | /embed"/>
The error is next:
ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/MyFirstProject].[default]] El Servlet.service() para servlet default lanzó una excepción: java.io.FileNotFoundException: El recurso requerido /MyFirstProject/embed no se encuentra disponible
Somebody can help me? Please.
I am using:
- JBoss Developer Studio 4.0
- Seam Framework 2.2
- JBoss Application Server 6.0
- BIRT Framework 2.6
- BIRT WTP Integration 2.6
Thanks!
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/619407#619407]
Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
Jing Zhang [http://community.jboss.org/people/zhangjing2000] created the discussion
"NPE caused by Bitronix transaction glitch or drools transaction issue?"
To view the discussion, visit: http://community.jboss.org/message/619281#619281
--------------------------------------------------------------
I wrote a simple java code to test jBPM5.1's JPAKnowledgeService. I used Bitronix as transaction manager and H2 as database.
The test java code could start a process, completed a work item and then ended the process successfully, but when I added a method call
WorkflowProcessInstance.getNodeInstances().iterator().next().getNodeName() after starting the process instance, a NPE was caught.
I found it is due to ProcessInstanceImpl.kruntime is null. After traced the startProcess's execution path, found ProcessInstanceImpl.kruntime has been reset to null after transaction committed in method org.drools.persistence.SingleSessionCommandService.execute(Command<T> command).
Not sure if this is a Bitronix transaction issue or a jBPM5.1 transaction issue.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/619281#619281]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
sharyak [http://community.jboss.org/people/sharyak] created the discussion
"Getting error: The attribute [startDate] from the entity class [class org.jbpm.persistence.processinstance.ProcessInstanceInfo] does not specify a temporal type."
To view the discussion, visit: http://community.jboss.org/message/619511#619511
--------------------------------------------------------------
I am trying to deploy EJB application on the Weblogic 10.3.5
I have persistency.xml in the Meta-Inf directory. I am using Oracle as backend. I have all dependent librariries in the domain lib folder.
Not sure what to do next, I spent a few days trying to deploy on WebLogic. No issues deploying on JBoss
Getting following error.
[EclipseLink-7212] (Eclipse Persistence Services - 2.1.3.v20110304-r9073): org.eclipse.persistence.exceptions.ValidationException
Exception Description: The attribute [startDate] from the entity class [class org.jbpm.persistence.processinstance.ProcessInstanceInfo] does not specify a temporal type. A temporal type must be specified for persistent fields or properties of type java.util.Date and java.util.Calendar.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/619511#619511]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]