Dear Vishal
 
I have cleared up to "Create Web Client" in Chapter 9.
 
For solving my troubles on the "deploy.wsdd"file, what I did are as follows;
 
1. From the thread info in 
http://forge.objectweb.org/forum/forum.php?thread_id=1087&forum_id=360 ,
    added "jboss-j2ee.jar" in JAVA build-path.
 
2. Also using  
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=36910&postdays=0&postorder=asc&start=270
 (javaexpert of 09.Jul.2004),
    modified the "deploy.wsdd",
    from
      parameter name="homeInterfaceName" 
value="au.com.tusc.session.StoreAccessLocalHome"
      parameter name="remoteInterfaceName" value="au.com.tusc.session.StoreAccessLocal"
    to
      parameter name="homeInterfaceName" value="au.com.tusc.session.StoreAccessHome"
      parameter name="remoteInterfaceName" value="au.com.tusc.session.StoreAccess"
 
      i.e. deleted 'Local'.
 
3. Furthermore, modified a line;
    from
      parameter name="beanJndiName" value="StoreAccessLocal"
    to
      parameter name="beanJndiName" value="StoreAccessBean"

    i.e. changed from 'Local' to 'Bean'.
 
Best Regards,

jbosszone



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845324#3845324

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845324


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to