<?xml version="1.0" encoding="UTF-8" standalone="yes"?><rss version="2.0"><channel><title>Java, PHP, MySQL, Ruby, and more at Sagewire.org</title><link>http://www.sagewire.org/</link><description>Blogs and forums for Java, PHP, MySQL, and more.</description><language>en</language><item><title>comparison of OrbixWeb and Orbix 3.0.1</title><link>http://www.sagewire.org/java-corba/comparison-of-OrbixWeb-and-Orbix-301-1901301.aspx</link><description>Orbix 3.0.1. Yes I know. please do not laugh. I am working on a project
where I have to find a way to move off these ancient products. I have
managed to move away from C++ onto JAVA but cannot change the CORBA
product in use at the moment. The Orbix setup includes OrbixWeb which
has always been used on the client side. I am now going to be using it
on the server side. So my question is: What are peoples experiences of
OrbixWeb compared to Orbix 3.0.1? I have found the C++ Orbix at that
an...</description><guid isPermaLink="true">http://www.sagewire.org/java-corba/comparison-of-OrbixWeb-and-Orbix-301-1901301.aspx</guid><author>rss@sagewire.org</author><pubDate>Tue, 16 Oct 2007 16:50:55 GMT</pubDate></item><item><title>JacORB SSL woes</title><link>http://www.sagewire.org/java-corba/JacORB-SSL-woes-1931882.aspx</link><description>Hello.
I'm writing a client-server application using C++ w. omniORB on the 
server and JacORB on the client side.
Everything works fine as long as I do not use SSL, but I can not get the 
latter to work.

Here's my code fragment:

System.setProperty(&amp;quot;jacorb.security.support_ssl&amp;quot;,&amp;quot;on&amp;quot;);
System.setProperty(&amp;quot;jacorb.ssl.server_socket_factory&amp;quot;,&amp;quot;orb.jacorb.security.ssl.sun_jsse.SSLServerSocketFactory&amp;quot;);
System.setProperty(&amp;quot;jacorb.ssl.socket_factory&amp;quot;,&amp;quot;orb.jacorb.security.ssl.sun_jsse.SSLSocke...</description><guid isPermaLink="true">http://www.sagewire.org/java-corba/JacORB-SSL-woes-1931882.aspx</guid><author>rss@sagewire.org</author><pubDate>Tue, 18 Sep 2007 14:42:32 GMT</pubDate></item><item><title>Bidirectional GIOP</title><link>http://www.sagewire.org/java-corba/Bidirectional-GIOP-1931668.aspx</link><description>Hello.
I'm developping a client-server application and I'll need to initiate 
  connections only from the client side.
I have tried setting up bidirectional operations, but failed to do so 
until I switched to JacORB.
Does the standard JRE Sun ORB support this?
In case it does, is there any example/tutorial/how-to?

  bye &amp;amp; Thanks
	av.</description><guid isPermaLink="true">http://www.sagewire.org/java-corba/Bidirectional-GIOP-1931668.aspx</guid><author>rss@sagewire.org</author><pubDate>Fri, 14 Sep 2007 14:36:18 GMT</pubDate></item><item><title>Help rqd with OrbixWeb and OrbCurrent please</title><link>http://www.sagewire.org/java-corba/Help-rqd-with-OrbixWeb-and-OrbCurrent-please-1896443.aspx</link><description>I am working on a JAVA rewrite of a C++ CORBA server using Orbix. I am
using OrbixWeb. Clients have the ability to register and deregister
themselves but not using the kind of IDL interface you'd expect.
The IDL is legacy and cannot be changed. Instead of the register
method returning a token that is used in the deregister, a proprietary
extension of Orbix is used to identify the client. In the C++ version
of Orbix you can get the file descriptor for the underlying connection
to the clien...</description><guid isPermaLink="true">http://www.sagewire.org/java-corba/Help-rqd-with-OrbixWeb-and-OrbCurrent-please-1896443.aspx</guid><author>rss@sagewire.org</author><pubDate>Tue, 21 Aug 2007 07:25:18 GMT</pubDate></item><item><title>help to get start: where find a good tutorial?</title><link>http://www.sagewire.org/java-corba/help-to-get-start-where-find-good-tutorial-1866599.aspx</link><description>Hallo,
I'd like to learn to use Corba &amp;amp; JAVA.
How can I start?
where to find a good tutoria on line?
a book?
have you an advice?

Thank you in advance,
Mario.</description><guid isPermaLink="true">http://www.sagewire.org/java-corba/help-to-get-start-where-find-good-tutorial-1866599.aspx</guid><author>rss@sagewire.org</author><pubDate>Wed, 15 Aug 2007 15:24:32 GMT</pubDate></item><item><title>mapping JAVA =&gt; C++ objects</title><link>http://www.sagewire.org/java-corba/mapping-JAVA-objects-1873526.aspx</link><description>Hello, I'm rather new to corba so if this is a faq, I will happily go 
read the relevant docs or url. I just need a nudge.

My situation is this. The company I'm at has a JAVA app running in 
jboss that they need to integrate into a legacy distributed perl app. I 
chose corba because this is going to be used in a performance critical 
piece of code and web services simply have too much overhead. So at 
this point I'm using jacorb on the JAVA side and omniORB on the C/perl 
side.

Since...</description><guid isPermaLink="true">http://www.sagewire.org/java-corba/mapping-JAVA-objects-1873526.aspx</guid><author>rss@sagewire.org</author><pubDate>Tue, 14 Aug 2007 16:56:28 GMT</pubDate></item><item><title>Getting org.omg.CORBA.BAD_PARAM exception</title><link>http://www.sagewire.org/java-corba/Getting-orgomgCORBABADPARAM-exception-1858165.aspx</link><description>Hello,

I am trying to connect to CORBA service with simple client and I am
getting

org.omg.CORBA.BAD_PARAM:   vmcid: 0x0  minor code: 0  completed: No
       at
com.pikeelectronic.calc.CORBAClient.CalculatorHelper.narrow(CalculatorHelper.JAVA:
60)
       at com.pikeelectronic.calc.CORBAClient.Client.main(Client.JAVA:
23)

I am using JacORB on both client and server side. I use
corbaloc::localhost:40000/MyService. I googled that I need to run
Naming Service but it didn't help (I h...</description><guid isPermaLink="true">http://www.sagewire.org/java-corba/Getting-orgomgCORBABADPARAM-exception-1858165.aspx</guid><author>rss@sagewire.org</author><pubDate>Mon, 23 Jul 2007 10:39:38 GMT</pubDate></item><item><title>Why we can not provide a null parameter to method in CORBA?</title><link>http://www.sagewire.org/java-corba/Why-we-can-not-provide-null-parameter-to-method-1840633.aspx</link><description>If I have a method like this in my idl defined interface:
string echoString(in string mesg);

And if I call this method with a null parameter, ORB will fail in
serializing this parameter and report a org.omg.CORBA.BAD_PARAM.

But why CORBA has such a limitation? What's the history?
And how can I avoid this? Always check the parameter before CORBA
method invoke?

BTW:
My environment is JDK1.5 and the ORB is inline JAVA IDL.
The same thing happens in ORBACUS 4.3.</description><guid isPermaLink="true">http://www.sagewire.org/java-corba/Why-we-can-not-provide-null-parameter-to-method-1840633.aspx</guid><author>rss@sagewire.org</author><pubDate>Sat, 07 Jul 2007 21:14:14 GMT</pubDate></item><item><title>JBoss, EJB, JAVA Server, and C++ CORBA Clients</title><link>http://www.sagewire.org/java-corba/JBoss-EJB-JAVA-Server-and-CORBA-Clients-1215250.aspx</link><description>Hello,
     I am using JBoss 4.0.5.GA (application server) to host several
EJBs (3.0), and have now run into a problem with trying to bridge
together a client / server architecture.  I am on deck to develop a
server to manage multiple CORBA clients.  Starting from a hand-crafted
IDL file, I am responsible for implementing / manaing the server-side
code while another developer works on the client side.  I am using the
idlj compiler to generate the server-side files, along with rolling my
...</description><guid isPermaLink="true">http://www.sagewire.org/java-corba/JBoss-EJB-JAVA-Server-and-CORBA-Clients-1215250.aspx</guid><author>rss@sagewire.org</author><pubDate>Sun, 01 Jul 2007 13:42:29 GMT</pubDate></item><item><title>"CORBA Explained Simply" book available for free</title><link>http://www.sagewire.org/java-corba/CORBA-Explained-Simply-book-available-for-free-384415.aspx</link><description>Hi folks,

I've some announcements to make.First, I've a personal web site: www.CiaranMcHale.com. Actually, I
have had this for a few months but I wanted to populate it with some
interesting, technical articles before announcing it.Second, an embarrassingly long time ago I started writing a book
called
&amp;quot;CORBA Explained Simply&amp;quot;, and I've *finally* finished it. I am not
publishing the book in the traditional manner, but rather am making it
available free of charge from www.CiaranMcHale.com...</description><guid isPermaLink="true">http://www.sagewire.org/java-corba/CORBA-Explained-Simply-book-available-for-free-384415.aspx</guid><author>rss@sagewire.org</author><pubDate>Thu, 01 Mar 2007 10:04:06 GMT</pubDate></item><item><title>checking for org.omg.CORBA.OBJECT_NOT_EXIST</title><link>http://www.sagewire.org/java-corba/checking-for-orgomgCORBAOBJECTNOTEXIST-374292.aspx</link><description>Hi,

I'm writing a JAVA CORBA client, using the Visibroker ORB. Sometimes
when I call methods on the remote object references I get the following
exception

org.omg.CORBA.OBJECT_NOT_EXIST:   vmcid: OMG  minor code: 0  completed:
No

Is there some way that I can check beforehand whether this exception
will be thrown, i.e. whether the remote object still exists? I thought
that I could do it like this:

    if (myRef._non_existent()) {

    	// get a new myRef
    }

    myRef.doR...</description><guid isPermaLink="true">http://www.sagewire.org/java-corba/checking-for-orgomgCORBAOBJECTNOTEXIST-374292.aspx</guid><author>rss@sagewire.org</author><pubDate>Thu, 25 Jan 2007 18:48:57 GMT</pubDate></item><item><title>network address translation</title><link>http://www.sagewire.org/java-corba/network-address-translation-367059.aspx</link><description>Hi,

I'm using the Visibroker ORB. My scenario is as follows:

There are 2 CORBA services, mine and my customer's. My CORBA server is
hosting a single remote (servant) object. When my server starts it
calls a registration method on the client's service, and passes a
reference to my servant, so that it can be called back by my customer's
service.

My problem is as follows:

My customer is using NAT to access the machine that my service is
running on, but (presumably) the reference to...</description><guid isPermaLink="true">http://www.sagewire.org/java-corba/network-address-translation-367059.aspx</guid><author>rss@sagewire.org</author><pubDate>Tue, 16 Jan 2007 18:55:05 GMT</pubDate></item><item><title>Connecting to Visibroker server without vbj</title><link>http://www.sagewire.org/java-corba/Connecting-to-Visibroker-server-without-vbj-364129.aspx</link><description>Hi,

I'm running a  Visbroker CORBA server which I can connect to just fine
when I start a client using Visibroker's &amp;quot;vbj&amp;quot; program. My
understanding is that this program calls JAVA, but first adds a *lot*
of properties (-D) to the command-line and libraries to the classpath.

However, if I try to access the same server from within a web
application (which is started by Tomcat), I get an exception:

org.omg.CORBA.BAD_PARAM:   vmcid: 0x0  minor code: 0  completed: No
        at
surePay...</description><guid isPermaLink="true">http://www.sagewire.org/java-corba/Connecting-to-Visibroker-server-without-vbj-364129.aspx</guid><author>rss@sagewire.org</author><pubDate>Mon, 11 Dec 2006 19:12:18 GMT</pubDate></item><item><title>CORBA Exception after network adapter deactivation</title><link>http://www.sagewire.org/java-corba/CORBA-Exception-after-network-adapter-deactivation-350097.aspx</link><description>Hello everyone,

I use IIOP.Net to communicate from JAVA with my .Net application.
This runs fine, but if I deactivate my LAN and WLAN adapter CORBA is
really pissed.
I get a MarshalException if I call a method after that. COMM_FAILURE
Minor Code 201. 

I do not know what to do. Please help.

bye bembi</description><guid isPermaLink="true">http://www.sagewire.org/java-corba/CORBA-Exception-after-network-adapter-deactivation-350097.aspx</guid><author>rss@sagewire.org</author><pubDate>Wed, 15 Nov 2006 12:17:35 GMT</pubDate></item><item><title>How to install a CORBA environment</title><link>http://www.sagewire.org/java-corba/How-to-install-CORBA-environment-357406.aspx</link><description>I am not able to have an end to end flow of how to proceed with the
CORBA installation on my windows XP. Kindly brief the steps and
hardware/softwares required for the same.

Thanking You

Sharad</description><guid isPermaLink="true">http://www.sagewire.org/java-corba/How-to-install-CORBA-environment-357406.aspx</guid><author>rss@sagewire.org</author><pubDate>Tue, 14 Nov 2006 23:56:21 GMT</pubDate></item><item><title>Orbix idlj not compiling type ULongSeq, Help!</title><link>http://www.sagewire.org/java-corba/Orbix-idlj-not-compiling-type-ULongSeq-Help-349906.aspx</link><description>Hello all,

I am using Orbix idlj compiler, it doesnot accept type ULongSeq or
UShortSeq.

Here are the error messages.

296:(semantic): Identifier `ULongSeq' not found
296:(semantic): Name doesn't denote a type
296:(semantic): Incomplete type definition
297:(semantic): Identifier `ULongSeq' not found
297:(semantic): Name doesn't denote a type
297:(semantic): Incomplete type definition
298:(semantic): Identifier `ULongSeq' not found
298:(semantic): Name doesn't denote a type
298:(...</description><guid isPermaLink="true">http://www.sagewire.org/java-corba/Orbix-idlj-not-compiling-type-ULongSeq-Help-349906.aspx</guid><author>rss@sagewire.org</author><pubDate>Tue, 31 Oct 2006 12:47:22 GMT</pubDate></item><item><title>output parameter causing org.omg.CORBA.BAD_PARAM</title><link>http://www.sagewire.org/java-corba/output-parameter-causing-orgomgCORBABADPARAM-352854.aspx</link><description>Hi,

I'm having a problem with the valErrors out parameter in the following
IDL operation:

		boolean submit(in SMSProvExt::WorkOrderData wo,
			in boolean isNew,
			out string woName,
			out SMSProvExt::ValErrorList valErrors)
			raises(ApplError);

On the client side, I pass in the following value:

ValErrorListHolder valErrors = new ValErrorListHolder();If the server implementation returns an empty list then everything
works fine:

    public boolean submit(WorkOrderData wo, b...</description><guid isPermaLink="true">http://www.sagewire.org/java-corba/output-parameter-causing-orgomgCORBABADPARAM-352854.aspx</guid><author>rss@sagewire.org</author><pubDate>Fri, 27 Oct 2006 19:17:26 GMT</pubDate></item><item><title>RMI reconnect</title><link>http://www.sagewire.org/java-corba/RMI-reconnect-340650.aspx</link><description>Hi.

I was just wondering if anybody had any ideas on how to handle
reconnections to a Remote object, if the server bound object goes down,
then comes back up while the client stays up.

That is say:
1. The server comes up and bind the server object by name.
2. The client comes up and does a lookup of the bound object by name.
3. The server goes down.
4. The server comes up and reissues step 1.
5. The client makes a call to the object, resulting in an exception
because the remote is ...</description><guid isPermaLink="true">http://www.sagewire.org/java-corba/RMI-reconnect-340650.aspx</guid><author>rss@sagewire.org</author><pubDate>Sun, 22 Oct 2006 13:21:58 GMT</pubDate></item><item><title>Corba null references and BEA WebLogic</title><link>http://www.sagewire.org/java-corba/Corba-null-references-and-BEA-WebLogic-344773.aspx</link><description>We are currently migrating an application that uses CORBA to BEA
WebLogic 8.1 SP6.  The surprising thing we are currently facing is that
we receive NO_IMPLEMENT exceptions whenever we try to transmit a null
reference.

The canonical example is that if we try to convert the literal null
reference, in CORBA also called OBJECT_NIL, into a reference,

org.omg.CORBA.Object nil =
  orb.string_to_object( &amp;quot;IOR:00000000000000010000000000000000&amp;quot; );

then this also results in a NO_IMPLEMENT exce...</description><guid isPermaLink="true">http://www.sagewire.org/java-corba/Corba-null-references-and-BEA-WebLogic-344773.aspx</guid><author>rss@sagewire.org</author><pubDate>Fri, 06 Oct 2006 13:02:34 GMT</pubDate></item><item><title>...looking for a stable and free CORBA ORB</title><link>http://www.sagewire.org/java-corba/looking-for-stable-and-free-CORBA-ORB-343826.aspx</link><description>Hi there,

   I've an issue.  I work for a software development firm, who
recently; to cut 3rd party costs, removed Borland's CORBA ORB and
repalced it with Sun's.

   Now I think we need to cut our loses, because the Sun's ORB
is....errr...very plain...and somewhat buggy.

   Anyone have any suggestions?

   Looking at the licenses, looks like GNU, GPL, LGPL are out.  Appears
that only Apache and BSD/BST like licenses are acceptable.

   Thanks for any help and suggestions.</description><guid isPermaLink="true">http://www.sagewire.org/java-corba/looking-for-stable-and-free-CORBA-ORB-343826.aspx</guid><author>rss@sagewire.org</author><pubDate>Tue, 26 Sep 2006 14:07:09 GMT</pubDate></item><item><title>Does VisiBroker implements Real-Time CORBA for RTSJ?</title><link>http://www.sagewire.org/java-corba/Does-VisiBroker-implements-RealTime-CORBA-for-RTSJ-340864.aspx</link><description>Hi,

Anyone knows if VisiBroker implements Real-Time CORBA for RTSJ?

Thanks!</description><guid isPermaLink="true">http://www.sagewire.org/java-corba/Does-VisiBroker-implements-RealTime-CORBA-for-RTSJ-340864.aspx</guid><author>rss@sagewire.org</author><pubDate>Fri, 15 Sep 2006 08:52:33 GMT</pubDate></item><item><title>NullPointerException when sending a struct in an any object</title><link>http://www.sagewire.org/java-corba/NullPointerException-when-sending-struct-in-an-any-338824.aspx</link><description>I'm trying to send a struct defined by an IDL. What I do is:

rg.omg.CORBA.ORB orb = org.omg.CORBA.ORB.init();
Any val = orb.create_any();

Property prop= new Property();
prop.pName=&amp;quot;pName&amp;quot;;
prop.pValue=&amp;quot;pValue&amp;quot;;
PropertyHelper.insert(val, prop);

Parameter[] params = new Parameter[1];
params[0] = new Parameter(&amp;quot;prop&amp;quot;, val);

BOMonitoringSet boMonitoringSet = (BOMonitoringSet)
BOMonitoringSetHelper.narrow (_msFactoryMgr.create(&amp;quot;Property&amp;quot;,
params));

Where _msFactoryMgr is a Fact...</description><guid isPermaLink="true">http://www.sagewire.org/java-corba/NullPointerException-when-sending-struct-in-an-any-338824.aspx</guid><author>rss@sagewire.org</author><pubDate>Thu, 07 Sep 2006 14:42:39 GMT</pubDate></item><item><title>Jacorb Persistence</title><link>http://www.sagewire.org/java-corba/Jacorb-Persistence-338870.aspx</link><description>Hello

We are planing to use Naming Service of Jacorb. We've a requirement to 
persist the name service data. When we run the jacorb naming service with 
the persist option and a timeout we are getting 
&amp;quot;JAVA.lang.ObjectNotSerializable&amp;quot; exception for the avalon LoggerKit.

Any suggestion to overcome this problem could help us

Regards
Vinesh</description><guid isPermaLink="true">http://www.sagewire.org/java-corba/Jacorb-Persistence-338870.aspx</guid><author>rss@sagewire.org</author><pubDate>Thu, 07 Sep 2006 14:40:11 GMT</pubDate></item><item><title>ORBSingleton connect error</title><link>http://www.sagewire.org/java-corba/ORBSingleton-connect-error-103344.aspx</link><description>hi,
I've a problem with my server application. When the class runs it
generates this message:

ERROR: JAVA.lang.Security.Exception: ORBSingleton: access denied
JAVA.lang.Security.Exception: ORBSingleton: access denied
       at com.sun.corba.se.impl.orb.ORBSingleton.connect (Unknown
Source)
       at LoginServer.main(LoginServer.JAVA:31)

wrote in message the code with netbeans.
Can you help me to find the cause for this error please??????
Thank you.</description><guid isPermaLink="true">http://www.sagewire.org/java-corba/ORBSingleton-connect-error-103344.aspx</guid><author>rss@sagewire.org</author><pubDate>Wed, 05 Jul 2006 23:46:11 GMT</pubDate></item><item><title>Structs and null pointer exceptions</title><link>http://www.sagewire.org/java-corba/Structs-and-null-pointer-exceptions-49908.aspx</link><description>I've an IDL looking something like this

module LMS
{

  struct Alarm
  {
    string sensor;
    string zone;
  };

  interface LMSIF
  {
    void raise_alarm(in Alarm aReading);
    void send_alarm_to_rmc(in string alarm);
    string test_case();
  };
};

and a JAVA file looking something like:

class LMSServant extends _LMSIFImplBase
{
   Alarm al;
   //functions here
  public LMSServ()
  {
      //this line causes the problem.
      al.sensor = &amp;quot;Sensor 1&amp;quot;;
  }

...</description><guid isPermaLink="true">http://www.sagewire.org/java-corba/Structs-and-null-pointer-exceptions-49908.aspx</guid><author>rss@sagewire.org</author><pubDate>Sat, 01 Jul 2006 12:07:22 GMT</pubDate></item><item><title>Jacorb 2.2.4 compilation</title><link>http://www.sagewire.org/java-corba/Jacorb-224-compilation-49899.aspx</link><description>Hello,
The Jacorb 2.2.4 which can is downloaded from the Jacorb home page is
compiled with JAVA 1.5, and I wish to build it myself with JAVA 1.4.2.

I was running ant and got this error. Any ideas ? (I even tried to &amp;quot;ant
clean&amp;quot; first, but no success)

BUILD FAILED
/[code]&amp;lt;directory&amp;gt;[/code]/JacORB-2.2.4/build.xml:52: The following error occurred
while executing this line:
JAVA.lang.IllegalAccessError: tried to access method
org.jacorb.idl.parser.init()V from class org.jacorb.idl.JacIDL</description><guid isPermaLink="true">http://www.sagewire.org/java-corba/Jacorb-224-compilation-49899.aspx</guid><author>rss@sagewire.org</author><pubDate>Mon, 12 Jun 2006 07:30:46 GMT</pubDate></item><item><title>Jacorb - reading properties</title><link>http://www.sagewire.org/java-corba/Jacorb-reading-properties-49887.aspx</link><description>In Jacorb 1.3 I could read properties from the jacorb.properties file
by using:
org.jacorb.util.Environment.getProperty(propertyName);

I'm upgrading now to 2.2.4, but it does not work any more.
What should I use ?</description><guid isPermaLink="true">http://www.sagewire.org/java-corba/Jacorb-reading-properties-49887.aspx</guid><author>rss@sagewire.org</author><pubDate>Wed, 07 Jun 2006 10:16:23 GMT</pubDate></item><item><title>Upgrading JacOrb</title><link>http://www.sagewire.org/java-corba/Upgrading-JacOrb-49880.aspx</link><description>Hello,
We're currently using JacOrb version 1.3.30, and we wish to upgrade it
to the latest version (2.2.3).
Are there any reasons why not to do so ? Do you recommend using this
version ?</description><guid isPermaLink="true">http://www.sagewire.org/java-corba/Upgrading-JacOrb-49880.aspx</guid><author>rss@sagewire.org</author><pubDate>Wed, 31 May 2006 07:44:34 GMT</pubDate></item><item><title>jvmargs (again)</title><link>http://www.sagewire.org/java-corba/jvmargs-again-49870.aspx</link><description>Hello, I'm just checking I've used the right syntax for my jvmargs as 
I'm having some problems (although this may be a config problem).

I'm running this command for an application:

JAVA -classpath C:\politse\J2EE.jar;C:\politse\appserv-rt.jar; 
UberClient
-client jvmarg value = &amp;quot;-Dorg.omg.CORBA.ORBInitialHost=${192.168.1.1}&amp;quot; 
jvmarg value = &amp;quot;-Dorg.omg.CORBA.ORBInitialPort=${3700}&amp;quot;

Is this the correct syntax (obviously it is not wrapped)?

The reason I ask is because I get a CORBA...</description><guid isPermaLink="true">http://www.sagewire.org/java-corba/jvmargs-again-49870.aspx</guid><author>rss@sagewire.org</author><pubDate>Mon, 24 Apr 2006 13:31:38 GMT</pubDate></item><item><title>Iona61 Dynamic ports, how to fixate</title><link>http://www.sagewire.org/java-corba/Iona61-Dynamic-ports-how-to-fixate-49859.aspx</link><description>Is there a way to limit the ports that the CORBA is using? We are behind
firewalls using Tomcat 4.1.31

The ports are limited to a our vendor use of 18000,18010,18020,18030,18050
to 18053 and 14970 14980.these are what the site has opened

We keep seeing the Corba opening ports randomly starting at 39000. This will
change on restart.
Where can one set the range!

Any insight is appreciated

Rob

 Posted Via Usenet.com Premium Usenet Newsgroup Services
-----------------------------...</description><guid isPermaLink="true">http://www.sagewire.org/java-corba/Iona61-Dynamic-ports-how-to-fixate-49859.aspx</guid><author>rss@sagewire.org</author><pubDate>Thu, 16 Mar 2006 21:30:50 GMT</pubDate></item><item><title>Narrow returns null</title><link>http://www.sagewire.org/java-corba/Narrow-returns-null-49845.aspx</link><description>Hi all,

I desperately need your help.

I've written a simple Statless Session Bean and successfully deployed
it to Sun App Server 8.2. Moreover, I've written a small JAVA
application (a standalone application, with the jar from asadmin
get-client-stubs on the classpath) that looks up the Session Bean. The
look up is successful and I get an object of the correct type. The
narrowing doesn't throw an exception but unfortunately it does return
a null pointer. Please, have a look at the cl...</description><guid isPermaLink="true">http://www.sagewire.org/java-corba/Narrow-returns-null-49845.aspx</guid><author>rss@sagewire.org</author><pubDate>Fri, 03 Mar 2006 15:49:29 GMT</pubDate></item><item><title>Problem with orbacus 4.3 using c++.Net 2003</title><link>http://www.sagewire.org/java-corba/Problem-with-orbacus-43-using-cNet-2003-49827.aspx</link><description>Hallo
I've an application running with Orbacus 4.3, C++6.0(Server) and
JAVA(Client).
I need help concerning the migration from C++6.0 to C++-Net 2003. In
fact I receive exactly the same problem that I received with C++6.0
before I update the compiler flag /MLd(Debug Single-Threaded) to
/MDd(Debug Multi threaded DLL). The recent days I've tried to find a
solution by modifying the flag of the project settings of my
application under c++.Net; but I got no solution. The system goes throw
th...</description><guid isPermaLink="true">http://www.sagewire.org/java-corba/Problem-with-orbacus-43-using-cNet-2003-49827.aspx</guid><author>rss@sagewire.org</author><pubDate>Wed, 01 Mar 2006 06:37:41 GMT</pubDate></item><item><title>POA and object activation...</title><link>http://www.sagewire.org/java-corba/POA-and-object-activation-49837.aspx</link><description>hi

how the POA can know if a object is activate?

thanks</description><guid isPermaLink="true">http://www.sagewire.org/java-corba/POA-and-object-activation-49837.aspx</guid><author>rss@sagewire.org</author><pubDate>Fri, 03 Feb 2006 17:15:21 GMT</pubDate></item><item><title>I can not install orbacus on a machine with only C++.Net</title><link>http://www.sagewire.org/java-corba/can-not-install-orbacus-on-machine-with-only-CNet-49829.aspx</link><description>Hi,

I am sure that Orbacus runs good with c++.Net; but I need to use it
urgently.

My problems are how can I install Orbacus on a machine with C++.Net
without C++6.0 and how can I select C++.Net on a machine with both
compiler ?

Sorry but I can not find information's concerning this problem

I hope somebody will help me very soon

Regards,

 Jean-Louis</description><guid isPermaLink="true">http://www.sagewire.org/java-corba/can-not-install-orbacus-on-machine-with-only-CNet-49829.aspx</guid><author>rss@sagewire.org</author><pubDate>Thu, 02 Feb 2006 07:27:11 GMT</pubDate></item><item><title>Returning remote reference to an object by another remote object</title><link>http://www.sagewire.org/java-corba/Returning-remote-reference-to-an-object-by-another-49831.aspx</link><description>Hi,

This is my problem:

I've many objects that need to be accessed remotly, for example A and B.
First object has method that returns reference to the second object:
class A {
    ...
    B getB(){...}
    ...
}

I have implemented servants for A and B (APOA and BPOA).
Method getB() returns reference made by rootPOA.servant_to_reference()
and narrowed by BHelper.narrow().
When I try to call some B's methods in a client application I get some null
pointer exception.

My questi...</description><guid isPermaLink="true">http://www.sagewire.org/java-corba/Returning-remote-reference-to-an-object-by-another-49831.aspx</guid><author>rss@sagewire.org</author><pubDate>Sun, 29 Jan 2006 20:12:31 GMT</pubDate></item><item><title>Naming Server in JAVA</title><link>http://www.sagewire.org/java-corba/Naming-Server-in-JAVA-49824.aspx</link><description>Hi

Is there any naming server that I can start and manage from the JAVA source 
code level?</description><guid isPermaLink="true">http://www.sagewire.org/java-corba/Naming-Server-in-JAVA-49824.aspx</guid><author>rss@sagewire.org</author><pubDate>Sat, 21 Jan 2006 23:14:16 GMT</pubDate></item><item><title>Using corba from a different machines not working</title><link>http://www.sagewire.org/java-corba/Using-corba-from-different-machines-not-working-49818.aspx</link><description>I've followed 
http://JAVA.sun.com/j2se/1.4.2/docs/guide/idl/GShome.html to build a 
corba application. When I run the orb, server and client on the same 
machine it works fine.

When I follow this guide 
http://JAVA.sun.com/j2se/1.4.2/docs/guide/idl/tutorial/jidl2machines.html 
to run the orb and server on one machine and the client on another 
machine it does not work.

The orb and server starts fine but when I start the client I get the 
error below.
I've started the orb with orbd...</description><guid isPermaLink="true">http://www.sagewire.org/java-corba/Using-corba-from-different-machines-not-working-49818.aspx</guid><author>rss@sagewire.org</author><pubDate>Mon, 09 Jan 2006 02:24:30 GMT</pubDate></item><item><title>Sinottico</title><link>http://www.sagewire.org/java-corba/Sinottico-49816.aspx</link><description>Dovrei sviluppare un sinottico in JAVA qualche idea non so da dove partire
Grazie</description><guid isPermaLink="true">http://www.sagewire.org/java-corba/Sinottico-49816.aspx</guid><author>rss@sagewire.org</author><pubDate>Sat, 10 Dec 2005 21:33:51 GMT</pubDate></item><item><title>any = long sequence .... how???</title><link>http://www.sagewire.org/java-corba/any-long-sequence-how-49813.aspx</link><description>Hello. 

I'd like to know, who I get a sequence of longs in one any data type?

my idl:

    typedef sequence[code]&amp;lt;long&amp;gt;[/code] longSequence;

    struct Data
    {
string name;
        string type;
        any colValues;
    };Thanks, regards sebastian</description><guid isPermaLink="true">http://www.sagewire.org/java-corba/any-long-sequence-how-49813.aspx</guid><author>rss@sagewire.org</author><pubDate>Fri, 09 Dec 2005 15:32:40 GMT</pubDate></item><item><title>wle c++ client binding to Jacorb object</title><link>http://www.sagewire.org/java-corba/wle-client-binding-to-Jacorb-object-49775.aspx</link><description>Hello, I am tryingto access a remore object fom a c++ client.
Got the correct Jacorb nameservice using a corbaloc.Saw some notes where Jacorbsupports onli NamingContext Names of a
single entry, while my Jacorb server name is registered as Name1.Name2,

being Nme1 the context and Name2, name3 and else the interfaces.Can anybody show me how to get the remote object? I tried
to_name(&amp;quot;Name1.Name2&amp;quot;) and a two step strategy withot success.A c++ sample code will be good, but also a JAVA client wil...</description><guid isPermaLink="true">http://www.sagewire.org/java-corba/wle-client-binding-to-Jacorb-object-49775.aspx</guid><author>rss@sagewire.org</author><pubDate>Fri, 09 Dec 2005 13:03:43 GMT</pubDate></item><item><title>Extracting a structure in C++ from JAVA</title><link>http://www.sagewire.org/java-corba/Extracting-structure-in-from-JAVA-49811.aspx</link><description>Hello, I am attempting to send a structure (which has no null values
within it) that I created in my IDL, from my JAVA code, to a C++
configure function via CORBA calls. I insert the structure into a CORBA
Any using the helper class created by the IDL before I send it to my
C++ function. The psuedo code is below for JAVA:
______________________________________

properties[0].id = new String( &amp;quot;SELECT&amp;quot; );

TheStructure selected = new TheStructure();
selected.name = &amp;quot;NAME&amp;quot;; // type string...</description><guid isPermaLink="true">http://www.sagewire.org/java-corba/Extracting-structure-in-from-JAVA-49811.aspx</guid><author>rss@sagewire.org</author><pubDate>Wed, 07 Dec 2005 19:32:56 GMT</pubDate></item><item><title>ANNOUNCE: Ice 3.0 released</title><link>http://www.sagewire.org/java-corba/ANNOUNCE-Ice-30-released-49788.aspx</link><description>ZeroC, Inc. is pleased to announce the availability of the Internet 
Communications Engine (Ice), version 3.0.0. For a detailed description 
of Ice, please have a look at http://www.zeroc.com/ice.html.

The most significant change since version 2.1.2 is the addition of 
IceGrid, a replacement for the IcePack activation service that 
revolutionizes the way you build and deploy your Ice applications. With 
support for replication, load balancing, and application distribution, 
IceGrid prov...</description><guid isPermaLink="true">http://www.sagewire.org/java-corba/ANNOUNCE-Ice-30-released-49788.aspx</guid><author>rss@sagewire.org</author><pubDate>Fri, 18 Nov 2005 17:28:14 GMT</pubDate></item><item><title>JAVA idl question</title><link>http://www.sagewire.org/java-corba/JAVA-idl-question-49772.aspx</link><description>Hello all,
I am trying to write the simple hello world program by JAVA sun. The thing 
that the implemnetation of the interface is in seperate class than the 
server. The tutorial on the web just shows you that the implementation 
returns a simple string &amp;quot;hello world&amp;quot;. What if I want to return a preperty 
of the serve (say the value of the variab) or if I want to use a function 
written in the server class? How'd I be able to use the server's 
information if the implemnatation is in diffe...</description><guid isPermaLink="true">http://www.sagewire.org/java-corba/JAVA-idl-question-49772.aspx</guid><author>rss@sagewire.org</author><pubDate>Mon, 24 Oct 2005 09:21:36 GMT</pubDate></item><item><title>Bi-Directional IIOP in Open Source JAVA ORB's</title><link>http://www.sagewire.org/java-corba/BiDirectional-IIOP-in-Open-Source-JAVA-ORBs-49764.aspx</link><description>Hi,

I have read about callbacks at

http://www.iona.com/support/docs/e2a/asp/5.0/corba/migration/html/InteropCx3.html

and now I'm wondering if anyone knows if any of the open source JAVA
ORB's supports Bi-Directional IIOP.

Interop isn't an issue for me. It's sufficent if the ORB is able to
communicate with another running instance of itself. Just having this
feature available'd really make our architecture much easier.

Best Regards
    //Jan Persson</description><guid isPermaLink="true">http://www.sagewire.org/java-corba/BiDirectional-IIOP-in-Open-Source-JAVA-ORBs-49764.aspx</guid><author>rss@sagewire.org</author><pubDate>Wed, 12 Oct 2005 18:48:44 GMT</pubDate></item><item><title>CORBA call timeout</title><link>http://www.sagewire.org/java-corba/CORBA-call-timeout-49759.aspx</link><description>Hi all,

How can I set timeout for CORBA calls?

Thanks,
Dmytro</description><guid isPermaLink="true">http://www.sagewire.org/java-corba/CORBA-call-timeout-49759.aspx</guid><author>rss@sagewire.org</author><pubDate>Tue, 13 Sep 2005 22:16:35 GMT</pubDate></item><item><title>JacOrb can not find name service or idl compiler</title><link>http://www.sagewire.org/java-corba/JacOrb-can-not-find-name-service-or-idl-compiler-49755.aspx</link><description>Hi,

I'm a newbie with JacOrb.  I installed it on windows, but trying to run
ns and idl from command line and it can not find jaco for ns and for idl,
it says it can not find idl.

I added the \bin directory to my path.  But looking in the bin, I can not
find jaco or idl.  Could anyone suggest what I might be doing wrong?

Thank you,

Gil</description><guid isPermaLink="true">http://www.sagewire.org/java-corba/JacOrb-can-not-find-name-service-or-idl-compiler-49755.aspx</guid><author>rss@sagewire.org</author><pubDate>Tue, 30 Aug 2005 14:02:10 GMT</pubDate></item><item><title>is it possible to return reference to object on another CORBA server</title><link>http://www.sagewire.org/java-corba/is-it-possible-to-return-reference-to-object-on-49752.aspx</link><description>There are two ORBD servers and two applications working on them (first 
and second application). I need to create third application on seperate 
ORBD and pass refenence to object from first application to second 
application using third application. Second application should correcty 
call methods of that object.

Will it work without any modifications to those two external applications ?</description><guid isPermaLink="true">http://www.sagewire.org/java-corba/is-it-possible-to-return-reference-to-object-on-49752.aspx</guid><author>rss@sagewire.org</author><pubDate>Fri, 05 Aug 2005 09:20:44 GMT</pubDate></item><item><title>CORBA resources not being freed up</title><link>http://www.sagewire.org/java-corba/CORBA-resources-not-being-freed-up-49748.aspx</link><description>Hi all,

I have got a problem with resources not being freed up by CORBA
eventually causing out-of-memory errors. I've a JAVA based
client-server architecture with objects being created on the server and
passed back to the client via the Orb. By stepping through with
JProfiler I can see that the Corba objects (_Stubs etc) and the JAVA
objects that they wrap aren't being released

I've tried using _release on the client and server and poa.deactivate
_object () on the server and this act...</description><guid isPermaLink="true">http://www.sagewire.org/java-corba/CORBA-resources-not-being-freed-up-49748.aspx</guid><author>rss@sagewire.org</author><pubDate>Fri, 29 Jul 2005 00:52:44 GMT</pubDate></item><item><title>run Client and the server on two different machine!! it doesen't work!!</title><link>http://www.sagewire.org/java-corba/run-Client-and-the-server-on-two-different-machine-49743.aspx</link><description>Hi,
I am trying to execute my Corba/JAVA program with the Client on one
machine and the server on another (things work
fine on a single machine).
-------------------------------------
- tnameserv -ORBInitialPort 1500

- JAVA Server -ORBInitialPort 1500 -ORBInitialHost htest

- JAVA Client -ORBInitialPort 1500 -ORBInitialHost htest
----------------
I have tried running tnameserv on the server only.&amp;quot;htest&amp;quot; is the
servermachinename!!

But any attempt to use the name service results in...</description><guid isPermaLink="true">http://www.sagewire.org/java-corba/run-Client-and-the-server-on-two-different-machine-49743.aspx</guid><author>rss@sagewire.org</author><pubDate>Sat, 09 Jul 2005 12:01:33 GMT</pubDate></item><item><title>implement out-Parameter in JAVA</title><link>http://www.sagewire.org/java-corba/implement-outParameter-in-JAVA-49733.aspx</link><description>Hi,

Have someone any experience in implement of out-Parameter in JAVA.
//idl
  interface AA
  {
      string login (in string name,in string pass,out pp obj);
  };

How cann I implement it in a CORBA-application!(in Client- and
Servant-side)

 could you please help? or Can you give me an example in this area?
 
thanks in advance

Nahal</description><guid isPermaLink="true">http://www.sagewire.org/java-corba/implement-outParameter-in-JAVA-49733.aspx</guid><author>rss@sagewire.org</author><pubDate>Sat, 09 Jul 2005 11:56:05 GMT</pubDate></item></channel></rss>