Version 6 of the JBoss Application Server
0
votes
1answer
17 views
<view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
When I add the following line in the faces-config.xml file:
" <application><view-handler>com.sun.facelets.FaceletViewHandler</view-handler></application> "
eclipse says:
" ...
0
votes
0answers
7 views
Migrating JBoss AS 5 to AS 7 Struts1.3 application
I'm trying to upgrade from JBoss 5 to 7 this is legacy web application build in Struts 1.3 and uses spring. The application has some internal jar file which are in WEB-INF\lib but whent i start server ...
0
votes
2answers
22 views
My first Maven+JSF+JBoss AS
I am trying to setup my first maven webapp in jboss dev studio with a jboss application server. The reason I chose these technologies is because this is what we are using at my work. I am a recent ...
0
votes
1answer
17 views
Retriving properties values using jboss 6 properties service
I have a properties file inside conf directory in a jboss 6 server.
How i can get a group or all the key and values from that file inside my application:
<attribute name="URLList">
...
0
votes
0answers
9 views
jboss 6.1 jmx remote access and log files
I need to enable jxm remote access on a jboss 6.1.final instance, so I placed this configurations on my run.conf file:
# stuff for JMX
JAVA_OPTS="$JAVA_OPTS -Dcom.sun.management.jmxremote=true"
...
0
votes
0answers
19 views
Have JBoss 6 provide an implementation for the result of a remote EJB method call
I am working with JBoss 6 and a JEE5 project under eclipse. Currently, there are several local business interfaces and only one remote business interface. The project is split in modules so that the ...
0
votes
1answer
11 views
JBoss AS 6.0.1 class resourcestream
I am trying to migrate application from Jboss 4.2.3 to Jboss 6.0.1.in our application i have to access a resource (image) from war folder.
WAR
|__ logo.jpg
|__images/icons
|__WEB_INF
...
0
votes
0answers
17 views
JBoss AS 6.0.1 - getResourceStream returns null
I am migratingmy application from JBoss 4.2.2 to JBoss 6.0.1. In my application i am using getClassLoader.getResourceStream("Name") to get file stream. It works fine in Jboss 4.2.2 (it returns ...
1
vote
0answers
22 views
JBoss 6 max pool size issue
I've recently started using JBoss 6.1.0 and ran into an issue with setting min and max pool size in oracle-ds.xml file. I tried two approaches (for both max and min pool size):
as a hardcoded ...
0
votes
0answers
15 views
JNDI lookup issue after jboss upgrade from 3.2 to 6
I had migrated one project from jboss3.2 to jboss 6.After that if i try to login to the application then it is throwing one error at database lookup.
Please find the code snippets and error log ...
1
vote
1answer
34 views
Liferay portlet development on JBoss AS 6
I am trying to create a new Portlet project (basically a portlet for Liferay) in Eclipse (Helios with Liferay SDK installed). I use JBoss AS 6.10.final and Liferay 6.05.
The problem is that ...
0
votes
0answers
15 views
jboss freezes - And rejects further ajp requests. After restart system again works fine
I am facing the issue of jboss freeze, which after gets hanged needs to be restarted to use further.
I am using
jboss - 6.1.0 final
Apache - as front end server.
Mod_jk used for the connection ...
0
votes
2answers
34 views
How to call a java web service using JBOSS
I need some help to create and call a java web service in java.
I developed a java web service using JBOSS in eclips.
Now i wana call this web service as client side.
i need the way to call a web ...
0
votes
1answer
28 views
JBoss ESB pipeline interceptor triggers multiple times
I am working on a project that "sniffs" (intercepts) all messages that are being send through ESB.
I use JBoss AS 6 with ESB 4.11. I am sending both esb-aware and JMS messages and everything works, ...
0
votes
0answers
42 views
JBoss AS6.1 will not use log4j appenders - probably a bug?
I want to use log4j appenders in my JBoss 6.1 deployment. As I was having trouble getting this to work, I wrote some test code and noted that org.apache.log4j.Logger.getLogger(String) is returning an ...
3
votes
4answers
101 views
Can't get OpenEntityManagerInViewFilter to work in JBoss 6.1
I am trying to add open-session-in-view behavior to an existing pure JPA application. Using Spring in the service-tier is not an option. I would like to wrap the view in Spring's ...
0
votes
1answer
56 views
EJB 3.0 Managed bean injecting and db connection closing
In the ejb 3.0 jboss 6 environment, I have a bean called DBInterface that is injected into many dao classes to execute the sql queries. the DBInterface bean has the datasource injected as a field ...
2
votes
0answers
97 views
Calling remote ESB client error
I am trying to send and esb message from remote client, but I am constantly getting this error:
org.jboss.soa.esb.listeners.message.MessageDeliverException: ...
-1
votes
0answers
24 views
LDAP configuration in JBoss 6.x [closed]
I want to configure LDAP - Active Directory Application Mode (ADAM) in jboss 6.x
please give step by step procedure for achieving this?
0
votes
3answers
60 views
HornetQ throughput limited to 4000 TPS without persistence
I am using HornetQ embedded in JBoss 6.1 application server.
My applications (a client app, producing messages, and JBoss app consuming them) cannot handle more than 4000 TPS on a server while the CPU ...
0
votes
0answers
38 views
Connect the linux from Jboss
How to connect the JBoss 6.x(from admin console of Jboss)with linux(with uid,pwd), but we should not give userid, pwd in property file of jmx-console-user.property under the path ...
0
votes
2answers
60 views
JBoss AS 6 and Log4j
I know there are plenty of posts out there on this topic, but I am not finding any of them helpful or relevant.
I have a simple requirement. I am moving from JBoss AS 4.0.4 to JBoss AS 6. In my 4.0.4 ...
-1
votes
1answer
49 views
JBoss 6 - War deployment
everybody.
I am working in the following context:
Eclipse Helios Service Release 2
Jboss 6
JDK 6
I have observed that JBoss deploys the "war" file in a temporal directory called "temp" ...
0
votes
0answers
21 views
jboss 6.1 invoking resteasy endpoint absent class error
I have a resteasy endpoint that is published by a jetty instance and I need to use it inside an app that is deployed on a jboss 6.1.
My request from inside jboss is made on a simple pojo class like ...
1
vote
1answer
105 views
oracle.jdbc.driver.T4CConnection cannot be cast to oracle.jdbc.OracleConnection
WrappedConnectionJDK6 wrapped = (WrappedConnectionJDK6) dbStrategy.getConnection();
Connection underlyingConn = wrapped.getUnderlyingConnection();
OracleConnection oracleConn = ...
0
votes
1answer
41 views
JBoss ESB pipeline interceptors
I am new to JBoss ESB and I am trying to intercept and handle all messages that happen on my application server.
I found that pipeline interceptors are what I am looking for. However, I am unable to ...
0
votes
1answer
51 views
EJB Transaction not Comitted unless invoking EntityManger#flush()
My application uses Hibernate as JPA provider and JBOSS 6.1.0-final as server. And the transaction is CMT (Transaction type in my persistence.xml is JTA). As most tutorial suggests. transaction in a ...
0
votes
1answer
32 views
Apache httpd as load balancer for jboss as well another Apache servers
I have an apache httpd server, say server1* (publicly exposed) that is acting as load balancer for some jboss servers(behind firewall) using mod_cluster. Now I want to install my static content ...
0
votes
0answers
102 views
Upgrade to JSF 2.0 - Login not working - getUserPrincipal() is null
We are upgrading to JSF 2.0 (JBoss 6) and had a lot of issues with facelets and I think we have resolved most of the issues. But the login is still not working. The issue is with the ...
0
votes
0answers
64 views
Singleton EJB with Timer Fires Multiple Times
I am trying to write a simple EJB with a timer which will fire periodically to perform a task. The code below works, but I get 10 threads all firing every 10 seconds where I only want (and expected) ...
0
votes
0answers
121 views
Why transaction can't commit in a self-invoked ejb method with @REQUIRES_NEW Annotation
First I want to explain my self-invoked ejb method in this situation. I have a stateful session bean with a method which starts a new transaction (Annotated by @REQUIRES_NEW). To invoke this method ...
0
votes
1answer
41 views
How programatically run Jboss Server..?
I just made a url connection to local host:8080 and checked the http response code between 200-209.
URL url = new URL("http://localhost:8080");
HttpURLConnection connection = ...
0
votes
0answers
55 views
error while deploying to jboss 6.1.0 final
Hi i'm trying to deploy some EARs by ANT in jboss 6.1.0 final but i'm getting this error :
15:57:10,495 INFO [org.rhq.core.pc.inventory.CreateResourceRunner] Creating resource through report: ...
1
vote
1answer
148 views
Java JNDI lookup failing on JBoss AS 6 from external Java program
I am upgrading from JBoss AS 4.0.4.GA to JBoss 6.0.0.Final.
I have been unable to lookup a HornetQ Topic from an external Java client, so I decided to write a little test Java program that did a ...
1
vote
0answers
127 views
How do I write an XML payload into a CXF SOAP response?
I am using JBoss AS 6.1 and the included version of CXF, which I believe is 2.3.1.
I have a web service with two operations: the first lets the client request some data. It posts a message to a JMS ...
0
votes
0answers
29 views
I am getting following error while integrating jboss 6.1.0 with apache active mq 4.0.1
18:56:43,605 ERROR [AbstractKernelController] Error installing to PostClassLoader: name=/default/deploy/activemq-ra.rar state=ClassLoader mode=Manual requiredState=PostClassLoader: ...
0
votes
0answers
41 views
“JBAS014151: Could not find view ”
I am trying to run a java application using Jboss 6.0 EAP that was originally developed using Jboss 7.1 AS. But I am running into the following exception msg:
"JBAS014151: Could not find view ... for ...
0
votes
0answers
45 views
configuring the password rules for jboss 6 EAP add-user.sh
Is there a way to configure the password strength for the add-user.sh script in Jboss 6 EAP?
0
votes
0answers
19 views
JBoss AS6 how to use context.lookup with security
I've just upgraded my application from JBoss 3 to Jboss 6.
I'm trying to use a contex lookup to get a MBeanServerConnection as you can see:
private MBeanServerConnection getAdapter() throws ...
2
votes
1answer
81 views
Datasource in JBoss not picking the right class
I am facing a very weird problem using JBoss EAP 6.0
The problem is basically I have configured, a data source in standalone.xml
<datasource jndi-name="java:jboss/jdbc/ejb/testconn" ...
0
votes
0answers
181 views
JBoss AS 6 - the log4j configuration
I have migrated from JBoss 4.2.3 to JBoss AS 6. On the JBoss 4.2.3 I had configured log4j to output some logs in different files using log4j.properties. The current logging (on JBoss AS 6) doesn't ...
0
votes
0answers
58 views
JBoss 6 deployment error
I have tried to deploy my war file in Jboss6 i am getting the below exception while starting the server. But the same war file successfully deployed in Jboss5. I have gone through some sites and they ...
0
votes
0answers
74 views
JBoss WebServices and EJB
My application should show a list of stuff over RESTful WebServices.
This list of stuff is generated via an EJB which is deployed in JBoss AS 6 in a .jar.
My question is, how do I get this list of ...
0
votes
2answers
157 views
Ejb 3 lookup not working in Jboss AS 6
I have migrated my app from Glassfish 2.2.1 to JBoss AS 6.
Previously i have a generic class for lookup the ejbs, Below is the code:
public class BeanUtil {
private static InitialContext ctx;
...
0
votes
0answers
30 views
@ApplicationScoped and JBoss clustering
is an @ApplicationScoped resource shared throught all the nodes of a JBoss 6 cluster? Do you have some docs to suggest about? TIA.
0
votes
1answer
69 views
Using more than one log4j appender according to web context
I am using JBoss 6 and deployed 2 projects on this JBoss, they have different web context. They both use hibernate and the same core package on background but I want to differentiate log files ...
0
votes
1answer
257 views
Why jboss picking the infinispan cache not Ehcache
I have migrated my project from glassfish2.2.1 to JBoss eap-6.0.
After migrating to Jboss, i am getting the below issue
17:38:45,581 ERROR [org.jboss.msc.service.fail] (ServerService Thread
...
0
votes
2answers
360 views
JSF 2.0 redirect to index.jsf after login
We have a JSF (2.0) based web application, running on JBoss 6.1. We are using the FORM based authentication with JAAS.
Some of the users adding links like this "admin/editUser.jsf" to their ...
0
votes
0answers
92 views
Deployement exception in jboss 6.0 for mutliple datasource
Can anyone help me out for the below exception.
I am using jboss 6.0 and trying to declare two datasources in web.xml .I have already placed 2 ds.xml files for 2 DB's in deploy folder of jboss.
...
1
vote
4answers
117 views
java.lang.NoClassDefFoundError when i included <listener-class> to web.xml java
Please, i don't find the reason for this error.
I created a class LogoutListener.java, this implements HttpSessionListener, with its two abstract methods: sessionCreated and sessionDestroyed.
And i ...


