[jboss-user] [JBoss Seam] - Re: Issue with 'seam generate-entities'

2007-02-18 Thread saeediqbal1
seam-gen is confusing i need help View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018546#4018546 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4018546 ___ jboss-user mailing li

[jboss-user] [JBoss Seam] - Re: Issue with 'seam generate-entities'

2007-02-18 Thread supernovasoftware.com
My project does that as well sometimes. I either have to refresh or clean from the eclipse menu. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018538#4018538 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4018538

[jboss-user] [JBoss Seam] - Re: Issue with 'seam generate-entities'

2007-02-17 Thread saeediqbal1
compile was successful. but eclipse is showing the red dot i now think i should ignore that Buildfile: C:\devhome\workspace\pproject\build.xml init: compile: BUILD SUCCESSFUL Total time: 656 milliseconds View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018384#

[jboss-user] [JBoss Seam] - Re: Issue with 'seam generate-entities'

2007-02-17 Thread [EMAIL PROTECTED]
Are you trying to say that seam-gen generated code that did not compile? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018382#4018382 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4018382 __

[jboss-user] [JBoss Seam] - Re: Issue with 'seam generate-entities'

2007-02-17 Thread saeediqbal1
thats what seam-gen gave me. anyway i';ll get back to playing with seam View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018380#4018380 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4018380 _

[jboss-user] [JBoss Seam] - Re: Issue with 'seam generate-entities'

2007-02-17 Thread chuckadams
Your id field is an int and not an Integer. @NotNull is nonsensical for primitive types. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018364#4018364 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4018364 ___

[jboss-user] [JBoss Seam] - Re: Issue with 'seam generate-entities'

2007-02-17 Thread saeediqbal1
Correction. the above error is this operator == is undefined for the argument type(s) int,null why does it consider null when we explicitly state the return value to be not null like here @Column(name = "id", nullable = false) | @NotNull | public int getId() { |

[jboss-user] [JBoss Seam] - Re: Issue with 'seam generate-entities'

2007-02-17 Thread saeediqbal1
How do i get rid of this error operator == is undefined for the argument type(s) int on these lines (!getMembersId().getId() == null) I tried doing .intValue() but no go. Annoying problem in the method "isIdDefined" View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[jboss-user] [JBoss Seam] - Re: Issue with 'seam generate-entities'

2007-02-12 Thread [EMAIL PROTECTED]
thanks, I'll try that. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4015291#4015291 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4015291 ___ jboss-user mailing list jboss-us

[jboss-user] [JBoss Seam] - Re: Issue with 'seam generate-entities'

2007-02-12 Thread [EMAIL PROTECTED]
This is solved in CVS. Older versions of seam-gen did not support composite keys. The CVS version supports them beautifully. Grab a nightly build. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4015202#4015202 Reply to the post : http://www.jboss.com/index.h