0 Replies Latest reply on Aug 17, 2004 9:20 AM by jbosszone

    Tutorial on J2EE using JBOSS, Eclipse and Lomboz : Chapter 9

    jbosszone

      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