Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6757711
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T13:41:13+00:00 2026-05-26T13:41:13+00:00

I have a working Flex/Java application, but if I log out of the channelSet

  • 0

I have a working Flex/Java application, but if I log out of the channelSet and log back in, in the debug console I am seeing numerous instances of this error:

ReferenceError: Error #1056: Cannot create property smallMessage on mx.messaging.messages.AcknowledgeMessage.

The error itself doesn’t seem to interfere with app.

The AcknowledgeMessage class is not my class — and I don’t know why the Java side and Flex side don’t match up with regard to properties on their internal classes.

Any help is appreciated.

Versions:

  • Flex 4.1.0.16076
  • BlazeDS 4.0.0.14931
  • Spring-Flex 1.5.0.RELEASE
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T13:41:14+00:00Added an answer on May 26, 2026 at 1:41 pm

    We are having exactly the same problem in our application. I’ve managed to hide the error using the following ugly hack.

    First, create a class like so:

    public class FixedAcknowledgeMessage extends AcknowledgeMessage {
        private var _smallMessage : *;
    
        public function FixedAcknowledgeMessage() { }
    
        public function get smallMessage() : * {
            return _smallMessage;
        }
    
        public function set smallMessage(value : *) : void {
            _smallMessage = value;
        }   
    }
    

    And then, in your startup code, replace AcknowledgeMessage with your fixed one:

    registerClassAlias("flex.messaging.messages.AcknowledgeMessage", FixedAcknowledgeMessage);
    

    We also do the same hack for the classes ErrorMessage and AsyncMessage, which seem to suffer from the same problem. I have no idea if this hack may have some negative side effects, and I would love to find a more proper fix for it.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Im working with a flex application that pulls data from a java class file
I have a multi-user application consisting of a flex client and blazeds/Spring/java backend -
Hi, I have been working on a Flex Mobile application using Flash Builder 4.6.
I have been working on Flex for last couple of months and as this
I am working on flex dasboards and charting stuff. Till now I have build
Problem solved, see below Question I'm working in Flex Builder 3 and I have
I am working on a Flex Front End at the moment, and have been
I'm looking to have a couple of plugins in a Flex project I'm working
I'm working with the PieChart and PieSeries components in Flex, and have ran into
I'm trying to build my Flex/Java web app from within IntelliJ rather than have

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.