So there's no sense to edit manually the xdoclet-build.xml. The workaround is to write
the added tasks to a build.xml. It is possible to call both xdoclet-build and
package-build tasks from the build.xml.
Risto
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3
You don't have read the whole book, ch3 and its example is enough. When get along with
the example and understand it, the JBoss-IDE part is rather straightforward if
laborious. The learning curve is not so gentle.
Risto
View the original post :
http://www.jboss.org/index.html?module=bb&op=view
To me it seems that JBoss-IDE does not force any ablsolute paths, just as Ant doesn't.
What's more and handy, it's possible to give the paths in xdoclet-build.properties.
Risto
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846712#3846712
Reply to the post
That's exactly what I have done just recently. In
http://xdoclet.sourceforge.net/xdoclet/index.html there's a recommendation of a book
which at least I found crucially helpful.
Also Luke Taylor's jboss&j2ee -tutorial was a 'must' to me.
Risto
View the original post :
http://www.jboss.org/inde
Immediately after sending my mail I notice the error in my code: the lookup is
context.lookup("java:/comp/env/ejb/Fibo");
There's no mention of lookupLink in the Tutorial!
Risto
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830209#3830209
Reply to the post
Hi
I managed to run the Fibo example but only by making the lookup as
context.lookup("ejb/tutorial/Fibo");
For some reason
context.lookupLink("java:/comp/env/ejb/Fibo");
didn't work, it produced:
18:58:31,625 ERROR [Engine] StandardWrapperValve[ComputeServlet]: Allocate exception
for servlet Co