[jBPM] - Re: jBPM 5: where are the db-tables-scripts ?
by Deepak Singhvi
Deepak Singhvi [https://community.jboss.org/people/deepak.singhvi] created the discussion
"Re: jBPM 5: where are the db-tables-scripts ?"
To view the discussion, visit: https://community.jboss.org/message/756886#756886
--------------------------------------------------------------
HI Janina,
* What i am doing:*
Trying to use DB2 with jbpm5 (5.3)
*Problems:*
a. Some tables are not created ---> (mentioned below).
b. Exception when running the sample program (sample.bpmn from evaluation project)--->(mentioned below)
My war got deployed ( jbpm-gwt-console-server.war including other wars like designer.war, drools-guvnor.war,jbpm-form-builder.war, jbpm-gwt-console.war,jbpm-human-task-war.war) but i do not see
ProcessInstanceInfo, WorkItemInfo, SessionInfo, etc tables in db.
Following are the tables which are present in jbpm5 database
ATTACHMENT,BOOLEANEXPRESSION,DEADLINE,DELEGATION_DELEGATES,EMAIL_HEADER,ESCALATION,I18NTEXT,NOTIFICATION,
NOTIFICATION_BAS,NOTIFICATION_EMAIL_HEADER, NOTIFICATION_RECIPIENTS,ORGANIZATIONALENTITY,PEOPLEASSIGNMENTS_BAS,
PEOPLEASSIGNMENTS_EXCLOWNERS,PEOPLEASSIGNMENTS_POTOWNERS,PEOPLEASSIGNMENTS_RECIPIENTS,PEOPLEASSIGNMENTS_STAKEHOLDERS,
REASSIGNMENT,REASSIGNMENT_POTENTIALOWNERS,SUBTASKSSTRATEGY,TASK,TASK_COMMENT
These are the table which are available in
Q.1 When does processInstaceInfo, etc table gets created?
Q.2 I get the error when i start sample program.
*Error on console ( ProcessTest.java)*
0 30/08 09:30:02,395[main] ERROR workitem.wsht.GenericHTWorkItemHandler.executeWorkItem - Thu Aug 30 09:30:02 GMT+05:30 2012: Error when creating task on task server for work item id 1. Error reported by task server: Command AddTaskRequest faild due to Operation failed. Please contact task server administrator.
java.lang.RuntimeException: +Command AddTaskRequest faild due to Operation failed. Please contact task server administrator.+
at org.jbpm.task.service.TaskServerHandler.messageReceived(TaskServerHandler.java:662)
at org.jbpm.task.service.hornetq.HornetQTaskServerHandler.messageReceived(HornetQTaskServerHandler.java:44)
at org.jbpm.task.service.hornetq.BaseHornetQTaskServer.run(BaseHornetQTaskServer.java:85)
at java.lang.Thread.run(Thread.java:619)
Process started ...
*Error in server.log of jboss7*
09:30:02,379 ERROR [stderr] (Thread-16) java.lang.RuntimeException: Operation failed
09:30:02,379 ERROR [stderr] (Thread-16) at org.jbpm.task.service.TaskServiceSession.doOperationInTransaction(TaskServiceSession.java:994)
09:30:02,379 ERROR [stderr] (Thread-16) at org.jbpm.task.service.TaskServiceSession.addTask(TaskServiceSession.java:186)
09:30:02,379 ERROR [stderr] (Thread-16) at org.jbpm.task.service.TaskServerHandler.messageReceived(TaskServerHandler.java:144)
09:30:02,379 ERROR [stderr] (Thread-16) at org.jbpm.task.service.hornetq.HornetQTaskServerHandler.messageReceived(HornetQTaskServerHandler.java:44)
09:30:02,379 ERROR [stderr] (Thread-16) at org.jbpm.task.service.hornetq.BaseHornetQTaskServer.run(BaseHornetQTaskServer.java:85)
09:30:02,379 ERROR [stderr] (Thread-16) at java.lang.Thread.run(Thread.java:619)
09:30:02,379 ERROR [stderr] (Thread-16) Caused by: javax.persistence.PersistenceException: org.hibernate.HibernateException: The database returned no natively generated identity value
09:30:02,379 ERROR [stderr] (Thread-16) at org.hibernate.ejb.AbstractEntityManagerImpl.throwPersistenceException(AbstractEntityManagerImpl.java:614)
Could you plz suggestion something on this?
Deepak
:)
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/756886#756886]
Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
13 years, 7 months
[Beginner's Corner] - JBOSS+JSF1.2 JBossMojarra12ConfigureListener ERROR
by cgmedina
cgmedina [https://community.jboss.org/people/cgmedina] created the discussion
"JBOSS+JSF1.2 JBossMojarra12ConfigureListener ERROR"
To view the discussion, visit: https://community.jboss.org/message/756847#756847
--------------------------------------------------------------
Hi community
I'm trying to deploy a war application on my server which includes JSF 1.2 components. After several attempts I'm still getting the following message:
2012-08-29 14:28:16,904 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/mhzap101-web]] (WorkerThread#0[127.0.0.1:2610]) Exception sending context initialized event to listener instance of class org.jboss.web.jsf.integration.config.JBossMojarra12ConfigureListener: java.lang.NoClassDefFoundError: javax/faces/lifecycle/LifecycleFactory
here is my web.xml file:
<web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">
<display-name>mhzap101-web</display-name>
<context-param>
<param-name>org.jboss.jbossfaces.JSF_CONFIG_NAME</param-name>
<param-value>Mojarra-1.2</param-value>
</context-param>
<context-param>
<param-name>javax.faces.STATE_SAVING_METHOD</param-name>
<param-value>server</param-value>
</context-param>
<context-param>
<param-name>com.sun.faces.numberOfLogicalViews </param-name>
<param-value>45</param-value>
</context-param>
<context-param>
<param-name>com.sun.faces.numberOfViewsInSession</param-name>
<param-value>45</param-value>
</context-param>
<context-param>
<param-name>com.sun.faces.validateXml</param-name>
<param-value>true</param-value>
</context-param>
<context-param>
<param-name>com.sun.faces.verifyObjects</param-name>
<param-value>false</param-value>
</context-param>
<filter>
<filter-name>UploadFilter</filter-name>
<filter-class>com.sun.webui.jsf.util.UploadFilter</filter-class>
<init-param>
<description>The maximum allowed upload size in bytes. If this is set to a negative value, there is no maximum. The default value is 1000000.</description>
<param-name>maxSize</param-name>
<param-value>2000000</param-value>
</init-param>
<init-param>
<description>The size (in bytes) of an uploaded file which, if it is exceeded, will cause the file to be written directly to disk instead of stored in memory. Files smaller than or equal to this size will be stored in memory. The default value is 4096.</description>
<param-name>sizeThreshold</param-name>
<param-value>4096</param-value>
</init-param>
</filter>
<filter-mapping>
<filter-name>UploadFilter</filter-name>
<servlet-name>Faces Servlet</servlet-name>
</filter-mapping>
<servlet>
<servlet-name>Faces Servlet</servlet-name>
<servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
<init-param>
<param-name>javax.faces.LIFECYCLE_ID</param-name>
<param-value>com.sun.faces.lifecycle.PARTIAL</param-value>
</init-param>
<load-on-startup>1</load-on-startup>
</servlet>
<servlet>
<servlet-name>ExceptionHandlerServlet</servlet-name>
<servlet-class>com.sun.errorhandler.ExceptionHandler</servlet-class>
<init-param>
<param-name>errorHost</param-name>
<param-value>localhost</param-value>
</init-param>
<init-param>
<param-name>errorPort</param-name>
<param-value>24444</param-value>
</init-param>
</servlet>
<servlet>
<servlet-name>ThemeServlet</servlet-name>
<servlet-class>com.sun.webui.theme.ThemeServlet</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>Faces Servlet</servlet-name>
<url-pattern>/faces/*</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>ExceptionHandlerServlet</servlet-name>
<url-pattern>/error/ExceptionHandler</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>ThemeServlet</servlet-name>
<url-pattern>/theme/*</url-pattern>
</servlet-mapping>
<session-config>
<session-timeout>
30
</session-timeout>
</session-config>
<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
<error-page>
<exception-type>javax.servlet.ServletException</exception-type>
<location>/error/ExceptionHandler</location>
</error-page>
<error-page>
<exception-type>java.io.IOException</exception-type>
<location>/error/ExceptionHandler</location>
</error-page>
<error-page>
<exception-type>javax.faces.FacesException</exception-type>
<location>/error/ExceptionHandler</location>
</error-page>
<error-page>
<exception-type>com.sun.rave.web.ui.appbase.ApplicationException</exception-type>
<location>/error/ExceptionHandler</location>
</error-page>
<jsp-config>
<jsp-property-group>
<url-pattern>*.jspf</url-pattern>
<is-xml>true</is-xml>
</jsp-property-group>
</jsp-config>
<security-constraint>
<web-resource-collection>
<web-resource-name>Area Publica</web-resource-name>
<description>Hojas de Estilo, Imagenes, etc</description>
<url-pattern>/resources/*</url-pattern>
</web-resource-collection>
</security-constraint>
<security-constraint>
<web-resource-collection>
<web-resource-name>Area Privada</web-resource-name>
<description>Gestion del Programa de Pension Alimentaria</description>
<url-pattern>/*</url-pattern>
</web-resource-collection>
<auth-constraint>
<role-name>SuperGestor</role-name>
<role-name>SuperLector</role-name>
<role-name>Operador</role-name>
</auth-constraint>
</security-constraint>
<login-config>
<auth-method>FORM</auth-method>
<realm-name/>
<form-login-config>
<form-login-page>/login.jsp</form-login-page>
<form-error-page>/error.jsp</form-error-page>
</form-login-config>
</login-config>
<ejb-local-ref>
<description>FacadeBeanLocator EJB Local Reference</description>
<ejb-ref-name>ejb/FacadeBeanLocator</ejb-ref-name>
<ejb-ref-type>Session</ejb-ref-type>
<local>com.egt.ejb.persistence.FacadeBeanLocatorLocal</local>
<ejb-link>mhzap101-ejb-persistence.jar#FacadeBeanLocatorBean</ejb-link>
</ejb-local-ref>
<resource-ref>
<description>Visual Web generated DataSource Reference</description>
<res-ref-name>jdbc/mhzap101</res-ref-name>
<res-type>javax.sql.DataSource</res-type>
<res-auth>Container</res-auth>
</resource-ref>
</web-app>
These all lines work fine on glassfish I'm trying to migrate them to JBoss AS 6
Please help I don't know what is wrong with my project
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/756847#756847]
Start a new discussion in Beginner's Corner at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
13 years, 7 months
[JBoss Tools] - Matrix of supported platforms, runtimes and technologies in JBossTools/JBDS
by Nick Boldt
Nick Boldt [https://community.jboss.org/people/nickboldt] modified the document:
"Matrix of supported platforms, runtimes and technologies in JBossTools/JBDS"
To view the document, visit: https://community.jboss.org/docs/DOC-14297
--------------------------------------------------------------
+Note: this page is as up to date & accurate as possible, but is subject to change.+
The following matrix shows what versions of platforms, runtimes and technologies are supported by JBoss Tools & JBDS.
|| Eclipse (http://www.eclipse.org/downloads/) || JBoss Tools (http://www.jboss.org/tools) || JBDS (https://devstudio.jboss.com) || EAP (http://www.redhat.com/products/jbossenterprisemiddleware/application-plat...) || AS (http://www.jboss.org/jbossas) || Seam (http://seamframework.org/) || JSF (http://www.oracle.com/technetwork/java/javaee/javaserverfaces-139869.html) || RichFaces (http://www.jboss.org/richfaces) (the latest supported version) ||
| 4.2/Juno | 4.0 | 6.0 | 4.3,5.0,6.0 | 7.0,6.0,5.1, 5.0, 4.2, 4.0, 3.2 | 2.3, 2.2, 2.1, 2.0, 1.2 | 2.0 , 1.2, 1.1 | 3.3.x, 4.0.x |
| 3.7/Indigo | 3.3 | 5.0 | 4.3,5.0,6.0 | 7.0,6.0,5.1, 5.0, 4.2, 4.0, 3.2 | 2.3, 2.2, 2.1, 2.0, 1.2 | 2.0, 1.2, 1.1 | 3.3.x, 4.0.x |
| 3.6/Helios | 3.2 | 4.x | 4.3,5.0 | 6.0,5.1, 5.0, 4.2, 4.0, 3.2 | 2.2, 2.1, 2.0, 1.2 | 2.0, 1.2, 1.1 | 3.3.x |
| 3.5/Galileo | 3.1 | 3.0 | 4.3, 5.0 | 5.1, 5.0, 4.2, 4.0, 3.2 | 2.2, 2.1, 2.0, 1.2 | 2.0 (in VPE), 1.2, 1.1 | 3.3.x |
| 3.4/Ganymede | 3.0 | 2.1 | 4.3, 5.0 | 5.0, 4.2, 4.0, 3.2 | 2.2, 2.1, 2.0, 1.2 | 1.2, 1.1 | 3.3.1 |
| 3.3.2/Europa | 2.1.2 | 1.1 | 4.3 | 5.0, 4.2, 4.0, 3.2 | 2.0, 1.2 | 1.2, 1.1 | 3.3.0 |
| 3.3.1.1/Europa | 2.0.1 | 1.0 | 4.2 | 4.2, 4.0, 3.2 | 2.0, 1.2 | 1.2, 1.1 | 3.1.0 |
This matrix shows what operating systems and JDKs are supported by Eclipse, JBoss Tools & JBDS.
|| JDKs Supported by Eclipse (http://www.eclipse.org/downloads/) || JBoss Tools (http://www.jboss.org/tools) || JBDS (https://devstudio.jboss.com) || Operating System || JDK || Supported?
|| Includes Visual Page Editor? ||
| %6% *4.2/Juno*
Win7, WinXP & RHEL6: JDK 7 or 6
Others: JDK 6 only - Details (http://www.eclipse.org/projects/project-plan.php?planurl=http://www.eclip...) | %6% 4.0 | %6% 6.0 | Windows 7 or XP, 32-bit | 7 or 6, 32-bit | Yes | Yes |
| Windows 7 or XP, 64-bit | 7 or 6, 64- or 32-bit | Yes | Yes, using 32-bit JDK only |
| RHEL6 or Fedora, 32-bit | 7 or 6, 32-bit | Yes | Yes |
| RHEL6 or Fedora, 64-bit | 7 or 6, 64- or 32-bit | Yes | Yes |
| OSX 10.6, 32-bit | 6, 32-bit | Yes | Yes |
| OSX 10.6, 64-bit | 6, 64- or 32-bit | Yes | Yes, using 32-bit JDK only - Details (https://issues.jboss.org/browse/JBDS-943) |
| %1,7%
|
| %6% *3.7/Indigo*
JDK 6 only - Details (http://www.eclipse.org/projects/project-plan.php?planurl=http://www.eclip...) | %6% 3.3 | %6% 5.0 | Windows 7 or XP, 32-bit | 6, 32-bit | Yes | Yes |
| Windows 7 or XP, 64-bit | 6, 64- or 32-bit | Yes | Yes, using 32-bit JDK only |
| RHEL6 or Fedora, 32-bit | 6, 32-bit | Yes | Yes |
| RHEL6 or Fedora, 64-bit | 6, 64- or 32-bit | Yes | Yes |
| OSX 10.6 Cocoa, 32-bit | 6, 32-bit | Yes | Yes |
| OSX 10.6 Cocoa, 64-bit | 6, 64- or 32-bit | Yes | Yes, using 32-bit JDK only - Details (https://issues.jboss.org/browse/JBDS-943) |
| %1,7%
|
| %5% *3.6/Helios*
WinXP and RHEL5: JDK 6 or 5
Others: JDK5 - Details (http://www.eclipse.org/projects/project-plan.php?planurl=http://www.eclip...) | %5% 3.2 | %5% 4.x | Windows XP 32-bit | 6 or 5, 32-bit | Yes | Yes |
| RHEL5 or Fedora, 32-bit | 6 or 5, 32-bit | Yes | Yes |
| RHEL5 or Fedora, 64-bit | 6 or 5, 64- or 32-bit | Yes | Yes |
| OSX 10.5 or 10.6 Cocoa, 32-bit | 5, 32-bit | Yes | Yes |
| OSX 10.5 or 10.6 Cocoa, 64-bit | 5, 64- or 32-bit | Yes | Yes, using 32-bit JDK only - Details (https://issues.jboss.org/browse/JBDS-943) |
| %1,7%
|
| %4% *3.5/Galileo*
WinXP and RHEL5: JDK 6 or 5
Others: JDK5 - Details (http://www.eclipse.org/projects/project-plan.php?planurl=http://www.eclip...) | %4% 3.1 | %4% 3.0 | Windows XP 32-bit | 6 or 5, 32-bit | Yes | Yes |
| RHEL5 or Fedora, 32-bit | 6 or 5, 32-bit | Yes | Yes |
| RHEL5 or Fedora, 64-bit | 6 or 5, 64- or 32-bit | Yes | Yes |
| OSX 10.5 Carbon or Cocoa, 32-bit | 5, 32-bit | Yes | Yes |
| %1,7%
|
| %4% *3.4/Ganymede*
WinXP: JDK 6 or 5
Others: JDK 5 - Details (http://dev.eclipse.org/viewcvs/viewvc.cgi/www/eclipse/development/eclipse...) | %4% 3.0 | %4% 2.1 | Windows XP 32-bit | 6 or 5, 32-bit | Yes | Yes |
| Linux, 32-bit | 5, 32-bit | Yes | Yes |
| Linux, 64-bit | 5, 64- or 32-bit | Yes | Yes |
| OSX 10.5 Carbon, 32-bit | 5, 32-bit | Yes | Yes |
| %1,7%
|
| %4% *3.3/Europa*
JDK 5 - Details (http://dev.eclipse.org/viewcvs/viewvc.cgi/www/eclipse/development/eclipse...) | %4% 2.x | %4% 1.x | Windows XP 32-bit | 5, 32-bit | Yes | Yes |
| Linux, 32-bit | 5, 32-bit | Yes | Yes |
| Linux, 64-bit | 5, 64- or 32-bit | Yes | Yes |
| OSX 10.4 Carbon, 32-bit | 5, 32-bit | Yes | Yes |
--------------------------------------------------------------
Comment by going to Community
[https://community.jboss.org/docs/DOC-14297]
Create a new document in JBoss Tools at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=102&c...]
13 years, 7 months
[JBoss Tools] - Matrix of supported platforms, runtimes and technologies in JBossTools/JBDS
by Nick Boldt
Nick Boldt [https://community.jboss.org/people/nickboldt] modified the document:
"Matrix of supported platforms, runtimes and technologies in JBossTools/JBDS"
To view the document, visit: https://community.jboss.org/docs/DOC-14297
--------------------------------------------------------------
+Note: this page is as up to date & accurate as possible, but is subject to change.+
The following matrix shows what versions of platforms, runtimes and technologies are supported by JBoss Tools/JBDS.
|| Eclipse || JBoss Tools || JBDS || EAP || AS || Seam || JSF || RichFaces (the latest supported version) ||
| 4.2/Juno | 4.0 | 6.0 | 4.3,5.0,6.0 | 7.0,6.0,5.1, 5.0, 4.2, 4.0, 3.2 | 2.3, 2.2, 2.1, 2.0, 1.2 | 2.0 , 1.2, 1.1 | 3.3.x, 4.0.x |
| 3.7/Indigo | 3.3 | 5.0 | 4.3,5.0,6.0 | 7.0,6.0,5.1, 5.0, 4.2, 4.0, 3.2 | 2.3, 2.2, 2.1, 2.0, 1.2 | 2.0, 1.2, 1.1 | 3.3.x, 4.0.x |
| 3.6/Helios | 3.2 | 4.0.0/4.1.0 | 4.3,5.0 | 6.0,5.1, 5.0, 4.2, 4.0, 3.2 | 2.2, 2.1, 2.0, 1.2 | 2.0, 1.2, 1.1 | 3.3.x |
| 3.5/Galileo | 3.1 | 3.0.0 | 4.3, 5.0 | 5.1, 5.0, 4.2, 4.0, 3.2 | 2.2, 2.1, 2.0, 1.2 | 2.0 (in VPE), 1.2, 1.1 | 3.3.x |
| 3.4.2/Ganymede | 3.0 | 2.1.0 | 4.3, 5.0 | 5.0, 4.2, 4.0, 3.2 | 2.2, 2.1, 2.0, 1.2 | 1.2, 1.1 | 3.3.1 |
| 3.3.2/Europa | 2.1.2 | 1.1.0 | 4.3 | 5.0, 4.2, 4.0, 3.2 | 2.0, 1.2 | 1.2, 1.1 | 3.3.0 |
| 3.3.1.1/Europa | 2.0.1 | 1.0.0 | 4.2 | 4.2, 4.0, 3.2 | 2.0, 1.2 | 1.2, 1.1 | 3.1.0 |
This matrix shows what operating systems and JDKs are supported by JBoss Tools / JBDS.
|| JBoss Tools
|| Operating System || JDK || Supported?
|| Includes Visual Page Editor? || JDK(s) Supported by IDE ||
| %6% 4.0 | Windows 7 or XP, 32-bit | 7 or 6, 32-bit | Yes | Yes | %6% Win7, WinXP & RHEL6: JDK 7 or 6
Others: JDK 6 only - Details (http://www.eclipse.org/projects/project-plan.php?planurl=http://www.eclip...) |
| Windows 7 or XP, 64-bit | 7 or 6, 64- or 32-bit | Yes | * - using 32-bit JDK only |
| RHEL6 or Fedora, 32-bit | 7 or 6, 32-bit | Yes | Yes |
| RHEL6 or Fedora, 64-bit | 7 or 6, 64- or 32-bit | Yes | Yes |
| OSX 10.6, 32-bit | 6, 32-bit | Yes | Yes |
| OSX 10.6, 64-bit | 6, 64- or 32-bit | Yes | * - using 32-bit JDK only - Details (https://issues.jboss.org/browse/JBDS-943) |
| %6% 3.3 | Windows 7 or XP, 32-bit | 6, 32-bit | Yes | Yes | %6% JDK 6 only - Details (http://www.eclipse.org/projects/project-plan.php?planurl=http://www.eclip...) |
| Windows 7 or XP, 64-bit | 6, 64- or 32-bit | Yes | * - using 32-bit JDK only |
| RHEL6 or Fedora, 32-bit | 6, 32-bit | Yes | Yes |
| RHEL6 or Fedora, 64-bit | 6, 64- or 32-bit | Yes | Yes |
| OSX 10.6 Cocoa, 32-bit | 6, 32-bit | Yes | Yes |
| OSX 10.6 Cocoa, 64-bit | 6, 64- or 32-bit | Yes | * - using 32-bit JDK only - Details (https://issues.jboss.org/browse/JBDS-943) |
| %5% 3.2 | Windows XP 32-bit | 6 or 5, 32-bit | Yes | Yes | %5% WinXP and RHEL5: JDK 6 or 5
Others: JDK5 - Details (http://www.eclipse.org/projects/project-plan.php?planurl=http://www.eclip...) |
| RHEL5 or Fedora, 32-bit | 6 or 5, 32-bit | Yes | Yes |
| RHEL5 or Fedora, 64-bit | 6 or 5, 64- or 32-bit | Yes | Yes |
| OSX 10.5 or 10.6 Cocoa, 32-bit | 5, 32-bit | Yes | Yes |
| OSX 10.5 or 10.6 Cocoa, 64-bit | 5, 64- or 32-bit | Yes | * - using 32-bit JDK only - Details (https://issues.jboss.org/browse/JBDS-943) |
| %4% 3.1 | Windows XP 32-bit | 6 or 5, 32-bit | Yes | Yes | %4% WinXP and RHEL5: JDK 6 or 5
Others: JDK5 - Details (http://www.eclipse.org/projects/project-plan.php?planurl=http://www.eclip...) |
| RHEL5 or Fedora, 32-bit | 6 or 5, 32-bit | Yes | Yes |
| RHEL5 or Fedora, 64-bit | 6 or 5, 64- or 32-bit | Yes | Yes |
| OSX 10.5 Carbon or Cocoa, 32-bit | 5, 32-bit | Yes | Yes |
| %4% 3.0 | Windows XP 32-bit | 6 or 5, 32-bit | Yes | Yes | %4% WinXP: JDK 6 or 5
Others: JDK 5 - Details (http://dev.eclipse.org/viewcvs/viewvc.cgi/www/eclipse/development/eclipse...) |
| Linux, 32-bit | 5, 32-bit | Yes | Yes |
| Linux, 64-bit | 5, 64- or 32-bit | Yes | Yes |
| OSX 10.5 Carbon, 32-bit | 5, 32-bit | Yes | Yes |
| %4% 2.x | Windows 7 32-bit | 5, 32-bit | Yes | Yes | %4% JDK 5 - Details (http://dev.eclipse.org/viewcvs/viewvc.cgi/www/eclipse/development/eclipse...) |
| Linux, 32-bit | 5, 32-bit | Yes | Yes |
| Linux, 64-bit | 5, 64- or 32-bit | Yes | Yes |
| OSX 10.4 Carbon, 32-bit | 5, 32-bit | Yes | Yes |
--------------------------------------------------------------
Comment by going to Community
[https://community.jboss.org/docs/DOC-14297]
Create a new document in JBoss Tools at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=102&c...]
13 years, 7 months
[Beginner's Corner] - War correctly deployed in Tomcat 6, But failed in JBoss 5.5
by Andres Bravo
Andres Bravo [https://community.jboss.org/people/sirandy] created the discussion
"War correctly deployed in Tomcat 6, But failed in JBoss 5.5"
To view the discussion, visit: https://community.jboss.org/message/756807#756807
--------------------------------------------------------------
Hi, I have a WAR that was deployed into Tomcat 6 correctly. However when I try to deploy it into JBoss, it is throwing exceptiones, refering to JPA, EntityManager Factory etc, etc...
Here a piece of the log:
.
.
.
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [config/context-jpa.xml]: Invocation of init method failed; nested exception is javax.persistence.PersistenceException: [PersistenceUnit: application] Unable to configure EntityManagerFactory
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1455)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)
.
.
.
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name '/ProcedureServiceHessian' defined in class path resource [config/context-webservice.xml]: Cannot resolve reference to bean 'procedureService' while setting bean property 'service'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'procedureService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private mx.gob.conocer.prototype.jpa.dao.CatStageDAO mx.gob.conocer.prototype.service.procedure.impl.ProcedureServiceImpl.catStageDAO; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'catStageDAO': Injection of persistence dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [config/context-jpa.xml]: Invocation of init method failed; nested exception is javax.persistence.PersistenceException: [PersistenceUnit: application] Unable to configure EntityManagerFactory
Why this could be possible?
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/756807#756807]
Start a new discussion in Beginner's Corner at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
13 years, 7 months
[JBoss Tools] - jboss-javaee6-webapp-ear-archetype: Doesn't deploy in Eclipse 4.2
by Andy Pickler
Andy Pickler [https://community.jboss.org/people/andypickler] created the discussion
"jboss-javaee6-webapp-ear-archetype: Doesn't deploy in Eclipse 4.2"
To view the discussion, visit: https://community.jboss.org/message/756546#756546
--------------------------------------------------------------
Platform: Ubuntu 12.04 64-bit
JDK: OpenJDK 7 (1.7.0_03)
Eclipse: 4.2 (Juno)
JBoss Tools: 3.? (Nightly build...updated every day as prompted)
JBoss Server: 7.1.1 Final (full profile)
I generated a basic Java EE multi-module Maven project using the jboss-javaee6-webapp-ear-archetype archetype. If I build on the command line using "mvn clean package jboss-as:deploy", it deploys and works fine. However, if I import the project into Eclipse and deploy to the same JBoss server (configured within Eclipse and deployed internally as "Run on server"), I get the following error:
12:00:15,391 INFO [org.hibernate.tool.hbm2ddl.SchemaExport] (MSC service thread 1-8) HHH000227: Running hbm2ddl schema export
12:00:15,403 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (MSC service thread 1-8) HHH000231: Schema export unsuccessful: org.hibernate.tool.hbm2ddl.ImportScriptException: Error during statement execution (file: '/import.sql'): insert into Registrant(id, name, email, phone_number) values (0, 'John Smith', 'john.smith(a)mailinator.com', '2125551212')
at org.hibernate.tool.hbm2ddl.SchemaExport.importScript(SchemaExport.java:451) [hibernate-core-4.1.6.Final.jar:4.1.6.Final]
at org.hibernate.tool.hbm2ddl.SchemaExport.execute(SchemaExport.java:378) [hibernate-core-4.1.6.Final.jar:4.1.6.Final]
at org.hibernate.tool.hbm2ddl.SchemaExport.create(SchemaExport.java:304) [hibernate-core-4.1.6.Final.jar:4.1.6.Final]
at org.hibernate.tool.hbm2ddl.SchemaExport.create(SchemaExport.java:293) [hibernate-core-4.1.6.Final.jar:4.1.6.Final]
at org.hibernate.internal.SessionFactoryImpl.<init>(SessionFactoryImpl.java:487) [hibernate-core-4.1.6.Final.jar:4.1.6.Final]
at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1746) [hibernate-core-4.1.6.Final.jar:4.1.6.Final]
at org.hibernate.ejb.EntityManagerFactoryImpl.<init>(EntityManagerFactoryImpl.java:94) [hibernate-entitymanager-4.1.6.Final.jar:4.1.6.Final]
at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:905) [hibernate-entitymanager-4.1.6.Final.jar:4.1.6.Final]
at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:890) [hibernate-entitymanager-4.1.6.Final.jar:4.1.6.Final]
at org.hibernate.ejb.HibernatePersistence.createContainerEntityManagerFactory(HibernatePersistence.java:74) [hibernate-entitymanager-4.1.6.Final.jar:4.1.6.Final]
at org.jboss.as.jpa.service.PersistenceUnitServiceImpl.createContainerEntityManagerFactory(PersistenceUnitServiceImpl.java:162) [jboss-as-jpa-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.jpa.service.PersistenceUnitServiceImpl.start(PersistenceUnitServiceImpl.java:85) [jboss-as-jpa-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811)
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [rt.jar:1.7.0_03]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [rt.jar:1.7.0_03]
at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_03]
Caused by: org.h2.jdbc.JdbcSQLException: Table "REGISTRANT" not found; SQL statement:
insert into Registrant(id, name, email, phone_number) values (0, 'John Smith', 'john.smith(a)mailinator.com', '2125551212') [42102-161]
at org.h2.message.DbException.getJdbcSQLException(DbException.java:329)
at org.h2.message.DbException.get(DbException.java:169)
at org.h2.message.DbException.get(DbException.java:146)
at org.h2.command.Parser.readTableOrView(Parser.java:4749)
at org.h2.command.Parser.readTableOrView(Parser.java:4727)
at org.h2.command.Parser.parseInsert(Parser.java:949)
at org.h2.command.Parser.parsePrepared(Parser.java:375)
at org.h2.command.Parser.parse(Parser.java:279)
at org.h2.command.Parser.parse(Parser.java:251)
at org.h2.command.Parser.prepareCommand(Parser.java:217)
at org.h2.engine.Session.prepareLocal(Session.java:415)
at org.h2.engine.Session.prepareCommand(Session.java:364)
at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1119)
at org.h2.jdbc.JdbcStatement.executeUpdateInternal(JdbcStatement.java:121)
at org.h2.jdbc.JdbcStatement.executeUpdate(JdbcStatement.java:110)
at org.jboss.jca.adapters.jdbc.WrappedStatement.executeUpdate(WrappedStatement.java:371)
at org.hibernate.tool.hbm2ddl.DatabaseExporter.export(DatabaseExporter.java:64) [hibernate-core-4.1.6.Final.jar:4.1.6.Final]
at org.hibernate.tool.hbm2ddl.SchemaExport.importScript(SchemaExport.java:446) [hibernate-core-4.1.6.Final.jar:4.1.6.Final]
... 16 more
12:00:15,417 INFO [org.hibernate.tool.hbm2ddl.SchemaExport] (MSC service thread 1-8) HHH000230: Schema export complete
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/756546#756546]
Start a new discussion in JBoss Tools at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
13 years, 7 months
[jBPM] - Exception while starting a new from eclipse
by kifayath khan
kifayath khan [https://community.jboss.org/people/kifayath] created the discussion
"Exception while starting a new from eclipse"
To view the discussion, visit: https://community.jboss.org/message/756746#756746
--------------------------------------------------------------
Hi,
I have successfully started using jbpm5.3 with mysql5 deployed on tomcat 7. I am able to start the evaluation example from jbpm-console and it is working fine.But when i start this process in eclipse by running ProcessTest.java I getting the following error
java.lang.NoSuchMethodError: org.drools.util.CompositeClassLoader.clone()Lorg/drools/util/CompositeClassLoader;
at org.drools.compiler.PackageBuilderConfiguration.getClassLoader(PackageBuilderConfiguration.java:355)
at org.drools.rule.builder.dialect.java.JavaDialectConfiguration.setCompiler(JavaDialectConfiguration.java:91)
at org.drools.rule.builder.dialect.java.JavaDialectConfiguration.init(JavaDialectConfiguration.java:54)
at org.drools.compiler.PackageBuilderConfiguration.addDialect(PackageBuilderConfiguration.java:306)
at org.drools.compiler.PackageBuilderConfiguration.buildDialectConfigurationMap(PackageBuilderConfiguration.java:295)
at org.drools.compiler.PackageBuilderConfiguration.init(PackageBuilderConfiguration.java:184)
at org.drools.compiler.PackageBuilderConfiguration.<init>(PackageBuilderConfiguration.java:162)
at org.drools.compiler.PackageBuilder.<init>(PackageBuilder.java:277)
at org.drools.compiler.PackageBuilder.<init>(PackageBuilder.java:205)
at org.drools.builder.impl.KnowledgeBuilderFactoryServiceImpl.newKnowledgeBuilder(KnowledgeBuilderFactoryServiceImpl.java:34)
at org.drools.builder.KnowledgeBuilderFactory.newKnowledgeBuilder(KnowledgeBuilderFactory.java:47)
at com.sample.ProcessTest.readKnowledgeBase(ProcessTest.java:40)
at com.sample.ProcessTest.main(ProcessTest.java:24)
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/756746#756746]
Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
13 years, 7 months