the document on
http://openjpa.apache.org/builds/1.2.0/apache-openjpa-1.2.0/docs/manual/ref_guide_pc_reverse.html
 
describes  -schemas as :
 
-schemas/-s <schema and table names>: A comma-separated list of schema and
table names to reverse map, if no XML schema file is supplied. Each element
of the list must follow the naming conventions for the openjpa.jdbc.Schemas
property described in Section 12.1, " Schemas List ". In fact, if this flag
is omitted, it defaults to the value of the Schemas property. If the Schemas
property is not defined, all schemas will be reverse-mapped.
 
 
But the ant task does not implement this argument:
 
https://svn.apache.org/repos/asf/openjpa/site/docs/openjpa-javadocs/openjpa-jdbc-apidocs/org/apache/openjpa/jdbc/ant/ReverseMappingToolTask.html
 
This task can take the following arguments: 
package 
directory 
useSchemaName 
useForeignKeyName 
nullableAsObject 
blobAsObject 
typeMap 
primaryKeyOnJoin 
useDatastoreIdentity 
useBuiltinIdentityClass 
detachable 
inverseRelations 
discriminatorStrategy 
versionStrategy 
innerIdentityClasses 
identityClassSuffix 
metadata 
customizerClass 
customizerProperties 
 
Does anyone know why? or any way to work around it?
 
Thanks,
-- 
View this message in context: 
http://n2.nabble.com/ReverseMappingToolTask-does-not-have-%22schemas%22-argument-tp2155736p2155736.html
Sent from the OpenJPA Users mailing list archive at Nabble.com.

Reply via email to