jboss5.x

loggerI18N throws WARN messages

13:03:51,062 WARN [loggerI18N] [com.arjuna.ats.internal.jta.resources.arjunacor e.norecoveryxa] [com.arjuna.ats.internal.jta.resources.arjunacore.norecoveryxa] Could not find new XAResource to use for recovering non-serializable XAResource < 131075, 28, 26, 49454551102535510210110256581009954585299489749101999758495549 455110253551021011...

Problem with wsrunclient (JBoss 5.1.0 GA) on Mac.

When running my WebService Client with "wsrunclient" I get the following: Applications/jboss-5.1.0.GA/bin/wsrunclient.sh -verbose -cp output Client [Opened /Users/peter/Applications/jboss-5.1.0.GA/lib/endorsed/activation.jar] [Opened /Users/peter/Applications/jboss-5.1.0.GA/lib/endorsed/jaxb-api.jar] [Opened /Users/peter/Applications/jb...

What are benefits of JBoss AS-based application architecture?

I am trying to understand what does JBoss AS can bring into the project, comparing to standalone architecture? My model application is a solid thing, starting, running and stopping as a whole and solely at the host. It has a database storage, and communicates to user and other servers, clustering required. It has web-part. It's just a s...

JBoss EJB2 Timers Service - multiple servers, single TIMERS table?

Hi I can't find this in the JBoss documentation anywhere, so am asking here. Can multiple, non-clustered JBoss instances access and share the same TIMERS table (as used by EJB2 Timers Service) without upsetting each other, or does each one need its own table? In the case of a cluster, is it essential that the nodes in the cluster all ...

Cannot resolve the name 'xenc:EncryptionMethodType' to a(n) 'type definition' component.

Hello, I am trying to deploy a war file in JBOSS 5.1 with CXF-JAXB schema validation. I have a XSD which has imports as <xs:import namespace="http://www.w3.org/2000/09/xmldsig#" schemaLocation="http://www.w3.org/TR/2002/REC-xmldsig-core-20020212/xmldsig-core-schema.xsd"/&gt; <xs:import namespace="http://www.w3.org/2001...

ViewExpired exception while trying to load balance http requests

I am trying to run the jboss server (5.1.0) in clustered mode. I am having two nodes in the same host. When i access the two nodes as separate URLs it works well. I am using a Apache HTTP server to load balance my requests using the Proxy balancer (with proxy pass, proxy reverse configurations). When I access the Apache server URL, it t...

JBoss Task scheduling: pass argument to method

Hi everyone! I'm trying to get a scheduler working in JBoss as 5. So far, I've created my own MBean (it works) and I created my scheduler like this: <mbean code="org.jboss.varia.scheduler.Scheduler" name=":service=Scheduler,name=SchedulableMBeanExample"> <depends>user:service=Print</depends> <attribute name="StartAtStart...

Memory leak with paged JPA queries under JBoss AS 5.1

Hi, guys, I'm trying to integrate Hibernate Search into one of the projects I'm currently working on. The first step in such an endeavour is fairly simply - index all the existing entities with Hibernate Search(which uses Lucene under the hood). Many of the tables mapped to entities in the domain model contain a lot of records(> 1 milli...

JBOSS 5.1 Upgrade - Messaging Issue

I'm trying bring up a hello world MDB in JBOSS 5.1 to see how i can get our messaging application into JBOSS 5.1 Messaging. The simple hellow world MDB gives me a wired issue. The MDB deployed fine and no problem in starting the JBOSS 5.1 AS. However when i tried to send a message from a client which is also running JBOSS 51 is throwing ...

Manually deploy SAR with EJB3 Beans inside for JBoss 5.1

I have EAR. This EAR is all-in-one application for JBoss 5.1. I need to change activated functionality of my application depending on configuration in database - run functionality on startup or not. I am going to put parts of functionality into several SAR files, put them into EAR. How to deploy them manually so that EJB3 Beans inside w...

JBoss configuration problem for 8009: Invalid message received with signature 18245

JBoss 5.1.0 is configured for Ajp on port 8009 as follows in /jboss/server//deploy/jbossweb.sar directory: <Connector protocol="AJP/1.3" port="8009" address="${jboss.bind.address}" emptySessionPath="true" enableLookups="false" redirectPort="8443" maxThreads="200" connectionTimeout="60000" /> After starting jboss and deploying w...

Container Managed Transactions (CMT) for Web Services in JBoss

I'm exposing my EJBs (3.0) as Web Services deployed to JBoss AS 5.1 (using annotations @WebService ,etc). I 'm very satisfied with JBoss's transaction management, especially automatic rollbacks on exceptions. My question is, will Web Service endpoints also behave the same way as remote/local EJBs? or would I lose the Container Managed T...

which server I should go for JBoss or GlassFish

I am project I will be using following tech. JSF 2.0, Hibernate, Spring, jBPM, JAX-WS so I am confused between chosing server and I am locked between JBoss and GlassFish please suggest me why I should use the one. I will be using Netbeans 6.8 ...

How to handle HTTP status 404 and redirect the user to a different page on application re-deployment

When the application is loading on a EAR re-deployment you get a 404 error, how do we trap this issue and provide a user friendly message to the end user accessing the application. HTTP Status 404 - /myapp type Status report message /myapp description The requested resource (/myapp) is not available. JBoss Web/2.1.3.GA ...

Changing the file in tmp directory does not pick up the changes automatically in JBoss 5

Hi, I used to change jsp, xml, xsl files in the tmp directory and Jboss 4 used to pick up these changes automatically w/o any build and restart. Refreshing the required page was giving me the changes reflected. However this doesn't seem to work in Jboss 5.1.0. Can anybody help me achieving this in jboss 5.1.0? ...

We have a problem with the CPU utilization going up to 380 % on a 4 core machine.

We had the problem when the CPU util on a single core machine went to 100 %. The number of users is 8-10 on a server hosted at the ISP end. When the server was upgraded to 4 core, the same problem persists. We have used Hibernate and JSF for implementation and MySQL as the backend. I strongly feel it is a problem with the JBOSS configura...

Deployed war in JBoss via cargo-maven2-plugin not accessible via JBoss AS Admin console

I'm deploying a war to a remote JBoss 5.1.0 using the following POM config <plugin> <groupId>org.codehaus.cargo</groupId> <artifactId>cargo-maven2-plugin</artifactId> <version>1.0.2</version> <configuration> <container> <containerId>jboss51x</containerId> <type>...

SaxParser errors with Hibernate and JBoss - conflicting versions?

I am using JBOSS 5.1.0.GA and Hibernate when I try to connect to the database I get the following errors 10:21:03,042 INFO [Version] Hibernate Commons Annotations 3.1.0.GA 10:21:03,049 INFO [Configuration] configuring from resource: /hibernate.cfg.xml 10:21:03,049 INFO [Configuration] Configuration resource: /hibernate.cfg.xml 10:21...

Problem in starting JBoss

I am getting the below error when I start JBoss 5.0.0.GA through Eclipse. Could someone please help me out. 08:53:04,876 INFO [WebService] Using RMI server codebase: http://10.16.80.16:883/ 08:53:08,482 INFO [NativeServerConfig] JBoss Web Services - Stack Native Core 08:53:08,482 INFO [NativeServerConfig] 3.0.4.SP1 ...

jboss 5 changing default port

Hi everyone I am trying to change the default port on my jboss server to port 80. i have had a look around the web and i have had suggestions of editing this file jboss5\server\default\deploy\jbossweb.sar\server.xml which is fine. changing this file alone still does not fix the issue. There have also been suggestion to also change thi...