You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Emmanuel Bourg (Updated) (JIRA)" <ji...@apache.org> on 2011/10/26 17:39:32 UTC

[jira] [Updated] (CONFIGURATION-469) ConfigurationRuntimeException: Bean class is not specified!

     [ https://issues.apache.org/jira/browse/CONFIGURATION-469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Bourg updated CONFIGURATION-469:
-----------------------------------------

    Description: 
I am getting the following error when I use commons configuration under JBoss. Standalone application is working fine.

{code}
Caused by: org.apache.commons.configuration.ConfigurationRuntimeException: org.apache.commons.configuration.ConfigurationRuntimeException: org.apache.commons.configuration.ConfigurationRuntimeException: Bean class is not specified!
11:18:51,642 ERROR [STDERR] 	at org.apache.commons.configuration.beanutils.BeanHelper.createBean(BeanHelper.java:250)
11:18:51,642 ERROR [STDERR] 	at org.apache.commons.configuration.beanutils.BeanHelper.createBean(BeanHelper.java:267)
11:18:51,642 ERROR [STDERR] 	at org.apache.commons.configuration.beanutils.BeanHelper.createBean(BeanHelper.java:281)
{code}

  was:
I am getting the following error when I use commons configuration under jboss. Standalone application is working fne.

Caused by: org.apache.commons.configuration.ConfigurationRuntimeException: org.apache.commons.configuration.ConfigurationRuntimeException: org.apache.commons.configuration.ConfigurationRuntimeException: Bean class is not specified!
11:18:51,642 ERROR [STDERR] 	at org.apache.commons.configuration.beanutils.BeanHelper.createBean(BeanHelper.java:250)
11:18:51,642 ERROR [STDERR] 	at org.apache.commons.configuration.beanutils.BeanHelper.createBean(BeanHelper.java:267)
11:18:51,642 ERROR [STDERR] 	at org.apache.commons.configuration.beanutils.BeanHelper.createBean(BeanHelper.java:281)

        Summary: ConfigurationRuntimeException: Bean class is not specified!  (was: org.apache.commons.configuration.ConfigurationRuntimeException: Bean class is not specified!)
    
> ConfigurationRuntimeException: Bean class is not specified!
> -----------------------------------------------------------
>
>                 Key: CONFIGURATION-469
>                 URL: https://issues.apache.org/jira/browse/CONFIGURATION-469
>             Project: Commons Configuration
>          Issue Type: Bug
>            Reporter: anvk
>
> I am getting the following error when I use commons configuration under JBoss. Standalone application is working fine.
> {code}
> Caused by: org.apache.commons.configuration.ConfigurationRuntimeException: org.apache.commons.configuration.ConfigurationRuntimeException: org.apache.commons.configuration.ConfigurationRuntimeException: Bean class is not specified!
> 11:18:51,642 ERROR [STDERR] 	at org.apache.commons.configuration.beanutils.BeanHelper.createBean(BeanHelper.java:250)
> 11:18:51,642 ERROR [STDERR] 	at org.apache.commons.configuration.beanutils.BeanHelper.createBean(BeanHelper.java:267)
> 11:18:51,642 ERROR [STDERR] 	at org.apache.commons.configuration.beanutils.BeanHelper.createBean(BeanHelper.java:281)
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira