Log in to follow, share, and participate in this community.
Thread Is there any client jar file dependency on jvm version?
Is there any client jar file dependency on jvm version?Hi, I am using some middleware application to connet to JBOSS 5 using JMS connector. The Middleware environement has java1.4 HP-UX and JBOSS 5 is running on Windows environment where Java 1.5 is installed. I a...
Thread Start a javastandalone program in Jboss startup !!
Start a javastandalone program in Jboss startup !!Hi, I am a new bee to jboss . I have a requirement to start a java standalone application while starting the jboss (i.e while starting the ./standalone.sh ) in Jboss as 7.... where should i provide this in the...
Thread What is the expected behavior for a bean with @RunAsPrincipal
What is the expected behavior for a bean with @RunAsPrincipalI have question regarding @RunAsPrincipal for version JBoss AS 5.1 and how it should work. We have a quartz scheduler running, which 1.) create an InitialContext based on the specified SECURITY_PRINCIPAL and S...
AS7 Cluster HowtoNote: This article has moved to: https://docs.jboss.org/author/display/AS71/AS7+Cluster+Howto Please fetch the newest version from above link
force a commit in EJB3Hello everybody, I'm working with JBoss5 and Oracle11g. I do a couple of inserts and a select inside a stateless bean's method. More precisely: -insert into A values (...); -select * from A where ...;...
AS Testsuite RequirementsThis should be a concise list of requirements for the AS 7 testsuite. There are some documents already, plus discussions on mailing list This should be a shorter aggregation of all of them, kind of check-list. It's...
jsf using *.xhtml or otherI'm using JBoss 7. When I created an index.xhtml file, I was able to access it via http://server/appname/index.jsf. I'm also able to redirect to /index.jsf from the server. I can download the .xhtml ...
JAXP issue with Java 1.6.0_25, Jboss 6.0I use JAXP in my application and it works with jboss 5 and 5 but not 6.0. Not sure why am I getting the error message bellow. 15:40:17,427 ERROR [LogInterceptor] Unexpected Error in method: public abstract vo...
Configure Quartz in stand-alone modeHi, I have a stand-alone Quartz mode's question, and I don't found answer anywhere. I want to configure a Jboss 5.1 server, with a Quartz in stand-alone, looks like a HornetQ stand-alone mode. ...
Injecting Ehcache without SeamI'm running JBoss 5.1.0. I have an EJB marked as a web service using the @WebService annotation. At the moment, this EJB is being packaged into an EAR file without an additional WAR file. I'm try...
Question about JBoss AS and Java.Do java programmers using JBoss tend to use their api jar libs, like javaee.jar, to code JBoss Server programs (by including relevant jar,war,ear files to the server later), or do they depart from this, and rely on ...
Error in zip fileHi, I'm running the latest 6.0.0-SNAPSHOT on Sun 1.6 JDK (Windows). I have a war with a jar with a faces-config.xml in META-INF. When I deploy I get a 09:22:15,811 SEVERE [config]...
Recommended JBoss 6.1.x buildHi, I'm experiencing some issues with JBoss 6, messaging (HornetQ 2.5.5) and also logging. Since JBoss 6.1.0 was released a while ago, I'd thought that trying out a version from the CI server might be a good i...
Transaction is not active!?We run JBoss 5.1 and after awhile the java process hits 99% cpu and the whole system "hangs". The logfile gets filled with things like this: javax.transaction.RollbackException: [com.arjuna.ats.intern...
Suspending WebMethod invocationHello folks, Since Servlet3.0 it is possible to suspend servlet requests with AsyncContext. The doXX Methods wont close the response and will be called again when an timeout occurs or the request is resumed by...
Call external OSGI bundle from EAR packageI follow this tutorial http://netbeans.org/kb/docs/javaee/maven-osgiservice-cdi.html I'm interested is it possible to replace the simple web client (WAR) package who calls the OSGI bundles with the EAR package. I want...
Custom logger on AS 6Hi, I've played around with a custom log4j-logger but so far, no go. What I've done: I've packed my logger in a jar in <JBOSS_HOME>/server/default/lib, the logger looks something like ...
JMX ServicesHi, all Is there any way to deploy my JMX Beans in a WAR or EAR package? I have them in a SAR package and I'm facing some problems. In my project there is a singleton that must a...
JBoss startup orderHi, I have a strange Spring issue when starting Jboss 4.3, I have a Spring bean defined which is created and instanciated correctly during the initialisation of the Application Context but then later in the Jboss star...