Log in to follow, share, and participate in this community.
Thread jboss 7 mojarra 2.1 and 1.2 in one ear
jboss 7 mojarra 2.1 and 1.2 in one earHello. Is this possible to have 2 war in one ear, each of war have different mojarra configuration (1.2 and 2.1)? myear.ear | ->jsf1.war(uses mojarra 1.2) | ->jsf2.war(uses moj...
Thread Blocked thread in JBOSS AS 7.1.1 on a webapplication using richfaces.
Blocked thread in JBOSS AS 7.1.1 on a webapplication using richfaces.We are running a load test on a web application using JMeter. When scaling the application to 100 parallel threads, we are facing a lot of blocked threads waiting to lock java.util.jar.JarFile. The application is runn...
Thread Multiple JSF versions on Wildfly-8.0.0.Beta2-SNAPSHOT
Multiple JSF versions on Wildfly-8.0.0.Beta2-SNAPSHOTHello, I'm testing wildfly-8.0.0.Beta2-SNAPSHOT on Windows 7. In particular I'm interested on adding JSF-2.1 to my server, keeping the "main" preinstalled version. To do so I did these steps: Ins...
Upgrade JBoss AS to JSF2How to Upgrade The following is a total hack and is completely unsupported. But if you want to upgrade JBoss AS to JSF2 and then have lots of fun with the new JSF2 features, here is what you need to do: ...
Thread Exporting the JSF Page (Containing a Chart) to PDF in JSF
Exporting the JSF Page (Containing a Chart) to PDF in JSFI have a scenario as follows A JSF page which holds a chart (High Chart) with a set of tags to display the details related to the chart. What I would like to know is that is there any way in JSF ...
Issue on IE with JBoss upgradeHi, I am new to JBoss. I recently moved my application from JBoss 6.1.0 FInal to 6.1.0 EAP. The application is on JBOSS and uses Shiro authentication. The application has been deployed successfully and the login scre...
Thread Reuse a bean in viewScope on the same page several times
Reuse a bean in viewScope on the same page several timesOn a JSF page data is displayed which comes from a bean in view scope. Now I would like to display the same area twice on the same page containing different data, e.g. in the first section a firstCar and in the second...
Thread Exception when start Jboss 6 for JSF project
Exception when start Jboss 6 for JSF projectGet below exception when start Jboss 6 for JSF project. This is the first time to use JBoss 6, i don't know how to config the project from JBoss 5.1 to Jboss 6. My friend try to config it, but browser will popup wind...
Q> JSF - Custom ValidatorCan you guys help me, regarding implementing custom validator java code. How to make custom validator for 2PrimaryKey in a table, could you give me an idea. I used http://www.tutorialspoint.com/jsf/jsf...
Thread Custom ViewHandler does not work with JBoss AS 7.1.1
Custom ViewHandler does not work with JBoss AS 7.1.1I want to implement a custom ViewHandler. Currently I'm only forwarding all calls to the default Viewhandler, but if I enable this ViewHandler in my faces-config.xml, the preRenderView event type (and maybe other func...
JBoss 7 / JSF 1.2 / Spring memory leakHello, we use JSF 1.2 / Richfaces 3.3.1 GA / Spring 3.0.5. After migrating from JBoss 5.1.0 to JBoss 7.0.2 and after to JBoss 7.1 we are experiencing huge memory problems - while working with JSF / Richfaces....
Problems with custom component in jsf 2Regards, I created a component to paint a menu, the component uses HtmlCommandLink to call navigation rules. The problem is that the component is displayed correctly, but when I click on a link does not redire...
Thread Duplicate ID for Primfaces TreeTable's Column running on JBoss 7.1.3
Duplicate ID for Primfaces TreeTable's Column running on JBoss 7.1.3Hi there, new on this site. When a TreeTable is created without any data in it but later added by an AJAX call, duplicate IDs for all its column is encountered. The exact same application run without problem i...
embedded object tags not working in jsfHi , I am trying to embed the .mol files it for displaying the chemical structure,if i use the following piece of code inside <f:view > tags it is not working where as if...