JBoss

JBoss, Selenium, Maven, Hudson, M2 Extra Steps & Files Found Trigger plugins - how do all these work together in a continuous build + Integration test life-cycle ?

 

The Story - The Use Case:

We have two projects with two war artifacts which need to be deployed to a JBoss Application Server, whilst both webapps share a common base configuration, although the release life-cycle of each war have no correlation to the other.

In production both application servers are running & serving one another thus, Integration test should cover both JBoss instances & test their web services.

hagzag 12/09/2010 - 23:10

Hi

anyone has experience with writing and installing a transaction interceptor with jboss AOP?

we have an EJB3 application running on jboss 4.2 and we need to do something before and after a transaction.

 

Thank you for any help.

 

 

shalom 01/12/2009 - 11:52

 At my customer we have a legacy application that used to authenticate to JBoss 4.2.3 via the web container security module in web xml over form based authentication. In our EJBs we restrict the access to method using permissions.

Now we need to throw away the web based authentication and start using a CAS server (external).

When we disabled the security constrain in the web.xml we get error from EJBs (as expected) but we do not know how to inject the principals and workaround the authentication.

 

The questions are:

haim 08/11/2009 - 14:25

Urgent help needed ... after an upgrade to GA5.1 .

 

Two EAR's each of which has the jboss-seam jar in its /lib directory and EAR isolation level is globally set to true (e.g. should have its own classloader). Both are also utilizing quartz version 1.5.2.

 

Urgent help needed ... after an upgrade to GA5.1 .

Two EAR's each of which has the jboss-seam jar in its /lib directory and EAR isolation level is globally set to true (e.g. should have its own classloader). Both are also utilizing quartz version 1.5.2.

shlomo 19/08/2009 - 10:27

I am facing a very strange issue with respect to the cache names referenced by the EhCache module under jboss5. It is pre-pending the word "true" before my cache names and hence they can no be found:

 

"starting query cache at region: true.org.hibernate.xxx.yyy "

 

and also:

 

"Could not find a specific ehcache configuration for cache named true.com.xxx.yyy.xxx.userList]; using defaults.

 

Has anyone faced a similar issue and was able to resolve it?

 

No Google references please unless trhere is an answer there, thank you.  

shlomo 12/08/2009 - 09:29

Jboss 4 had two attriutes for setting the deployment scan period and the deployment directory in  jboss-service.xml. I cant seem to find these attributes in JBoss 5GA.  Anyone knows where have they disappread /renamed?

shlomo 10/08/2009 - 10:09
  • When migrating your application from JBoss 4.x to JBoss 5.x, some problems might occur.
  • Below is a list of some of these possible problems.
elad 02/08/2009 - 09:31

Recently, I was in need to deploy Spring's sample Travel web application on JBoss 5.1. The process of making the deployment pass mainly consisted of solving mismatches between JBoss JPA and the web-application-contained Hibernate. I hope the following description of the steps will help others (diminishing bunch?)  deploy Spring apps on JBoss 5.1.


1. Remove logj jar from your WEB-INF/lib


2. Remove xml-apis jar from your WEB-INF/lib


zvika 10/03/2011 - 16:00

Our web application is sending the https request to an external service. We created a keystore with the relevant certificate inside. We located it to${jboss.server.home.dir}/conf/my.jks passing it to the application using -Djavax.net.ssl.trustStore=d:\jboss-5.1.0.GA\server\default\conf\my.jks-Djavax.net.ssl.trustStorePassword=password.

After all  we're getting the following exception during the runtime:

 

yana.vaisman 17/11/2010 - 09:59
Syndicate content