Uploaded image for project: 'Apache Flex'
  1. Apache Flex
  2. FLEX-14827

Webtier Compiler throws NoClassDefFoundError when using remoting in Windows Vista Ultimate AMD64, LCDS 2.5.1 w/JRun, same install works fine in Windows XP Pro Intel32

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • Adobe Flex SDK Previous
    • None
    • Web Compilers
    • None
    • Affected OS(s): Windows
      Affected OS(s):
      Language Found: English

    Description

      Steps to reproduce:
      1. default install of FB3, LCDS 2.5.1 w/JRun
      2. the mxml file:
      <?xml version="1.0" encoding="utf-8"?>
      <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"
      creationComplete="robj.stringBackMethod()">

      <mx:RemoteObject
      id="robj"
      destination="simpleService" />

      <mx:Label text="

      {robj.stringBackMethod.lastResult}

      " />
      </mx:Application>
      3. simpleService configuration in remoting-config.xml (the relevant file section)

      <adapters>
      <adapter-definition id="java-object" class="flex.messaging.services.remoting.adapters.JavaAdapter" default="true"/>
      </adapters>

      <default-channels>
      <channel ref="my-amf"/>
      </default-channels>

      <destination id="simpleService">
      <properties>
      <source>services.SimpleService</source>
      <scope>application</scope>
      </properties>
      </destination>

      Actual Results:
      blank screen with the default flex background color in both IE and Firefox

      Expected Results:
      string displayed returned from a Java class

      Workaround (if any):

      Attachments

        Activity

          People

            Unassigned Unassigned
            adobejira Adobe JIRA
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: