[ 
https://issues.apache.org/jira/browse/TORQUE-81?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12470588
 ] 

Hidde Boonstra commented on TORQUE-81:
--------------------------------------

Sniplet from pom.xml:

<plugin>
  <groupId>org.apache.db.torque</groupId>
  <artifactId>torque-maven-plugin</artifactId>
  <version>3.3-RC1</version>
  <configuration>
      <targetDatabase>mysql</targetDatabase>
      <useManagers>true</useManagers>
      <generateBeans>true</generateBeans>
      <subpackageBase>base</subpackageBase>
      <subpackageManager>manager</subpackageManager>
      <subpackagePeer>peer</subpackagePeer>
  </configuration>
</plugin>


> 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]

Reply via email to