Hi Norman,

Yep, I missed the destinationURL: will remove it.
I had the JPADomain to model package as todo for today. Will also do JPAUser move :)

Tks for caring,

Eric


On 10/09/2010 07:40, Norman wrote:
Hi Eric,

good work :) Just two minor corrections / questions ..

Am 10.09.2010 06:57, schrieb [email protected]:
\ No newline at end of file
+    -->
+<!-- The DefaultVirtualUserTable for storing James' VirtualUserTable mappings. --> +<table name="DefaultVirtualUserTable" class="org.apache.james.vut.JPAVirtualUserTable" destinationURL="db://maildb/VirtualUserTable">
+<recursiveMapping>  true</recursiveMapping>
+<mappingLimit>  10</mappingLimit>
+</table>
+</virtualusertable-store>

The "destinationURL" should get removed here if I'm not wrong because JPA does not care about it.

Modified: james/server/trunk/user-function/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/user-function/pom.xml?rev=995669&r1=995668&r2=995669&view=diff ==============================================================================
--- james/server/trunk/user-function/pom.xml (original)
+++ james/server/trunk/user-function/pom.xml Fri Sep 10 04:57:44 2010
@@ -36,7 +36,7 @@
<artifactId>openjpa-maven-plugin</artifactId>
<version>1.0</version>
<configuration>
-<includes>org/apache/james/userrepository/JPAUser.class</includes>
+<includes>org/apache/james/userrepository/JPAUser.class,org/apache/james/vut/model/JPAVirtualUser.class</includes>

Maybe we want to put the JPAUser.class in a model package too, to be more consistent..

Thx,
Norman


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to