Skip to content

Commit 9bbc861

Browse files
Bug fixes
1 parent f5be5fb commit 9bbc861

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?xml version="1.0" encoding="UTF-8" standalone="no"?><cicsdefinitionprogram concurrency="REQUIRED" execkey="CICS" jvm="YES" jvmclass="com.ibm.cicsdev.osgi.ds.app.App" jvmserver="DFHOSGI" name="DSSTORE" xmlns="http://www.ibm.com/xmlns/prod/CICS/smw2int"/>
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?><cicsdefinitionprogram concurrency="REQUIRED" execkey="CICS" jvm="YES" jvmclass="com.ibm.cicsdev.osgi.ds.cicsapp.CICSApp" jvmserver="DFHOSGI" name="DSSTORE" xmlns="http://www.ibm.com/xmlns/prod/CICS/smw2int"/>

projects/com.ibm.cicsdev.osgi.ds.cicsapp_1.0.0/src/com/ibm/cicsdev/osgi/ds/cicsapp/CICSApp.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public static void main(String[] args) throws StorageException
4545
return;
4646
}
4747

48-
String[] params = action.split(" ", 2);
48+
String[] params = action.split(" ", 3);
4949

5050
// Perform the action based on the first word of the input
5151
switch (params[1])

projects/com.ibm.cicsdev.osgi.ds.storage.impl_1.1.0/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.7
77
Bundle-ClassPath: bin
88
Import-Package: com.ibm.cics.server;version="[1.700.0,2.0.0)",
99
com.ibm.cicsdev.osgi.ds.storage;version="[1.0.0,2.0.0)"
10-
Service-Component: OSGI-INF/com.ibm.cicsdev.osgi.ds.tsq.TemporaryStorageQueueService.xml
10+
Service-Component: OSGI-INF/com.ibm.cicsdev.osgi.ds.storage.impl.TSQStorage.xml
1111
Bundle-ActivationPolicy: lazy

projects/com.ibm.cicsdev.osgi.ds.storage.impl_1.1.0/bin/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)