• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

RemoteException

 
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello there,

i have a comic problem:

1. i start the
2. i start the networked client, then book, then everything ok

i use the MVC+Observer, so my client is notified by the model, so after the model has changed (after book for example),
the client makes a new search for all records and updates its table. Everything works but:
When after i have started the server, i change anything in the source (not significant only comments for example), and then
start the client again, i become a RemoteException after i have booked a room.
The comic thing is, that i can do anything (Search, Book and so on), but by the book process, i am enter a customer id
then click OK, then wait (on the server window i see, that the room is booked successful), but on the client i become the
RemoteException (then when i search manually i see that the record is booked).
So something by this notification goes wrong, i think.

i have:

view with method:
model with method:

what could that be?

EDIT: i have already defined the same fixed long serial id for all classes that fulfills the IS-A Serializable
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic