File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed
com.ibm.cicsdev.osgi.ds.cicsapp.bundle_1.0.0
com.ibm.cicsdev.osgi.ds.cicsapp_1.0.0/src/com/ibm/cicsdev/osgi/ds/cicsapp
com.ibm.cicsdev.osgi.ds.storage.impl_1.1.0 Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 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"/>
Original file line number Diff line number Diff 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 ])
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.7
77Bundle-ClassPath : bin
88Import-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
1111Bundle-ActivationPolicy : lazy
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments