Benjamin wrote:
Hi,


I don't understand why in my Seam actionBean

@Name("myActions")
@Scope(SESSION)
public class myActionsBean implements Serializable {

    @In(create = true, required = false)
    protected transient CoreSession documentManager;
... etc

documentManger is NULL ???

It could happen that the unwrapping of documentManager doesn't work (in DocumentManagerBusinessDelegate) because currentServerLocation is not defined in the current session. You can check this in the log messages written before the exception.
In what situation is this happening ?

Dragos
Benjamin JALON

_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm


_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to