I have synchronized some local objects when I try make them remote my application hangs? What could be the problem?
You encountered was distributed deadlock. In the local VM case, the VM can tell that the calling object A owns the lock and 'ill allow the call back to A to proceed. In the distributed case no such determination can be made so the result is deadlock. Distributed objects behave differently than local objects. If you simply reuse a local implementation without handling locking and failure you 'ill probably get unpredictable results.
I am using bugzilla version 4.4.2 and I need some additional fields in when I try to Change Several Bugs at Once.
At the moment i need the fields "Tags" and "Deadline " when I try to Change Several Bugs at Once. But the fields are not available.