[2/2] tomee git commit: TOMEE-1525 improve our windows bat files

2015-03-11 Thread struberg
TOMEE-1525 improve our windows bat files There are multiple problems * java -cp %cp% could exceed 8k - boom Solved by leveraging the CLASSPATH jvm env param * env variables with spaces or quotes; handling fixed Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit:

[1/2] tomee git commit: use different files to prevent file locking issues under Windows

2015-03-11 Thread struberg
Repository: tomee Updated Branches: refs/heads/master d90248796 - fb8eff2f6 use different files to prevent file locking issues under Windows Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/2539de16 Tree:

[jira] [Created] (TOMEE-1524) tomee doesn't start up deployments on restart

2015-03-11 Thread Mark Struberg (JIRA)
Mark Struberg created TOMEE-1524: Summary: tomee doesn't start up deployments on restart Key: TOMEE-1524 URL: https://issues.apache.org/jira/browse/TOMEE-1524 Project: TomEE Issue Type: Bug

[04/50] tomee git commit: one more step for @ConversationScoped tcks

2015-03-11 Thread struberg
one more step for @ConversationScoped tcks Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/01a80f1b Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/01a80f1b Diff:

[18/50] tomee git commit: add more build instructions regarding quick build

2015-03-11 Thread struberg
add more build instructions regarding quick build Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/408a6866 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/408a6866 Diff:

[41/50] tomee git commit: exclude illegal TCK test

2015-03-11 Thread struberg
exclude illegal TCK test See CDI-312. The meaning of BDA is not clearly defined. Section 5 and 12 contradict each other. The EE6 RI (Glassfish3) and also JBoss6 did implement it like we do (and yes, this is WAY more sane). Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit:

[13/50] tomee git commit: moving ScanJarService + fixing DependenceValidationTest

2015-03-11 Thread struberg
moving ScanJarService + fixing DependenceValidationTest Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/83c6ebfe Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/83c6ebfe Diff:

[29/50] tomee git commit: cleaning auto discovery scopes

2015-03-11 Thread struberg
cleaning auto discovery scopes Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/4b5a48bf Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/4b5a48bf Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/4b5a48bf

[02/50] tomee git commit: adding AddContainerCdiBeansExtension in cdi-embedded to (fake) scan even in embedded mode container libs + adding ScanJarService which is a configurable observer to do the sa

2015-03-11 Thread struberg
adding AddContainerCdiBeansExtension in cdi-embedded to (fake) scan even in embedded mode container libs + adding ScanJarService which is a configurable observer to do the same (avoid to scan the whole container - even if done a single time - for a single jar) + wiring containerUrl scanning in

[06/50] tomee git commit: few generic handling for ejbs

2015-03-11 Thread struberg
few generic handling for ejbs Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/a1ec5e3b Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/a1ec5e3b Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/a1ec5e3b Branch:

[27/50] tomee git commit: fixing some event payload + lifecycle + few bugs in embedded http session handling

2015-03-11 Thread struberg
fixing some event payload + lifecycle + few bugs in embedded http session handling Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/845fff2d Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/845fff2d Diff:

[32/50] tomee git commit: #TOMEE-1523 - @BeforeClass

2015-03-11 Thread struberg
#TOMEE-1523 - @BeforeClass Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/536d1c56 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/536d1c56 Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/536d1c56 Branch:

[33/50] tomee git commit: test for ScanJarService

2015-03-11 Thread struberg
test for ScanJarService Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/bdd4b263 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/bdd4b263 Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/bdd4b263 Branch:

[05/50] tomee git commit: excluding a test we'd get issues to pass in embedded mode short term

2015-03-11 Thread struberg
excluding a test we'd get issues to pass in embedded mode short term Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/073b05a6 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/073b05a6 Diff:

[45/50] tomee git commit: exclude illegal TCK test

2015-03-11 Thread struberg
exclude illegal TCK test See CDI-312. The meaning of BDA is not clearly defined. Section 5 and 12 contradict each other. The EE6 RI (Glassfish3) and also JBoss6 did implement it like we do (and yes, this is WAY more sane). Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit:

[46/50] tomee git commit: add exclude for illegal TCK test

2015-03-11 Thread struberg
add exclude for illegal TCK test See CDITCK-467 The TCK wrongly assumes that there must be no ProcessBeanAttributes for a specialized away bean. Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/53fa087d Tree:

[10/50] tomee git commit: missing class

2015-03-11 Thread struberg
missing class Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/39757e4f Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/39757e4f Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/39757e4f Branch:

[50/50] tomee git commit: disable embedded TCK test which needs a running JSF container

2015-03-11 Thread struberg
disable embedded TCK test which needs a running JSF container the other method in that test also needs a container :/ Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/d9024879 Tree:

[09/50] tomee git commit: trying to honor java:module even with a faked managed bean test class

2015-03-11 Thread struberg
trying to honor java:module even with a faked managed bean test class Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/d464d6b0 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/d464d6b0 Diff:

[36/50] tomee git commit: interceptors and decorators need to be discovered - was the case surely a wrong shortcut

2015-03-11 Thread struberg
interceptors and decorators need to be discovered - was the case surely a wrong shortcut Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/37b5756e Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/37b5756e Diff:

[47/50] tomee git commit: exclude illegal TCK test

2015-03-11 Thread struberg
exclude illegal TCK test See CDI-312. The meaning of BDA is not clearly defined. Section 5 and 12 contradict each other. The EE6 RI (Glassfish3) and also JBoss6 did implement it like we do (and yes, this is WAY more sane). Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit:

[49/50] tomee git commit: add exclude for illegal TCK test

2015-03-11 Thread struberg
add exclude for illegal TCK test See CDITCK-467 The TCK wrongly assumes that there must be no ProcessBeanAttributes for a disabled bean. Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/77e7a2db Tree:

[08/50] tomee git commit: splitting ejb interceptor and self callback interceptor lists since otherwise it is not possible to order them with cdi interceptors correctly

2015-03-11 Thread struberg
splitting ejb interceptor and self callback interceptor lists since otherwise it is not possible to order them with cdi interceptors correctly Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/aa4cfc35 Tree:

[28/50] tomee git commit: avoiding infinite loop with session listener in embedded mode

2015-03-11 Thread struberg
avoiding infinite loop with session listener in embedded mode Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/4d0bf01a Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/4d0bf01a Diff:

[40/50] tomee git commit: local bean wins over local interface for cdi

2015-03-11 Thread struberg
local bean wins over local interface for cdi Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/6d1cdf47 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/6d1cdf47 Diff:

[30/50] tomee git commit: jndi:ext context injection in test

2015-03-11 Thread struberg
jndi:ext context injection in test Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/6ffa2ca7 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/6ffa2ca7 Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/6ffa2ca7

[15/50] tomee git commit: add a simple readme with building instructions as a start

2015-03-11 Thread struberg
add a simple readme with building instructions as a start Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/d1cfde94 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/d1cfde94 Diff:

[21/50] tomee git commit: disable autoVersionSubmodules as we have different module versions in our build

2015-03-11 Thread struberg
disable autoVersionSubmodules as we have different module versions in our build Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/6c254f13 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/6c254f13 Diff:

[12/50] tomee git commit: AddContainerCdiBeansExtension for wars as well

2015-03-11 Thread struberg
AddContainerCdiBeansExtension for wars as well Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/5583c703 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/5583c703 Diff:

[07/50] tomee git commit: taking into account CDI @PostConstruct/@PreDestroy interceptors (only) for EJB + fixing ordering of interceptors for CDI-EJB

2015-03-11 Thread struberg
taking into account CDI @PostConstruct/@PreDestroy interceptors (only) for EJB + fixing ordering of interceptors for CDI-EJB Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/788b74f0 Tree:

[44/50] tomee git commit: exclude illegal TCK test

2015-03-11 Thread struberg
exclude illegal TCK test See CDI-312. The meaning of BDA is not clearly defined. Section 5 and 12 contradict each other. The EE6 RI (Glassfish3) and also JBoss6 did implement it like we do (and yes, this is WAY more sane). Having a static method look up the call-stack from where it gets called

[25/50] tomee git commit: avoid NPE

2015-03-11 Thread struberg
avoid NPE Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/10406df2 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/10406df2 Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/10406df2 Branch: refs/heads/master

[22/50] tomee git commit: making OWB web plugin and conversation service splittable for session creation (one forces creation not the other)

2015-03-11 Thread struberg
making OWB web plugin and conversation service splittable for session creation (one forces creation not the other) Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/bdce294a Tree:

[16/50] tomee git commit: add a switch to disable multicast tests

2015-03-11 Thread struberg
add a switch to disable multicast tests This is intended building in environments where multicast is not allowed. In that case just build with. $ mvn clean install -DskipMulticastTests=true Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit:

[26/50] tomee git commit: supporting JspTag as EE component + using InjectableBeanManager and not BeanManagerImpl for injections

2015-03-11 Thread struberg
supporting JspTag as EE component + using InjectableBeanManager and not BeanManagerImpl for injections Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/ee3786ce Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/ee3786ce

[35/50] tomee git commit: fixing DependenceValidationTest

2015-03-11 Thread struberg
fixing DependenceValidationTest Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/7f1015a4 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/7f1015a4 Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/7f1015a4

[11/50] tomee git commit: commenting org.jboss.cdi.tck.tests.lookup.injectionpoint.non.contextual.NonContextualInjectionPointTest for now, think it is just a weld hole

2015-03-11 Thread struberg
commenting org.jboss.cdi.tck.tests.lookup.injectionpoint.non.contextual.NonContextualInjectionPointTest for now, think it is just a weld hole Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/5a22afae Tree:

[17/50] tomee git commit: fix release setup for GIT

2015-03-11 Thread struberg
fix release setup for GIT Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/8fa8097c Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/8fa8097c Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/8fa8097c Branch:

[24/50] tomee git commit: add a switch to disable multicast tests

2015-03-11 Thread struberg
add a switch to disable multicast tests This is intended building in environments where multicast is not allowed. In that case just build with. $ mvn clean install -DskipMulticastTests=true Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit:

[03/50] tomee git commit: activating conversation with request to ensure transient mode works

2015-03-11 Thread struberg
activating conversation with request to ensure transient mode works Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/d2ee6239 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/d2ee6239 Diff:

[43/50] tomee git commit: exclude illegal TCK test

2015-03-11 Thread struberg
exclude illegal TCK test See CDI-312. The meaning of BDA is not clearly defined. Section 5 and 12 contradict each other. The EE6 RI (Glassfish3) and also JBoss6 did implement it like we do (and yes, this is WAY more sane). AlternativeSpecializedFactory is actually in the same EE module, so it