[JBoss JIRA] Created: (JBMESSAGING-1197) support HTTP transport
by Jeff Mesnil (JIRA)
support HTTP transport
----------------------
Key: JBMESSAGING-1197
URL: http://jira.jboss.com/jira/browse/JBMESSAGING-1197
Project: JBoss Messaging
Issue Type: Sub-task
Components: JMS Remoting
Reporter: Jeff Mesnil
Assigned To: Jeff Mesnil
Fix For: 2.0.0 Alpha
the new remoting code based on MINA currently supports only TCP transport.
It must also support HTTP transport.
MINA provides an HTTP package we can use for both the JMS clients (send requests/receive responses)
and the JMS servers (receive request/send response).
Message delivery must also be taken into account. The client can use polling (and remains a simple HTTP client). However since MINA code is used on both the client and ther server, we need to check if we can
send HTTP requests to the client on the same TCP connection (the ideabeing that we MUST NOT open a server connection on the client in any way)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 4 months
[JBoss JIRA] Created: (JBAS-5682) Profile service does not include newly added content in getModifiedDeployments()
by Brian Stansberry (JIRA)
Profile service does not include newly added content in getModifiedDeployments()
--------------------------------------------------------------------------------
Key: JBAS-5682
URL: http://jira.jboss.com/jira/browse/JBAS-5682
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: ProfileService
Affects Versions: JBossAS-5.0.0.Beta4
Reporter: Brian Stansberry
Assigned To: Scott M Stark
Fix For: JBossAS-5.0.0.CR2
If a new deployment is added to a profile via Profile.addDeployment(VFSDeployment, DeploymentPhase), a subsequent call to Profile.getModifiedDeployments() will not include that deployment. Basically, the various getModifiedDeployments() impls do a VFS scan for new content, but ignore anything that they already know about from an addDeployment(...) call.
See forum thread for more in depth discussion.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 4 months