[jboss-user] [JBoss Seam] - Re: Seam reverse engineering tool

2006-10-04 Thread rachono
Hi, Is there any plan to fix the templates ? Since july 06, I don't see much progress on that topic I've downloaded JBoss IDE 1.6.2 and the latest Jems Installer (jems-installer-1.2.0.BETA.jar) but still after the reverse engineer : -- incorrect import javax.ejb.Interceptors; -- and this error

[jboss-user] [JBoss Seam] - Re: Seam reverse engineering tool

2006-07-21 Thread milasx
I am getting this error: 09:44:41,552 ERROR [[/seamapp]] Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener java.lang.IllegalArgumentException: no property for configuration setting: org.jboss.seam.core.init.managedPersistenceContexts

[jboss-user] [JBoss Seam] - Re: Seam reverse engineering tool

2006-07-19 Thread tushardesai22
Galvin I have following files for Event sessions. EventEditor.java EventEditorBean.java EventFinder.java EventFinderBean.java EventSelector.java View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3959391#3959391 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam reverse engineering tool

2006-07-18 Thread gcowsar
OK, I got it working, finally! There were several problems - most of which have been found by others but I'll repeat them here. There was one problem where I seem to be the only victim (see 2 below). 1) There once was a time when I had myfaces-api-1.1.3.jar in JBoss. I'm not sure how it got

[jboss-user] [JBoss Seam] - Re: Seam reverse engineering tool

2006-07-17 Thread gcowsar
I made some progress. After re-installing JBoss using the JEMS installer and Seam using a build from CVS I was able to run the tool and get the find and create pages served up. My table has just 2 cols: +--+--+--+-+-+---+ | | Field| Type |

[jboss-user] [JBoss Seam] - Re: Seam reverse engineering tool

2006-07-15 Thread gcowsar
markfoerstein wrote : | These exceptions are usually not the cause of the problem itself. Try looking at the JBoss/Tomcat console window. At the end of the stack you will find the exception that caused everything. | Post'em here. Thanks Mark I'll do that. First I'm going to do a clean

[jboss-user] [JBoss Seam] - Re: Seam reverse engineering tool

2006-07-14 Thread gcowsar
I'm still at it. I'm still stuck. I don't want to be a pain in the butt, but... This is one of those situations where I'm learning several things at once and I appreciate that fact. It means I'm too ignorant (not informed/knowledgable) yet to even be able to ask the right questions. I've

[jboss-user] [JBoss Seam] - Re: Seam reverse engineering tool

2006-07-13 Thread gcowsar
I'm having trouble getting a sample seam-hibernate reverse eng to build. I followed the directions in the movie and everything works up to the point of compiling. I get Begin cannot be resolved to a type and so on for every annotation. What am I doing wrong? I'm using Eclipse 3.2RC7 and the

[jboss-user] [JBoss Seam] - Re: Seam reverse engineering tool

2006-07-13 Thread [EMAIL PROTECTED]
did you add the seam jars to the project ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3957881#3957881 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3957881 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Seam reverse engineering tool

2006-07-13 Thread gcowsar
Maybe I missed the solution, but I saw where other people are having a similar problem and I didn't see the solution: 17:44:58,661 ERROR [[Faces Servlet]] Servlet.service() for servlet Faces Servlet threw exception javax.faces.FacesException: Cannot get value for expression

[jboss-user] [JBoss Seam] - Re: Seam reverse engineering tool

2006-07-13 Thread gcowsar
jason_rency wrote : fkaufmes wrote : My problem with the Seam tool is just told, I get the error message: | | | | ERROR [[jsp]] Servlet.service() for servlet jsp threw exception | | | javax.faces.el.EvaluationException: Cannot get value for expression '#{catererEditor.new}' |

[jboss-user] [JBoss Seam] - Re: Seam reverse engineering tool

2006-07-13 Thread gcowsar
More info: it doesn't always cause an exception, but it never returns any query results. If I put % in all the fields or a * in all the fields then it doesn't cause an exception. This is probably closer to the root cause (SQL Error: -227): 20:58:00,121 INFO [STDOUT] Hibernate: select top ?

[jboss-user] [JBoss Seam] - Re: Seam reverse engineering tool

2006-07-12 Thread ampieb
This tool is quite impressive. Any plans to take it even further, almost like a NakedObjects on Seam? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3957320#3957320 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3957320

[jboss-user] [JBoss Seam] - Re: Seam reverse engineering tool

2006-07-12 Thread ampieb
Sounds promising. With REST, do you mean you would like the user to freely traverse the associations amongst objects, and the client having enough state to know exactly where in the network of domain objects it is? View the original post :