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"
*
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
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
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,