I noticed that APF-936 http://issues.appfuse.org/browse/APF-936 seems
still to be present, at least in some places, in release 2.0.2 where it
is marked fixed.
I attached a patch for the case I found in the version of
BaseDaoTestCase that is in the appfuse-hibernate-2.0.2.jar
How does one reo
Hi, I want invoke a webservice, I'm using the next code:
UserService userService = (UserService) new XFireProxyFactory().create(
new ObjectServiceFactory().create(UserService.class),
"http://localhost:8080/services/UserService";);
users = userService.getUsers(new Use
Check your sample-data.xml for correct syntax and data. dbunit tries to
populate your
database and fails. This can also be due to a mispelled table or column name
or due
to a foreign key problem. So, check your jpa annotations and compare with
the sample
data file.
MH
cesto wrote:
>
> Hi,
>
Change the the default database to hsqldb in the end of the pom:
org.dbunit.ext.hsqldb.HsqldbDataTypeFactory
CLEAN_INSERT
org.hibernate.dialect.HSQLDialect
tmp
hsqldb
hsqldb
1.8.0.7
org.hsqldb.jdbcDriver
sa
Add a profile for production use, such as:
prod
Hello,
have You solved the problem? I'm from Hungary... :-)
Bye
Attila
tibi wrote:
>
> hi,
>
> i have a candidate which has a one-one relation to user
> when i save candidate i want to save changes to the user too.
> but i get an:
> 'Object of class [org.appfuse.model.User] with identifier
Hi,
I'm using appfuse (tapestry, spring, hibernate) modular project. I
have classes that outside of hibernate or tapestry domain but require
to execute some of the hibernate query.
If I put a setter on the class, the spring won't inject the method,
and If I instantiate the hibernate dao class dir
Hi
I need to use two new roles A and B. I already have had them in my database
and I've created two new users for each. in addition, I have a new home page
instead of useing default mainMenu.jsp. I need to use this home page as a
default page, not a login page, when someone just open the link
h