Hi Wayne.

Thx for your quick reply. I tried Maven 2.2.1 as well, but resulted in the
same error.
Normally when using 2.0.9 it is possible to run all the Junit tests, but
when switching to 2.1.0 or 2.2.1 I always get the same exception:
NoSuchBeanDefinitionException.

And I do have to switch to 2.2.1 because I need to transform the junit (XML)
test results into a HTML page which has to be delivered as part of the
build. This is done by JUnitReport which relies on maven 2.1.0 or
higher...... So I'm in a deadlock right now.

Hopefully somebody knows a trick to solve this
NoSuchBeanDefinitionException......


[INFO] [talledLocalContainer] 08:53:54,758 INFO  [AjpProtocol] Starting
Coyote AJP/1.3 on ajp-127.0.0.1-48009
[INFO] [talledLocalContainer] 08:53:54,773 INFO  [Server] JBoss (MX
MicroKernel) [4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181417)]
Started in 31s:625ms
[INFO] [talledLocalContainer] JBoss 4.2.3 started on port [48080]
[INFO] [surefire:test {execution: virtual-execution}]
[INFO] Surefire report directory:
c:\_composer\_build\war\jboss42x\surefire-reports
-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running nl.allshare.unittests.util.TestSuiteSingleClass
log4j:WARN No appenders could be found for logger
(nl.allshare.pvcomposer.EHCacheManager).
log4j:WARN Please initialize the log4j system properly.
Something went wrong
org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean
named 'environmentManager' is defined
        at
org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanDefinition(DefaultListableBeanFactory.java:504)
        at
org.springframework.beans.factory.support.AbstractBeanFactory.getMergedLocalBeanDefinition(AbstractBeanFactory.java:1041)
        at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:273)
        at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:189)


Wayne Fay wrote:
> 
>> This was all perfectly running using maven 2.0.9, but since moving to
>> maven
>> 2.1.0 the maven-itblast-plugin has stopped working.
> 
> Have you tried with Maven 2.2.1? There were serveral things wrong with
> 2.1.0, as I recall.
> 
> Wayne
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 
> 
> 

-- 
View this message in context: 
http://old.nabble.com/What-is-a-good-alternative-for-maven-itblast-plugin---tp28772452p28776383.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to