Incidentally, the tests are failing with the latest media file change,
"mvn clean install" outputs:
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:2.0.2:testCompile
(default-testCompile) on project roller-weblogger-business: Compilation
failure: Compilation failure:
[ERROR]
/media/work1/opensource/roller-trunk/weblogger-business/src/test/java/org/apache/roller/weblogger/business/MediaFileTest.java:[325,17]
error: setTags(Set<MediaFileTag>) has private access in MediaFile
[ERROR]
[ERROR]
/media/work1/opensource/roller-trunk/weblogger-business/src/test/java/org/apache/roller/weblogger/business/MediaFileTest.java:[400,17]
error: setTags(Set<MediaFileTag>) has private access in MediaFile
[ERROR]
... 4 more of the same errors in that class ...
I can look at this later if you don't have time to get to it.
Glen
On 04/09/2013 12:42 PM, Glen Mazza wrote:
On 04/05/2013 09:02 AM, Greg Huber wrote:
Guys,
I could not get the Media file tags to save correctly. It seems
someting
to to with JPA? I am expert on JAP.
Cheers Greg.