Skip to content

Commit 5591262

Browse files
committed
updated OSGi READMEs
1 parent 96709b8 commit 5591262

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

hibernate-orm/osgi/managed-jpa/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ chapter for more information!
88

99
To run the tutorial, use the following commands in the Karaf console:
1010

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
1212
- feature:install hibernate-orm
1313
- feature:repo-add file:/[PATH]/hibernate-demos/hibernate-orm/osgi/managed-jpa/features.xml
1414
- feature:install hibernate-osgi-managed-jpa

hibernate-orm/osgi/unmanaged-jpa/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use of OSGi Blueprint (blueprint.xml).
1111

1212
To run the tutorial, use the following commands in the Karaf console:
1313

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
1515
- feature:install hibernate-orm
1616
- feature:repo-add file:/[PATH]/hibernate-demos/hibernate-orm/osgi/unmanaged-jpa/features.xml
1717
- feature:install hibernate-osgi-unmanaged-jpa

hibernate-orm/osgi/unmanaged-native/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use of OSGi Blueprint (blueprint.xml).
1010

1111
To run the tutorial, use the following commands in the Karaf console:
1212

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
1414
- feature:install hibernate-orm
1515
- feature:repo-add file:/[PATH]/hibernate-demos/hibernate-orm/osgi/unmanaged-native/features.xml
1616
- feature:install hibernate-osgi-unmanaged-native

0 commit comments

Comments
 (0)