JBoss Application Server (JBoss AS) is a free software/open-source Java EE-based, Cross-platform Application Server.

learn more… | top users | synonyms

0
votes
0answers
9 views

JBOSS doesn't find datasource

I'm developing a webapp with EJB3, Hibernate, JSF and JBOSS, but I'm not able to start JBOSS, as it keeps on throwing this error: 16:03:55,888 INFO [org.jboss.modules] JBoss Modules version 1.1.1.GA ...
0
votes
1answer
17 views

return dynamic value in java REST / Spring / Hibernate

I've inherited a REST API that is using JBoss, Spring, Hibernate, etc. and I'm new to all these so please forgive what seems like a dumb question (to me). The basic flow when performing a GET is to ...
-1
votes
1answer
12 views

JBPM gwt-console-server user management

I want to integrate the jbpm 5.4 into my application which is based on spring mvc 3. This integration performed using REST API. I have already user table which stores the username and password in the ...
0
votes
1answer
30 views

Target unreachable CDI

I try to connect my web application with CDI but it don't want to work... There is an beans.xml file in WEB-INF. When I try to access fields from the CDI-Bean I get an ...
2
votes
1answer
14 views

HTML5 / Javascript authentication against JAX-RS interface

I'm implementing a backend and a web frontend with JBoss AS 7.1 and JSF. I want to implement a mobile client with JQuery Mobile (HTML5) that calls some REST interfaces made with Jax-RS. All interface ...
0
votes
1answer
21 views

Cannot inject EJB specified in applicationcontext.xml in jboss 7

I'm trying to migrate my Java EE application from jboss 5.1 to jboss 7.1 and getting a deployment error. My EAR has 2 EJB modules and 1 WAR module. both EJB modules gets deployed without any issue. ...
0
votes
0answers
10 views

JBoss Clustering and Lighttpd Load Balancing displaying inconsistent behaviour

PROBLEM We have two JBossAS 4.2.3 installed on separate machines and they are clustered. We also make use of Lighttpd that acts as load balancer, and is placed between our Tomcat servers (the Tomcat ...
0
votes
0answers
9 views

Encountering a connectino exception while starting JBoss server

I am running JBoss server in redhat OS....while starting the server i get a connection time out error....the following is the log of the jboss server... 17/05 14:40:41:752 INFO [ ] AjpProtocol ...
1
vote
0answers
10 views

JBoss management via SSL

I have a problem with my JBoss AS 7.1.1 after I configured it to use ssl for the management interface. I followed this guide to secure the admin console. This worked. But now I realized that the ...
-1
votes
0answers
17 views

Releasing locks on undeploy [closed]

I have a JBoss server and a FLEX application. Somewhere on the server happens a deadlock. A thread takes a lock on a object and never releases it. When i undeploy the application the lock still ...
0
votes
0answers
15 views

jBoss AS 7.1.1.Final : when a .war file ( Spring Mvc application ) is deployed, the application server deploys it twice

jBoss AS - 7.1.1.Final : When a .war file ( Spring MVC application ) is deployed, the application server deploys it twice. This results in one input http client request getting processed twice. ( this ...
0
votes
0answers
10 views

Reset jboss web console statistics

I am running JBoss 4.2.2 GA and I would like to reset the values/statistics of the JBoss Management Console. In particular, I would like to reset the values of the servlets measurements. Does anyone ...
1
vote
0answers
11 views

How to / where to find info on JBoss client dependencies? Any documentation?

It may be pretty basic question. But no luck Googling. I was going through this URL. Because I had an issue accessing EJBs deployed on JBoss. After following this, it worked. Mainly this line. ...
1
vote
2answers
41 views

Unable to log in with Jboss

Am getting the following error message in my browser, after installing RMfI (HF10): HTTP Status 404 - /SASLogon/index.jsp ...
0
votes
1answer
16 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"> ...
1
vote
0answers
33 views

Java 1.6, Calendar and Java cache

This is my first question, but is a important question (and strange question). Sorry if my english is not good, I dont speak it often. I have a big problem when I want to get a ...
0
votes
0answers
7 views

Migrating a war running on Tomcat to Jboss web profile

I have my current application running on Tomcat 6.0. I need to choose an alternative container for my application. Since my app does not run any ejb components , I assume Jboss web profile would be an ...
0
votes
0answers
3 views

Is there official documentation for JBoss AS 4.2.3 war and ear deployment?

I cannot find that. Found how to restart app in JMX Console here http://www.info-system.eu/en/knowledge-exchange/37-java/87-jmx-console-restart and shell deployment here ...
0
votes
0answers
22 views

Hibernate: Error activating Bean Validation integration

I can't get hibernate connection worked !! I'm using Hibernate 4.2.1 I Got this error Initial SessionFactory creation failed.org.hibernate.cfg.beanvalidation.IntegrationException: Error activating ...
0
votes
0answers
5 views

javax.servlet.ServletException: Failed to get MBean data

I am using Jboss 4. I created a test-queue-service.xml for creating a new queue. But when seeing the same queue in console I am getting the following error HTTP Status 500 - type Exception report ...
0
votes
1answer
26 views

Jboss 4.2 Class loading exception

I have a jar in server/lib/sample.jar. sample.jar file consists .class files related to application so how should access server/lib instated of application.war/web-inf/classes . jboss-web.xml ...
3
votes
1answer
47 views

How to use Node.js efficiency in existing java web application

I have an existing eCommerce web application in JSF 1.2 framework . We wish to use node.js technology's benefits in our existing application . Our Focus : Keep View[html ] part in JSF framwork and ...
1
vote
1answer
27 views

stopping threads gracefully

I am using ScheduledExecutorService for scheduling a thread. I wonder what happens when JBoss is shut down? Does it kill all the threads that are started within the server, including the the one I ...
0
votes
0answers
11 views

Using Javassist on Eclipse

I'm starting with Javassist, I have implemented an example of Hello World with following code: HelloWorld.java public class HelloWorld { public static void main(String[] args) { new ...
0
votes
0answers
10 views

Moving from jboss 4.05 to 5.1 GA ..configurating ports?

im new using jboss and i have 2 applications which are running on my old server and I need them in the new server... I know I have to setup the file ...
1
vote
1answer
36 views

Which Primeface component to use?

I have a requirement where I have to display & enter 24 hour values for a particular job. For a particular business there could be 100's of jobs. So basically 100 rows with 24 input fields. I ...
1
vote
1answer
13 views

HornetQ clustering topologies

I understand that in HornetQ you can do live-backup pairs type of clustering. I also noticed from the documentation that you can do load balancing between two or more nodes in a cluster. Are those the ...
0
votes
0answers
8 views

How to deploy a resource file in a folder other than default?

I have a web project in eclipse which is deployed to a JBoss 7 server using JBoss Tools Plug-in. I have an XML file under my src folder which is deployed in the class folder in deployment structure. ...
1
vote
1answer
31 views

Using iText with JBoss 7 Java EE project

How to use iText with JBoss 7 Java EE project? I created a Java EE Project using JBoss Tools Group Id: org.jboss.tools.example Artifact Id: multi I'm now trying to use iText to create a PDF from my ...
0
votes
1answer
17 views

java.util.zip.ZipException: error in opening zip filein JBOSS Server

When i deploy my *.war file in jboss 4.2 server it says java.util.zip.ZipException: error in opening zip file but it is working in the tomcat server Error LOG java.util.zip.ZipException: error in ...
0
votes
1answer
22 views

How registry JNDI datasource for JUnit for Jboss environment

Project use Hibernate and deployed on Jboss 5.1. Hibernate uses JNDI to get datasource. I want create JUnit tests for DAO layer and for this I need create JNDI data source and transaction manager to ...
0
votes
1answer
25 views

How to debug GWT client side code on jboss

I'm starting with GWT and smartgwt, and I realized that when your code works on jetty will no necessarily work on Jboss. Is there a way that I can debug exceptions or any kind of error when ...
0
votes
1answer
18 views

Ant Build Issue: NoClassDefFoundError

I'm new to Ant and this application. I'm not able to decode this error message. C:\Eclipse\sources_int\external-sources>ant netstudy-generate-client Buildfile: ...
0
votes
0answers
12 views

JBOSS- Cache Preload is not loading data into cache on server startup , after introducing two cache clusters

I am using JBoss cache version -3.2.0.GA with JBOSS AS 5.1.0 GA And . My applications runs on two servers and creates two cache instances on each sever. I have two cache clusters JBOSS-cluster-Live ...
0
votes
0answers
12 views

How to make Glassfish use different configuration for every application

I am using GlassFish, JBoss, Tomcat for my application servers. I want to use different log4j.properties for my applications on local, dev, test and prod envirment. So every project's application ...
0
votes
0answers
7 views

executing jarsigner command generates error: “Jarsigner is not recognized internal or external command”

I am trying to verify signature of apk uploaded on my site. I am trying to execute String command= "cmd /c jarsigner -verify -verbose -certs " +Filelocation; Process proc = ...
-1
votes
0answers
15 views

JGroups security configuration for jboss 7 load balancing

In jboss 7 , JGroups is used for communication between cluster nodes. I need to know the security configurations for the communication happening between cluster nodes(by default security is not ...
0
votes
1answer
18 views

demo jax-rs resource not bound where expected on jboss

im trying to whip up a small jax-rs demo. i have this resource class: @Path("/cart") public class ShoppingCartResource { @EJB private ShoppingCartService shoppingCartService; @GET ...
0
votes
1answer
34 views

object references an unsaved transient instance error

Ok so i want to get mapped Groups and student in one table but i've got an error: "object references an unsaved transient instance". If i add cascade to all it will say that this objects arleady ...
2
votes
0answers
11 views

Connect to a running JBoss AS7 instance for test purposes

I already have a integration-test phase, when I ran the selenium tests. I also want to run some unit tests in this phase, because the app is too much complex and have a lot of dependencies between his ...
0
votes
0answers
18 views

JBoss 4.2.2 MDB Long Running OnMesage

I am attempting to use an MDB (onMessage) to run a long running JDBC sql query and export the output to disk. I am running into timeouts with the onMessage because the acknowledge takes place after ...
0
votes
0answers
16 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 ...
0
votes
0answers
18 views

SOAP support in JBoss 4.23 with IPv4

Until recently, all our system services spoke with each other using IPv4. Lately, we've made a change and we can now speak with the other services using IPv6. This is true for all services except for ...
0
votes
0answers
10 views

Cannot Pick Up Package with Forge Console

I can't pick up any packages of my project with Forge Console. I can show every package of every project in force but this one. Is there any way to debug this? Is there an issue with my package ...
-1
votes
0answers
27 views

Jboss 4.2 + Oscache Configuration

Wanted to get more help on the below configuration for OScache.properties in Jboss 4.2 vertical clustered environment, & we want to store the data in file & not in memory as we are facing ...
0
votes
0answers
25 views

Debug Maven GWT project on Eclipse by deploying the application on Jboss

I have my GWT project and I am building it using maven and deploying it on JBoss. If I have to make changes in UI, I have to rebuiuld the project deploy it on jboss and then login to applicaiton and ...
0
votes
0answers
13 views

<no-tx-separate-pools> in Glassfish?

Is there a configuration equivalent to JBoss' <no-tx-separate-pools> for Glassfish? We are in the process of migrating our application from JBoss to Glassfish, and just noticed that the old ...
0
votes
1answer
24 views

How do I keep the child menu open when loaded?

we are using a pre-built admin theme called "Acme Dashboard." When the user clicks on a dropdown child and the child page loads, on the next load the menu item collapses. How can we force the menu to ...
1
vote
1answer
44 views

How to authorize user in RESTful request?

From the posts about REST services, I see that it should not be used sessions together with REST, and with every request there is need to send user credentials to the REST service. But I don't see ...
0
votes
1answer
15 views

Does the type of deploy affect the application in any way?

My team and I are trying to automatize some of our proccesses and it includes programmatically remote deployment. A colleague of mine asked me a question about JBoss' deployment: Does the type of ...

1 2 3 4 5 107