Thread Facing Issue while Migrating From Jboss7.1 to EAP 6.4
Facing Issue while Migrating From Jboss7.1 to EAP 6.4Hello All, We have upgraded below mentioned technologies from its lower version , Also we are migrating the server from Jboss 7.1 to EAP 6.4. We are facing issue after the Deployment while launching our applic...
Thread Transaction cleanup in Seam 2.3 on wildfly 8 or 9
Transaction cleanup in Seam 2.3 on wildfly 8 or 9Dear seam2 users, From time to time (about 1 of 100 requests) I can observe the following non-deterministic transaction cleanup behavior in a Seam 2.3 application running either on wildfly 8 or 9: ->...
Thread Seam.Component.getInstance raise Seam is not defined
Seam.Component.getInstance raise Seam is not definedHi, Im doing remoting for js and trying to get the example from the doc to work. Have configured servlet in the web.xml, put <script type="text/javascript" src="seam/resource/remoting/resource/remote....
Seam 2.2.2 Final seam-gen abstractionHello there, I'm an enthusiastic newbie when it comes to OOP, Java and Seam. First thing I did was create a webapp by using seam-gen. I'm using JBoss Developer Tools 6.0.1, JDK 6.14. My DB comprises a...
Thread Illegal attempt to set StateManager after a response has been rendered.
Illegal attempt to set StateManager after a response has been rendered.Hi guys, I'm attempting to upgrade our frameworks to Seam 2.3 Richfaces 4.3.3 and JSF 2.2 on Tomcat 6.0.29. Upon attempting to access the test page I get the following exception SEVERE: java.lang.IllegalStateExcepti...
Seam 2.3.0 CR1 not working in Java 1.7Hi All, I have a working application built in Seam 2.3.0 CR1, Java 1.6 and Jboss 7.1.1. It is working fine until now but when I tried to migrate the application to java 1.7 suddenly none of the Java classes wi...
Seam Hibernate upgrade validator issueHi, I have upgrade an Hibernate 3.X app to 5.X. Now i am getting NoClassDefFoundError: org/hibernate/validator/ClassValidator. The reason could be that validator now moved to a new package. How this ca...
Seam multiple JNDI namesHi All, I wanted to know how seam can configure to lookup for two ejb modules. If all ejbs are in one module we can use seam.properties with org.jboss.seam.core.init.jndiPattern But if there are two ejb modul...
Start collpased grouping extendedDataTableHi everyone, I want to know if someone knows how to start collapsed an extendedDataTable with groupingColumn. I put the attribute groupingColumn and it works, but i want that the grid start collapsed. Thanks in a...
Thread how to migrate seamtests (seam 2.2.2) to arquillian?
how to migrate seamtests (seam 2.2.2) to arquillian?I only found guides showing the migration of seam 2.3 tests to arquillian. As I'm migrating from jboss eap 5 to 6, I would like to migrate the tests but it's been complicated to do that from the scenario...
Thread NullpointerException on binary image rendering in jboss 7.5 AS
NullpointerException on binary image rendering in jboss 7.5 ASHi, We have migrated our GUI from jboss 5.1 EAP to Jboss 7.5 AS, but we want to use existing jboss 5.1 jar's with Jboss 7.5 AS. While hitting page, I am rendering byte[] dynamically on GUI, but I am getting b...
Thread Seam 2.3.1.Final <restrict> with 3rd party authentication
Seam 2.3.1.Final <restrict> with 3rd party authenticationWe are upgrading our applications to 2.3.1.Final from 2.2.0.GA. With 2.2.0.GA we follow a 3rd party (J2EE?) authentication model, leveraging a single signon service. In order to get this to work, we had to...
Thread Rerender on a birt report is losing page parameters values
Rerender on a birt report is losing page parameters valuesI have a jsf 2.0 xtml page with a seam birt tag to render a report . Everything works on the first call, but when I'm trying to rerender the report the page and EL parameters are missing . This is my page...
Thread Need to upload a file, convert it to an entity and persist it. Example?
Need to upload a file, convert it to an entity and persist it. Example?I've got an app I'm working on and I need to upload a file, parse it into an entity and persist it. I see a lot of example of how to upload files in html5 but I don't see the connection between the html page and how ...
Thread No ClassLoaders found when deploying on Windows
No ClassLoaders found when deploying on WindowsHi Folks, I'm getting a strange problem when I deploy my app on Windows (XP or 2k3) Here's the server.log output when it deploys successfully on Mac or Linux: 15:22:33,664 INFO [EARDeployer] Init J2EE applica...