-
Task
-
Resolution: Done
-
Major
-
None
-
None
As per an email converstion, move call to JBossMarshaller.init() from an @Inject method in VAM to an @Start method.
@Inject should only assign variables, do no processing. Any lengthier processing should be done at @Start.