Can you send a diff/patch by checking out the 1.9.x branch from SVN
and changing it? It's difficult for me to see what you changed.
svn co https://appfuse.dev.java.net/svn/appfuse/branches/BRANCH_1-9-x
appfuse-1.9.x
Matt
On 12/20/06, Daniel.Rodriguez <[EMAIL PROTECTED]> wrote:
Matt , just so
Matt , just solved my problem.
Basically I had to do some changes around the package-dao task:
This is the original version :
Matt,
I'm using the 1.9.4 Webwork version ( appfuse-webwork-1.9.4-src.zip).
I checked the deployed app in %TOMCAT_DIR%/webapp and the .properties are
there.
Thanks.
--
View this message in context:
http://www.nabble.com/Webwork%27s-Conversion-not-working-tf2847151s2369.html#a7953735
Sent fr
If you're not using 1.9.4, this may be the issue:
http://issues.appfuse.org/browse/APF-430
Matt
On 12/19/06, Daniel.Rodriguez <[EMAIL PROTECTED]> wrote:
Hello everybody,
I have the following data structure: Cliente (POJO), Producto (POJO) and
Licencia (POJO).
Licencia has a composite_id :
Hello everybody,
I have the following data structure: Cliente (POJO), Producto (POJO) and
Licencia (POJO).
Licencia has a composite_id : (FK_CLIENT_ID, FK_PROD_ID).
Which I had to implement as suggested in the forums (a separate class called
(LicenciaPK):
So far, everything works ok, plus t