-
Bug
-
Resolution: Done
-
Major
-
2.0.0.Final
-
None
-
Low
After MODE-832 was corrected, the JdbcMetadataRepositoryTckTest was failing due to this error:
javax.jcr.RepositoryException: Error loading CND file "/org/modeshape/connector/meta/jdbc/connector-metajdbc.cnd": Error importing
/org/modeshape/connector/meta/jdbc/connector-metajdbc.cnd: Expecting ')' but found 'int' at line 74, column 18: )
- mj:returnType ( ===>> int)
Here's the problematic node type definition (with line numbers):
72 [mj:procedure] mixin
73 - mj:description (string)
74 - mj:returnType (int)
Note that "int" is not a valid node type, so this needs to be corrected to use "long".