|
The "Creating Service" message you see is from the client
side, so it is a little misleading in that it makes it look like RemoteObject
already found things, but it isn't an indication of how things are happening on
the server side. The error message you are getting says that the class
could not be found or could not be loaded on the server side. Can you try
to load the class in a JSP page or a servlet, just to be really sure that it
works? Do you have a no-argument constructor? What classes are you
importing within com.obc.User?
(And looking at the error message- ah, shoot, I thought we
had gotten all the Flash Remoting MX references out of there. :) )
-Brian
|
- RE: [flexcoders] Problem accessing RemoteObjects Brian Deitte
- RE: [flexcoders] Problem accessing RemoteObjects Jeremy Crane
- Re: [flexcoders] Problem accessing RemoteObjects Douglas Knudsen
- RE: [flexcoders] Problem accessing RemoteObjects Jeremy Crane
- RE: [flexcoders] Problem accessing RemoteObjects Jeremy Crane
- RE: [flexcoders] Problem accessing RemoteObjects Dirk Eismann

