You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltaspike.apache.org by Jean-Louis MONTEIRO <je...@gmail.com> on 2014/02/07 14:07:43 UTC

Fwd: Fail to compile DS under windows

Hello guys,

at the office, i'm using Windows to develop.
When I try to clone the repo and just fire a build with "mvn clean install"
It fails with the following
[INFO] --- maven-surefire-plugin:2.11:test (default-test) @
deltaspike-cdictrl-weld ---
[INFO] Surefire report directory:
D:\cygwin\tmp\deltaspike\deltaspike\cdictrl\impl-weld\target\surefire-reports
[INFO] Using configured provider
org.apache.maven.surefire.junitcore.JUnitCoreProvider

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Concurrency config is parallel='none', perCoreThreadCount=true,
threadCount=2, useUnlimitedThreads=false
Running org.apache.deltaspike.cdise.tck.ContainerCtrlTckTest
40 [main] INFO org.jboss.weld.Version - WELD-000900 1.1.10 (Final)
204 [main] INFO org.jboss.weld.Bootstrap - WELD-000101 Transactional
services not available. Injection of @Inject UserTransaction not available.
Transactional observers will be invoked synchronously.
513 [main] WARN org.jboss.weld.interceptor.util.InterceptionTypeRegistry -
Class 'javax.ejb.PostActivate' not found, interception based on it is not
enabled
513 [main] WARN org.jboss.weld.interceptor.util.InterceptionTypeRegistry -
Class 'javax.ejb.PrePassivate' not found, interception based on it is not
enabled
702 [main] INFO org.jboss.weld.Bootstrap - WELD-000101 Transactional
services not available. Injection of @Inject UserTransaction not available.
Transactional observers will be invoked synchronously.
804 [main] INFO org.jboss.weld.Bootstrap - WELD-000101 Transactional
services not available. Injection of @Inject UserTransaction not available.
Transactional observers will be invoked synchronously.
882 [main] INFO org.jboss.weld.Bootstrap - WELD-000101 Transactional
services not available. Injection of @Inject UserTransaction not available.
Transactional observers will be invoked synchronously.
Tests run: 4, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 1.052 sec
<<< FAILURE!

Results :

Tests in error:
  testRestartContexts(org.apache.deltaspike.cdise.tck.ContainerCtrlTckTest)

testSimpleContainerBoot(org.apache.deltaspike.cdise.tck.ContainerCtrlTckTest):
WELD-001303 No active contexts for scope type
javax.enterprise.context.RequestScoped
  testContainerBoot(org.apache.deltaspike.cdise.tck.ContainerCtrlTckTest):
WELD-001303 No active contexts for scope type
javax.enterprise.context.RequestScoped

Tests run: 4, Failures: 0, Errors: 3, Skipped: 0

Any thoughts?


-- 
Jean-Louis



-- 
Jean-Louis

Re: Fail to compile DS under windows

Posted by "John D. Ament" <jo...@gmail.com>.
Hmmm you're right.  I'll also check on linux.

On Fri, Feb 7, 2014 at 8:07 AM, Jean-Louis MONTEIRO <je...@gmail.com> wrote:
> Hello guys,
>
> at the office, i'm using Windows to develop.
> When I try to clone the repo and just fire a build with "mvn clean install"
> It fails with the following
> [INFO] --- maven-surefire-plugin:2.11:test (default-test) @
> deltaspike-cdictrl-weld ---
> [INFO] Surefire report directory:
> D:\cygwin\tmp\deltaspike\deltaspike\cdictrl\impl-weld\target\surefire-reports
> [INFO] Using configured provider
> org.apache.maven.surefire.junitcore.JUnitCoreProvider
>
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Concurrency config is parallel='none', perCoreThreadCount=true,
> threadCount=2, useUnlimitedThreads=false
> Running org.apache.deltaspike.cdise.tck.ContainerCtrlTckTest
> 40 [main] INFO org.jboss.weld.Version - WELD-000900 1.1.10 (Final)
> 204 [main] INFO org.jboss.weld.Bootstrap - WELD-000101 Transactional
> services not available. Injection of @Inject UserTransaction not available.
> Transactional observers will be invoked synchronously.
> 513 [main] WARN org.jboss.weld.interceptor.util.InterceptionTypeRegistry -
> Class 'javax.ejb.PostActivate' not found, interception based on it is not
> enabled
> 513 [main] WARN org.jboss.weld.interceptor.util.InterceptionTypeRegistry -
> Class 'javax.ejb.PrePassivate' not found, interception based on it is not
> enabled
> 702 [main] INFO org.jboss.weld.Bootstrap - WELD-000101 Transactional
> services not available. Injection of @Inject UserTransaction not available.
> Transactional observers will be invoked synchronously.
> 804 [main] INFO org.jboss.weld.Bootstrap - WELD-000101 Transactional
> services not available. Injection of @Inject UserTransaction not available.
> Transactional observers will be invoked synchronously.
> 882 [main] INFO org.jboss.weld.Bootstrap - WELD-000101 Transactional
> services not available. Injection of @Inject UserTransaction not available.
> Transactional observers will be invoked synchronously.
> Tests run: 4, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 1.052 sec
> <<< FAILURE!
>
> Results :
>
> Tests in error:
>   testRestartContexts(org.apache.deltaspike.cdise.tck.ContainerCtrlTckTest)
>
> testSimpleContainerBoot(org.apache.deltaspike.cdise.tck.ContainerCtrlTckTest):
> WELD-001303 No active contexts for scope type
> javax.enterprise.context.RequestScoped
>   testContainerBoot(org.apache.deltaspike.cdise.tck.ContainerCtrlTckTest):
> WELD-001303 No active contexts for scope type
> javax.enterprise.context.RequestScoped
>
> Tests run: 4, Failures: 0, Errors: 3, Skipped: 0
>
> Any thoughts?
>
>
> --
> Jean-Louis
>
>
>
> --
> Jean-Louis