Hi,
I think that there is a problem with the torque 3.2 configuration. If
you use the properties
torque.subpackagePeer = model
torque.subpackageObject = model
torque.subpackageMap = model.map
torque.subpackageManager = model
torque.subpackageBean = model.bean
toruqe.subpackageBaseBean = model.bean
torque.subpackageBase = model
in the build.properties the code generated by torque-gen throw a
runtime-error (NotClassFoundError).
After cheking the templates I found the next line in MapBuilder.vm
> "${package}.map.${table.JavaName}MapBuilder";
and I think the correct line would be something like:
<"${packageMap}.${table.JavaName}MapBuilder";
The same stuff in Peer.vm
> ${package}.$table.JavaName ${package}.$child.ClassName
with the corresponding corrections:
< ${packageObject}.$table.JavaName
< ${packageObject}.$child.ClassName
When I change these lines the exception dissapear. Is it a bug or a
missing configuration?
Best wishes from Bilbao
--gustavo
--
---
Gustavo Fernandez Gomez
zylk.net S.L.L. - Iniciativas Tecnologicas
Herramientas web - Sistemas - Software
tfno : +34 944272119
fax : +34 946054936
movil: +34 637546184
email: [EMAIL PROTECTED]
web : http://www.zylk.net
---
Este mensaje, y en su caso, cualquier fichero anexo al mismo, puede
contener informacion confidencial, siendo para uso exclusivo del
destinatario, quedando prohibida su divulgacion copia o distribucion a
terceros sin la autorizacion expresa del remitente. Si Vd. ha recibido
este mensaje erroneamente, se ruega lo notifique al remitente y proceda
a su borrado.Gracias por su colaboracion.
This message, and in the case of any file annexed to it, can have
confidential information, and it is exclusively for the use of the
address of the message. It is strictly forbidden to spread a copy or
distribute to third parties, without the express order of the sender. If
you have received this message mistakenly, we request you to notify to
the sender, and please be sure to erase it. Thank you for your
collaboration.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]