0
votes
0answers
40 views

PrimeFaces p:orderList isn't getting processed correctly?

I have an orderList like this: <h:form id="priority_form"> <p:orderList id="priority_list" value="#{priorities.priorities}" var="priority" itemValue="#{priority}" ...
0
votes
2answers
206 views

Example for CDI-SessionScoped LogIn with TomEE

i'm currently fighting with TomEE, JSF and CDI (i think). Is there any example out there which has "@javax.enterprise.context.SessionScoped" annotation using TomEE 1.5.1 (or current snapshot)? I ...
0
votes
1answer
277 views

Error executing TommEE 1.0 with JSF 2.0

I'm trying use apache-tomee-1.0.0 with my JSF 2.0 web app... but I can't do it :(. My problem is when I run the server logs this error: 30-ago-2012 18:49:39 org.apache.catalina.core.StandardContext ...
1
vote
2answers
231 views

JSF2.0 @EJB Injection into @ViewScoped causing MyFaces to CFNE

I'm running a JSF project in TomEE. I upgraded it to MyFace 2.1.8. I'm running everything on OSX with Oracle JVM 1.7.04 So I have this ManagedBean which is ViewScoped: @ManagedBean @ViewScoped ...