[JBoss JIRA] (RF-13093) extendedDataTable column resizing and reordering not working on transient (stateless) views
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13093?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13093:
-------------------------------
Original Estimate: 1 hour
Remaining Estimate: 1 hour
> extendedDataTable column resizing and reordering not working on transient (stateless) views
> -------------------------------------------------------------------------------------------
>
> Key: RF-13093
> URL: https://issues.jboss.org/browse/RF-13093
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 4.3.2
> Environment: GlassFish 3.1.2.2 with Mojarra 2.1.23
> Reporter: Salvo Isaja
> Labels: jsf22
> Fix For: 4.3.5, 5.0.0.Alpha3
>
> Original Estimate: 1 hour
> Remaining Estimate: 1 hour
>
> When turning on transient (stateless) views in recent Mojarra versions (as per JSF 2.2 specification, to my best understanding), using request scoped backing beans, javax.faces.ViewState becomes the constant "stateless". Column resizing and reordering in extendedDataTable causes an Ajax request to the server, but in this case an invalid response is sent, containing only:
> {code:xml}
> <?xml version='1.0' encoding='UTF-8'?>
> <partial-response></partial-response>
> {code}
> This causes an exception in {{jsf.js}} because the partial-response element has no children and no further JavaScript processing happens in the view until the page is reloaded. In the non-transient view case, I see a {{change}} element updating only the ViewState is returned, instead.
> Other features seem to work pretty well in stateless mode, by the way.
> Thanks
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 4 months
[JBoss JIRA] (RF-13217) RichFaces 5 framework tests sporadically get stuck
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-13217?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč commented on RF-13217:
---------------------------------
I found out that when running {{ITRegionRichAjax}} alone, everything is okay.
But I found out that when running {{ITFileUpload}}, it got stuck here:
{code}
(E) BeforeClass
(I) TestContextHandler.createSuiteContext
(I) TestContextHandler.createClassContext
(E) TestClass
(O) GrapheneConfigurator.configureGraphene
(E) DroneConfiguration
(E) GrapheneConfigured
(O) DroneConfigurator.prepareGlobalDroneConfiguration
(E) DroneContext
(E) DroneConfigurationEvent
(E) DroneConfigurationEvent
(E) DroneLifecycleEvent
(O) ContainerEventController.execute
(E) ContainerMultiControlEvent
(O) ContainerLifecycleController.startClassContainers
(E) Event
(O) DeploymentGenerator.generateDeployment
(E) DeploymentScenario
(O) DeploymentValidator.verifyWarpDeployment
(E) ContainerMultiControlEvent
(O) ContainerDeployController.deployManaged
(E) DeployDeployment
(I) ContainerDeploymentContextHandler.createContainerContext
(I) ContainerDeploymentContextHandler.createDeploymentContext
(I) DeploymentExceptionHandler.verifyExpectedExceptionDuringDeploy
(O) ContainerDeployController.deploy
(E) DeploymentDescription
(E) Deployment
(E) BeforeDeploy
(O) ArchiveDeploymentToolingExporter.export
(O) ServerSetupObserver.handleBeforeDeployment
(O) ArchiveDeploymentExporter.callback
(O) ArquillianServiceDeployer.doServiceDeploy
16:57:55,036 INFO [org.jboss.as.repository] (management-handler-thread - 2) JBAS014900: Content added at location /mnt/workspace/workspaces/richfaces/richfaces5/framework/target/jboss-as-7.1.1.Final/standalone/data/content/78/16d24abdf77170fcc884b27a356f34667d7af4/content
16:57:55,063 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "ITFileUpload.war"
16:57:57,272 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015893: Encountered invalid class name '!org.jboss.arquillian.protocol.servlet.runner.ServletRemoteExtension' for service type 'org.jboss.arquillian.container.test.spi.RemoteLoadableExtension'
16:57:58,434 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016002: Processing weld deployment ITFileUpload.war
16:57:58,631 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016005: Starting Services for CDI deployment: ITFileUpload.war
16:57:58,681 INFO [org.jboss.weld.Version] (MSC service thread 1-1) WELD-000900 1.1.5 (AS71)
16:57:58,737 INFO [org.jboss.weld.deployer] (MSC service thread 1-3) JBAS016008: Starting weld service for deployment ITFileUpload.war
16:57:59,377 INFO [org.richfaces.log.Webapp] (MSC service thread 1-1) Auto-registered servlet ResourceServlet with mapping '/org.richfaces.resources/*'
16:57:59,453 INFO [javax.enterprise.resource.webcontainer.jsf.config] (MSC service thread 1-1) Initializing Mojarra 2.1.7-jbossorg-1 (20120227-1401) for context '/ITFileUpload'
16:58:03,408 INFO [org.hibernate.validator.util.Version] (MSC service thread 1-1) Hibernate Validator 4.2.0.Final
16:58:05,436 INFO [org.richfaces.log.Cache] (MSC service thread 1-1) Selected fallback cache factory
16:58:05,440 INFO [org.richfaces.log.Cache] (MSC service thread 1-1) Creating LRUMap cache instance using parameters: {javax.faces.PROJECT_STAGE=Development}
16:58:05,442 INFO [org.richfaces.log.Cache] (MSC service thread 1-1) Creating LRUMap cache instance of 512 items capacity
16:58:05,627 WARNING [org.richfaces.log.Application] (MSC service thread 1-1) JMS API was found on the classpath; if you want to enable RichFaces Push JMS integration, set context-param 'org.richfaces.push.jms.enabled' in web.xml
16:58:05,633 INFO [javax.enterprise.resource.webcontainer.jsf.config] (MSC service thread 1-1) Monitoring jndi:/default-host/ITFileUpload/WEB-INF/faces-config.xml for modifications
16:58:05,898 INFO [org.jboss.web] (MSC service thread 1-1) JBAS018210: Registering web context: /ITFileUpload
16:58:05,981 INFO [org.jboss.as.server] (management-handler-thread - 2) JBAS018559: Deployed "ITFileUpload.war"
(E) ProtocolMetaData
(E) AfterDeploy
(O) ContainerRestarter.restart
(O) DroneConfigurator.prepareDroneConfiguration
(E) DroneConfigurationEvent
(E) DroneConfigurationEvent
(O) DroneCallableCreator.createDroneCallable
(E) DroneLifecycleEvent
(E) DroneLifecycleEvent
(O) WarpRuntimeInitializer.injectWarpRuntime
(O) ClientBeforeAfterLifecycleEventExecuter.on
{code}
> RichFaces 5 framework tests sporadically get stuck
> --------------------------------------------------
>
> Key: RF-13217
> URL: https://issues.jboss.org/browse/RF-13217
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: tests - functional
> Affects Versions: 5.0.0.Alpha2
> Reporter: Lukáš Fryč
>
> This happens after upgrade of Graphene to Beta2 and Warp to snapshot:
> https://github.com/richfaces/richfaces/commit/7de83449e60c81fcf51df5247ca...
> We need to investigate what is a cause of failure since it's not evident from the debug logs.
> {{mvn verify -Dintegration=jbosseap61 -Dsmoke -DskipTests=true -Darquillian.debug=true -Doptimization.skip -Dgeneration.skip -Darquillian.container.distribution=file:///home/lfryc/Distributions/jboss-eap-6.1.0-Final.zip}}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 5 months