[jboss-user] [JBoss Seam] - Re: Seam calling other ejbs

2006-09-29 Thread [EMAIL PROTECTED]
No, not at this time. But @NotNull has nothing to do with Seam. It is part of hibernate Validator. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975183#3975183 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975183 ___

[jboss-user] [JBoss Seam] - Re: Seam calling other ejbs

2006-09-29 Thread bizimalem
Hi, thank you for your answer. It worked for me! "[EMAIL PROTECTED]" wrote : @Name is not the only way to make something a Seam component - you can alternatively use components.xml. | Another question: I am using @NotNull in the mentioned domain object, to set not null constraint. Is it pos

[jboss-user] [JBoss Seam] - Re: Seam calling other ejbs

2006-09-28 Thread chuckadams
I am really truly a dope. I forgot to use cvs -d. I usually have it automatic in my .cvsrc, but not on this box. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975063#3975063 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[jboss-user] [JBoss Seam] - Re: Seam calling other ejbs

2006-09-28 Thread chuckadams
I still can't see it, just did a fresh update. What should my cvsroot be? Here's what I currently have: | $ cat /opt/jboss/seam/CVS/Root | :pserver:[EMAIL PROTECTED]:/cvsroot/jboss | | $ cat /opt/jboss/seam/CVS/Repository | jboss-seam | View the original post : http://www.

[jboss-user] [JBoss Seam] - Re: Seam calling other ejbs

2006-09-28 Thread chane
FYI, it is there as I was able to check it out via anon cvs... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975058#3975058 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975058

[jboss-user] [JBoss Seam] - Re: Seam calling other ejbs

2006-09-28 Thread [EMAIL PROTECTED]
Its there. Maybe anon cvs is a little behind. I don't see it in fisheye either. But I can check it out. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974954#3974954 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=397495

[jboss-user] [JBoss Seam] - Re: Seam calling other ejbs

2006-09-28 Thread chuckadams
It looks as though the example and the crud framework code live only in jboss-seam-head. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974907#3974907 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3974907 _

[jboss-user] [JBoss Seam] - Re: Seam calling other ejbs

2006-09-27 Thread [EMAIL PROTECTED]
It should be in jboss-seam View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974754#3974754 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3974754 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Seam calling other ejbs

2006-09-27 Thread [EMAIL PROTECTED]
I mean @Name. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974753#3974753 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3974753 ___ jboss-user mailing list jboss-user@list

[jboss-user] [JBoss Seam] - Re: Seam calling other ejbs

2006-09-27 Thread chuckadams
Aha, I found contactlist in jboss-seam-head. Thanks! Which raises the question .. which is the real HEAD, jboss-seam or jboss-seam-head? I've been using just jboss-seam to keep up to date on the seam codebase. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

[jboss-user] [JBoss Seam] - Re: Seam calling other ejbs

2006-09-27 Thread chane
"[EMAIL PROTECTED]" wrote : | In fact, I have more and more been leaning away from putting @Entity annotations directly on entity beans, and leaning towards using stuff like the manager component pattern for associating entities with context variables. (eg. the new CRUD framework in CVS uses

[jboss-user] [JBoss Seam] - Re: Seam calling other ejbs

2006-09-27 Thread [EMAIL PROTECTED]
Ugh. Thats 'cos I've been accidently committing my new example to another pre-existing directory. (I hate CVS sometimes!) I've now re-added it as an example in a directory called "contactlist". Note that this stuff is still VERY rough, but feedback is appreciated. View the original post :

[jboss-user] [JBoss Seam] - Re: Seam calling other ejbs

2006-09-27 Thread chuckadams
Where in cvs might I find the crud framework? Fisheye shows an examples/crud in seam cvs, but it has no files under it. I have a CRUD-heavy app right now that could definitely use all the help it could get. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=397

[jboss-user] [JBoss Seam] - Re: Seam calling other ejbs

2006-09-27 Thread [EMAIL PROTECTED]
No. But the Hibernate tools templates will be updated to use the new framework. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974645#3974645 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3974645 ___

[jboss-user] [JBoss Seam] - Re: Seam calling other ejbs

2006-09-27 Thread chuckadams
Is the crud framework the same thing as the seam app generator in the eclipse hibernate tools? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974631#3974631 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3974631 ___

[jboss-user] [JBoss Seam] - Re: Seam calling other ejbs

2006-09-27 Thread [EMAIL PROTECTED]
@Name is not the only way to make something a Seam component - you can alternatively use components.xml. In fact, I have more and more been leaning away from putting @Entity annotations directly on entity beans, and leaning towards using stuff like the manager component pattern for associating