[JBoss-dev] [JBoss IDE (dev)] - Re: Manually add support for jbossnet subtask

2004-09-15 Thread s5554
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

[JBoss-dev] [JBoss IDE] - Re: CMP/BMP howto

2004-09-08 Thread s5554
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

[JBoss-dev] [JBoss IDE] - Re: Absolute paths - revisited

2004-08-30 Thread s5554
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

[JBoss-dev] [JBoss IDE] - Re: Jboss-ide Version 1.3

2004-08-18 Thread s5554
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

[JBoss-dev] [JBoss IDE] - Re: JNDI lookup problem (confused newbie)

2004-04-12 Thread s5554
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

[JBoss-dev] [JBoss IDE] - Re: JNDI lookup problem (confused newbie)

2004-04-12 Thread s5554
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