Release 1.3.3
Summary of Changes
- New SystemEvents class providing systemStarted and systemShuttingDown events. The SystemEvents object is available from the BundleContext with the systemEvents() member function.
Known Issues
Incompatible Changes and Possible Transition Issues
Release 1.3.2
Summary of Changes
- fixed 0000064: Bundle generator copies .abc (.svn) files into bundles
- bugfix: bundle unload triggered wrong event
- added sample for PreferencesService to OSP
- the Remoting SOAP listener now works with the OSP web server (now a port must be specified together with ref="osp.web" in the listeners.xml file)
- the OSP web server no longer crashes if a request handler factory returns null
Known Issues
Incompatible Changes and Possible Transition Issues
Release 1.3.1
Release 1.3 of the POCO C++ Libraries is the first official release supporting the Open Service Platform.
Summary of Changes
- OSP Web: check client IP address when accessing a WebSession
- BundleCreator: empty dependency version in bundlespec is okay
- fixed OSP shared library names to match naming conventions
- Stopping a Remoting Transport bundle (such as poco.remoting.binary or poco.remoting.soap) before stopping the Remoting bundle will no longer crash the application, due to insufficient cleanup when unloading the transport library.
Known Issues
Incompatible Changes and Possible Transition Issues
- OSP bundle shared library names have been changed to match naming conventions.
Frequently Asked Questions
What is the user name and password for the BundleAdmin tool?
The default user name and password is "admin", and "admin", respectively. See the AuthService documentation for information on how to change the password.