0 Replies Latest reply on Mar 14, 2002 4:15 PM by dhinojosa

    Refencing a Remote Value Object no longer available

    dhinojosa

      OS: SuSE Linux 7.2
      JBoss Version: 2.4.4
      Tomcat Version: 4.0.1
      Database: mySQL with 2.0.7 Driver

      Question: I have a standard value object that contains accessors and mutators called BusinessValueObject. I have a stateless session facade called Directory. Within the directory bean I have a method called create(BusinessValueObject). I would set the value object with an id and then do an entity create with the new object

      Example:
      businessValueObject.setBusinessID(4000);


      I would call my Directory Remote Object via a servlet helper. Within the helper I would have.

      directory.create(businessValueObject);

      Next when I do a businessValueObject.getBusinessID() the ID returns null. I thought I had reference to it. This code worked in the previous version. Am I doing something wrong?

      Thanks,
      Dan