[JBoss-user] [JBoss Seam] - Re: Tools & Documentation

2006-03-10 Thread [EMAIL PROTECTED]
the console configurations is in the hibernate console perspective View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929320#3929320 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3929320 --

[JBoss-user] [JBoss Seam] - Re: Tools & Documentation

2006-03-10 Thread lcoetzee
This thread might help you: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=76430 In the end I also had to add mapping stuff manually to my generated hibernate.cfg.xml ... stuff like: | | | | | | | | | | | | | | | | |

[JBoss-user] [JBoss Seam] - Re: Tools & Documentation

2006-03-09 Thread pepite
Hi, Yes the "use ejb3/annotations" was checked in the console configuration. I also tried without any hibernate related jars to the console and I have the same results. I tested on jboss ide 1.5 and on the nighty build. About the management of the console configuration: I can create a console

[JBoss-user] [JBoss Seam] - Re: Tools & Documentation

2006-03-08 Thread [EMAIL PROTECTED]
Have you chekked the "use ejb3/annotations" checkbox in the console configuration ? (btw. would actually be nice if we autodetected this need depending on the contents of the hibernate.cfg.xml ...please put that in jira if you want it) ...and you should *not* add any hibernate related jars to t

[JBoss-user] [JBoss Seam] - Re: Tools & Documentation

2006-03-08 Thread pepite
Sorry to disturb you again, but I still cannot make it work: I have the following hibernate.cfg.xml file: | | | http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd";> | | | | | | And when trying the generate the jboss seam file I have the

[JBoss-user] [JBoss Seam] - Re: Tools & Documentation

2006-03-08 Thread [EMAIL PROTECTED]
for now you need to list the EJB's you want the tool to use for generation in a hibernate.cfg.xml. That will work with anything that is ejb3 compliant (and supported by hibernate annotations) Not a big price to pay is it ? (we are working on making the tool autodetect these beans, but right no

[JBoss-user] [JBoss Seam] - Re: Tools & Documentation

2006-03-08 Thread pepite
Well may be I was not clear. I wasn't talking about the reverse engineering check box ( I understood that I don't need reverse engineering from the DB but actually from the EJB themself). I don't actually use hibernate (well directly at leat) but ejb3. I don't see why I should have a mapping f

[JBoss-user] [JBoss Seam] - Re: Tools & Documentation

2006-03-08 Thread [EMAIL PROTECTED]
why is it that users think that because there is a checkbox you *have* to flick it ? If you don't flick the reverse engineering box then (surprisingly) no reverse engineering will be done and we will just dump whatever mappings you have in the hibernate.cfg.xml (and yes, using is possible for

[JBoss-user] [JBoss Seam] - Re: Tools & Documentation

2006-03-08 Thread pepite
"[EMAIL PROTECTED]" wrote : | | Can you use the hibernate reverse engineering tools to create a Seam application from just annotated Entity beans? Hi, I cannot find how to generate a jboss seam application from annotated entity beans? How do I do that? Using hibernate tools, it seems to b

[JBoss-user] [JBoss Seam] - Re: Tools & Documentation

2006-03-02 Thread yannn
Is it possible to design samples like a big application ? i.e. not all classes in the same package but rather a more real cutting into layered packages. I know that is not required by use of Seam but i think it will help to organize a new 'big' project. That may also help the developers to

[JBoss-user] [JBoss Seam] - Re: Tools & Documentation

2006-03-01 Thread cbomoo
Suggest jbosside support seam-based project wizard. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927367#3927367 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927367 -

[JBoss-user] [JBoss Seam] - Re: Tools & Documentation

2006-03-01 Thread cbomoo
Today , I have download jbosside nightly build, it is good! Thanks gavin!!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927365#3927365 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927365 -

[JBoss-user] [JBoss Seam] - Re: Tools & Documentation

2006-03-01 Thread [EMAIL PROTECTED]
Should be all in here: http://download.jboss.org/jbosside/builds/nightly/buildResults.html if it doesn't work, get back to me. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927308#3927308 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[JBoss-user] [JBoss Seam] - Re: Tools & Documentation

2006-03-01 Thread perwik
What version of the jBPM tool do I need in order to use the page flow editor? If the answer is "the latest one in CVS" then please direct me to some info on how to get it installed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927069#3927069 Reply to the p

[JBoss-user] [JBoss Seam] - Re: Tools & Documentation

2006-02-19 Thread cbomoo
I suggest Seam would have a ajax's example at least. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924961#3924961 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924961 ---

[JBoss-user] [JBoss Seam] - Re: Tools & Documentation

2006-02-13 Thread [EMAIL PROTECTED]
Q3. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923327#3923327 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3923327 --- This SF.net email is sponsored by: Splunk

[JBoss-user] [JBoss Seam] - Re: Tools & Documentation

2006-02-12 Thread cbomoo
I have see seam's example, it is good. I will use it in my project, but I want to known when 1.0 release? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923206#3923206 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=392

[JBoss-user] [JBoss Seam] - Re: Tools & Documentation

2006-02-03 Thread [EMAIL PROTECTED]
yes (not sure if this is in the released version yet). and yes. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921591#3921591 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921591 ---

[JBoss-user] [JBoss Seam] - Re: Tools & Documentation

2006-02-03 Thread [EMAIL PROTECTED]
Does the jBMP GPD tool allow for graphically defining pageflow definitions? Can you use the hibernate reverse engineering tools to create a Seam application from just annotated Entity beans? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921582#3921582 Reply

[JBoss-user] [JBoss Seam] - Re: Tools & Documentation

2006-02-03 Thread [EMAIL PROTECTED]
What I would love to have is the ability to click through from an EL expression to an action listeber method or attribute in the Java code. Not really sure how hard this is View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921533#3921533 Reply to the post

[JBoss-user] [JBoss Seam] - Re: Tools & Documentation

2006-02-03 Thread [EMAIL PROTECTED]
When you install JBoss IDE, it comes with it (it is acually part of the jBPM GPD tool) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921463#3921463 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921463 -

[JBoss-user] [JBoss Seam] - Re: Tools & Documentation

2006-02-03 Thread jdestef
Hi Thomas, What do I need to get to set up these tools. The current release of JBossIDE has the the app generation but I don't see the page flow designer or the SeamIDE. I looked in CVS also (JBossIDE) and I didn't see these either. Are they in a different project? I currently am using the JBo