Looks like
I missing adding a file.
Just checked it in.
-----Original
Message-----
From: MICHAEL.OBRIEN@xxxxxxxxxx
Sent: Tuesday, September 16, 2008
12:25 PM
To: Dev mailing list for Eclipse
Persistence Services
Subject: RE: [eclipselink-dev] SVN
Commit: Bug#247016 Make JPA weaving work with JAXB - ant trunk compile failure
James,
I ran
into a problem with trunk>ant
when
refreshing to the tip - I will see what needs to be added to
<user-dir>/build.properties to get the build to compile.
and
advise
/michael
compile:
[javac] Compiling 568 source files to
C:\view_w34r1a\jpa\eclipselink.jpa.test\classes
[javac]
C:\view_w34r1a\jpa\eclipselink.jpa.test\src\org\eclipse\persistence\testing\tests\jpa\FullRegressionTestSuit
e.java:110: cannot find symbol
[javac] symbol : class JAXBTestSuite
[javac] location: package
org.eclipse.persistence.testing.tests.jpa.fieldaccess.relationships
[javac]
suite.addTest(org.eclipse.persistence.testing.tests.jpa.fieldaccess.relationships.JAXBTestSuite.suit
e());
[javac]
^
[javac] Note: Some input files use unchecked or unsafe
operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 1 error
BUILD FAILED
C:\view_w34r1a\build.xml:169: The following error occurred while executing this
line:
C:\view_w34r1a\jpa\eclipselink.jpa.test\build.xml:178: Compile failed; see the
compiler error output for details.
Total time: 4 minutes 32
seconds
C:\view_w34r1a>
-----Original Message-----
From: JAMES.SUTHERLAND@xxxxxxxxxx
Sent: Tuesday, September 16, 2008
10:35
To: Eclipselink-Dev@Eclipse. Org
(E-mail)
Subject: [eclipselink-dev] SVN
Commit: Bug#247016 Make JPA weaving work with JAXB
SVN Commit: Bug#247016 Make JPA weaving work with
JAXB
https://bugs.eclipse.org/bugs/show_bug.cgi?id=247016
NOTE: In Eclipse you will now need to load moxy
project to run JPA tests.
Please let me know if you have any moxy dependency
issues with the projects or test scripts.
Changes:
- Weave in @XmlTransient annotation into lazy fields
in JPA to allow usage with JAXB (does not add if class not on classpath)
- Added JAXB dependency to JPA tests, added JAXB / JPA
test to fieldaccess relationships model.
Code Review: Andrei (pending)