[appfuse-user] problem in hibernate Criteria query on a polymorphic one-to-many relation

2008-07-30 Thread sharif_ku
Im working on an appfuse-2 + hibernate-3 based application with following POJOs as domain model: User{ Long id; String username; String password; List infosets; ... @OneToMany(cascade = CascadeType.ALL) public List getInfosets() { return infosets; } ... } @Entity @Table @Inheritance(st

[appfuse-user] Problem with dbUnit test data import from file

2008-07-30 Thread pjames
Hi, I am trying to import a 'datetime' value to my mysql db from sample-data.xml using dbUnit. Here is the file sample

[appfuse-user] AppFuse conventions for package naming

2008-07-30 Thread Kinski
When creating a Modular application the following is contained in the contents of a read me file which is created... NOTE: Maven is currently unable to fully support multi-module archetypes. Because of this limitation, the Java files are in the default package of each module. It's recommended you

[appfuse-user] appfuse:gen-web

2008-07-30 Thread Kinski
You have previously stated that AMP does not currently support renaming your core module. Is it possible to rename the web module and use appfuse:gen-web (I am assuming it should be given that one of the principle ideas behind the modular structure is to support multiple front ends) ? - Rega

RE: RE: [appfuse-user] MVN command always Connection Refused

2008-07-30 Thread Allan DaƱos
Thank you very much! *From:* Matt Raible [mailto:[EMAIL PROTECTED] *Sent:* Wednesday, July 30, 2008 11:43 AM *To:* [email protected] *Subject:* Re: [appfuse-user] MVN command always Connection Refused It looks like your MySQL database is not running. Can you connect with "mysql -u ro

Re: [appfuse-user] MVN command always Connection Refused

2008-07-30 Thread Kinski
FYI, one of our developers experienced a similar problem on our Windows environment. Here is a breakdown of their experience... mysql "Can't connect to MySQL server on 'localhost' (10061)": Solution: 1- Be sure using the Task manager no mysql process is running as service. 2- Open a DOS prompt