That did not help. Here is the generated local interface:

/*
 * Generated by XDoclet - Do not edit!
 */
package com.stockquote;

/**
 * Local interface for StockQuote.
 * @xdoclet-generated at 28-11-02
 */
public interface StockQuoteCMP
   extends javax.ejb.EJBLocalObject
{

}


-- padhu



----- Original Message ----- 
From: "Konstantin Priblouda" <[EMAIL PROTECTED]>
To: "padhu vinirs" <[EMAIL PROTECTED]>
Cc: "xdoclet-user" <[EMAIL PROTECTED]>
Sent: Thursday, November 28, 2002 5:47 AM
Subject: Re: [Xdoclet-user] local object generated is empty...


> 
> --- padhu vinirs <[EMAIL PROTECTED]> wrote:
> > 
> > I am new to xdoclet. I am not able to figure out
> > what is wrong with this bean source. I get a empty
> > implementation of the local object. Any help is
> > appreciated.    
> > 
> > 
> > 
> > package com.stockquote;
> > 
> > import javax.ejb.*;
> > 
> > /**
> >  * @ejb.bean  name="StockQuote" 
> >  *    type="CMP" 
> >  *    cmp-version="2.x"
> >  *    primkey-field="id"
> >  *    schema="stocks"
> 
> YOu surely mean local interface?
> If you like to have it generated specify  parameter
> view-type="local" or "both" on @ejb.bean
> 
> regards,
> 
> =====
> Konstantin Priblouda ( ko5tik )    Freelance Software developer
> < http://www.pribluda.de > < play java games -> http://www.yook.de >
> < render charts online -> http://www.pribluda.de/povray/ >
> 
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> http://mailplus.yahoo.com
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: Get the new Palm Tungsten T 
> handheld. Power & Color in a compact size! 
> http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
> _______________________________________________
> Xdoclet-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/xdoclet-user



-------------------------------------------------------
This SF.net email is sponsored by: Get the new Palm Tungsten T 
handheld. Power & Color in a compact size! 
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to