When doing a top-down EJB/CMP deployment code
generation using middlegen, WebSphere (WAS5.1)
tends to default the name of the squence table
to 'SEQUENCE1'. It would be nice for Middlegen to have
a way to customize name of SequenceBean EntityBean
so that I can have better one-to-one naming convention.
For example when the <sequenceblock> subtask looks
like this:
<sequenceblock table="MY_SEQUENCE_BLOCK"
blocksize="10" retrycount="3"
beanName="MySequenceBlock"/>
The App server deployment tools would do the right
mappping in this case.
Thanks
--Wissam