Tagged Questions
-2
votes
0answers
26 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
27 views
Transaction not successfully started
i can't find the mistake in my code.
i have "Transaction not successfully started" error, and my code looks right, i hope finding help.
this is my code:
@Override
public void updateDate(Date ...
1
vote
1answer
43 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
62 views
Sort/Filter dynamically generated column of <p:dataTable>
I am facing problem to filter/sort a column role(Lazy DataModel) of datatable which is not a property of entity class , because the column value is created dynamically
dependent on user currently ...
1
vote
2answers
147 views
PrimeFaces DataTable list display and selection
I would like to ask you for a help because I stuck with following problem. Another thing what I have to say on the start is that I am a pretty new in JSF developing.
I am using JSF, PrimeFaces, ...
0
votes
0answers
101 views
How to render muiltple images from database in JSF?
I trying to display the multiple images in xhtml page from database using hibernate framework.But the images was not displayed.I mentioned code snippet below
public class ImageRenderBean{
private ...
0
votes
1answer
62 views
Update an object in hibernate
I am using Primefaces 3.5 + hibernate 4.2.0
I am using the cell editing table in primefaces and want to update my product table in my db when I click on one field and change my table value. However, ...
0
votes
0answers
78 views
Try to load Primefaces Combobox with Hibernate
i'm new to hibernate.sorry for my bad english..
i have form that build with primefaces and hibernate.
when i want to load a field with combo box,the page says "UI layout initialization error".
the ...
0
votes
0answers
20 views
synchronize between two panel when I select a category
I'm stuck in my application, I don't know how to solve my problem.
I have an interface that allows the addition of a component,
which is composed of two panels, one for the characteristics of the ...
0
votes
1answer
72 views
selectOneMenu with Converter - java.io.NotSerializableException error
i have the following JSF form:
...
<p:column>
<h:outputText value="Image Id:" style="font-weight:bold; padding-right:10px" />
</p:column>
<p:column>
<h:outputText ...
0
votes
1answer
114 views
JSF/Primefaces SelectedOneRadio: value is null
I have a Primefaces' SelectOneRadio that extend standard SelectOneRadio.
My problem is that when I select the option that I want download this or not saved or is lost. I enclose the code. Why does ...
1
vote
2answers
274 views
primefaces jsf hibernate - in validation phase : failed to lazily initialize a collection
I'm struggling on a problem which happen in the JSF validation phase, somehow that validation is doing something that hibernates doesn't like (failed to lazily initialize a collection, no session or ...
-5
votes
1answer
67 views
which hosting service to go for java based project [closed]
I have purchased a domain name and shared hosting from godaddy.com. the shared hosting cost me about 65$ per year. but when i called them, they are saying the shared hosting supports only PHP and ...
2
votes
2answers
164 views
Unable to create managed bean DBUserMBean. The following problems were found: - Bean or property class (…) cannot be found
That's my first question on stackoverflow and my english isn't perfect yet, so i'm really sorry for the grammatical errors etc.
Here is the problem :
I make my first steps in web-application ...
1
vote
1answer
371 views
primefaces editable dataTable updates after validation failure in previous rows
i googled my problem a lot but it seems that no one has the same exact problem or it is solved not in what i want
I have an editable <p:dataTable editable="true" editMode="cell"> it doesnot ...
1
vote
1answer
150 views
Hibernate - why are there multiple repeated select statements in debug log?
Service method returns an object like this
return entityManager.find(Event.class, id);
inside of a @ViewScoped bean
The Event object has about 40 fields, some of which are mapped @ManyToMany.
...
0
votes
1answer
429 views
Primefaces autocomplete ClassCastException
I am using Spring 3, Hibernate 4 and JSF 2.0 and am trying to do primefaces autocomplete.
I have the following in DAO class to get values from Oracle function
@Override
public ...
0
votes
3answers
736 views
Spring BeanCreationException: cannot resolve reference to bean exception
I am trying the example application at the following web site:
JSF 2, PrimeFaces 3, Spring 3 & Hibernate 4 Integration Project
But I find that when running the project, I get:
SEVERE: ...
0
votes
0answers
195 views
PrimeFaces datatable pagination shows ' no records found '
I have an application using JSF2.0, Spring3 and Hibernate4.
I am displaying values in Primefaces 3.4.2 datatable pagination http://www.primefaces.org/showcase-labs/ui/datatablePagination.jsf. the ...
1
vote
3answers
114 views
how to get converted value in datatable
I am using primefaces 3.4 and JSF 2.0. I have a 2 tables one is client master and other is case master. When case master entry is done, only client ID(Foreign Key in case master) will be updated in ...
4
votes
2answers
2k views
How to query data for Primefaces dataTable with lazy loading and pagination
In my JSF's datatable I have implemented lazy loading and when I paginate through records it is taking time about 4 or 5 seconds to execute next set of records, actually it should be take less than a ...
0
votes
1answer
674 views
Primefaces datatable lazyloading pagination number of rows are wrongly displayed
I am trying to implement lazyloading for Primefaces datatable. I have a filter condition which I have implemented as
public List<Request> getRequest(int startingAt, int maxPerPage,
...
1
vote
2answers
1k views
Primefaces datatable pagination not working
I have a application using JSF2.0, Spring3 and Hibernate4.
I am displaying values in Primefaces 3.4.2 datatable, the problem is when I click the pagination, datatable rows always remain in first 10 ...
0
votes
2answers
432 views
Primefaces Lazy Filtering Issue
I'm attempting to implement lazy loading into my application, but am having issues with my filtering. Sorting is working correctly at this point. With lazy filtering in place the datatable is ...
0
votes
1answer
111 views
Can not fetch hibernate object attribute within ObjectList - java.lang.String cannot be cast to Object
I have the following Hibernate Object implemented:
@Entity
@Table(name = "imageviewer_crvariable")
public class CRVariable implements Serializable {
private static final long serialVersionUID = ...
1
vote
1answer
853 views
Primefaces Lazy Loading no data in datatable
I am trying to implement lazy loading within my primefaces datatable setup. Currently, this is working without the lazy loading implementation, but I get no data in the datatable after implementing ...
0
votes
1answer
858 views
PrimeFaces 3.4.1 Spring 3.2.0RC Hibernate 4.0.1
i want to develop my app with PrimeFaces, Spring and Hibernate, and i take this example but it does work .
i dont how to configure applicationContext.xml, web.xml, faces-config.xml, and i don't know ...
1
vote
3answers
322 views
HQL delete associations from many to many mapping
I Have two entities CRImageType & CRVariable with a many to many relation as follows:
CRImageType entity:
@Entity
@Table(name = "imageviewer_crimagetype")
public class CRImageType implements ...
0
votes
1answer
538 views
jsf & hibernate integration - picklist values from database
i am new to hibernate and jsf technologies and i am trying to have a picklist which retrieves and updates (if user alters its values) values from database.
My database schema is as follows:
I have ...
0
votes
1answer
266 views
Generate primefaces ajax tree on demand?
I have a project using JSF primefaces and EJB managed Beans with hibernate storage.
http://www.primefaces.org/showcase/ui/treeAjax.jsf
Question: I keep on getting a out of memory or stack overflow ...
0
votes
1answer
442 views
var is the collection, not the item
I'm looping through a collection of 'RSVP' objects and printing out the value of each one's 'Name' property like this
<p:dataTable id="rsvpDataTable" var="rsvp" ...
0
votes
1answer
123 views
Primfaces calendar/hibernate - send date only to database
I have a form which inserts a date into a table. When primefaces calendar is used, the date is correct, but the time is added as well (in my case: 00:00:00.0)
here's my form:
<h:form>
...
0
votes
2answers
285 views
when I refresh the page that contains a datatable I lose the new data added Primefaces JSF
When I refresh the page that contains a datatable I lose the new data added to the datatable I refresh it almost 5 times or I restart the tomcat application server to get the data I posted . im using ...
0
votes
0answers
146 views
NoSuchMethodException/SAXParseException while deploying application on Tomcat
My project is using Java, Jersey, MyfacesCODI, primefaces, Hibernate.
In this environment when I am deploying my project in Tomcat, it is getting an error saying
java.lang.NoSuchMethodException:
...
0
votes
2answers
783 views
LazyInitializationException on eagerly fetched (detached) collection
First some info:
I'm using:
Spring 3.1.1.RELEASE
Hibernate 4.1.5.SP1
JSF 2.0?
OpenSessionInViewFilter (org.springframework.orm.hibernate4.support.OpenSessionInViewFilter)
PrimeFaces 3.3.1
Lombok ...
0
votes
3answers
2k views
Update a record using Hibernate, Primefaces and Spring
I am using integration of spring 3 hibernate 4 jsf and primefaces.
in my datatable i can insert and delete a record, but my update code does not work and can not update the tables and the database. i ...
0
votes
2answers
2k views
update a record in primefaces datatable
i am using integration of jsf hibernate spring primefaces.
i want to update a record. but my codes do not work. insert and delete work well. i have no error. please help me to write correct codes.
...
0
votes
1answer
291 views
jsf file uploading issue in IE9
i am using jsf2.0 with primefaces.. In my application i have image uploading option. The file upload work fine all the browsers except IE9.. when i try to upload the file on IE9 i is not getting ...
2
votes
1answer
740 views
Saving data after editing primefaces datatable to database in integration of hibernate spring jsf and primefaces
i want to edit a row in primfaces datatable. i am using integration of jsf hibernate spring primefaces. but i have following error.
javax.el.ELException: /personel.xhtml @60,83 ...
1
vote
1answer
406 views
deleting a row in integration of jsf spring hibernate primefaces
i am using integration of jsf hibernate spring primfaces in my project. i want to delete row in my primefaces data table. but i am not sure about delete method in my managed bean. when i want to ...
0
votes
1answer
261 views
java.util.NoSuchElementException when using hibernate and JSF
Following is a method that is calling the query:
public void LogIn() {
Query query = null;
session.beginTransaction();
query = session
.createQuery(" from ...
0
votes
1answer
166 views
load data from data base by ajax request by primefaces “selectOnemenu” component
i use spring3 with hibernate3 and jsf2 with primefaces..
I have a problem when i try to load data from the db , i get null pointer Exception as the session factory is null !
I think the problem ...
0
votes
0answers
617 views
Issue with jsf value change listener
I am using jsf2.0 with primefaces. In my application there is one registration form ,in that i have city and state field.. when i am select the state it automatically retrieve the corresponding city ...
0
votes
1answer
420 views
MySQL: Call stored procedure (returning data from multiple tables) from hibernate
I've a stored procedure in mysql which receives multiple parameters.
Now, i want to call it from hibernate in java.
Also, I want to implement lazy loading, so that if for example there are 50,000 ...
1
vote
0answers
283 views
LazyInitializationException vs. Too many tables - better model?
for two days now I am trying to get my JSF+Primefaces/JBoss AS 7.1/Hibernate application to work and I am bouncing back and forth between LazyInitializationExceptions and Too many tables; MySQL can ...
0
votes
1answer
411 views
SelectOnMenu with converter
I need the help I'm lost with this error .i have problem whith converter of selectonmenu when i click in submit of add new city .
this is my Facelets
<p:commandButton value="New city" ...
2
votes
1answer
865 views
JSF + Hibernate: Collection is not associated with any session
First of all, I use Java EE, Hibernate with EntityManager and PrimeFaces.
I have one EJB module (business logic and domain) and two WAR modules (Jersey WS and JSF PrimeFaces).
I decided to ...
1
vote
2answers
1k views
how to pass the parameter during file upload in primefaces
I am using jsf2.0 with primfaces and using p:fileupload for uploading the photo..Here i need to pass the parameter in backing bean. In that there is no option for passing parameter through ...
1
vote
1answer
401 views
hibernate 'org.hibernate.exception.JDBCConnectionException:could not execute query'
I am using jsf 2.0 with hibernate..My application work well when i quit the evening but I get this exception each morning and I had to restart the application to make it work.
What can cause this
...
1
vote
0answers
377 views
Duplicate rows in JSF/PF Datatable using Hibernate
I'm having a problem with a PrimeFaces (3.2) datatable that uses lazy loading, the data is loaded from a MySQL database using Hibernate (3.6).
The problem is that I'm getting duplicate results inside ...