im getting the following error
Caused by: java.lang.IllegalArgumentException: Using global scope (no
user) and ISOLATED isolation mode - not allowed.
what could be the reason
Printable View
im getting the following error
Caused by: java.lang.IllegalArgumentException: Using global scope (no
user) and ISOLATED isolation mode - not allowed.
what could be the reason
can you provide more of the stack trace
IBM Certified System Administrator -- WebSphere Portal V6.0, V5.1, V5.0
IBM Certified Solution Developer -- WebSphere Portal V5.1, v6.0
The postings on this site are my own and do not necessarily represent the positions, strategies, or opinions of IBM
here is the stacktrace
getContentNodeTitle - [ObjectIDImpl '6_004GH1CFMC06HIT1E900000000' 1369541216774393856:19795813@0 / CONTENT_NODE , Domain: Domain: rel], DB representation: 0000-001018037B960113650F2E0100000000
4/29/08 10:38:30:893 AST 00000039 NavigationTag E com.ibm.wps.engine.tags.NavigationTag doStartTag EJPEJ0004E: An unexpected exception occurred.
java.lang.IllegalArgumentException: Using global scope (no user) and ISOLATED isolation mode - not allowed.
at com.ibm.wps.model.factory.PortalModelFactory.getUserID(PortalModelFactory.java(Compiled Code))
at com.ibm.wps.model.factory.PortalModelFactory.getRuntimeListModel(PortalModelFactory.java(Compiled Code))
at com.ibm.wps.model.ModelUtil.getListModel(ModelUtil.java(Compiled Code))
at com.ibm.wps.model.ModelUtil.getNavigationSelectionModel(ModelUtil.java(Inlined Compiled Code))
at com.ibm.wps.engine.tags.NavigationTag.doStartTag(NavigationTag.java(Compiled Code))
can you present where the tag is being used in the JSP?
IBM Certified System Administrator -- WebSphere Portal V6.0, V5.1, V5.0
IBM Certified Solution Developer -- WebSphere Portal V5.1, v6.0
The postings on this site are my own and do not necessarily represent the positions, strategies, or opinions of IBM
the attached is the one which im using
urlgeneration tags are not supported in a portlet
IBM Certified System Administrator -- WebSphere Portal V6.0, V5.1, V5.0
IBM Certified Solution Developer -- WebSphere Portal V5.1, v6.0
The postings on this site are my own and do not necessarily represent the positions, strategies, or opinions of IBM
jim,
but the same code is working fine for wps 5.1
and i when i deployed the same in wps 6 im getting that error,
so could you please suggest me
it was not supported in 5.1 either
you need to switch to the model spi
IBM Certified System Administrator -- WebSphere Portal V6.0, V5.1, V5.0
IBM Certified Solution Developer -- WebSphere Portal V5.1, v6.0
The postings on this site are my own and do not necessarily represent the positions, strategies, or opinions of IBM
so how can replace this navigation loop code
can u suggest
Switch to using the model spi, you can use the navigation model, and loop through whatever layers you want to
Jim
IBM Certified System Administrator -- WebSphere Portal V6.0, V5.1, V5.0
IBM Certified Solution Developer -- WebSphere Portal V5.1, v6.0
The postings on this site are my own and do not necessarily represent the positions, strategies, or opinions of IBM