CodeVerge.Net Beta


   Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums



> NEWSGROUP > Borland Forums > borland.public.bes.visibroker
 Post New
 TypeRepliesViewsDate
IDL2CPP location question
IDL2CPP is located in the Visibroker/bin directory, if you have BCBv6. But
I have a new machine that I've only loaded C++Builder2006 and there isn't a
Visibroker directory. There is a Borl
 01103/18/2008 6:31:30 PM
Visibroker =?windows-1252?Q?=3FSilly_question=3F?=
Hello,

Sorry if my questions are too silly.

- I have had written simple corba applications in Java using jdk's own idlj.

- Now I have created a same Java Clinet and Server u
 27810/27/2007 12:17:11 PM
VISIBROKER 7.0 orb_r.lib links to lmgr.dll VS2005

Hi All. Please advise if anyone knows about these lib and dll files in VISIBROKER 7.0. During linking I get an error saying that lmgr.dll is not found, which apparently should be included with Vi
 01048/13/2007 5:28:12 PM
ORB_BRD.lib

I've switched off all DEBUG options, running under the new BDS environemnt. At link time, its insisting on ORB_BRD.lib (which I understand to the be the debug version of the orb_br.lib library..
 3936/4/2007 7:59:16 AM
Name Service security

Hi,

can anybody tell me whats the simplest means of enabling name service security? I want to have just 3 users with write access to the Name Service. any requests by any other clients w
 0826/1/2007 2:29:13 PM
Visibroker 7 - ConnectException while running bank client

I am getting following error while running bank client in a call to bind().

org.omg.CORBA.OBJECT_NOT_EXIST: java.net.ConnectException: Connection timed out vmcid: 0x56420000 minor code
 31084/10/2007 12:29:05 PM
CORBA::OBJ_ADAPTER
Hi,

our customer is receiving - non consistently! - CORBA::OBJ_ADAPTER
error, minor=1330446336 status=1. We're using VisiBroker 4.5.1 patch
33 (I know it is old)

What are the
 11213/29/2007 9:07:17 PM
CORBA::OBJ_ADAPTER
Hi,

our customer is receiving - non consistently! - CORBA::OBJ_ADAPTER
error, minor=1330446336 status=1. We're using VisiBroker 4.5.1 patch
33 (I know it is old)

What are the
 0983/28/2007 4:06:04 PM
visibroker 6.5 compiler requirements..

Hi,

I'm seeing that when building our app, the orb_br_65.dll is using CC3270MT.DLL however the other dll's built in my project/app are using CC3260MT.DLL. This leads me to believe I'm us
 21123/7/2007 6:07:48 AM
idl2java Unable to load any JVM, exiting!!!

I am using BES 5.2.1 and Java 1.4.2_03

When trying to use the idl2java tool I am getting the message:

Unable to load any JVM, exiting!!!

How do I correct this??
 41053/2/2007 1:41:49 AM
callback ports in c++ (programatically configuring)

Hi,

we're trying to overcome a firewall issue, specifically with our clients. I need to control the port a client listens on and I think the java equivalent is;

vbroker.se.iiop_
 5672/27/2007 10:21:22 AM
visual studio

Hi,

I've just upgraded to microsoft visual studio 2003 from visual studio v6.0 and I'm trying to build the basic demo. It complains about unresolved symbols like _bind_to_object(...) at
 1632/1/2007 12:13:57 AM
Where is VB70(Solaris x64) for gcc 3.4.3
Hi,

Recently, this document is added at Borland' website.
[Installing VisiBroker on Solaris 10 (x64) with GCC 3.4.3 compiler]
http://info.borland.com/techpubs/visibroker/
 0911/9/2007 3:49:51 AM
Visibroker for C# as alternative for SOAP for a .NET Java Bridge
Hi,

I in the process of convincing a client to use Janeva, instead of SOAP for
something. Most I know myself, but has someone some links to the latest
information on this, at the to
 18712/22/2006 2:18:58 PM
Support for Borland Developer Studio (C++ Personality)
It looks like VisiBroker 7 does not support Borland Developer Studio for C++
development.

http://support.borland.com/entry.jspa?externalID=4586&categoryID=395

Is this correc
 17712/21/2006 9:39:18 AM
precompiled header error...


Hi,

I'm tearing my hair out here trying to get our corba library to compile using precompiled headers. I have a heck of a lot of generated .hh files that are slowing our compilation
 37912/15/2006 6:49:46 AM
Defines just to get it to compile as standard C++!
On Solaris using gcc 4.1.1 I had to define all of these just to get it
not to give errors in visibroker headers:

-D__SUNPRO_CC=0x999 -DAIXV3 -DTHREAD -DPTHREADS

(anything above 0
 15811/22/2006 8:10:00 AM
idl2cpp - bracing style option?

I would like the generated code to use block bracing style instead of
K&R but I can't see any option to choose this. google yielded 0 hits on
the word "bracing". Has nobody
 38011/17/2006 3:05:15 PM
What exactly has any of this got to do with C++?
http://info.borland.com/techpubs/bes/v65/html_books/vbcpp_dg/properties.html

Nothing on that page is relevant to C++ whatsoever. Looks like
java.properties to me.

Is there any ac
 46711/16/2006 3:56:51 PM
idl2cpp. Relationship between Foo and Foo_var ?

Where is there a relationship between a Foo and a Foo_var? I don't see
any typedefs.

Having them is useful for generic template functions. Of course you can
workaround by having
 37911/15/2006 7:48:17 AM
timeouts...

Hi,

I have a question concerning timeouts....

a)
lets say in my main thread I have a remote invocation in place that has the orb policies set such that the request timeout
 16711/5/2006 10:07:30 PM
logging

How does one enable orb level logging with visibroker 4.5? ideally, Id like to specify arguments at the command line indicating log level and an output file (to stdout ideally).

thanks
 29810/26/2006 8:11:02 AM
_narrow

Hi,

simple question. What I get a CORBA::Object_ptr from the Name Service or wherever, I then do something like;

CORBA::Object_var tmp = get_reference_from_ns();

MyInte
 17810/25/2006 6:41:08 PM
CosNamingExt::ExtendedNamingContextFactory::_bind

Hi,

I'm trying to get my hands on a

CosNamingExt::ExtendedNamingContextFactory_var myFactory;

object so I can make a call to;

CosNamingExt ::ClusterManager_v
 19410/16/2006 7:13:57 AM
Messaging::NO_RECONNECT;

Hi,

(also posted to comp.object.corba).

I'm thinking that the visibroker 4.5 Messaging::NO_RECONNECT policiy is unusable. I've whittled down our production environment problem
 11099/22/2006 8:32:15 AM
VPN problem
We are running a Borland Visibroker Corba client/server application using
Delphi for the client and Java for the server.
Internet users have to have a Cisco VPN client installed. This VPN is
 1879/15/2006 6:53:46 PM
Visibroker thread problem

Hi ,

We are using threadpooling policy for dispatching policy with the following properties in visibroker.properties

vbroker.se.iiop_tp.scm.iiop_tp.dispatcher.threadMax=300
 11229/15/2006 6:52:57 PM
query CORBA::Object

Hi,

I realise its not part of the spec etc but I need to determine the host/ip address of the Name Service to which I'm connected.... i.e. I want to do something like this;

CORB
 1659/15/2006 5:37:31 AM
NO_RECONNECT policy raises unknown exception

Hi,

I'm using visibroker 4.5 with borland c++ builder and am having issues using "Messaging::NO_RECONNECT;". In essence everything works fine with my client, however when I put
 01169/13/2006 3:56:35 PM
visibroker 4.5 generated code bug

visibroker 4.5



Hi,

we're working with Visibroker 4.5 and are seeing a problem with the code generated by the IDL compiler.... in effect the generated code doesnt' com
 2587/24/2006 1:14:29 PM
idl structure persisted to disk...

Hi,

this is a long shot. We're looking at persisting all our IDL defined structured in flat files. Basically when our servers our down, we will have continued service via persisted data.
 1667/23/2006 7:26:48 PM
idl2cs.exe and CORBA.ORB.Init do not work (VisiBroker for .NET 7.0)
Hi,

I'm evaluating VisiBroker for .NET 7.0.
My environment is
*WindowsXP(SP2) x86 Japanese Edition
*.NET2.0 Framework + LanguagePack(JP)

So, at first we tri
 4786/30/2006 8:01:55 AM
function call to died application
Hi
vbroker 4.5

There are 2 applications
Application A calls methods of application B
Suddenly, application B die or it computer is out of network
But A don't know this and go
 2715/31/2006 9:30:38 AM
Failed to run IDL2CPP.EXE?
We are trying to compile a .IDL file, but all we get is an error that says
Failed to run IDL2CPP.EXE. The system cannot find the file specified.
Anyone know how to fix this?

Thanks
 21235/15/2006 7:10:52 PM
orb_brd.lib not found, what now?
We have an app that was originally built in BCB6 Ent that we are trying to
move over to Borland C++Builder 2006. When we try and compile it we get a
linker error that says orb_brd.lib not f
 1775/12/2006 2:18:44 PM
Corba Marshal Error. [readObject for class java.util.ArrayList on instance of java.util.ArrayList]
Hi,

I am trying to write a java client program to test my EJB on BES 5.2 using
Eclipse 3.1

sometimes, it works fine if the returned object doesn't contain a Collection
( Ar
 1884/20/2006 9:50:28 PM
Accessing a resource adapter through visiconnect in BES 6.5
Hi,

i am trying to use Firebird 1.5.6 resource adapter in an EAR, deployed to
BES 6.5.
Everything deploys fine, but when i try to access the managed connection
factory
through
 0744/10/2006 11:20:53 AM
Porting Corba project to Eclipse

I'm having an issue, I'm attempting to port a CORBA application written with JBuilder 6.0 to Eclipse 3.1. I downloaded BES Visibroker 6.5 and added the relevant jar files in the C:\Borland\BDP\li
 21973/11/2006 11:31:31 PM
Upgrading VisiBroker from 5.2.1 to 6.x
Hi,

We are currently using VisiBroker 5.2.1 but are about to upgrade to a later
version. This may seem like a simple question, but am I going to be able to
use my prevously generate
 2802/3/2006 11:45:52 AM
Resource leak in CORBA:Any

I'm little new at this. The code below leaks. Anyone care to take a stab at
what is my problem?

The function executes a stored procedure and returns value in the
"CORBA::Any
 0811/19/2006 6:37:17 PM
CORBA_BAD_PARAM exception in ORB_Init under VBE6.5 for C++Builder2006
Hi, all

When we create a application(both VCL application and Non-VCL application)
using VisiBroker 6.5 for BCC5.8, we get several CORBA_BAD_PARAM exceptions
during calling ORB_In
 0901/5/2006 9:11:32 AM
Error in web run (JSP generated by Corba)
Hi, I am new in Java & Jbuilder 2005 and trying to create a Corba client / server sample program read from book. The idl file is as follow: module Bank { interface Account;{ float bal
 0971/2/2006 3:58:35 PM
Using BES VisiBroker event service (events.exe) remotely

Hi,

I am currently developing an application using JBuilder with BES VisiBroker Smart Agent (osagent.exe) using the Naming Service (nameserv.exe) and the Event Service (events.exe).
 07312/30/2005 3:24:19 PM
Huge memory leak in VBE6.5 for C++Builder2006!!
Hi,
Im evaluating "VisiBroker 6.5 for C++Builder2006" from Disc4 of BDS2006.

So, it seems that it has huge memory leak problem, too.
Please refer to the report I pos
 19512/27/2005 11:33:40 PM
URGENT: VB65 Getting org.omg.CORBA.MARSHAL: Error unmarshaling value [Inval id value tag [12]]


I am getting this error on client side
org.omg.CORBA.MARSHAL: Error unmarshaling value [Invalid value tag [12]]

I compiled both my server and client using VB6.5 and when I run
 814912/17/2005 4:39:12 PM
workaround leak _is_local

Hi,

I think I am suffering from the same problem as this recent poster. I am seeing a leak in my client (visibroker 4.5) whenever is_local is called.

http://newsgroups.borland.
 28912/16/2005 12:48:51 PM
idl2java <internal>: unrecoverable error launching tool; aborting

Hi:
I installed Visibroker for java 6.5 and when executing idl2java from bin directory , i get the following error:

<internal>: unrecoverable error launching tool; aborting<
 113512/13/2005 12:48:19 PM
returned sequence of structs memory leak

Hi,


Visibroker v4.5

Does this ring any bells with anybody on this group...

Basically I have an IDL definition for a sequence of structs. Each struct contains seque
 06212/2/2005 12:01:56 PM
Can VBroker 6.5 Client failover with VBroker 4.5.1 Server
Hi,

I tried to use VisiBroker 6.5 Java client connecting to VisiBroker 4.5.1
Server(C++ Cluster mode) and everything is fine. However, cannot failover
to available server by using
 36811/7/2005 2:45:52 PM
java.lang.NoClassDefFoundError exception thrown loading server object

Hi there,

I have recently installed JBuiler 2005, and BES Visibroker and am having issues getting the two to work together. I have applied the two patches from the Borland site and am a
 019511/4/2005 10:17:16 AM


   
  Privacy | Contact Us
All Times Are GMT