This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 102138

Summary: Implement API regarding JMS
Product: serverplugins Reporter: Libor Kotouc <lkotouc>
Component: JBossAssignee: Libor Kotouc <lkotouc>
Status: STARTED ---    
Severity: blocker CC: pjiricka
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 89772    

Description Libor Kotouc 2007-04-23 12:58:49 UTC
Issue 93815 requires JBoss plugin to implement the part regarding 'Create MDB'
and 'Send JMS Message' use cases, see
http://wiki.netbeans.org/wiki/view/ResourceReferenceBinding. 

TODO:
-----
1. MessageDestinationConfiguration.createMessageDestination()
2. MessageDestinationDeployment.getMessageDestinations()
3. MessageDestinationDeployment.deployMessageDestinations()
Comment 1 Libor Kotouc 2007-04-23 13:03:16 UTC
Part #1 fixed in trunk.

Checking in
src/org/netbeans/modules/j2ee/jboss4/config/mdb/MessageDestinationSupport.java;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/config/mdb/MessageDestinationSupport.java,v
 <--  MessageDestinationSupport.java
new revision: 1.4; previous revision: 1.3
done
Comment 2 Libor Kotouc 2007-04-23 14:47:28 UTC
Part #1 works for JBoss 4.x only!
Comment 3 Libor Kotouc 2007-04-23 16:24:39 UTC
Reference to the wrong Bundle fixed. New Bundle created.

Checking in Bundle.properties;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/config/mdb/Bundle.properties,v
 <--  Bundle.properties
initial revision: 1.1
done
Checking in MessageDestinationSupport.java;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/config/mdb/MessageDestinationSupport.java,v
 <--  MessageDestinationSupport.java
new revision: 1.5; previous revision: 1.4
done
Comment 4 Libor Kotouc 2007-04-26 16:17:16 UTC
4. JBossMessageDestination must implement equals() and hashCode(), since its
instances are returned in a set according to the current API

*** Consider mentioning this requirement in MessageDestination interface! ***
Comment 5 Jiri Prox 2007-09-17 21:35:26 UTC
Obsolete milestone, please reevaluate