1 Reply Latest reply on Jan 3, 2007 1:01 PM by marklittle

    JBossTS PG example

    neil.curzon

      Dumb question about the IDL compiler. In chapter 6 of the programmers guide, there's an example with an idl interface called DemoInterface. Later, in the DemoImplementation listing, a class called Demo._DemoInterfaceImplBase is extended. When I run the idl parser on Demo.idl, I get 10 java files including _DemoInterfaceStub.java, but no _DemoInterfaceImplBase.java.

      I've also looked at http://java.sun.com/j2se/1.4.2/docs/guide/idl/jidlImplBaseServer.html and tried running the idlj compiler with the -oldImplBase option, but with the same result.

      How is DemoInterfaceImplBase generated, or how do I go about implementing it? Thanks in advance for your help!