Hello xdoclet-developors, The docs for the jboss subtask mention default parameters for typemapping and datasource, but the implementation doesnt have them. If you dont specify typemapping or datasource, you get a nasty null pointer exception.
i have attached a patch that sets those parameters. also i noticed that the jboss task defaults to jboss version 2.4, which is a good idea, but the dox mention version 2.2. -- Best regards, Christoph mailto:[EMAIL PROTECTED]
RCS file: /cvsroot/xdoclet/xdoclet/core/src/xdoclet/ejb/vendor/JBossSubTask.java,v retrieving revision 1.14 diff -r1.14 JBossSubTask.java 38,39c38,39 < private String datasource; < private String typemapping; --- > private String datasource = "java:/DefaultDS"; > private String typemapping = "Hypersonic SQL";
