[
https://issues.jboss.org/browse/AS7-4714?page=com.atlassian.jira.plugin.s...
]
Will Tatam commented on AS7-4714:
---------------------------------
Correct me if I'm wrong, but isn't this actually much easier than it used to be ?
The reason I say this is the new recommended way of connecting remotely is to use the new
EJB client stuff, which uses jboss-remoting. I'm not sure about the new jboss-remoting
version 3 project, but I believe in version 2 you could change the transport from socket
to say http by just changing the locator url, so can't we just change AS7 so that as
well as binding an invocation handler to port 4447 we could also attach one to a known
url? Then all we need is to change
jndiProps.put(Context.PROVIDER_URL,"remote://localhost:4447"); to something like
jndiProps.put(Context.PROVIDER_URL,"remote-http://localhost:8080/ejb-client");
Am I over simplifying things massively ?
Reintroduce the feature to allow EJB invocations over HTTP
----------------------------------------------------------
Key: AS7-4714
URL:
https://issues.jboss.org/browse/AS7-4714
Project: Application Server 7
Issue Type: Feature Request
Components: EJB
Affects Versions: 7.1.1.Final
Reporter: jaikiran pai
Assignee: Eduardo Martins
Fix For: 7.2.0.Alpha1, Open To Community
There have been requests from users to resurrect the feature from previous JBoss AS
versions to allow EJB invocation over HTTP. Most recent discussion about this is here
http://lists.jboss.org/pipermail/jboss-as7-dev/2012-April/005808.html
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira