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
Hi,
I am trying to import a 'datetime' value to my mysql db from
sample-data.xml using dbUnit. Here is the file sample
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
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
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
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