Re: [appfuse-user] Problems after upgrade Appfuse 2.0 --> 2.0.1 (Spring 2.5)

2007-12-29 Thread jan356
Hi Matt, I tried this. no difference 8081 360 I ran mvn jetty:run -Djetty.port=8081 same e

[appfuse-user] dao hibernate service not returning pojo class objects

2007-12-29 Thread Fred Forester
Hi all. when I run getAll via the generic class the log shows I am getting back pojo classes DEBUG [http-8080-Processor24] Loader.getRow(1173) | result row: EntityKey[com.epstrategies.reductions.model.Smf701Lpd#1655] but when I try to call my own method "getFieldSubset" I get DEBUG [http-80

Re: [appfuse-user] Not able to run mvn appfuse:full-source

2007-12-29 Thread Matt Raible
I believe the solution for this can be found in the mailing list archives. http://appfuse.markmail.org Matt On 12/29/07, Semen Levinson <[EMAIL PROTECTED]> wrote: > Hi, > > I am using Appfuse 2.0.1 version. While running mvn appfuse:full-source I saw > exception(please see below) > Could you he

[appfuse-user] Not able to run mvn appfuse:full-source

2007-12-29 Thread Semen Levinson
Hi, I am using Appfuse 2.0.1 version. While running mvn appfuse:full-source I saw exception(please see below) Could you help to solve it? C:\Java\Source\AppFuse_Idea\appfuse_crud>mvn appfuse:full-source [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'appfuse'

Re: [appfuse-user] Generating DAO, Service test class in Struts2 modular

2007-12-29 Thread Matt Raible
I don't see any error below - do you? Matt On 12/29/07, Allan Ang <[EMAIL PROTECTED]> wrote: > > Hi Matt, > > This is what I see: > > Thanks again! > > > [INFO] Scanning for projects... > [INFO] Searching repository for plugin with prefix: 'appfuse'. > [INFO] > ---

Re: [appfuse-user] Generating DAO, Service test class in Struts2 modular

2007-12-29 Thread Allan Ang
Hi Matt, This is what I see: Thanks again! [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'appfuse'. [INFO] [INFO] Building AppFuse Modular Application - Core [INFO]task-segmen

Re: [appfuse-user] Could not open Hibernate Session for transaction; nested exception is

2007-12-29 Thread mettamara
Don't know if it matters or not, but I was experiencing a similar problems with timeouts with Appfuse2 (running on apach2, tomcat6 and mysql5). Adding the dependecy for commons-dbcp 1.2.1 fixed the problem. However, I did not already have commons-dbcp in the project. Is this something that was