I have created an action in a service Transactions.java attached and added
the defaultNewTransaction method in ordr to populate default values. It
compiles alright but when I try to run, I get this error
[exec] 1) Error in custom provider,
org.apache.isis.core.metamodel.specloader.validator.MetaModelInvalidException:
1: dom.todo.Transactions#defaultNewTransaction has prefix default, has
probably been orphaned. If not an orphan, then rename and use @Named
annotation
May be I am doing it wrong but can some one help. Is it only inside entity
that you can use default?