Tagged Questions
1
vote
0answers
30 views
Entities are not mapped
i have an application works good and i have to change my database structure and when i changed it and i generate my model classes with hibernate i got this exception:
SEVERE: Servlet.service() for ...
0
votes
1answer
35 views
JUEL set up doesn't work
I tried two ways to implement this.
Specs:
MyFaces 2.1.7
javax.el 2.1.0
WebFlow 2.3.1
Spring Framework (OSGI)
First, added the dependency.
<dependency>
...
0
votes
2answers
99 views
Injecting Spring dependencies in JSF Managed bean with Spring 2.0
If I need to inject Spring dependency in JSF ManagedBean (creating through Annotations), I am using spring 2.0 it does not support @Autowire.
Is there any way out to inject dependencies if I keep ...
0
votes
2answers
298 views
Error using t:dataScroller with MyFaces 2.1.5 Tomahawk 1.1.11 Spring 3.0.5
I am in the middle of upgrading from mojarra 1.2 to myfaces 2. Using the t:dataScroller tag is generating the following error :
java.io.FileNotFoundException: ...
0
votes
0answers
684 views
Richfaces 4.0.0.FINAL Skinning standard JSF tags and Html tags automatically cannot load
I've enabled skinning in my web.xml but nothing seems to take effect in my richfaces 4.0.0.FINAL why? My web.xml
<?xml version="1.0" encoding="UTF-8"?>
<web-app ...
0
votes
1answer
600 views
JSF2 error [org.apache.myfaces.view.facelets.FaceletViewDeclarationLanguage] Error Rendering View[//WEB-INF/*.xhtml]: java.lang.NullPointerException
I have an error in Jboss 7.0.2 Arc, JSP 2.1(Myfaces), Richfaces 4,
this is my web.xml
<?xml version="1.0" encoding="UTF-8"?>
<web-app ...
0
votes
1answer
824 views
Can Spring MVC and MyFaces work together?
I have a question. A have a trivial application. I want to use Spring MVC and in the JSP page use some facelets (if say I it well). But I'm unable to do it. I'm using Geronimo. In the Geronimo there ...
0
votes
1answer
618 views
@PostConstruct Annotation and JSF
I have a problem on my project implemented on JSF 1.2 (MyFaces 1.2.6) and integrated Spring.
The problem is about @PostConstruct annotation.
It is executed but I see that it is executed before ...
0
votes
1answer
722 views
Spring Faces Error faces:flow-builder-services
I have this java web app running on spring framework with web flow. I tried integrating it with spring faces but I get this error in my config file
org.xml.sax.SAXParseException: The prefix "flow" ...