Bug 1262493 - Typo in EJB3 SSL configuration example
Summary: Typo in EJB3 SSL configuration example
Keywords:
Status: NEW
Alias: None
Product: JBoss Enterprise Application Platform 5
Classification: JBoss
Component: doc-Security_Integration_User_Guide
Version: 5.2.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Nobody
QA Contact: Chuck Copello
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-09-11 22:58 UTC by dereed
Modified: 2022-12-01 08:29 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description dereed 2015-09-11 22:58:16 UTC
Document URL: 
https://access.redhat.com/documentation/en-US/JBoss_Enterprise_Application_Platform/5/html/Security_Guide/RMI_SSL_EJB3.html

Section Number and Name: 
15.3. EJB3 RMI + SSL Configuration

Describe the issue: 
"Example 15.4. EJB3 Bean annotation for secure and unsecured invocation" contains:

    @RemoteBindings({
        @RemoteBinding(clientBindUrl="sslsocket://0.0.0.0:3843", jndiBinding="StatefulSSL")
        @RemoteBinding(jndiBinding="StatefulNormal")
    })

This will not compile, because there's a comma missing in between the @RemoteBinding annotations.

Suggestions for improvement: 
        @RemoteBinding(clientBindUrl="sslsocket://0.0.0.0:3843", jndiBinding="StatefulSSL"),

Additional information:


Note You need to log in before you can comment on or make changes to this bug.