[News & Announcements] - JEMS Installer 1.2.0.GA released
by rrajesh
JEMS Installer 1.2.0.GA (AS 4.0.5.GA, EJB3 1.0.0.CR9-patch1, Portal 2.4.1.SP1, JBossWS 1.0.3.SP1) has been released and is available for download from the following location.
http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=19...
JEMS Installer - Version 1.2.0.GA: JBossAS-4.0.5, EJB3 CR9 patch1, Portal 2.4.1 SP1
Changes:
** Bug
* [JBINSTALL-42] - Missing system properties service from ejb3
* [JBINSTALL-51] - ejb3 group doesn't include web-console
* [JBINSTALL-132] - EJB3 remote JNDI lookup fails
* [JBINSTALL-135] - web-console plugins fail to load
* [JBINSTALL-136] - Column names in InstallationGroupPanel not localizable
* [JBINSTALL-137] - InstallGroup names not localizable in InstallationGroupPanel
* [JBINSTALL-139] - Small izpack localization issues that need to be fixed
* [JBINSTALL-142] - support localization of the unit strings (bytes, MB, KB, GB)
* [JBINSTALL-147] - JMX security panel: wrong button focus by default
* [JBINSTALL-153] - JEMS installation failed if install path contains non-english characters
* [JBINSTALL-157] - installation path cannot be displayed fully in the installer
* [JBINSTALL-162] - Duplicate IDs among install.xml, userInputSpec.xml, eng.xml that make problems in generating a intergrated langpack.
* [JBINSTALL-166] - Non-English installation path is displayed garbled characters in InstallSummary.html
* [JBINSTALL-168] - Required packages are not in grey in the package selection page
* [JBINSTALL-173] - Proceed with default installation path, wrong functionality for Close button in Warning dialog
* [JBINSTALL-175] - Selected packs not being refreshed in the collection when the PackPanel is initialized
* [JBINSTALL-177] - Going back and forth between profile selection and packs selection makes packs selection unavailable
* [JBINSTALL-178] - JEMS installer 1.2.0.GA broken in headless mode.
* [JBINSTALL-179] - jbossauto-install.xml generator doesn't produce proper indexes when parsing install.xml
** Feature Request
* [JBINSTALL-96] - Need mutually exclusive configuration in the installer to support alternate configs like jms/ha-jms
* [JBINSTALL-146] - 'shutdown -S' fails for Tomcat only installation
* [JBINSTALL-149] - Installer doesnt give option to select AttributePersistenceService
** Task
* [JBINSTALL-46] - Installer needs to automatically generate install config file which makes it easy to reproduce customer config in dev
* [JBINSTALL-93] - Need to sync up installer's output for the AS with ZIP distro
* [JBINSTALL-125] - Uninstaller needs to support headless mode
* [JBINSTALL-130] - Enable localization of pack names and descriptions
* [JBINSTALL-134] - Enable i18n for the custom panels
* [JBINSTALL-140] - Integrate localized EULA's
* [JBINSTALL-144] - html codes in the configuration selection sceen
* [JBINSTALL-148] - Integrate EJB3 CR9 Patch 1 (EJBTHREE-795)
* [JBINSTALL-163] - Integrate Portal 2.4.1.GA
* [JBINSTALL-174] - Integrate updated installer images
* [JBINSTALL-176] - Update GroupPackMapper not to include excluded packs.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999569#3999569
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3999569
19 years, 3 months
[JBossCache] - Re: NPE when using optimistic locking with JbossCache 1.4.0.
by rkrol
To return on my problem with org.hibernate.cache.OptimisticTreeCache$DataVersionAdapter and org.hibernate.cache.OptimisticTreeCache$NonLockingDataVersion on delete operation...
Everthing is ok if I modify the class org.jboss.cache.interceptors.OptimisticValidatorInterceptor to delete an if statement that generate the DataVersioningException : if(!realNode.getVersion().getClass().equals(workspaceNode.getVersion().getClass())) line 142.
The problem is that Hibernate considers that the DataVersion can change from a type to an other (NonLockingDataVersion to DataVersionAdapter), but it's not the idea on JBC.
So my question : Is it important to have the same type before and after the update of the node ? Does the "newerThan(DataVersion)" method not supposed to manage the different type to be able to compare him to an other kind of DataVersion ?
Rudy KROL
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999568#3999568
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3999568
19 years, 3 months
[JBoss jBPM] - Exceptions when using jbpm-jpdl-3.2.Beta1 Webapp
by h4daniel
Hello,
we want to use the new 3.2.Beta1 webapp out-of-the-box with the jboss appserver and the hsql-db coming in the suite.
During testing the new webapp we recognized, that both signaling a token and finishing a task don't work. Please find the StackTrace below:
Token->Signal:
javax.servlet.ServletException: org.jbpm.webapp.bean.ProcessInstanceBean$SignalToken
javax.faces.webapp.FacesServlet.service(FacesServlet.java:256) org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:75) org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:213)
org.jbpm.webapp.filter.LogFilter.doFilter(LogFilter.java:59) org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
root cause
java.lang.IllegalStateException: org.jbpm.webapp.bean.ProcessInstanceBean$SignalToken javax.faces.component.StateHolderSaver.restore(StateHolderSaver.java:98) javax.faces.component.UIComponentBase.restoreAttachedState(UIComponentBase.java:1394) javax.faces.component.UIComponentBase.restoreState(UIComponentBase.java:1260) javax.faces.component.UICommand.restoreState(UICommand.java:332) javax.faces.component.html.HtmlCommandButton.restoreState(HtmlCommandButton.java:858) javax.faces.component.UIComponentBase.processRestoreState(UIComponentBase.java:1129) javax.faces.component.UIComponentBase.processRestoreState(UIComponentBase.java:1145) javax.faces.component.UIComponentBase.processRestoreState(UIComponentBase.java:1145) javax.faces.component.UIComponentBase.processRestoreState(UIComponentBase.java:1145) javax.faces.component.UIComponentBase.processRestoreState(UIComponentBase.java:1145) org.jbpm.webapp.tag.jbpm.ui.Search.processRestoreState(Search.java:126) javax.faces.component.UIComponentBase.processRestoreState(UIComponentBase.java:1145) javax.faces.component.UIComponentBase.processRestoreState(UIComponentBase.java:1145) com.sun.faces.application.StateManagerImpl.restoreView(StateManagerImpl.java:173) org.ajax4jsf.framework.ajax.AjaxStateManager.restoreView(AjaxStateManager.java:76) com.sun.faces.application.ViewHandlerImpl.restoreView(ViewHandlerImpl.java:290) org.jbpm.webapp.application.JbpmViewHandler.restoreView(JbpmViewHandler.java:62) com.sun.facelets.FaceletViewHandler.restoreView(FaceletViewHandler.java:317) org.ajax4jsf.framework.ViewHandlerWrapper.restoreView(ViewHandlerWrapper.java:109) org.ajax4jsf.framework.ajax.AjaxViewHandler.restoreView(AjaxViewHandler.java:140) com.sun.faces.lifecycle.RestoreViewPhase.execute(RestoreViewPhase.java:142)
com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:248)
com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117)
javax.faces.webapp.FacesServlet.service(FacesServlet.java:244)
org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:75) org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:213)
org.jbpm.webapp.filter.LogFilter.doFilter(LogFilter.java:59) org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
-------------------
Task - Finish Task:
javax.faces.FacesException: javax.el.PropertyNotFoundException: /main/task/new_tasks.xhtml @41,57 value="#{entry.taskInstance.id}": Property 'taskInstance' is not found on type: java.lang.String
at javax.faces.component.UIOutput.getValue(UIOutput.java:176)
at com.sun.faces.renderkit.html_basic.HtmlBasicInputRenderer.getValue(HtmlBasicInputRenderer.java:189)
at com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.getCurrentValue(HtmlBasicRenderer.java:320)
at com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.encodeEnd(HtmlBasicRenderer.java:200)
at javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:829)
at org.jbpm.webapp.tag.jbpm.renderer.RendererBase.doEncode(RendererBase.java:36)
at org.jbpm.webapp.tag.jbpm.renderer.RendererBase.doEncode(RendererBase.java:46)
at org.jbpm.webapp.tag.jbpm.renderer.RendererBase.doEncode(RendererBase.java:34)
at org.jbpm.webapp.tag.jbpm.renderer.RendererBase$ElementImpl.doEncode(RendererBase.java:266)
at org.jbpm.webapp.tag.jbpm.renderer.DataTableRenderer.renderCells(DataTableRenderer.java:138)
at org.jbpm.webapp.tag.jbpm.renderer.DataTableRenderer.encodeChildren(DataTableRenderer.java:94)
at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:810)
at javax.faces.component.UIComponent.encodeAll(UIComponent.java:884)
at javax.faces.component.UIComponent.encodeAll(UIComponent.java:890)
at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:578)
at org.ajax4jsf.framework.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:101)
at org.ajax4jsf.framework.ajax.AjaxViewHandler.renderView(AjaxViewHandler.java:222)
at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106)
at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:248)
at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:245)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:75)
at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:213)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.jbpm.webapp.filter.LogFilter.doFilter(LogFilter.java:59)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:524)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
at java.lang.Thread.run(Thread.java:595)
Caused by: javax.el.PropertyNotFoundException: /main/task/new_tasks.xhtml @41,57 value="#{entry.taskInstance.id}": Property 'taskInstance' is not found on type: java.lang.String
at com.sun.facelets.el.TagValueExpression.getValue(TagValueExpression.java:73)
at javax.faces.component.UIOutput.getValue(UIOutput.java:173)
... 46 more
Do you have any suggestions?
Thanks
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999564#3999564
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3999564
19 years, 3 months