Hi add it this way (I'll use g:a:v for groupId, artifactId, version):
<libs><lib>g:a:v</lib></libs> instead of adding a dependency which is used for tomee runner and not tomee itself Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-05-20 12:05 GMT+02:00 Dhana kumar <[email protected]>: > Hi Team, > > I have tomee maven plugin configured with tomee.xml in src/main/tomee/conf. > I have defined data source in this xml and plugin not loading the jdbc > driver class. I have added <dependencies> under the plugin with derbyclient > jar. but still the same error , > > org.apache.xbean.propertyeditor.PropertyEditorException: Unable to resolve > class org.apache.derby.jdbc.ClientDriver > > -- > Thanks, > Dhana kumar. >
