[JBoss-dev] [IIOP on JBoss] - Re: Custom RMI Valuetypes

2004-06-09 Thread yzkbug
I wonder if it was fixed in JacORB 2.2 (the latest release) ?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3838264#3838264

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3838264


---
This SF.Net email is sponsored by: GNOME Foundation
Hackers Unite!  GUADEC: The world's #1 Open Source Desktop Event.
GNOME Users and Developers European Conference, 28-30th June in Norway
http://2004/guadec.org
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [IIOP on JBoss] - Re: Janeva 6 JBOSS

2004-06-07 Thread yzkbug
JT,

I would recommend you to ask this question in the borland.public.janeva newsgroup. 
Janeva developers team is very responsive over there.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3837832#3837832

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3837832


---
This SF.Net email is sponsored by: GNOME Foundation
Hackers Unite!  GUADEC: The world's #1 Open Source Desktop Event.
GNOME Users and Developers European Conference, 28-30th June in Norway
http://2004/guadec.org
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [IIOP on JBoss] - Re: Janeva 6 JBOSS

2004-05-23 Thread yzkbug
Here is the copy'n'paste from the borland.public.janeva newsgroup:

Even though Janeva is not officially certified to support JBoss
(mostly due to some issues with JBoss/JacORB to comply with the
CORBA RMI-over-IIOP spec), the basic functionality works fine.

To demonstrate this, here are the step-by-step instructions how
to run the Janeva Cart example against JBoss 3.2.3:

(1) Add the jboss.xml deployment descriptor file into
the %janeva%\examples\Shared\Java\Cart\cart_beans.jar archive
under the META-INF directory. The contents of jboss.xml file
should be as follows:


  enterprise-beans
   
ejb-namecart/ejb-name
jndi-nameexamples/Cart/jndi-name
configuration-nameStandard Stateful SessionBean/configuration-name
invoker-bindings
 
  invoker-proxy-binding-nameiiop/invoker-proxy-binding-name
 
/invoker-bindings
   
  /enterprise-beans


This step is needed to enable accessing the Cart bean via
the IIOP protocol.

(2) Configure JBoss to disable chunking (an RMI-over-IIOP feature)
as it seems to be broken in the current version of JacORB (version 2)
used by JBoss for the RMI-over-IIOP support. To achieve it, open
the %jboss$\server\all\conf\jacorb.properties file in your text editor
and switch the value of the jacorb.interop.chunk_custom_rmi_valuetypes
parameter from on to off.

(3) Start JBoss under the 'all' configuration (e.g. using
the run -c all command). Note that it is important to use the 'all'
configuration as the default configuration doesn't enable the IIOP
support.

(4) Deploy the cart_bean.jar file into the JBoss server by copying
it into the %jboss%\server\all\deploy directory.

(5) Run any Janeva Cart client (e.g.
the %janeva%\examples\J2EE\CartClient example) using the following
line as a NamingService bootstrap IOR:

   corbaloc::localhost:3528/JBoss/Naming/root


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3835986#3835986

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835986


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [IIOP on JBoss] - IIOP ans Security (a follow-up)

2004-05-21 Thread yzkbug
Is there any update on when CSIv2 will be supported in JBoss ?
It seems that JacORB 2.1 already supports it.
 
Thanks
Eugene Ivanov
 
--ORIGINAL THREAD 

On Fri, 29 Aug 2003, Francisco Reverbel wrote:
 
Interoperable security for EJB invocations is not implemented 
yet. JBoss has security, of course, but not in an interoperable 
(CORBA-compliant) way.

The CORBA compliant way of securing EJB invocations is based
on CSIv2 (Common Secure Interoperability version 2), an OMG 
specification that our IIOP engine (JacORB) will support very 
soon. This will make it easy for us to secure EJB invocations
over IIOP. As Bill said, we are planing to do this for J2EE 
certification.

Note, however, that you will need CSIv2 support also at the 
client-side. Not all C++ ORBs support CSIv2. (I know MICO does
it, other C++ ORBs might support CSIv2 as well.)

Cheers,

Francisco


On Fri, 29 Aug 2003, Bill Burke wrote:

 We dont have this interoperability with CORBA and security at this 
 time.  It is one of the things we are planning to implement once Sun 
 grants us the lice! nse to certification (were waiting patiently).
 
 You would have to build a bridge until then.  Or you could fund 
 Francisco Reverbel to implement it through a JBG support contract.
 
 Ill let Francisco chime in with more details.
 
 Bill
 
 Alexander Titov wrote:
 
  Hello.
  
  In the section 8 (page 412-413) of the JBoss Administration and
  Development Third Edition (3.2.x Series) book it is written, that
  Every secured EJB method invocation,... requires the authentication
  and authorization of the caller because security information is
  handled as a stateless attribute of the request that must be presented
  and validated on each request. Each client-server invocation
  includes the method arguments passed by the client along with the user
  identity and credentials! from the client-side JAAS login performed...
  earlier.
  
  Does it mean that JBoss RMI implementation is proprietary? Where it is
  possible to read about this implementation details?
  
  My problem is the following - I have CORBA client, which should make
  EJB calls to JBoss container. Definitely I have to secure these
  invocations. How should I pack the security information? Is there any
  samples of such interoperability?
  
 
 -- 
 
 Bill Burke
 Chief Architect
 JBoss Group LLC.
 
 
 



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3835873#3835873

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835873


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [IIOP on JBoss] - Re: Janeva 6 JBOSS

2004-02-26 Thread yzkbug
It's possible. See using Janeva with JBoss posting in the borland.public.janeva 
newsgroup.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3823201#3823201

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3823201


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development