Bug 830233 - Missing commons-logging dependency in the test
Summary: Missing commons-logging dependency in the test
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise WFK Platform 2
Classification: Retired
Component: Seam
Version: 2.0.0.ER7
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
: 2.0.0.ER8
Assignee: Marek Novotny
QA Contact: Marek Schmidt
URL:
Whiteboard: Seam2.3
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-06-08 15:21 UTC by Marek Schmidt
Modified: 2012-06-22 10:24 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-06-22 10:24:40 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker JBSEAM-4990 0 None None None Never

Description Marek Schmidt 2012-06-08 15:21:21 UTC
Description of problem:

src/main/java/org/jboss/seam/mock/MockViewHandler.java
src/main/java/org/jboss/seam/mock/MockRequestDispatcher.java

use org.apache.commons.logging.Log and org.apache.commons.logging.LogFactory

which seems not to be declared in jboss-seam pom and are only included from a transitive dependency (from jbpm in the community version and apparently from openid4java in wfk)

The result is that tests that are not run incontainer in the integration-testsuite are failing:

org.jboss.seam.test.integration.mock.SeamTestTest
org.jboss.seam.test.integration.NamespaceTest
org.jboss.seam.test.integration.ELTest

with java.lang.ClassNotFoundException: org.apache.commons.logging.LogFactory

Comment 1 Marek Novotny 2012-06-09 17:42:03 UTC
That usage of commons-logging seems wrong to me, I will replace them with LogProvider from Seam.

Comment 2 Marek Schmidt 2012-06-12 16:35:58 UTC
Verified on WFK 2.0.0.ER8.


Note You need to log in before you can comment on or make changes to this bug.