03-25-06 02:46 PM
[ http://issues.apache.org/jira/browse/JDO-348?page=all ]
Martin Zaun resolved JDO-348:
-----------------------------
Resolution: Fixed
Followed Craig's suggestion and added the missing makeTransient(*,boolean)
methods to PersistenceManagerImpl, so that derived FOStorePM compiles now.
Sending runtime20/src/java/org/apache/jdo/impl/pm/PersistenceManagerImpl.jav
a
Transmitting file data .
Committed revision 388538.
> Fostore20 doesn't compile with latest changes to api20
> ------------------------------------------------------
>
> Key: JDO-348
> URL: http://issues.apache.org/jira/browse/JDO-348
> Project: JDO
> Type: Bug
> Components: runtime20
> Versions: JDO 2 rc1
> Reporter: Craig Russell
> Assignee: Martin Zaun
> Attachments: FOStorePM.newMakeTransient.patch
>
> java:compile:
> [echo] Compiling to g:\olsen\jdo\apache_clean\jdo\trunk\fost
ore20/
target/cla
> sses
> [javac] Compiling 100 source files to G:\olsen\jdo\apache_clean\jd
o\trunk\fo
> store20\target\classes
> G:\olsen\jdo\apache_clean\jdo\trunk\fost
ore20\src\java\org\apache\jdo\impl
\fosto
> re\FOStorePM.java:35: org.apache.jdo.impl.fostore.FOStorePM is not abstrac
t and
> does not override abstract method makeTransientAll(java.util.Collection,bo
olean)
> in javax.jdo.PersistenceManager
> public class FOStorePM extends PersistenceManagerImpl
> ^
> Note: G:\olsen\jdo\apache_clean\jdo\trunk\fost
ore20\src\java\org\apache\jd
o\impl
> \fostore\FOStoreInput.java uses or overrides a deprecated API.
> Note: Recompile with -Xlint:deprecation for details.
> 1 error
> BUILD FAILED
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secur...nistrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
[ Post a follow-up to this message ]
|