DEFAULT_MANAGER_CLASS in BaseManager not conform 'subpackageManager' property
-----------------------------------------------------------------------------
Key: TORQUE-81
URL: https://issues.apache.org/jira/browse/TORQUE-81
Project: Torque
Issue Type: Bug
Components: Maven 2 Plugin
Affects Versions: 3.3-RC1
Environment: JDK build 1.5.0_08-b03
Reporter: Hidde Boonstra
Priority: Minor
When using the 'subpackageManager' configuration property the field
'DEFAULT_MANAGER_CLASS' in Base<...>Manager is missing the specified
subpackage. This results in a TorqueException.
example:
package: nl.test.om
subpackageManager: manager
table: Test
actual class: nl.test.om.manager.TestManager
valua of DEFAULT_MANAGER_CLASS in BaseTestManager: nl.test.om.TestManager
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]