[EMAIL PROTECTED] wrote:
Hi All,
I have a problem with class casting. Here is the scenario -
I have an ant custom task say "mycustomA". Inside the execute method, I
create a custom obj say "customobj" of a user-defined type. I store the
"customobj" in the project reference using
getProject().ad
Sounds like a classloader issue; how
are the custom types being loaded?
Jeffrey E. (Jeff) Care
[EMAIL PROTECTED]
IBM WebSphere Application
Server Development
WAS Pyxis Lead
Release Engineer
Hi All,
I have a problem with class casting. Here is the scenario -
I have an ant custom task say "mycustomA". Inside the execute method, I
create a custom obj say "customobj" of a user-defined type. I store the
"customobj" in the project reference using
getProject().addReference("key",customobj