[jboss-jira] [JBoss JIRA] (JBASM-42) How to configure classpath in JBoss 7.1.0
Shelly McGowan (JIRA)
issues at jboss.org
Mon Dec 23 13:41:32 EST 2013
[ https://issues.jboss.org/browse/JBASM-42?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12933144#comment-12933144 ]
Shelly McGowan commented on JBASM-42:
-------------------------------------
See:
https://docs.jboss.org/author/display/AS71/Class+Loading+in+AS7
> How to configure classpath in JBoss 7.1.0
> -----------------------------------------
>
> Key: JBASM-42
> URL: https://issues.jboss.org/browse/JBASM-42
> Project: JBoss AS Server Manager
> Issue Type: Task
> Reporter: Sethu Raman
> Assignee: Shelly McGowan
> Priority: Blocker
>
> How to configure/map the application classpath for loading property/related xml files. I tried by placing the classpath folder inside WEB-INF\classes and mapped an external location and point that in standalone.bat "set CLASSPATH = D:\jboss-7.1.0.Final\domain\property-repos"
> None of them works. It throws the below exception on server start up:
> ERROR [org.jboss.as.web.deployment.jsf.JsfManagedBeanProcessor] JBAS018211: Could not load JSF managed bean class:
> com.dnb.rmp.nautilus.trinidad.tree.ComponentEditorHandler
> ERROR [org.jboss.as.web.deployment.jsf.JsfManagedBeanProcessor] JBAS018211: Could not load JSF managed bean class: com.dnb.rmp.nautilus.faces.model.UILookAndFeelManager
> 15:17:27,683 ERROR [org.apache.catalina.core.ApplicationContext] StandardWrapper.Throwable: java.lang.IllegalArgumentException: InputStream cannot be null
> Note: This was happening while migrating our application from Jboss 4.2 to Jboss 7.1.0
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list