Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

conflict between Visibroker for Java 3.4 & 4.0


  • From: Son-Lam.Vu@xxxxxxxxxxxxxxx (Vu Son-Lam)
  • Subject: conflict between Visibroker for Java 3.4 & 4.0
  • Date: Fri, 31 Mar 2000 14:26:13 +0200

hello all Corba & Visibroker folks, 
I have a large problem with Visibroker for Java 4.0.
It's my idl file

module java
  {
  module util
  {
  extensible struct Vector;
  };
  };
  
module ProsysOrb
  {
  
  exception InvalidOrb {string error;};  
  interface UserObject
  {
  boolean open_Database(in string user, in string password) raises
(InvalidOrb);
  string insertRow(in string tablename,in java::util::Vector inputrecord,in
string key) raises (InvalidOrb);
  boolean deleteRow(in string tablename,in string key) raises (InvalidOrb);
  boolean updateRow(in string tablename,in java::util::Vector
updaterecord,in string key) raises (InvalidOrb);
 
  java::util::Vector  getData(in string tablename,in string key) raises
(InvalidOrb);
  void closeDatabase(in long id);
  };
  interface ObjectManager {
    userobject getObject(in string name);
  };
  };

It's works well in Visibroker For Java 3.4.
But now I can't compile the idl with idl2java from Visibroker for Java 4.0,
because the extensible java is not no more supported.

My question is: can I deal the problem with VALUETYPE of Corba 2.3 and how
(or an other solution)?

Best regards
Sonlam


---
To unsubscribe, mail advanced-java-unsubscribe@xxxxxxxxxxxxxxxx
To get help, mail advanced-java-help@xxxxxxxxxxxxxxxx