[appfuse-user] Incomplete "decoration" of

2007-11-11 Thread Daniel Kibler
Has anyone else noticed that with the default Struts2 theme (xhtml?) checkbox tags are decorated with a closing but there is no opening ? I was forced to add before each of my checkboxes. Is this a Struts problem or an appfuse problem? Results in: Fitness -- View this message

[appfuse-user] Editable Parent/Child List in Struts 2

2007-11-11 Thread Daniel Kibler
This may a question for the struts list, but I thought I'd try it here first. I want to have a page where I can edit not only the basic properties of an base object, but also an editable list of objects that the base object contains. I've tried several approaches but with my limited Struts skill

[appfuse-user] Solution: AppFuse 2 + Hibernate + Struts on Tomcat 5.5 - bad properties file -> mystery 500 Server Error

2007-11-11 Thread Rob Hills
Hi All, This one has just cost me a few hours so I thought I'd share in case I can help someone else. As the title suggests, I'm running Appfuse 2 + Hibernate + Struts on Tomcat 5.5. Suddenly, after rebuilding my application, any attempt to access any page resulted in a 500 error - the server

Re: [appfuse-user] Need help with basic relationship - JPA + MySQL + JSF

2007-11-11 Thread Shash Chaterjee
Java 1.5.0_11 made no difference (this is on Windows XP pro). mraible wrote: > > I would try using Java 5 instead of Java 6. > > Matt > -- View this message in context: http://www.nabble.com/Need-help-with-basic-relationship---JPA-%2B-MySQL-%2B-JSF-tf4708504s2369.html#a13698956 Sent from

Re: [appfuse-user] clean & insert default entities

2007-11-11 Thread Rob Hills
Hi George, George.Francis wrote: Is there a MVN taget that will just recreate the DB and insert the default entities (from xml)? I thought this should be 'dbunit:clean-insert' but that doesnt work... I use the task: hibernate3:hbm2ddl dbunit:operation HTH, Rob Hills Waikiki, Western Aust

Re: [appfuse-user] clean & insert default entities

2007-11-11 Thread Michael Horwitz
I believe it should be dbunit:operation. Mike. On Nov 11, 2007 7:35 PM, George.Francis <[EMAIL PROTECTED]> wrote: > > Is there a MVN taget that will just recreate the DB and insert the default > entities (from xml)? > I thought this should be 'dbunit:clean-insert' but that doesnt work... > > > -

[appfuse-user] clean & insert default entities

2007-11-11 Thread George.Francis
Is there a MVN taget that will just recreate the DB and insert the default entities (from xml)? I thought this should be 'dbunit:clean-insert' but that doesnt work... -- View this message in context: http://www.nabble.com/clean---insert-default-entities-tf4787143s2369.html#a13694973 Sent from

Re: [appfuse-user] LazyInitializationException again

2007-11-11 Thread Matt Raible
I've seen StackOverflow errors in the past when I've had collections in toString, equals or hashCode methods. You might want to remove any collections from these methods. Matt On Nov 11, 2007 5:18 AM, <[EMAIL PROTECTED]> wrote: > On 10/20/07, Daniel Kibler <[EMAIL PROTECTED]> wrote: > > > > OK.

Re: [appfuse-user] Need help with basic relationship - JPA + MySQL + JSF

2007-11-11 Thread Matt Raible
I would try using Java 5 instead of Java 6. Matt On Nov 11, 2007 8:16 AM, Shash Chaterjee <[EMAIL PROTECTED]> wrote: > > I was going to try and put in a patch for the generation problem. I just > got the latest code from SVN, using Maven-2.0.7 and Java 1.6.0_02 to vuild. > "mvn install" gets th

Re: [appfuse-user] Appfuse After Action Report

2007-11-11 Thread Matt Raible
Thanks for the positive report John - we're glad to hear you were able to leverage AppFuse to make your life easier. Matt On Nov 10, 2007 11:36 PM, John Kwon <[EMAIL PROTECTED]> wrote: > I had to build a Documentum application (accessing Documentum 5.3) on short > order. I used Appfuse, and pick

Re: [appfuse-user] Need help with basic relationship - JPA + MySQL + JSF

2007-11-11 Thread Shash Chaterjee
I was going to try and put in a patch for the generation problem. I just got the latest code from SVN, using Maven-2.0.7 and Java 1.6.0_02 to vuild. "mvn install" gets the following QDox error. Any ideas? [INFO] Building AppFuse Maven Plugin [INFO]task-segment: [install] [INFO] -

Re: [appfuse-user] LazyInitializationException again

2007-11-11 Thread ernasm
On 10/20/07, Daniel Kibler <[EMAIL PROTECTED]> wrote: > > OK. I found that there are two entries in web.xml for the lazyLoadingFilter. > After uncommenting the second, the lazy loading is working. > Matt, After uncommenting lazyLoadingFilter in web.xml, my Web service hit another error as below.