Is <abstract-schema-name> deployment descriptor element in the ejb-jar file is mandatory.In Ed Roman it is specified as optional.
James Turner
Ranch Hand
Joined: May 10, 2004
Posts: 194
posted
0
Yes its optional.
I expect it is something to do with BMP. With BMP the programmer specifies all persistence in the bean code, therefore persistent elements in the DD are not needed.
James. [ November 19, 2004: Message edited by: James Turner ]