• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Element OBJUSER is undefined in a Java object

Participant ,
Feb 12, 2009 Feb 12, 2009

Copy link to clipboard

Copied

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
TOPICS
Advanced techniques

Views

473

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 15, 2009 Feb 15, 2009

Copy link to clipboard

Copied

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

If, for example, the session was broken.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation