Tagged Questions
0
votes
1answer
19 views
ReflectionToStringBuilder errors in Maven Project
Some of my Roo generated .aj files seem to be generating errors as below. I can see commons-lang3-3.1.jar in my Maven Dependencies. I have added this to my pom.xml
<dependency>
...
0
votes
0answers
90 views
How do I resolve this probem using Calendar and ComboBox with PrimeFace?
I use a PrimeFaces form with InputTexts, ComboBoxes and Calendars, but I have a problem when I select a date in Calender or a value from the ComboBox.
Screen Capture.
Form code:
<h:form ...
-2
votes
0answers
25 views
Hibernate Entities dosen't work after database modification
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 !
HCANN000001: Hibernate ...
0
votes
0answers
32 views
No such method exception while calling webservice from jsf application using Spring framework
Developed a jsf application in IBM RSA 7.0.0.7.
This apllication invokes webserice of a third party. this was running fine
But when i imported the same project from IBM RSA 7.0.0.7 to IBM 7.5.4 it ...
1
vote
1answer
39 views
Spring,Primefaces,Hibernate: Save action is called automatically when I hit the create url
I am trying to show a form and then save it. I am using Spring + primefaces and hibernate.
The problem is that when I try to hit URL DRS/jsf/lodi/createLodi.xhtml, I am expecting it to just show the ...
0
votes
0answers
55 views
Select checkboxes using LazyDataModel of Primefaces
I'm using Primefaces 3.5 and JSF 2.1. I need to display checkboxes against each row to mark it for deletion like this ShowCase. That ShowCase uses ListDataModel which I'm not. I'm using LazyDataModel ...
-1
votes
1answer
51 views
WARNING: JSF1069: Disabling the JSF 2.0 Facelets ViewHandler as an older FaceletViewHandler
I created a Java EE web application with Spring, Hibernate and JSF 2 but when I run the application the JSF component (PrimeFaces) does not appear and I got this warning:
WARNING: JSF1069: ...
0
votes
0answers
15 views
looking to create pluggable Java Server Faces web application similar to Rails Plugins
I am planning to create an product in that basic functionalities should be an open source version and certain module should be closed source. If product emerges with success then I will create an ...
0
votes
1answer
23 views
how to access delegate methods in jsf bean
i am new to jsf and spring concepts.
I have a xhtml page which access custom methods in bean class.
I have used Delegate(Service class) and Dao class.
My question is from the bean class should I call ...
0
votes
0answers
33 views
java.lang.IllegalArgumentException: javax.faces.context.PartialViewContextFactory
I've got an old sample application which uses spring, webflow, hibernate and jsf.
I've been trying to update it to use latest versions and so far I've managed to start it, but whenever I'm trying to ...
0
votes
1answer
19 views
management using MB @ViewScoped
//exemple01
@ManagedBean(name = "mb")
@ViewScoped
public class ExempleMB implements Serializable {
@ManagedProperty(value = "#{serviceBO}")
private ServiceBO serviceBO;
@PostConstruct
public void ...
1
vote
3answers
69 views
Why is Spring used together with JSF? What does it offer? [closed]
What is wrong with JSF only? Why are there many tutorials combining JSF and Spring? As far as I know, JSF can be used alone for dynamic websites as well?
What is it that Spring puts on top of it?
...
0
votes
1answer
18 views
browse file path spring webflow
I am currently working on a spring webflow application. In this project there are certain entities that point to a document that contains more information about that entity. However sometimes this ...
-1
votes
0answers
24 views
how to integrate spring jdbcTemplate in jsf
I am new to JSF and Spring concepts,Please help me with code for integrating spring jdbc template with jsf in detail with some sample code. Would like get a sample code for inserting,deleting or ...
0
votes
0answers
54 views
JSF 2 - java.lang.NullPointerException for com.sun.faces.mgbean.BeanManager$ScopeManager$ViewScopeHandler.handle
I am using JSF along with Primefaces to build an application.
The application seems to work perfectly fine in Chrome & FireFox, however the following error
appears on IE.
...
0
votes
1answer
95 views
javax.faces.el.EvaluationException: java.lang.NullPointerException error
I'm geeting javax.faces.el.EvaluationException: java.lang.NullPointerException error when I'm trying to run my Spring-jsf application. I tried debugging the code and found that "serviceIfc" is not ...
0
votes
3answers
116 views
is it possible to get formatted date object in Java
SimpleDateFormat formatter=
new SimpleDateFormat("yyyy MMM dd");
String dateNow = formatter.format(rs.getDate("ExpirationDate").getTime());
System.out.println("Date in String: ...
-2
votes
1answer
59 views
JSF or JSP 2 Tag Files for new project
I have a requirement to amalgamate functionality from some parked Java side-projects into a new application and am trying to make a decision on some of the third-party libraries to use, specifically ...
-1
votes
1answer
122 views
managed bean field is null when invoke bean method primefaces jsf
I am developing a primefaces - spring framework application but i have a big problem with my beans
i'm using spring annotations in java code to discover my beans, services, or component
but the ...
0
votes
1answer
61 views
can not inject interface in a managed bean
I am writing a web application using Spring and PrimeFaces. I am trying to inject interface in my managedBean, but when I try to use it, it is null and I get an Exception.
Here is the ...
0
votes
2answers
140 views
Error integration jsf +spring +hibernate +managedbean
I have web application wich uses jsf 2.0 and spring 3.0 +hibernate 4 The problem is that: jsf managed beans can't use spring beans using dependency injection There are my config files:
Rq When I ...
0
votes
1answer
98 views
PrimeFaces , themeroller, error when theme changed
I added all-themes.jar in pom.xml, it works fine with one theme in web.xml.
<context-param>
<param-name>primefaces.THEME</param-name>
...
1
vote
1answer
113 views
How to add resource-bundle to Spring-JSF application
I have a spring-jsf integration app. When I try to get messages from resource-bundle at faces-config.xml, it runs without problem. But i want to move this resource bundle to spring ...
0
votes
0answers
33 views
JPA LazyInitialization with OpenEntityManagerInViewFilter configured
I have a problem with LazyInitializationException and i am already using OpenEntityManagerInViewFilter in my web.xml.
here is my web.xml
<?xml version="1.0" encoding="UTF-8"?>
<web-app ...
0
votes
0answers
92 views
LazyInitialization with JPA Spring Hibernate JSF 2.0
I'm having a problem with my web project... The problem is about LazyInitialization...
I'm gonna show you the error:
failed to lazily initialize a collection of role: ...
1
vote
1answer
124 views
Error Initialize ManagedBean with Spring JSF 2.0 Hibernate Maven
i am working with JSF 2.0 , Spring, Hibernate and i'm having a problem with a initialization of a ManagedBean.
Here is the error:
SEVERE: Error Rendering View[/cadastroDeProdutoAdminSistemas.xhtml]
...
1
vote
1answer
86 views
Dynamic dependency injection in jsf 2 or spring 3
I have 3 implementations of an interface, and in order to instantiate one of them I need to check a parameter from the database.
I was planning to do it with the factory pattern, but since I'm using ...
2
votes
1answer
158 views
I am trying to use spring security 3.1.3 in my jsf 2 application but i get the following exception
Stack trace
SEVERE: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
...
1
vote
1answer
126 views
Invoke Struts Action Test from within a web app (JSF managed bean): TestCase.fname cannot be null
I have a Junit 3.8 test of a Struts 2 action that runs with no problems from my workspace (from eclipse: right click > run as > junit test).
For this, I use two plugins:
<dependency>
...
0
votes
1answer
30 views
Primefaces fileUploadSingle is not displayed
I want to use the fileUploadSingle in my application:
However, when I added the component. Nothing is diplayed.
<h:form enctype="multipart/form-data">
<p:fileUpload ...
2
votes
1answer
68 views
Does Spring Framework come with its own beans?
This text is from the book called Core Java Server Faces:
It is a historical accident that there are two separate mechanisms,
CDI beans and JSF managed beans, for beans that can be used in JSF
...
0
votes
0answers
118 views
Using JqPlot in Primefaces Meter Gauge Chart
I want to use JqPlot for MeterGauge Chart. i defined function and then showed extender in chart. But could not see my javascript code.
My code like following;
<p:meterGaugeChart id="sample" ...
0
votes
1answer
192 views
JSF PrimeFaces - store uploaded file path in another bean's attribute
To sum things up: I want to upload file passed by user through a form with <p:fileUpload> using fileUploadController ManagedBean as its fileUploadListener to a certain path, then get this path ...
0
votes
1answer
63 views
Notifying java event to JSF Bean
Is there any way to notify jsf/spring bean when aynchronous messages are received by a java program? Moreover, the java program is a Java BayeuxClient (Cometd) as a pojo. The program successfully ...
0
votes
1answer
53 views
Can't change spring webflow state if jsf client side validation fails
I have a simple form for creating a record - it has some fields which are required and two buttons, one for submit and one for cancel. The problem is that cancel button is not working (it actually ...
-2
votes
1answer
130 views
what's the difference between managed bean and spring controller?
I am developing spring-hibernate-jsf application but i dont understand the difference between a managedbean and a spring controller. I think managedbeans work like controllers. Is there any advantage ...
0
votes
1answer
118 views
Performance issue in function restoreView (JSF Lifecycle)
Our application is having issue with rendering time on various part. We have been able to pin point the performance issue with a profiler (YourKit Java Profiler) within the JSF restoreView phase ...
0
votes
2answers
133 views
Spring3 + JSF Composite components
updated
im trying to use JSF composite componets in my spring3 aplication . Doing a simple test
/test (mapped to view views\test.xhtml)
im getting the following error:
...
0
votes
1answer
161 views
Correct directory structure for Spring 3 / JSF 2 application?
At work, I have seen several ways of setting up a directory structure for this type of app. Maybe there is more than one correct answer. Here is how I am setting up my directory structure - is it ...
0
votes
2answers
51 views
Is it possible to have multiple actions for the action attribute of h:commandLink?
Is it possible to have multiple actions for the action attribute of h:commandLink tag? I want to perform two actions while clicking on the link rendered by h:commandLink tag. An action needs to be ...
-2
votes
1answer
56 views
how to make command button call two methods to insert data into two different table in jsf page
I have to combine this two commandbutton into single save button which should insert data into one table and image into other.
0
votes
2answers
42 views
How to reach other project's resources from spring applicationContext?
I have a project named fc-jsf. This project's spring context refers to an other spring context named Beans.xml in the fc-bus project. I have fc-bus as project dependency for fc-jsf.
I import the ...
2
votes
1answer
85 views
Cannot inject bean into JSF managed bean with specific name in spring
In the following snippet, when I give the @ManagedBean a specific name, userService and authenticationService are not injected. But if I use only @ManagedBean without name, the injection works fine. ...
0
votes
2answers
115 views
Can't get view scope working for my ManagedBeans
I'm using JSF 2 with Spring 3 in my project and until now, I'm just using request and session scopes. I want to use view scope for some of my JSF beans (for multiple reasons).
The problem is that ...
0
votes
1answer
86 views
DataTable sorting and session scope not working
The sorting of simple data-table example is working with Controler's view scope but not with session.
I have provided my code bellow for more info.
A list of users data populates a table.
Does ...
1
vote
1answer
120 views
Spring JSF 2 View Scope $Proxy115 no property
I'm creating an app using Spring 3 and JSF 2. I used custom ViewScope implementation from https://github.com/michail-nikolaev/primefaces-spring-scopes. I registered custom scope.
The problem is that ...
0
votes
1answer
133 views
Spring Security Login Failure
I am using Spring Security 3.0.6 with JSF Mojarra 2.1.18 and Primefaces 3.5.
I created a LoginManagedBean which injects the AuthenticationManager of Spring Security.
@ManagedBean
...
2
votes
1answer
96 views
SessionScoped bean not created after open start page
Hi I'm new in jsf and have such problem. I have start page with this code:
<ui:repeat id="repeat" var="news" value="#{newsForm.newsList}">
<div id="news-table">
<div ...
0
votes
0answers
230 views
Spring-Security + Spring Web Flow + JSF(Mojarra) trouble
Hi i have a trouble about the configuration of Spring,Spring 3.1 WebFlow2.3, JSF (Mojarra) 2, Richfaces and Spring Security 3.1. I don't want a controller to map the login page or create a flow ...
0
votes
0answers
141 views
JSF - Spring JDBC Template
When I'm trying to use Spring JDBC Template with JSF/ICEFaces, it throws some errors.
Here is my spring.xml
<beans ...>
<bean id="dataSource" ...

