File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ chapter for more information!
8
8
9
9
To run the tutorial, use the following commands in the Karaf console:
10
10
11
- - feature: repo-add file:/ [ PATH ] /karaf. xml (Hibernate ORM's features file, obtained from a binary distro or JBoss Nexus)
11
+ - feature: repo-add mvn : org .hibernate/hibernate-osgi/ [ VERSION ] / xml/karaf
12
12
- feature: install hibernate-orm
13
13
- feature: repo-add file:/[ PATH] /hibernate-demos/hibernate-orm/osgi/managed-jpa/features.xml
14
14
- feature: install hibernate-osgi-managed-jpa
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ use of OSGi Blueprint (blueprint.xml).
11
11
12
12
To run the tutorial, use the following commands in the Karaf console:
13
13
14
- - feature: repo-add file:/ [ PATH ] /karaf. xml (Hibernate ORM's features file, obtained from a binary distro or JBoss Nexus)
14
+ - feature: repo-add mvn : org .hibernate/hibernate-osgi/ [ VERSION ] / xml/karaf
15
15
- feature: install hibernate-orm
16
16
- feature: repo-add file:/[ PATH] /hibernate-demos/hibernate-orm/osgi/unmanaged-jpa/features.xml
17
17
- feature: install hibernate-osgi-unmanaged-jpa
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ use of OSGi Blueprint (blueprint.xml).
10
10
11
11
To run the tutorial, use the following commands in the Karaf console:
12
12
13
- - feature: repo-add file:/ [ PATH ] /karaf. xml (Hibernate ORM's features file, obtained from a binary distro or JBoss Nexus)
13
+ - feature: repo-add mvn : org .hibernate/hibernate-osgi/ [ VERSION ] / xml/karaf
14
14
- feature: install hibernate-orm
15
15
- feature: repo-add file:/[ PATH] /hibernate-demos/hibernate-orm/osgi/unmanaged-native/features.xml
16
16
- feature: install hibernate-osgi-unmanaged-native
You can’t perform that action at this time.
0 commit comments