This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes JBoss/WildFly and the fly likes Jboss 7 annotation Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » JBoss/WildFly
Reply Bookmark "Jboss 7 annotation" Watch "Jboss 7 annotation" New topic
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
    
  71

@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
    
  71

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
    
  71

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.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Jboss 7 annotation
 
Similar Threads
Session / Message Driven Beans load sequence
How to stop all methods in a class from published as WebService in JBoss AS 7 ?
EJB 3.0 Transaction Timeout annotation
Using DriverManager.getConnection() to configure a DataSource
EJB Libraries in JBoss 4.2.2GA