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 - Implement API regarding JMS
Summary: Implement API regarding JMS
Status: STARTED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Libor Kotouc
URL:
Keywords:
Depends on:
Blocks: 89772
  Show dependency tree
 
Reported: 2007-04-23 12:58 UTC by Libor Kotouc
Modified: 2007-09-17 21:35 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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