Bug 1262493 - Typo in EJB3 SSL configuration example
Summary: Typo in EJB3 SSL configuration example
Keywords:
Status: CLOSED UPSTREAM
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: 2025-02-10 03:48 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2025-02-10 03:48:09 UTC
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:

Comment 2 Red Hat Bugzilla 2025-02-10 03:48:09 UTC
This product has been discontinued or is no longer tracked in Red Hat Bugzilla.


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