[Xdoclet-user] JMXDoclet Broken

2002-05-02 Thread Theo Harper
First question is "Should I be avoiding the main branch at the moment?". If it's okay to use then I have the following problems: Trying to use CVSHEAD of XDoclet (and XJavaDoc) and am unable to get my mbean code to work. /** * @jmx:mbean name="SystemsUnion:service=ComponentDeployer" *

[Xdoclet-user] Support for multiple tags broken in CVS build

2002-04-23 Thread Theo Harper
I am trying to write an MBean for JBoss using XDoclet (todays CVS version), however there seems to be a problem when a constructor (or method for that matter) contains multiple copies of a single tag. For example, I have a constructor that has the following tags: /** * @jmx:managed-cons

RE: [Xdoclet-user] collection="collection" and java.util.List return type.

2002-04-10 Thread Theo Harper
Oooops ... sorry got my mailing lists all messed up. Please except my apologies!!! Theo -Original Message- From: Theo Harper Sent: 10 April 2002 16:46 To: [EMAIL PROTECTED] Subject: [Xdoclet-user] collection="collection" and java.util.List return type. I would like some f

[Xdoclet-user] collection="collection" and java.util.List return type.

2002-04-10 Thread Theo Harper
I would like some feedback on a possible bug I have found in MappingLoader.java on line 1022, CVS 1.77. The isAssignableFrom test seems to be the wrong way around. (Almost always a source of confusion!!) Here's my scenario. I have a setter on my class which takes java.util.List as an argument,

[Xdoclet-user] Using run-as with Message Driven Bean and XDoclet v1.1.2

2002-03-27 Thread Theo Harper