Skip to content

Commit 5619d06

Browse files
committed
ISSUE8 - AlternativesFoodProcessorTest no longer works - back to Weld SE - attempt #2
1 parent 525a254 commit 5619d06

4 files changed

Lines changed: 8 additions & 7 deletions

File tree

ch02/standalone/src/main/resources/META-INF/beans.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<beans
3-
xmlns="http://xmlns.jcp.org/xml/ns/javaee"
4-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5-
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/beans_1_1.xsd"
6-
bean-discovery-mode="all">
2+
<beans xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/beans_1_1.xsd"
4+
version="1.1" bean-discovery-mode="all">
75
<alternatives>
86
<class>je7hb.standalone.alternatives.XenoniqueFoodProcessor</class>
97
</alternatives>

ch02/weld-se-helloworld/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ sourceSets {
4343
}
4444

4545

46-
// 'org.apache.deltaspike.modules:deltaspike-test-control-module-api:1.5.2'
47-
4846
// See also https://docs.gradle.org/current/dsl/org.gradle.api.tasks.testing.Test.html
4947
test {
5048
// jvmArgs '-XX:MaxPermSize=768m'
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<beans xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/beans_1_1.xsd"
4+
version="1.1" bean-discovery-mode="all">
5+
</beans>

ch02/weld-se-helloworld/src/test/resources/META-INF/beans.xml

Whitespace-only changes.

0 commit comments

Comments
 (0)