[jboss-user] [JBoss Seam] - Re: JBoss tools - Seam generate entities from existing entit

2007-11-21 Thread marius.oancea
There is no plan to create a generate-ui task?

For 1.2.1 there is http://jira.jboss.org/jira/browse/JBSEAM-1206;

Removing hbm2java is not enough because the entities from db are still 
considered. No way to use my entitites?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4106753#4106753

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4106753
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: JBoss tools - Seam generate entities from existing entit

2007-11-21 Thread atao
anonymous wrote : 
  | There is no plan to create a generate-ui task?
  | 

Pete Muir just integreted JSEAM 843 (Generate application from existing 
entities) in CVS.


anonymous wrote : 
  | For 1.2.1 there is http://jira.jboss.org/jira/browse/JBSEAM-1206;
  | 

This issue is related to improve i18n in seam-gen. What is the link with this 
thread?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4106756#4106756

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4106756
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: JBoss tools - Seam generate entities from existing entit

2007-11-21 Thread [EMAIL PROTECTED]
See, we look at votes :)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4106772#4106772

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4106772
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: JBoss tools - Seam generate entities from existing entit

2007-11-21 Thread [EMAIL PROTECTED]
marious - I talked about how to do it in jboss tools.

if you want to do it in ant files you need to swithc jdbc-configuration out 
with jpa-configuration.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4106841#4106841

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4106841
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: JBoss tools - Seam generate entities from existing entit

2007-11-20 Thread [EMAIL PROTECTED]
Go to Run  Hibernate code Generation and select the 
yourproject-generate-entities configuration.

go to exporters and remove the hbm2java/.java exporter.

btw. I created and fixed http://jira.jboss.com/jira/browse/JBIDE-1336 just for 
you ;)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4106518#4106518

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4106518
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: JBoss tools - Seam generate entities from existing entit

2007-11-19 Thread [EMAIL PROTECTED]
btw. for seam-gen you could just comment out the hbm2java generation  in there 
and not regenerate.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4106060#4106060

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4106060
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: JBoss tools - Seam generate entities from existing entit

2007-11-19 Thread [EMAIL PROTECTED]
Max says this needs some (minor) changes to (hibernate) tooling to support (you 
could configure this on or off).

I guess you should take a look at the hibernate tools forum and jira, and 
submit a patch :)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4106059#4106059

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4106059
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: JBoss tools - Seam generate entities from existing entit

2007-11-19 Thread [EMAIL PROTECTED]
btw. morten - report it in jira; much higher chance for me to notice it ;)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4106068#4106068

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4106068
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: JBoss tools - Seam generate entities from existing entit

2007-11-19 Thread atao
it seems to me this question is related to JBSEAM-843

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4106075#4106075

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4106075
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: JBoss tools - Seam generate entities from existing entit

2007-11-19 Thread [EMAIL PROTECTED]
JBoss Tools - JBoss Tools forum (easy, right ;)

How can I get the Seam Generate Entities function working in eclipse without 
regnerating the entities?

For now you can remove the hbm2java from the generated code generation launch 
and just rerun it.

For getting that more permantly in there report an issue in jboss tools.

It is *related* to JBSEAM-843 but we don't use the ant tasks in jboss tools so 
this is not the same.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4106143#4106143

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4106143
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: JBoss tools - Seam generate entities from existing entit

2007-11-19 Thread mortena
anonymous wrote : For now you can remove the hbm2java from the generated code 
generation launch and just rerun it.
  | 

Where should I remove it from (a build file?)

Morten

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4106155#4106155

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4106155
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user