Issue Details (XML | Word | Printable)

Key: APF-580
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Matt Raible
Reporter: Michael Horwitz
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
AppFuse

Database driver dependency missing from Archetypes

Created: 18/Jan/07 03:43 AM   Updated: 18/Jan/07 10:03 AM   Resolved: 18/Jan/07 10:03 AM
Component/s: Installation
Affects Version/s: 2.0-M2
Fix Version/s: 2.0-M3


 Description  « Hide
Although the relevant plugins in the archetypes have a dependency configured that allows switching of the database driver using the properties no such dependency exists for the build itself. The MySql driver is inherited from the AppFuse dependencies, but this will not be the case when users want to use another database.

The following needs to be added as a dependency to the pom of all archetypes to allow users to switch databases by changing the relevant properties:

<dependency>
  <groupId>${jdbc.groupId}</groupId>
  <artifactId>${jdbc.artifactId}</artifactId>
  <version>${jdbc.version}</version>
</dependency>


Matt Raible made changes - 18/Jan/07 10:03 AM
Field Original Value New Value
Status Open [ 1 ] Resolved [ 5 ]
Fix Version/s 2.0-M3 [ 10112 ]
Resolution Fixed [ 1 ]