[jboss-user] [JBoss Seam] - Re: How to get value of associated table

2007-11-28 Thread juk
anonymous wrote : | I suggest is to trace SQL queries at DBMS level just to understand what which queries are issued. | Thanks for reply =) I'll probably do what you suggest. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4108461#4108461 Reply to the po

[jboss-user] [JBoss Seam] - Re: How to get value of associated table

2007-11-27 Thread FabBoco
be careful ! Changing from EAGER to LAZY can leads to many performance problems. I suggest is to trace SQL queries at DBMS level just to understand what which queries are issued. Regards Fab. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4108133#4108133

[jboss-user] [JBoss Seam] - Re: How to get value of associated table

2007-11-26 Thread juk
damianharvey thanks for your reply.. =)) i just changed LAZY to EAGER and everithing works fine now View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107795#4107795 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4107795 ___

[jboss-user] [JBoss Seam] - Re: How to get value of associated table

2007-11-26 Thread juk
"damianharvey" wrote : The LazyInitializationException is a big clue. Have a look around the hibernate documentation and especially as regards FetchType. Do i have to change @ManyToOne(fetch = FetchType.LAZY) to something else ? View the original post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss Seam] - Re: How to get value of associated table

2007-11-26 Thread damianharvey
The LazyInitializationException is a big clue. Have a look around the hibernate documentation and especially as regards FetchType. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107790#4107790 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBoss Seam] - Re: How to get value of associated table

2007-11-26 Thread juk
i found that if i use UserList.java generated by seam-gen i can get user.address.addressName is it possible that my problem some kind of session bean bug ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107788#4107788 Reply to the post : http://www.jboss.co

[jboss-user] [JBoss Seam] - Re: How to get value of associated table

2007-11-26 Thread juk
can anybody help me ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107778#4107778 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4107778 ___ jboss-user mailing list jboss-use