Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 183800 Details for
Bug 331058
Method getModuleObjects in EJBDeployableArtifactAdapterUtil.java needs to be updated to handle EJB 3.1 local beans
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Proposed Patch
EJB31LocalBeanEnhancment.txt (text/plain), 1.14 KB, created by
Scott Huff
on 2010-11-24 15:33:49 EST
(
hide
)
Description:
Proposed Patch
Filename:
MIME Type:
Creator:
Scott Huff
Created:
2010-11-24 15:33:49 EST
Size:
1.14 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.jst.jee.ui >Index: src/org/eclipse/jst/jee/ui/internal/deployables/EJBDeployableArtifactAdapterUtil.java >=================================================================== >RCS file: /cvsroot/webtools/jeetools/plugins/org.eclipse.jst.jee.ui/src/org/eclipse/jst/jee/ui/internal/deployables/EJBDeployableArtifactAdapterUtil.java,v >retrieving revision 1.12 >diff -u -r1.12 EJBDeployableArtifactAdapterUtil.java >--- src/org/eclipse/jst/jee/ui/internal/deployables/EJBDeployableArtifactAdapterUtil.java 8 Apr 2010 05:22:33 -0000 1.12 >+++ src/org/eclipse/jst/jee/ui/internal/deployables/EJBDeployableArtifactAdapterUtil.java 24 Nov 2010 20:31:14 -0000 >@@ -129,6 +129,12 @@ > String remoteName = (String) iterator.next(); > modArtifacts.add(createModuleObjectForSessionBean(dep, ejb.getEjbName(), remoteName, true, false)); > } >+ >+ // for EJB 3.1 no-interface >+ if (ejb.getLocalBean() != null){ >+ modArtifacts.add(createModuleObjectForSessionBean(dep, ejb.getEjbName(), null, false,false)); >+ } >+ > return (IModuleArtifact[])modArtifacts.toArray(new IModuleArtifact[modArtifacts.size()]); > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 331058
: 183800