I had originally deployed my java code as individual pojo, into
web-inf\classes, everything works fine.

My class is ProductStructure, I then put the java classes into a
package: com.x.y.reference

I copied the package folder tree to web-inf\classes, e.g
web-inf\classes\com\x\y etc

I get the error when calling the remote object:
ProductStructure (wrong name: com\x\y\reference\ProductStructure)

Do I need to change the object source in flex-config.xml to include
the full package name, or have I copied the folder tree incorrectly?

Thank you
Andrew




 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to