shrinkwrap / descriptors

ShrinkWrap subproject for creating Archive Descriptors
Apache License 2.0
26 stars 30 forks source link

SHRINKDESC-24 - Problems with the version attribute in the persistence xml output #9

Closed andygibson closed 13 years ago

andygibson commented 13 years ago

Version isn't appearing which is causing a problem upon deployment. The problem is that the lazy logic is only in the getter while the XML generator is set up to use field access (so the value is null). Plus the version value is not accessible in the descriptor so I've added the access to that.