how can i update the eclipse bundled with my jbos开发者_如何学GosIDE? Which eclipse do I need to download?The JBossIDE (now known as JBossTools, a collection of tools/projects including JBoss server)
I\'m new to JBoss, having been using tomcat for years.I have a Spring 3.0.x application in which I need to run a job on a regular basis.In the past, I would simply create my job class as a regular POJ
I have jBoss running on Linux that runs a Java SOAP webservice.I normally deal with none of those on a day-to-day basis, so can\'t give many specifics.The webservice is a heartbeat for another part of
I have an stateful session bean deployed on Jboss 4.3 with the following config on jboss.xml: <ca开发者_开发百科che-config>
I am trying to develop a facebook application using java. Can anyone please help me out? I have used the code provided in http://www.developer.com/java/article.php/10922_3733751_7/Writing-Facebook-Ap
Due to various RMI exploits out there and the fact that I don\'t use it anyway, I\'d like to disable RMI on my JBoss server at least externally, but I\'m not sure how to do this without breaking thing
During JBoss startup I have a Persistence Manager that depends on a JDBC connection (DefaultDS).The JDBC connection starts fine whether or not it can actually connect to the database so when the Persi
I want to check if same schema registered with two different DS name in JBoss开发者_C百科, So How to get list of all registered DS names (Object) in JBoss programmatically?You can list all Objects bo
For our web application built with Seam with have a bunch of server test cases. These run on multiple systems (Mac OS X and Linux); normally, you can clone the repository and run the test cases withou
I have a session bean which retrieves data from the database and formats it.In the near future it will need to call a utility (which wraps XML-RPC) to forward the data, but for now, I need to execute