Bernardinus, inline (heavily snipped):
> --- Bernardinus <[EMAIL PROTECTED]> wrote: > > I did that, but nothing changed. Even the ejb tag is > > not shawn. Here is what > > I get (idea build #665): From: "Konstantin Priblouda" <[EMAIL PROTECTED]> > Tag family for ejb likes classes which implement > javax.ejb.(Entity|Session|MessageDriven)Bean > > Specify them as full qualified class name > > ( though I have nothing to do woth IDEA plugin, > but it's the same codebase as standalone GUI ) They dont need to be fully qualified, but they do need to be implemented. I'm also not sure with listening to changes in the document - from memory there's a bit of lag before IDEA notifies the plugin of any change. So to be 100% sure, make the class implements *Bean, then close the file and re-open. hth dim ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
