Thomas,
This line in your log dump stands out to me:
Current tag: @ejb.ejb-ref ref-name="null" ejb-name="Language"
view-type="local"
I haven't actually used an @ejb.ejb-ref tag before but from a quick glance
at the documentation I don't think a ref-name of "null" is doing what you
Great. I also added support for java.util.Date since that seemed to be out, via:
static {
supportedTypes.add("java.lang.String");
supportedTypes.add("java.lang.Integer");
supportedTypes.add("int");
supportedTypes.add("java.lang.Float");
supportedTypes.a
I think it is beneficial to support both the value of key and alternately an
additional tag.
Given below are some examples:
/** @msg.message = "Delete Transaction" */
String TXN_DELETE = "transaction.delete";
public class Car {
String _make;
int _year;
private Car(String make,
Yes, this seems like the right approach. I don't have time to really
dig under the covers to see what else is needed, but as long as you
don't break the Struts Validator piece of this then all is fine with
me. :)
I don't think a switch on the subtask is needed,
but maybe to keep processing
I was able to get the strutsvalidatorxml to work with commons-validator by making the
following change in the StrutsValidatorTagsHandler class. Probably a "better" way to
do this is to add a parameter to the strutsvalidationxml task such as :
Then checking that property (if possible) in
No one can help me at all?
/Thomas
--- Begin Message ---
I am trying to convert out application from JBoss 3.0.8 to 3.2.2, and
when I insert the jboss deploymentdescriptor tag with 3.2 I get some
weird errors about "duplicate @ejb.ejb-ref with different parameters"
I have checked the generated fi
I'm trying to generate the struts-xml via xdoclet:webdoclet goal.
And, of course, it doesn't work.
Here's my config:
maven.xdoclet.webdoclet.destdir=/web/WEB-INF
maven.xdoclet.webdoclet.force=true
maven.xdoclet.webdoclet.mergedir=metadata
maven.xdoclet.webdoclet.fileset.0=true
maven.xdoclet.we
--- Srinivas Pavani <[EMAIL PROTECTED]> wrote:
>
> Is there any way to change the output produced by
> the Externalizer? The properties produced are the
> lower case version of the field name and not the
> field value. I would like to see the field value in
> the properties file.
>
unfortunatel
hi,
you are using the SessionFacade Tag to generate your
SeesionBean?
You have to look at the Template file for this Task.
Change this file to your needs. You can enter that the
Bean will return ValueObjects instead of DataObjects.
Michael
--- Nayan Hajratwala <[EMAIL PROTECTED]> schrieb