File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed
documentation/src/main/docbook/quickstart/tutorials/osgi Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 8
8
<config name =" org.apache.aries.transaction" >
9
9
aries.transaction.recoverable = true
10
10
aries.transaction.timeout = 600
11
- aries.transaction.howl.logFileDir = ${karaf.data}/txlog
12
11
aries.transaction.howl.maxLogFiles = 2
13
12
aries.transaction.howl.maxBlocksPerFile = 512
14
13
aries.transaction.howl.bufferSizeKBytes = 4
Original file line number Diff line number Diff line change 37
37
<extensions >true</extensions >
38
38
<configuration >
39
39
<instructions >
40
- <Bundle-SymbolicName >${pom.groupId} . ${pom.artifactId} </Bundle-SymbolicName >
41
- <Bundle-Name >${pom.artifactId} </Bundle-Name >
40
+ <Bundle-SymbolicName >org.hibernate.osgi.managed-jpa </Bundle-SymbolicName >
41
+ <Bundle-Name >managed-jpa </Bundle-Name >
42
42
<Bundle-Version >1.0.0</Bundle-Version >
43
43
<Export-Package >
44
44
org.hibernate.osgitest,
Original file line number Diff line number Diff line change 48
48
<extensions >true</extensions >
49
49
<configuration >
50
50
<instructions >
51
- <Bundle-SymbolicName >${pom.groupId} . ${pom.artifactId} </Bundle-SymbolicName >
52
- <Bundle-Name >${pom.artifactId} </Bundle-Name >
51
+ <Bundle-SymbolicName >org.hibernate.osgi.unmanaged-jpa </Bundle-SymbolicName >
52
+ <Bundle-Name >unmanaged-jpa </Bundle-Name >
53
53
<Bundle-Version >1.0.0</Bundle-Version >
54
54
<Export-Package >
55
55
org.hibernate.osgitest,
Original file line number Diff line number Diff line change 48
48
<extensions >true</extensions >
49
49
<configuration >
50
50
<instructions >
51
- <Bundle-SymbolicName >${pom.groupId} . ${pom.artifactId} </Bundle-SymbolicName >
52
- <Bundle-Name >${pom.artifactId} </Bundle-Name >
51
+ <Bundle-SymbolicName >org.hibernate.osgi.unmanaged-native </Bundle-SymbolicName >
52
+ <Bundle-Name >unmanaged-native </Bundle-Name >
53
53
<Bundle-Version >1.0.0</Bundle-Version >
54
54
<Export-Package >
55
55
org.hibernate.osgitest,
You can’t perform that action at this time.
0 commit comments