
|
If you were logged in you would be able to see more operations.
|
|
|
|
Issue Links:
|
Duplicate
|
|
|
|
Related
|
|
This issue is related to:
|
|
OSGI-133
SpringOSGi release contains 3rd party libs, but not their dependencies
|
|
|
|
|
|
|
|
|
In the current version of org.springframework.osgi.jstl.osgi only jstl is exported, whereas org.apache.taglibs.standart.* is required. If you'd like to run an app which requires jstl. it reminds you that also the taglibs are needed. So you have to create a bundle containing the standard.jar. The problem with that is that by creating that bundle you are getting a cyclic dependency as standart taglibs are requiring jstl. So at the moment org.springframework.osgi.jstl.osgi is not usable.
|
|
Description
|
In the current version of org.springframework.osgi.jstl.osgi only jstl is exported, whereas org.apache.taglibs.standart.* is required. If you'd like to run an app which requires jstl. it reminds you that also the taglibs are needed. So you have to create a bundle containing the standard.jar. The problem with that is that by creating that bundle you are getting a cyclic dependency as standart taglibs are requiring jstl. So at the moment org.springframework.osgi.jstl.osgi is not usable. |
Show » |
|