xdoclet Standard EJB Problems
Problem is with WinXP, M9 – This seemed ok on linux-gtk-amd64.
Setting the pattern element doesn’t change the build file and generate correct xml
1. Open MyEclipse-Xdoclet
2. Standard EJB
3. Set remoteinterface Pattern value to {0}Remote
3. Set homeinterface Pattern value to {0}RemoteHome
4. Run XDoclet – pattern not implemented
Making the changes manually to the build file make the correct files generate
1. Add <remoteinterface pattern=”{0}Remote” > manually to xdoclet-build.xml
2. Add <homeinterface pattern=”{0}RemoteHome” > manually to xdoclet-build.xml
3. Run XDoclet – pattern IS implemented
Opening the interface again wipes out the changes eventhough they are visibly in the UI
1. Open MyEclipse-XDoclet
2. Have a look at pattern setting – {0}Remote, {0}RemoteHome respectively
3. close and look at xdoclet-build.xml
4. <remoteinterface pattern=”{0}Remote” > is now <remoteinterface>
5. <homeinterface pattern=”{0}RemoteHome” > is now <homeinterface>