Skip to main content
Inspiring
February 12, 2009
Question

Element OBJUSER is undefined in a Java object

  • February 12, 2009
  • 1 reply
  • 507 views
I have a app the creates a session scoped object (objUser) when a member signs in.

This object performs several task during the validation process making call similiar to:

session.objUser.setUpdateMembershipPaymentPermission(rc.objSecurityTopic.strPermission);
or
session.objUser.setSearchMembershipPackagePermission(rc.objSecurityTopic.strPermission);
etc

There are several such calls made during the process.

For some reason I can't explain every now and then one of them will throw:
Element OBJUSER is undefined in a Java object of type class [Ljava.lang.String;..

Why can't the CF server find session.objUser when just a millisecond before it did?

Thx

pwp
This topic has been closed for replies.

1 reply

BKBK
Community Expert
Community Expert
February 15, 2009
Why can't the CF server find session.objUser when just a millisecond before it did?

If, for example, the session was broken.