[jira] [Created] (JDO-706) No enhancer log output with maven 2

2012-02-23 Thread Michelle Caisse (Created) (JIRA)
No enhancer log output with maven 2
---

 Key: JDO-706
 URL: https://issues.apache.org/jira/browse/JDO-706
 Project: JDO
  Issue Type: Bug
  Components: tck
Affects Versions: JDO 3 maintenance release 1 (3.1)
Reporter: Michelle Caisse
Assignee: Michelle Caisse


No log output for enhancement is produced. The following warnings are issued:

[INFO] [jdo-exectck:enhance {execution: default-cli}]
log4j:WARN No appenders could be found for logger (DataNucleus.Enhancer).
log4j:WARN Please initialize the log4j system properly.
Enhancing classes for identity type datastoreidentity

The classpath available to the enhancer does not provide access to the log 
properties file.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (JDO-704) API test compilation failure

2012-02-14 Thread Michelle Caisse (Created) (JIRA)
API test compilation failure


 Key: JDO-704
 URL: https://issues.apache.org/jira/browse/JDO-704
 Project: JDO
  Issue Type: Bug
  Components: api
Affects Versions: JDO 3 maintenance release 1 (3.1)
Reporter: Michelle Caisse
 Fix For: JDO 3 maintenance release 1 (3.1)


On building API:
Compiling 33 source files to C:\jdo_newest\api\target\test-classes

[ERROR]BUILD FAILURE

Compilation failure
javax/jdo/stub/StubPMF.java:[554,9] method does not override a method from its 
superclass

The problem appears to be that this method does not return a value:
public CollectionClass getManagedClasses() {
throw new UnsupportedOperationException(not implemented);
}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira