jboss5.x Questions

6

Solved

Right now in my application, at certain points, we are logging some heavy stuff into the log files. Basically only for logging, we are creating JSON of the data available and then logging into Log ...
Chicalote asked 10/6, 2013 at 7:1

3

I have an application with Jboss, Seam, Hibernate and h2. I wrote a simple action for importing data to the database from an external file. @Name("importAction") @AutoCreate @Scope(ScopeType.CONVE...
Virgate asked 10/4, 2013 at 15:3

4

In a wsdl-file I have the following line: When I deploy the webapplication (on JBOSS 5.1.0) and try to access the wsdl I get the following exception: org.apache.cxf.BusException: No Destination...
Zebe asked 1/12, 2010 at 10:19

7

We have a timer service triggered task in JBoss 5.1.0.GA application and the problem is that we cannot change the transaction time out. This long Lucene indexing can take longer than the default 30...
Tarshatarshish asked 2/2, 2010 at 14:46

3

Solved

I'm facing a lot of difficulties to put the JPA (EclipseLink) working in the JBoss Server. I normally use Tomcat and it's quite simple... I copied the mysql-ds.xml from /jboss-5.1.0.GA/docs/examp...
Endogenous asked 19/7, 2012 at 17:24

2

Solved

What should we use in jboss-log4j.xml in order to turn on/off traces for our product - "category" or "logger" tag? By default JBoss uses "category" in jboss-log4j.xml. But as far as I know "categ...
Trudey asked 11/3, 2010 at 14:58

3

Solved

I am using Hibernate on a JBoss server. I get the error below. The error happens when I try to connect to the database for the second time in the same sesssion. Also I get the error "Closing conn...
Cotquean asked 7/12, 2011 at 9:14

1

I am using java1.6,jboss5.1 and Spring maven 3.2.5 in my project.I am getting java.lang.ClassCastException: org.apache.xerces.jaxp.DocumentBuilderFactoryImpl cannot be cast to javax.xml.parsers...
Talia asked 21/1, 2016 at 9:37

2

How to change Administrator console password using web console Now i start my Jboss and given the path till default port on Browser, after that i click on Administration COnsole the it asked me for...
Suck asked 26/3, 2013 at 4:48

4

Solved

I deployed an .ear file and got this error. I'm new to JBoss, I don't know how to fix it. 18:36:15,903 INFO [ServerImpl] Starting JBoss (Microcontainer)... 18:36:15,904 INFO [ServerImpl] Release I...
Fadiman asked 11/4, 2013 at 22:40

7

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\ser...
Anikaanil asked 10/8, 2010 at 5:54

1

I have encountered a strange problem with spring transaction. My application uses Spring with EJBs. The EJBs also invoke Spring service classes annotated with @Transaction. I have used Spring JtaTr...
Breve asked 28/9, 2010 at 9:10

4

Solved

I m new to Jboss, but I have multiple web applications each using spring-hibernate and other open source libraries and portlets, so basically now each war file includes those jar files. How do I mo...
Matins asked 21/1, 2010 at 11:59

4

Solved

Getting following exception in Jboss 5.0 EAP but it work fine in JBoss 5.1 GA. we are using POI 3.7 and jars included are poi-3.7.jar poi-ooxml-schemas.jar poi-ooxml.jar The stack trace is ER...
Dinky asked 8/11, 2012 at 7:38

3

Solved

I am using JMS Queue, and MDB which listen to it. I have a retry mechanism, so when exception is being thrown a rollback to the transaction will occur and the operation will re-executed/ I would ...
Nunciature asked 18/1, 2011 at 12:6

2

Solved

I'm trying to setup the Jboss server "client" (version 5.1.0) to use remote EJBs from another Jboss server (10.90.0.91), but I can't do this using a jndi.properties file on the Jboss clie...
Eaglet asked 19/8, 2016 at 14:39

12

Solved

I'm trying to deploy some web services in a WAR application on JBoss 5.1.0. I have created the source files from an existing wsdl using JAX-WS tool wsgen. This created the Service files and @XmlTy...
Currier asked 15/11, 2009 at 19:36

2

Solved

I've just finished re-installing my OS, and as always install and test standard tools which I use, and now I get this error like never before when I tried to start Jboss 5 from eclipse, its quite b...
Jepson asked 21/3, 2010 at 22:56

2

Solved

1)my hibernate not work when upgrade from Jboss5.1.0 to Jboss5.2.0, so Hibernate get upgrade as well. before upgrade: hibernate-core.jar: 3.3.1.GA hibernate-entitymanager.jar: 3.4.0.GA hibernate...
Claude asked 10/12, 2013 at 7:24

1

I have a problem with persistence of my config MBean. My configuration: <bean id="adminMBean" class="pl.mobileexperts.catchme.mbeans.AdminSettingsMBean"></bean> <bean id="exporter"...
Tot asked 20/2, 2012 at 10:18

5

I am trying to generate an axis2 webservice from a wsdl file in eclipse. I am hitting this error message : Unable to add the following facetsto project AnnuaireAAAAAAAA: Axis2 Web Services Extens...
Amicable asked 7/6, 2013 at 12:28

1

Solved

I'm using jaxb inside a jboss 5.0.1GA container, and seeing a strange exception at startup. It appears once only. From the stacktrace you can see that it is during the class initialisation of Fram...
Thrombocyte asked 19/3, 2015 at 15:7

1

Solved

Its been more than 3 days couldn't figure out what is wrong with my Jenkins. I have Jenkins job, which pull the source from Bitbucket and build and Deploy in Jboss 5.1. But at the time of deploy...
Ossian asked 8/7, 2015 at 10:47

1

Solved

We recently upgraded our large webapp (running on jboss 5) from java 6 to java 7. Within hours, we saw an OutOfMemory error, and it looks like it's the native heap which ran out. We are running ...
Faddist asked 26/1, 2015 at 10:56

1

Solved

I'm converting a web application to use TomEE instead of Jboss 5.1.0 and seeing the following exception: ERROR org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/].[mlui]- Servlet.ser...
Usia asked 1/12, 2014 at 20:15

© 2022 - 2024 — McMap. All rights reserved.