Skip to content

Commit 7fcbb2c

Browse files
committed
Update README.md
1 parent 1b49535 commit 7fcbb2c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ It covers the different demos made during the talk and is organised like that:
99
* `sql-spring`: Maven project using camel-sql component and Spring XML DSL
1010
* `sql-blueprint`: Maven project using camel-sql component and Blueprint XML DSL
1111
* `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
1218

1319
# Initial setup
1420

0 commit comments

Comments
 (0)