Hi: After iteration to check what's wrong in my sample application, I find another sample progam on internet at http://muimi.com/j/jboss/xdoclet.html. Finally I found out the problem may be likely resulted from the build script - build.xml; which (has 'Name Not Found' problem) I original borrowed from the Xdoclet sample build file located in $XDOCLET_HOME/samples/build.xml. However, after I switch my source to aother sample build file obtained from http://muimi.com/j/jboss/xdoclet.html can run successfully on jboss-3.0.8_tomcat-4.1.24 version (yet his sample program seemly can't run on jboss-3.2.3 too; it's another issue). Yet I still can't figure out what's wrong with that, for it looks the same to these two build files? The only one thing I suppose these two script difference is the source lib (all necessary jar file, such as jboss-j2ee.jar as well as jnp-clients.jar) folders. Would any one be able to tell me the reasons why? I appreciate any suggestions, sincerely. Arsene
--- "Harkness, David" <[EMAIL PROTECTED]> 的訊息:> Newbie wrote: > > i encounter a problem when using xdoclet. the > > exception issues "Name not bound" as > > NameNotFoundException on client side(seemly have > no > > access to the server due to no response printed on > the > > server console). > > NameNotFoundException is thrown when your JNDI > lookup fails because > there's no object bound to that name. So it seems > that you client *is* > reaching the server's JNDI service, but it's not > finding the object it > requests. Can you post your client code that looks > up the session bean? > > David Harkness > Sr. Software Engineer > Sony Pictures Digital Networks > (310) 482-4756 > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux > Tutorials > Free Linux tutorial presented by Daniel Robbins, > President and CEO of > GenToo technologies. Learn everything from > fundamentals to system > administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click > _______________________________________________ > xdoclet-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/xdoclet-user ----------------------------------------------------------------- 每天都 Yahoo!奇摩 海的顏色、風的氣息、愛你的溫度,盡在信紙底圖 http://tw.promo.yahoo.com/mail_premium/stationery.html ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
