File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ It covers the different demos made during the talk and is organised like that:
9
9
* ` sql-spring ` : Maven project using camel-sql component and Spring XML DSL
10
10
* ` sql-blueprint ` : Maven project using camel-sql component and Blueprint XML DSL
11
11
* ` jpa-javase ` : Maven project with JUnit tests showing JPA API usage with local and JTA transactions
12
+ * ` jpa-ds ` : a bundle defining JDBC data sources to be installed in JBoss Fuse container
13
+ * ` jpa-model ` : a bundle defining JPA Persistence Units to be installed in JBoss Fuse container
14
+ * ` jpa-ds-and-model ` : data source + persistence units (however see comments below)
15
+ * ` jpa-spring ` : a bundle with Spring XML based Camel routes using ` jpa: ` endpoints (both consumer and producer)
16
+ * ` jpa-blueprint ` : a bundle with Blueprint XML based Camel routes using ` jpa: ` endpoints (both consumer and producer)
17
+ and JTA-bound ` EntityManager ` injected directly to Camel bean
12
18
13
19
# Initial setup
14
20
You can’t perform that action at this time.
0 commit comments