I\'m attempting to call methods on a secured EJB from an unauthenticated source (a Message Driven Bean hooked up to a queue).The MDB has an EJB injected into it v开发者_如何学JAVAia @EJB, which is fin
I am using JBoss 4.2.2.GA app server in a development environment. I have a WAR file, MyWar.war, and a JAR file ExternalJar.jar. These files are structured in the following way:
JBoss Web 2.1.3 in JBoss 5.1.0 has some fixes that I need on a production server running JBoss Web 2.1.2 in JBoss 5.0.1.
I\'ve written a custom log4j appender that creates a new Solr document for each log entry and I\'m having problems deploying it to JBoss.
Following up on a prior question, I\'m trying to figure out how to set up container-based authentication for a J2EE application. Specifically, I need to be able to apply a password digest algorithm ot
I want to implement SSO with SAML tokens in JBossAS. The scenario is as follows. I have 2 applications app1 and app2 running on 2 JBoss instances.
I\'m trying to call send a message to a JBoss MQ queue but it seems the queue is not bounded. I use the following code to send the message :
I want to profile my jBoss Apps on a remote server. I\'ve tried开发者_JAVA百科 the Eclipse TPTP project but with an invoked agent my jBoss Portal doesn\'t start and it ends in unlimited lines of excep
I\'ve got a Java servlet that handles file uploads, but resides in the \"intranet\" instance of JBoss. It needs to write files to a directory in the \"internet\" instance of JBoss (on the same machine
I need to send a message to a remote server\'s queue (running \"JBoss MQ\") so that it can process the message and act on it.