Actually Visibroker 3.4 is the release to use for JDK 1.2. JDK 1.2 is not
really supported in Visebroker 3.3. It has bug fixes in it specifically for
JDK 1.2 that is why it was released. See the release notes.

http://www.inprise.com/techpubs/books/vbj/vbj34/vbjrel.html

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 17, 2000 5:01 PM
To: [EMAIL PROTECTED]
Subject: RE: How do we use Visibroker 3.3 , JDK1.2.2 with Jrun3.0


This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_000_01BFF031.FA0C9010
Content-Type: text/plain;
        charset="iso-8859-1"

Yes infact the VisiBroker guys suggested us also to modify the 
code as given below, wherever you have the code that extracts the
BOA from ORB reference:

============================================================================
Properties props=new Properties();
props.put("org.omg.CORBA.ORBClass","com.visigenic.vbroker.orb.ORB");
props.put("org.omg.CORBA.ORBSingletonClass","com.visigenic.vbroker.orb.ORB")
;

String[] str=null;

org.omg.CORBA.ORB orb = org.omg.CORBA.ORB.init(str,props); 
org.omg.CORBA.BOA boa = ((com.visigenic.vbroker.orb.ORB)orb).BOA_init();
============================================================================

For more information look to the attached "VisiBroker release notes".

Try this and let me know.

Shankar.


-----Original Message-----
From: Naveen Shankar [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 17, 2000 4:48 PM
To: [EMAIL PROTECTED]
Subject: Re: How do we use Visibroker 3.3 , JDK1.2.2 with Jrun3.0


Thanks for the quick reply.  It doesnt seem to work with my application. Do
we need to make code changes like for eg. Instantiate the
com.visigenic.vbroker.orb.ORB instead of org.omg.CORBA.ORB ??  Is there
anything else we need to change?

Thanks
Naveen
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, July 17, 2000 3:32 PM
Subject: RE: How do we use Visibroker 3.3 , JDK1.2.2 with Jrun3.0


> Hi,
>
> We had the similar problem instead of using the "Xbootclasspath" we have
> used the orb.properties file under "jdk1.2.2 installation
> directory/jre/lib".
>
> ========================================================================
> Content of orb.properties file
> ========================================================================
> # Make VisiBroker for Java the default ORB
> org.omg.CORBA.ORBClass=com.visigenic.vbroker.orb.ORB
> org.omg.CORBA.ORBSingletonClass=com.visigenic.vbroker.orb.ORB
> ========================================================================
>
> This VisiBroker specified way of forcing the use of VisiBroker ORB over
the
> Java ORB. Specify the "jar" files as usual in the java.classpath.
>
> This would make it independent of the JRUN version also.
>
> Kindly let me know whether it works for you.
>
> Shankar.
>
> -----Original Message-----
> From: Naveen Shankar [mailto:[EMAIL PROTECTED]]
> Sent: Monday, July 17, 2000 4:22 PM
> To: [EMAIL PROTECTED]
> Subject: How do we use Visibroker 3.3 , JDK1.2.2 with Jrun3.0
>
>
> All-
>     I have an application running on Jrun 2.3.3 with JDK1.2.2 using
> Visibroker 3.3 ORB for Corba. I was able to tell my JRE to use the
> Visibroker ORB instead of  Suns Java ORB by using the
> property in which I specified the Visibrokers Jar files ahead of the JDK
> jar.
>     Now I am in the process of porting this application to JRun3.0.
However
> the Xbootclasspath propert does not seem to work with Jrun3.0. I cant even
> get the server to come up with this argument. Any help is greatly
> appreciated.
>
> Thanks
> Naveen
>
> --------------------------------------------------------------------------
--
> --
> Archives: http://www.egroups.com/group/jrun-interest/
> Unsubscribe:
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
> or send a message to [EMAIL PROTECTED] with
'unsubscribe'
> in the body.
> --------------------------------------------------------------------------
----
> Archives: http://www.egroups.com/group/jrun-interest/
> Unsubscribe:
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
> or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.

----------------------------------------------------------------------------
--
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe:
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe'
in the body.


------_=_NextPart_000_01BFF031.FA0C9010
Content-Type: text/html;
        name="vbj.html"
Content-Disposition: attachment;
        filename="vbj.html"

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta name="GENERATOR" content="Mozilla/4.5 [en] (WinNT; I) [Netscape]">
   <title>Welcome to VisiBroker for Java!</title>
</head>
<body text="#000000" bgcolor="#FFFFFF" link="#0000EE" vlink="#551A8B"
alink="#FF0000">
<img SRC="docs/images/inprise.gif" NOSAVE height=37 width=189>
<h1>
Welcome to VisiBroker for Java 3.4!</h1>
Thank you for using VisiBroker for Java.&nbsp; VisiBroker for Java 3.4
is a maintenance release which provides support for the Java 2 platform
as well as minor fixes and enhancements.&nbsp; Along with the Java
ORB, this package contains the following:
<ul>
<li>
<a href="docs/vbjrel.html">Release Notes</a>.&nbsp; Information about this
release including information on backwards compatibility and late breaking
news.</li>

<li>
<a href="java_examples/README.html">Examples</a>.&nbsp; Examples which
illustrate many simple and advanced features.</li>

<li>
<a href="docs/vbj/packages.html">Documentation</a>.&nbsp; HTML API
documentation
is included with the product.&nbsp; Additional documentation is available
online in HTML and PDF from the <a
href="http://www.inprise.com/techpubs/visibroker">Inprise
web page</a>.&nbsp; In addition, all documents are available on the
distribution
CD-ROM.</li>
</ul>

<h2>
Additional Information</h2>
Several resources are available to help you learn more about VisiBroker
and answer your questions.
<ul>
<li>
<a href="news://forums.inprise.com/inprise.public.visibroker">VisiBroker
Newsgroup</a>.&nbsp;&nbsp; A discussion area for exchanging tips and
techniques
about the VisiBroker products, and general CORBA and distributed computing
topics.</li>

<li>
<a href="http://www.inprise.com/visibroker">VisiBroker Product
Information</a>.&nbsp;
See our web site for additional information on how the VisiBroker product
line fits into your enterprise application.</li>

<li>
<a href="http://www.inprise.com/services">Inprise Professional
Services</a>.&nbsp;
Inprise provides <a href="http://www.inprise.com/devsupport/">Developer
Support</a>, <a
href="http://www.inprise.com/services/consult">Consulting</a>,
and <a href="http://www.inprise.com/services/train/">Training</a> services
to help you develop, deploy, and administer your VisiBroker
applications.</li>

<li>
<a href="http://www.inprise.com/products.html">Additional
products</a>.&nbsp;
Inprise provides a full set of products geared towards developing and
administering
distributed enterprise applications.</li>

<li>
<a href="http://www.inprise.com/wheretobuy">Contact Inprise Sales</a>.&nbsp;
You can reach Inprise Sales at 1-800-632-2864.</li>
</ul>

</body>
</html>

------_=_NextPart_000_01BFF031.FA0C9010--
----------------------------------------------------------------------------
--
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe:
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe'
in the body.
------------------------------------------------------------------------------
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the 
body.

Reply via email to