Re: [appfuse-user] How to insert a new object from another object (command) form

2007-07-14 Thread Michael Horwitz
Which version of AppFuse are you using and with which web front end? Details as to which persistence layer you have chosen would also be useful: Hibernate, JPA or iBatis? P.S. You English is excellent, by the way! Thanks Mike. On 7/13/07, Sielm <[EMAIL PROTECTED]> wrote: Hi all. I'm new to

Re: [appfuse-user] Update User from another Manager

2007-07-14 Thread Michael Horwitz
Absolute pleasure! Should have known - Exceptions trigger an automatic rollback. Enjoy the beach - I'm jealous! Mike. On 7/14/07, Dale Newfield <[EMAIL PROTECTED]> wrote: Dale Newfield wrote: > Michael Horwitz wrote: >> Any chance your action calls two managers and passes in an object >> obta

Re: [appfuse-user] Hibernate with existing database

2007-07-14 Thread tibi
yes when you have sample data as your test data your database will be overwritten. remove it and you will be fine (or don't run test/integration-tests on your database) ciao, tibi John Coleman wrote: Fitzy? Coleman On Jul 13, 2007, at 7:56 PM, Bo Jeevs wrote: Hello all. I am working with

Re: [appfuse-user] How to insert a new object from another object (command) form

2007-07-14 Thread Sielm
Sorry, i forgot about these details. I'm using AppFuse 1.9.4 with Spring for the front end too, and Hibernate for persistence. The actual database is MySQL 5.x (not sure about the exact version). Thanks a lot. If i forget anything else please tell me and i will reply as soon as possible. Best r

[appfuse-user] Re: Issue with candy/appfuse - sun tools.jar r1.4.2

2007-07-14 Thread Derek Broughton
Marcelo Alcantara wrote: > Hi, > > I am trying to use candy with appfuse 2M5 but when trying to build it > gives me an error complaining about the tools.jar from 1.4.2 JDK. > > What is the best solution for that? Wouldn´t it have to be solved > automatically? Just been there, done that. Candy

[appfuse-user] 'mvn jetty:run' error in Struts 2 Modular project

2007-07-14 Thread paul_panks
I created a Struts 2 Modular project by the appfuse command mvn archetype:create -DarchetypeGroupId=org.appfuse -DarchetypeArtifactId=appfuse-modular-struts -DremoteRepositories=http://static.appfuse.org/repository -DarchetypeVersion=2.0-rc1-SNAPSHOT -DgroupId=org.homelinux.panks -DartifactId=fus

Re: [appfuse-user] 'mvn jetty:run' error in Struts 2 Modular project

2007-07-14 Thread Eric Fitzsimmons
Here's your key line: "[INFO] Jetty server exiting." Jetty was still running from when you ran jetty:run-war, so make sure to shut that down first. Hope that helps. paul_panks wrote: I created a Struts 2 Modular project by the appfuse command mvn archetype:create -DarchetypeGroupId=org.ap