[jboss-user] [JBoss Seam] - Re: begin-conversation in Seam2 prevents data load

2007-08-06 Thread damianharvey
Pete, Am I safe in assuming that whatever change was made will be in 2.0.0.GA or was there a cut-off date for that release? Is there a nightly build that I can try pre-GA release? Cheers, Damian. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4071201#4071201

[jboss-user] [JBoss Seam] - Re: begin-conversation in Seam2 prevents data load

2007-08-06 Thread [EMAIL PROTECTED]
Yes, to release we just take a CVS HEAD snapshot. Currently nightly builds aren't available, but you can of course get CVS and compile. It's pretty stable atm. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4071202#4071202 Reply to the post :

[jboss-user] [JBoss Seam] - Re: begin-conversation in Seam2 prevents data load

2007-08-05 Thread damianharvey
Pete, I made no changes to the pages.xml aside from removing the begin-conversation to get it working. The only changes that I made are outlined above. I'll put together the patch as you mentioned. I'll raise a JIRA and attach it to that. Cheers, Damian. View the original post :

[jboss-user] [JBoss Seam] - Re: begin-conversation in Seam2 prevents data load

2007-08-05 Thread damianharvey
Ah, it works if I use Seam from CVS. Should have tried that earlier I suppose, but I still can't see why it doesn't work against the downloaded Seam 2.0.0.BETA. Here is the patch: | ### Eclipse Workspace Patch 1.0 | #P jboss-seam | Index: examples/ui/resources/import.sql |

[jboss-user] [JBoss Seam] - Re: begin-conversation in Seam2 prevents data load

2007-08-05 Thread [EMAIL PROTECTED]
Ok, glad it works. I can't immediately identify the change, but we've fixed a lot since 2.0.0.BETA :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4071002#4071002 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4071002

[jboss-user] [JBoss Seam] - Re: begin-conversation in Seam2 prevents data load

2007-08-04 Thread damianharvey
Pete, I have modified the UI example and it shows the same problem. I added an ID to the personHome in components.xml: framework:entity-home name=personHome entity-class=org.jboss.seam.example.ui.Person | framework:id#{personId}/framework:id | /framework:entity-home I changed

[jboss-user] [JBoss Seam] - Re: begin-conversation in Seam2 prevents data load

2007-08-04 Thread [EMAIL PROTECTED]
I'm afraid thats working correctly for me :( Did you make any changes to pages.xml? The best way to do this is to post a patch with the changes you've made, then I can easily replicate here. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070876#4070876

[jboss-user] [JBoss Seam] - Re: begin-conversation in Seam2 prevents data load

2007-08-03 Thread [EMAIL PROTECTED]
Post personHome. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4070475#4070475 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4070475 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: begin-conversation in Seam2 prevents data load

2007-08-03 Thread damianharvey
Cheers Pete. I'll try that. However I'm doing very little custom anything. Those methods are generated by Seam gen. This is just a Seam Gen'd project where I'm wedging the insert/edit to be on the same page as the table list. It works fine in 1.3ALPHA (and all releases before that). Damian.

[jboss-user] [JBoss Seam] - Re: begin-conversation in Seam2 prevents data load

2007-08-03 Thread [EMAIL PROTECTED]
Take a look at the ui example, it does almost exactly this to load the selectItems.xhtml page and compare where it differs (as this page works correctly). (Specifically I'm worried something may be broken in your custom methods above, you should try without your custom id setters, using a

[jboss-user] [JBoss Seam] - Re: begin-conversation in Seam2 prevents data load

2007-08-03 Thread damianharvey
Thanks Pete. Any help is very much appreciated on this. Here is the PersonHome. It is unchanged from what was created by Seam Gen: | package com.locuslive.odyssey.entity; | | import org.jboss.seam.annotations.Name; | import org.jboss.seam.framework.EntityHome; | | @Name(personHome)

[jboss-user] [JBoss Seam] - Re: begin-conversation in Seam2 prevents data load

2007-07-27 Thread damianharvey
I've tried to debug it, but haven't been able to find a solution. #1 : Successful Call On a page that successfully loads without begin-conversation join=true/ specified in the page.xml, the following methods get hit in this order: - setId() - setInstance() - setDirty() - find() - getInstance() -

[jboss-user] [JBoss Seam] - Re: begin-conversation in Seam2 prevents data load

2007-07-17 Thread damianharvey
ping? This is preventing me from upgrading to Seam2.0.0 so any help would be appreciated. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4064878#4064878 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4064878

[jboss-user] [JBoss Seam] - Re: begin-conversation in Seam2 prevents data load

2007-07-17 Thread [EMAIL PROTECTED]
I recommend you put the Seam src in your sourcepath and debug to find the cause of the problem/difference. Your description doesn't really help find the cause. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4064996#4064996 Reply to the post :