You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Philip Mark Donaghy <go...@yahoo.com> on 2003/11/06 16:54:11 UTC

Which version of Commons Digester released with Struts 1.1

I would like to debug a problem that I have with
Digester. The error is :

java.lang.NoSuchMethodException: No such accessible
method: addFormBeanConfig() on object:
java.lang.String

How can I get the version number that is distributed
with Struts 1.1.

Phil

=====
Java Web Application Architect
mapimage.com - Java and GIS
struts1.1:tomcat4.1.27:linuxRH8

__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


Re: Which version of Commons Digester released with Struts 1.1

Posted by "Craig R. McClanahan" <cr...@apache.org>.
Quoting Philip Mark Donaghy <go...@yahoo.com>:

> I would like to debug a problem that I have with
> Digester. The error is :
> 
> java.lang.NoSuchMethodException: No such accessible
> method: addFormBeanConfig() on object:
> java.lang.String
> 

Well, the error message says that there's no addFormBeanConfig() method on the
java.lang.String class :-).

More seriously, there's no way to know what's really going on without seeing the
kinds of Digester rules you are configuring, and what kind of document you are
trying to parse.

> How can I get the version number that is distributed
> with Struts 1.1.
> 

The Struts release notes describe the included versions of all the commons
libraries.  In addition, the version information about JAR files in general
should be in a META-INF/MANIFEST.MF file in the jar (and it is there for all
the libraries that Struts includes).

> Phil
> 

Craig


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


Re: Which version of Commons Digester released with Struts 1.1

Posted by "Craig R. McClanahan" <cr...@apache.org>.
Quoting Philip Mark Donaghy <go...@yahoo.com>:

> I would like to debug a problem that I have with
> Digester. The error is :
> 
> java.lang.NoSuchMethodException: No such accessible
> method: addFormBeanConfig() on object:
> java.lang.String
> 

Well, the error message says that there's no addFormBeanConfig() method on the
java.lang.String class :-).

More seriously, there's no way to know what's really going on without seeing the
kinds of Digester rules you are configuring, and what kind of document you are
trying to parse.

> How can I get the version number that is distributed
> with Struts 1.1.
> 

The Struts release notes describe the included versions of all the commons
libraries.  In addition, the version information about JAR files in general
should be in a META-INF/MANIFEST.MF file in the jar (and it is there for all
the libraries that Struts includes).

> Phil
> 

Craig


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-user-help@jakarta.apache.org


Re: Which version of Commons Digester released with Struts 1.1

Posted by __matthewHawthorne <ma...@phreaker.net>.
Look in the META-INF/MANIFEST.MF file in the digester jar, the version 
is usually listed in there.




Simon Kitching wrote:
> On Fri, 2003-11-07 at 04:54, Philip Mark Donaghy wrote:
> 
> 
>>How can I get the version number that is distributed
>>with Struts 1.1.
> 
> 
> Hi Phil,
> 
> I'm not aware of any way you can tell what release a given
> commons-digester.jar file is. So I guess you'll have to consult the
> documentation for your struts release.
> 
> Or check the size of the commons-digester.jar you have, and compare it
> with the size of the available download jars to find a match.
> 
> Regards,
> 
> Simon


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-user-help@jakarta.apache.org


Re: Which version of Commons Digester released with Struts 1.1

Posted by Simon Kitching <si...@ecnetwork.co.nz>.
On Fri, 2003-11-07 at 04:54, Philip Mark Donaghy wrote:

> How can I get the version number that is distributed
> with Struts 1.1.

Hi Phil,

I'm not aware of any way you can tell what release a given
commons-digester.jar file is. So I guess you'll have to consult the
documentation for your struts release.

Or check the size of the commons-digester.jar you have, and compare it
with the size of the available download jars to find a match.

Regards,

Simon



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-user-help@jakarta.apache.org


Re: Which version of Commons Digester released with Struts 1.1

Posted by David Graham <gr...@yahoo.com>.
--- Philip Mark Donaghy <go...@yahoo.com> wrote:
> I would like to debug a problem that I have with
> Digester. The error is :
> 
> java.lang.NoSuchMethodException: No such accessible
> method: addFormBeanConfig() on object:
> java.lang.String
> 
> How can I get the version number that is distributed
> with Struts 1.1.

It should be in the digester jar's MANIFEST file.

David

> 
> Phil
> 
> =====
> Java Web Application Architect
> mapimage.com - Java and GIS
> struts1.1:tomcat4.1.27:linuxRH8
> 
> __________________________________
> Do you Yahoo!?
> Protect your identity with Yahoo! Mail AddressGuard
> http://antispam.yahoo.com/whatsnewfree
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
> 


__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org