[jboss-user] [Performance Tuning] - Anormal use for CPU on hibernate queries

2009-09-03 Thread lmk
Hi all,
I have a performance problem, I don't where it comes, Im using hibernate, 
spring on JSF/richfaces web apps, when the user log on, I have to load many 
lists of objects, about 6 queries like:


  |  getHibernateTemplate().find("from Status order by name");
  |  getHibernateTemplate().find("from Company order by name");
  | 

Im not using lazy loading, when queries are called the  CPU climb to 98%, don't 
kow if it's a server problem configuration or hibernate problem.

Server CPU: Intel(R) Xeon(R) CPU   X5365  @ 3.00GHz

thanks by advance!



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4253276#4253276

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4253276
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: [Criteria] do not select all properties on join

2009-03-27 Thread lmk
It seemes not possible :( .. 


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4221479#4221479

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4221479
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - [Criteria] do not select all properties on join

2009-03-26 Thread lmk
hi,

how can I retreive some properties from the projection list properties,

for example:

criteria.setFetchMode("group", FetchMode.JOIN);




I want to select all group properties except two of theme.

best regards!
 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4221297#4221297

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4221297
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user