Re: [flexcoders] setting up remote object pojo in java packages

2005-05-09 Thread James Ward
Andrew, I am pretty sure you need the fully qualified classname in your flex-config.xml file. -James On Mon, 2005-05-09 at 18:05 +, greenfishinwater wrote: > I had originally deployed my java code as individual pojo, into > web-inf\classes, everything works fine. > > My class is ProductSt

[flexcoders] setting up remote object pojo in java packages

2005-05-09 Thread greenfishinwater
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