Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
375 views

Impossible tech stack? Jboss/Seam/Resteasy/Hibernate/Maven

Hello good people of StackOverflow! I've tried many tutorials on using JBoss Seam and looked at the "Restbay" example in the Seam distro. But I cannot get a working REST web service with the ...
4
votes
2answers
765 views

How to limit the number of MDB instances listening to a Jboss JMS queue

I'm having a problem with the following setup: A Java application send email msg to a JMS queue, then an MDB listening to the queue get the email msg with the onMessage method, it open a connection ...
3
votes
1answer
245 views

How to get the current HttpServletResponse in JBoss 4.2.3.GA login module

How can I get the current HttpServletResponse in JBoss 4.2.3.GA login module? For HttpServletRequest I can do: PolicyContext.getContext("javax.servlet.http.HttpServletRequest"); Have tried ...
2
votes
2answers
180 views

Try to deploy a web application using latest hibernate version to jboss4.2.3.GA

I am trying to deploy a web application using hibernate to Jboss 4.3.2.GA but I am receiving following error. Invocation of init method failed; nested exception is org.hibernate.AnnotationException: ...
2
votes
0answers
243 views

How to add the ear JNDI namespace to EJB2.x Beans?

In the project I am currently working at we have about 20 different EJB 2 JARs that are used across multiple (Swing-) clients. Example: customer-1.0.0.jar ^ ^ | ...
2
votes
1answer
807 views

How can I create global context variables in JBoss?

This is a follow-up to a question I posted a while back: "Can I use a single WAR in multiple environments?". I was able to create a single-war solution in Tomcat, but now we are migrating our app to ...
1
vote
1answer
12 views

Are JAXB library not included by default in JBoss 4.2.2?

i created a ws client using wsconsume tool of jboxx 4.2.2 (it's mandatory that i use jboss 4.2.2 for my project). When i archived and deployed the jar, and used it in my project, it threw a class not ...
1
vote
2answers
92 views

Hot deploy fails on JBoss - “Delete method not implemented”

When I'm changing some Java source code and my server is running, hot deploy fails, giving the following error message: "Delete method not implemented" How can I find out the root of this evil? ...
1
vote
1answer
46 views

How do I increase the value of 'InProcessMessageCount' for jms queue in jboss?

I am using JMS based on Jboss 4.2.3 and jdk1.5.0_14. however the MDB pool is configured to maximum size 20, the maximum value of InProcessMessageCount is 15 only. I did many reties to utilize the ...
1
vote
2answers
245 views

Migrate deployment from Jboss4.2.3 to jboss5.1AS

I am trying to migrate my project from jboss4 (which was build by ant) to Jboss5(exploded version) The structure at the jboss5 will be as the wizard at eclipse "Enterprise application project" I ...
1
vote
1answer
81 views

JBoss 4 override standard pool class per application

we are developing a set of components that can be used by our applications which currently run on Jboss 4.2.3.GA. However, since JBoss 4 is quite old now, we'd like to migrate to JBoss 5+ (most ...
1
vote
1answer
422 views

jboss 4.2.2 No ClassLoaders found for: org.apache.ws.security.transform.STRTransform

So I have a small proof of concept seam app that is based off of one of the Alfresco web client samples. In the process of getting it to work I ran into many problems and stack traces which I was ...
1
vote
1answer
147 views

Jboss 4.2 Class Loading

I have a jar in server/default/lib which contains Foo.class,Bar.class and the same class is there in my application/WEB-INF/classes which is deployed in server/default/deploy. and Example.class is ...
1
vote
2answers
512 views

JSP taglib in a JAR file packaged in an EAR file

I have the following situation: taglib.jar: A custom JSP taglib packaged as a JAR file. The TLD file is /META-INF/taglib.tld. webapp.war: A web application with JSP files that use the tags provided ...
1
vote
1answer
358 views

JBoss 4.2 startup throws NoClassDefFoundError

I am having trouble starting a JBoss 4.2.2 server - it is producing the following error message (from org.jboss.kernel.plugins.dependency.AbstractKernelController) : Error installing to Described: ...
1
vote
1answer
41 views

What is the reason for using of Service Binder while running multiple JBoss (JBoss 4.2)

I found couple of tutorials how to run multiple instances of JBoss on the same machine. All of them mention uncommenting Service Binder and having separate service-binding.xml files for each server. ...
1
vote
2answers
902 views

How do I tell JBoss 4.2.3.GA to load jars in my war file lib directory first?

I deploy a web archive and that war references a jar file that conflicts with those in $JBOSS_HOME/server/default/lib. I can go and remove the offending jars manually, but I'd prefer a solution that ...
0
votes
1answer
12 views

Is it possible to deploy an exploded war file to JBoss 4.2.3?

I'm trying to use IntelliJ to deploy exploded wars to JBoss 4.2.3. I seem to have no problem with doing this with 5.0.1. But when I switch the server to 4.2.3, IntelliJ tells me that the extension ...
0
votes
0answers
14 views

Custom LoginModule and changed password, using Jboss 4.2.2

I have FORM based login using Custom LoginModule. My custom login module is same as the DatabaseServerLoginModule but with some additions to check for login expiry, no of invalid login attempts, and ...
0
votes
0answers
27 views

Jboss jboss-4.2.3.GA & annotations

I've created a custom annotation on my project @Retention(RetentionPolicy.RUNTIME) public @interface Table { String alias(); String column(); String operator(); } and everything was ...
0
votes
0answers
28 views

want to move from jboss4.0.0 to 4.2.2

we are having a product which runs in jboss4.0.0 and now we are trying for a collaboration with some other partner company they are following jboss 4.2.2. In this situation EJB client of jboss4.2.2 ...
0
votes
0answers
24 views

Adding Password Hint and other user security to an existing web application on JBoss 4.2.2 GA

I am using JBoss 4.2.2 GA for my web application. The whole application is divided into two Struts based application using EJB 2.1 JSF based application using Hibernate 3.1 I use single sign-on. ...
0
votes
2answers
51 views

Jboss not reading jar files from server lib

I am a bit lost at the moment in trying to determine why JBOSS is not picking up my jar files located in the server lib directory. I have checked the jboss-service.xml and it is configured to fetch ...
0
votes
2answers
56 views

JBoss 4: where do I deploy global filters?

I want to use "global" HTTP filters. Therefor, I edited deploy/jboss-web.deployer/conf/web.xml and added: <filter> <filter-name>StatisticsFilterHitCount</filter-name> ...
0
votes
0answers
35 views

How to perform Schema Validation on input but not output

JBoss (I'm using 4.2.3) provides an annotation, @SchemaValidation, to support validating input and output XML for a web service against a provided schema. When your xml doesn't validate, a handler ...
0
votes
1answer
38 views

Run different projects on a single server

I'd like to run different projects on a single JBoss AS in IntelliJ IDEA (different projects, not different modules). All the projects should support hot deployment. I know how to do that in Eclipse, ...
0
votes
0answers
113 views

jboss 6 - if the context root is specified in application.xml as well as in jboss-web.xml, which wins?

An application I am working on is encapsulated inside an ear file, which contains a jar (containing EJB files) and a war (having, apart from its normal contents, package hierarchy of action classes, ...
0
votes
0answers
63 views

error integrating ejb with spring in EJB+Spring+Hibernate application

I am trying to develop one application which shows few data of all candidate. I am using spring and Ejb. My web portion is handled by spring and service through EJB and connectivity through hibernate. ...
0
votes
0answers
119 views

java.rmi.MarshalException: MarshalException

We have to exchange data by EJB2 between two applications one having jboss-4.2.1.GA(JDK 5) (say it APP-A) and other having jboss-6.1.0_Final(JDK 6) (APP -B) . Every thing was fine when both had the ...
0
votes
0answers
53 views

Exception in getting Hibernate session using EJB 2 , Jboss 4.2.3 GA , Stateless SessionBean

I am using EJB 2 and I have a stateless session bean trying to use Hibernate session to connect to database. The problem is, I am getting exception org.hibernate.HibernateException: Unable to locate ...
0
votes
1answer
32 views

For Container Transaction the markup in the document following the root element must be well-formed

I am getting the error of "The markup in the document following the root element must be well-formed" for container transaction. The ejb-jar.xml code is given below: ...
0
votes
1answer
53 views

Low performance in JBoss 5

I got a strange performance problem switching from JBoss 4 to JBoss 5. There is a stateless bean method and it is invoked in 44 sec in JBoss 4. It's OK. After I run that method in JBoss 5 it takes > 5 ...
0
votes
0answers
53 views

spring bean is not wiring while deployind using WTP eclipse jboss

I'm developping an application using Jboss-4.2.3.GA, spring 3.1.0.RC1 (framework, aop,...), Maven 3.3 and eclipse Indigo. If i deploy my webApp on Jboss using a command line jboss:deploy without ...
0
votes
0answers
39 views

Issues Migrating from JBoss 4.2.3 to 5.1 - ClassCastException: javax.naming.Reference

I'm trying to migrate our Application from JBoss 4.2.3 to JBoss 5.1. I have Problems connecting to the EJB (Stateful bean) from the Frontend. I get an "java.lang.ClassCastException: ...
0
votes
0answers
39 views

JSP rendering HTML source code occasionally

I have project deployed on JBoss423 server. Sometimes while accessing a jsp page i am seeing the html source. I have already tried including the 'meta http-equiv="content-type" content="text/html; ...
0
votes
1answer
29 views

How do I access a file in a systems jboss bin, from other system

I have a file in the jboss bin folder, on a system. I have to access this file from other system. How can I achieve this ? Thanks -Aj
0
votes
2answers
39 views

Facelets parsing problem using JBoss v4.2.1

I have a some.xhtml file with jsf libs in it. In <h:body> tag I am trying to display 2 words: For the first one I use plain text: Hello For the second one I use: <h:outputText value=" ...
0
votes
1answer
97 views

Implementing interface problem after switching from Tomcat 7 to JBoss 4.2.1

I made a Dynamic web project in Eclipse using tomcat 7 (and I used Dynamic web module version 3.0 and JSF 2.0). Now when I had to switch from tomcat 7 to JBoss 4.2.1 it seems there is some kind of ...
0
votes
1answer
155 views

Migrate Queue from JBoss 4.2.3 to JBoss 5.1 AS

I am trying to migrate my project from JBoss 4.2.3 (which was build by ant) to JBoss 5.1 AS (exploded version). I managed to do most of it. But I cant figure the queue settings. 7:33:07,406 ERROR ...
0
votes
1answer
43 views

Can Hibernate Validator 3.x coexist with 4.x?

Can Hibernate Validator version 3.x (proprietary) coexist with version 4.x (JSR-303 compliant) in the same application server lib? I'm using JBoss 4.2.3.
0
votes
1answer
245 views

Calling JBoss MBean functions to get threaddump

An application is using JBoss 4.2.2, and I have found it necessary to call listThreadDump(), and I expect it is in ServerInfo. I am thinking the jar I need to find this information is jboss-jmx.jar. ...
0
votes
1answer
134 views

Jboss 4.2.3 GA additional deploy directory

I have some troubles setting up my jboss 4.2.3 GA. I want a second deploy directory outside the jboss structure in order to place some ejb jars there. I found a thread with the information but it ...
0
votes
0answers
218 views

No ClassLoaders found for: org.hibernate.search.Version

I have a JBoss 4.2.2 GA server running for a Seam 2.2.0 GA project that connects to a database. I'm trying to log in to my project through the log in screen (once the JBoss server is running), but I ...
0
votes
0answers
71 views

JBoss 4.2.2 fails under load when using jvm 64 bit

I have an enterprise application running on JBoss 4.2.2, I am exposing a REST API which talks with the EJB business layer. I developed a load program that executes 1024 threads with different ...
0
votes
1answer
299 views

How to forward from a JAX-WS service to JSP?

Jboss Version: 4.2.3GA. This works in apache tomcat 6.0. In JBoss, I had to add the following setting: -Dorg.apache.catalina.STRICT_SERVLET_COMPLIANCE=false to get the forward to work, but now when I ...
0
votes
1answer
1k views

setProperty must be overridden by all subclasses of SOAPMessage error using JBoss 4.2.2GA

I was trying to implement web services using the jboss. I had written server side files and tried to generate the wsdl file by placing the files in deploy folder. On running the JBoss(4.2.2GA), wsdl ...
0
votes
1answer
120 views

Unable to start JBoss

I was working on JBoss and had included some jars recently(jbossws-core.jar,jbossws-common.jar,jbossws-spi.jar) in jbossws folder of deploy.sar. It was working fine for sometime and then suddenly ...
0
votes
1answer
646 views

Too many open files Exception in JBoss AS 4.2.3-GA

I want to fix this issue, I actually don't have a clear Idea of what is happening when my application runs over a CentOs environment and after some days I start getting the following exceptions: ...
0
votes
2answers
413 views

jboss 4.2.3 application connecting IBM Filenet

I developed a simple demo web application using JSF2.0 and hibernate. This webapp use IBM FileNet 4.5.1 to store and retrieve the uploaded files. If I deploy this webapp on JBoss 6.0, everything works ...
0
votes
0answers
188 views

How to override “webServiceHost” property for a single web service, JBoss 4.2.3GA

I need to override the end-point-machine-IP-address for a single Web service, which is deployed on JBoss. I know that JBoss overrides the endpoint addresses from WSDL for all deployed WS, using the ...

1 2