| Author |
Jboss 7 annotation
|
Hisouka Devera
Greenhorn
Joined: Oct 16, 2012
Posts: 9
|
|
Hi experts,
We will migrate to Jboss 7, but why is @RemoteBinding annotation not exist? Is there any alternatives?
Regards
|
 |
Jaikiran Pai
Marshal
Joined: Jul 20, 2005
Posts: 8208
|
|
@RemoteBinding is no longer supported in AS7. The EJBs are now only bound to the JNDI locations which are mandated by the EJB spec in Java EE 6.
|
[My Blog] [JavaRanch Journal]
|
 |
Hisouka Devera
Greenhorn
Joined: Oct 16, 2012
Posts: 9
|
|
|
So How can I do that?
|
 |
Jaikiran Pai
Marshal
Joined: Jul 20, 2005
Posts: 8208
|
|
What exactly are you trying to do?
|
 |
Hisouka Devera
Greenhorn
Joined: Oct 16, 2012
Posts: 9
|
|
|
I have created Timer Service.. How can I run this in JBoss using eclipse? without any webpage, just a backend with Java main()?
|
 |
Jaikiran Pai
Marshal
Joined: Jul 20, 2005
Posts: 8208
|
|
Hisouka Devera wrote:I have created Timer Service.. How can I run this in JBoss using eclipse? without any webpage, just a backend with Java main()?
How is that related to the original question you asked in this thread? Please create a separate thread if you have a different question.
|
 |
 |
|
|
subject: Jboss 7 annotation
|
|
|