Deployment error in JBOSS 5.0 startupHello I am trying to star-up JBOSS and I run in to the following error... 11:03:00,389 ERROR [WebModule] Could not create JSR-77 WebModule: TMSWeb.war jboss.management.local:j2eeType=WebModule,J2EESer...
How to modify Task list UII am very new for jBPM.I am very interested to learn it. I need to modify the Task List in kie workbench which means adding an extra column in the task list.I am using jBPM suite 6.1. Will this possible? If s...
Thread jboss AS 7.1.1 final - how to access to images, in html
jboss AS 7.1.1 final - how to access to images, in htmlHi, I installed jboss 7.1.1 final on my locla computer, and use it Under intellij 14.1.3. I am working on a servlet, which return some html code, in the response. sample of code returned : <...
Modular Embeddable EJB3 ServerI am trying to develop a standalone application and use Hibernate. The "Hibernate In Action" book indicates there is a "Modular Embeddable Server" to serve as an EJB3 server for my non-web application. Is ...
Thread Deployment with minimal profile in JBoss 5.1.0
Deployment with minimal profile in JBoss 5.1.0Dear all, I am beginner for JBoss AS. Now I would like to deploy my web application in 'minimal' profile. I can start 'minimal' profile but I can't deploy my web application to minimal...
JBoss EAP6 HornetQ JMS messaging bridge JCA?Hi! My first post here i think, so please be overlook my lack of skills..:) I have what i think is an easy question. The JMS messaging bridgde provided in HornetQ(HornetQ User Manual), is it JCA compl...
Server Bind using a name instead of an ipis there a reason for using a ip address in the server bind option -b 0.0.0.0 instead of a dns name like -b server1 i am using JBoss 4.2.3 and was wondering if it was possible to use a dns instead of IP, is it...
Thread JBoss is caching JSPs and not detecting changes
JBoss is caching JSPs and not detecting changesHi guys, after a lot of snooping around I am 99% certain that JBoss is caching my JSPs but it is not detecting changes that I have made to them, so when I make some changes and deploy, its using old versions. I notice...
Java SSL monitoringi have a JBoss server running as a https://server services, i would like to monitor the server via Java options on launch.traditionally i would use: -Djboss.platform.mbeanserver -Dcom.sun.management.jmxremote....
Thread Develper passed away - how to pickup where he left?
Develper passed away - how to pickup where he left?Hi I am a WORDPRESS web developer and been asked by a client to see if I can complete his new Web Site that a Developer started but did not complete because he passed away. How do I pickup from where h...
Issues with "Ticket-Monster"Hi Guys I'm completely new to jboss and will probably never program, but I need a jboss based web application running for something completely different (monitoring). I installed jboss EAP 6.2 and have...
Where´re my ejb´s at JBoss AS 7.1.1?Hi, I deployed my ear package at JBoss 7.1.1 and now my app isn´t working anymore because I think that the JNDI addresses are different from JBoss 4 (where I was using the ear package). It´s a migr...
JNDI Names in auto-generated classesHi, I am trying to migrate an application from weblogic 8 to jboss. I am getting the following error- 12:28:22,666 SEVERE [xx.ks.inventory.web.SetupServlet] (Thread-164) xx.ks.inventory.web.SetupServlet#...
The Jboss Dies on Sunday at midnight......It pushin' up daisies I tell you... Pinin' for the fiords.. We shut down the database for a backup at 8:00 on Sunday (I was supposed to stop JBOSS at 8:00 as well but my crontab did not work (needed a * for the day??...
-Dvariable in JBoss 7Hi, I was using JBoss 4 and now the company want to change to JBoss 7. But, inside my ear, in the application.xml file, there´s this module: <module> <...
What is a "dependency" in modules?I'm following the official documentation. I've undertood that modules are group of classes and i can add a dependency between them... But what means exactly dependency? It's the same thing when i import libraries into...