facebook

[Closed] xdoclet session facade + value object

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #240736 Reply

    oschei
    Member

    Hi Community,

    I have created an value object and a session facade with:

    @ejb.facade view type=”local”
    @ejb.value-object match=”*” name=”CategoryEJB”

    The new facade class is missing getData() inCategoryEJBLocal.
    I have extendet the CMP for the ValueObject

    /**
    * @ejb.interface-method view-type = “both”
    * @return
    */
    public abstract CategoryEJBValue getCategoryValue();
    /**
    * @ejb.interface-method view-type = “both”
    * @param categoryValue
    */
    public abstract void setCategoryValue(CategoryEJBValue categoryValue);

    What I have to do to solve the error?

    Many thanks in advance

    Oliver

    #240811 Reply

    Riyad Kalla
    Member

    Oliver I’ve asked someone ot take a look at this.

    #240842 Reply

    oschei
    Member

    Problem solved.

    public abstract CategoryEJBValue getCategory<b>EJB</b>Value();
    public abstract void setCategory<b>EJB</b>Value(CategoryEJBValue categoryValue);

    Thanks

    Oliver

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: [Closed] xdoclet session facade + value object

You must be logged in to post in the forum log in