[JBoss JIRA] Commented: (JBAS-7032) Getting invalid deployment on what appears to be valid, a webbeans ear file.
by Stan Silvert (JIRA)
[ https://jira.jboss.org/jira/browse/JBAS-7032?page=com.atlassian.jira.plug... ]
Stan Silvert commented on JBAS-7032:
------------------------------------
I think I see what the problem is. So after you get rid of the NPE by moving the jars, you try to hit the admin console and see the stack trace reported earlier.
I notice that this stack trace contains WebBeansPhaseListener. This is installed automatically by JSF when it sees the /webbeans.deployer/lib-int/faces in the classpath. /webbeans.deployer/lib-int/faces/META-INF/faces-config.xml has an entry that tells JSF to load the WebBeansPhaseListener.
Since admin console doesn't use WebBeans, this should not happen. So I suspect that the problem is with the WebBeans deployer. I'm guessing that it is placing the /webbeans.deployer/lib-int/faces in some classpath that is visible by the admin console's ServletContext resource path.
> Getting invalid deployment on what appears to be valid, a webbeans ear file.
> ----------------------------------------------------------------------------
>
> Key: JBAS-7032
> URL: https://jira.jboss.org/jira/browse/JBAS-7032
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Deployers
> Environment: JBoss AS 5.1
> JDK 1.6 u 13
> OpenSuSe 11.1 / SLES 10.2
> Reporter: John Ament
> Assignee: Shelly McGowan
> Priority: Blocker
> Fix For: JBossAS-5.2.0.Beta1
>
> Attachments: WhatUpDawg.ear
>
>
> The best description I can give is from the forum.
> Basically, I have an EAR that appears to be completely valid, it's 2 war's and 1 ejb module. It's built using web beans. I get the described stack trace when either deploying via the UI or just dropping the EAR file in deploy. However, I get different results. When I drop the ear in and restart, it loads perfectly (my app) but embedded jopr fails.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years
[JBoss JIRA] Created: (JBRULES-2200) Add the ablility to add an excel decision table and drl template in a changeset
by Andre Malenfant (JIRA)
Add the ablility to add an excel decision table and drl template in a changeset
-------------------------------------------------------------------------------
Key: JBRULES-2200
URL: https://jira.jboss.org/jira/browse/JBRULES-2200
Project: JBoss Drools
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: drools-compiler, drools-decisiontables
Reporter: Andre Malenfant
Assignee: Mark Proctor
Currently, change sets can contain Excel decision tables that will be automatically compiled. This allows to use the Agent functionality to have the decision table automatically recompiled upon a change to the Excel file. This only works for decision tables that contain the necessary metadata to generate the rules but does not work for "plain" decision tables that are compiled programatically by providing a template drl and using an ExternalSpreadsheetCompiler.
It would be very useful to be able to specify a decision table and the corresponding drl template in a change set and be able to use the Agent functionality to have the rules recompiled automatically when one or the other file changes.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years