Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.2.0
-
None
-
None
Description
Testing current Jetspeed 2.2-SNAPSHOT on Websphere 6.1 I;'ve encountered some issues which I'm recording here for the record and/or as outstanding TODO tasks.
- xml-apis jar: all the JAXP apis are now part of Java5+ and having this jar in WEB-INF/lib causes problems on Websphere
TODO: remove/exclude this dependency in maven poms
- stax-api-1.0.1.jar: this artifact (incorrectly) contains javax.xml.namespace.* classes (QName specifically) which breaks JAXB on Websphere
TODO: upgrade to stax-api-1.0.2.jar which no longer contains the javax.xml.namespace package
- DDLUtils generates SEQUENCE seq_SECURITY_DOMAIN_DOMAIN_ID and TRIGGER trg_SECURITY_DOMAIN_DOMAIN_ID for SECURITY_DOMAIN.UIX_DOMAIN_NAME for an Oracle database
During creation of the schema in the database the trigger code fails to be created. However, both the sequence and the trigger are not needed anyway.
TODO: figure out how to disable the sequence and trigger generation from DDLUtils
Attachments
Issue Links
- is depended upon by
-
JS2-984 Jetspeed 2.2 Validation on Websphere 6.1
- Closed