I should probably mention that the object I'm getting from the MBean isn't just an aggregation of data, it references other beans which perform application logic and database access.
I'm guessing...
Type: Posts; User: brad_uk; Keyword(s):
I should probably mention that the object I'm getting from the MBean isn't just an aggregation of data, it references other beans which perform application logic and database access.
I'm guessing...
Hi Marten,
original post edited as requested.
To give further context, the code is called in a proxy class which is invoked from en EL expression in WebFlow. The invoking code in the local...
Hi all,
I'm trying to access an MBean in JBoss (same VM) using the Spring JMX proxy MBeanProxyFactoryBean. Initially I was getting my data directly from the MBean method which was working fine. To...
Just got back to this....
Adding an EL binding to the h:inputText value parameter solved the problem.
Marten and ndle thanks for your help.
Hi all,
I want to bind my domain object to a form and use the values entered to drive a service layer call in a transition. I can't quite work it out from the docs so hopefully someone here can...
Hi,
this is now solved. For anyone who gets this......
I had el-api.jar in WEB-INF/lib which conflicted with the version in jboss/common/lib. Removed that, added in el-ri.jar and got a NPE for...
No problem, faces-config.xml:
<?xml version="1.0" encoding="UTF-8"?>
<faces-config version="1.2" xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xi="http://www.w3.org/2001/XInclude"...
Possibly a better example:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"...
Hi all,
I'm having a problem getting richfaces tags to render using spring web flow. I've got this test page:
<ui:composition xmlns="http://www.w3.org/1999/xhtml" ...
My mistake, I had JSF API and impl jars in my WEB-INF/lib which were clashing with those included in JBoss.
Hi,
I'm trying to follow the spring web flow 2.0.8 documentations to add spring faces to my webapp running on JBoss 5.1. I'm currently getting this error:
2009-12-15 11:25:31,460 ERROR...