Log in to follow, share, and participate in this community.
Thread Incompletely deployed packages
Incompletely deployed packagesAm new babie to JBOSS. am trying to deploy my project and when i start my server i get this. please help --- Packages waiting for a deployer --- org.jboss.deployment.DeploymentInfo@1c73b7dc { url=file:...
Embeddable EJB Container JBoss 7.1.1Has anyone been able to get EJB 3.1 Embeddable to work with JBoss 7.1.1.Final yet? Following instructions on https://community.jboss.org/wiki/EJB31Embeddable#comment-1206 I made an JBoss instance boot up in JV...
Thread Weird IOException thrown during maven build (uses embedded Jboss)
Weird IOException thrown during maven build (uses embedded Jboss)I have a MAVEN build which throws the below exception when running on Redhat Linux. I could not reproduce this issue on a Windows box. I'm using Maven "resources" plugin to copy .class files from classes directory int...
Thread Environment issue Embedded JBoss and Seam Test
Environment issue Embedded JBoss and Seam TestI've been tasked with building a new continous integration server and have run into an issue running our intergration test suite. While running test suite from the command line I get the following stack trace on the f...
Thread javax.naming.NameNotFoundException: logreaderDS not bound
javax.naming.NameNotFoundException: logreaderDS not boundHi guys, im trying to deploy my app in a web profile on jboss-5-1-GA, but i always got a error: javax.naming.NameNotFoundException: logreaderDS not bound. If i deploy the app whithout changes in a any profile ...
Building a personal profile from jboss-srcHello everyone. I'm trying to build a new profile or use web profile with some customizations. i was reading the build.xml but i not found nothing about this.. So where i configure wich files, ...
Building JbossHello, I need build Jboss in my machine for apply customizations I succeeded in building all, as bellow... Now, i dont know how make my server, example, jboss-5.beta..... total 148 dr...
Thread jboss6 - character encoding http post request
jboss6 - character encoding http post requestHi , My backend java application deployed in jboss6 has to support all the languages(english,spanish,japanese,chinese.....) avaiable in the world. We have client application deployed on tabl...
Logging all log files on syslogHello everyone. I need send all my log files to a syslog server. With my default configurations i can send only the server.log. I need send the access_log and boot log too. Any I...
ORA-01017: invalid username errorHello guys!!! today i got a error that say your username/password is invalid (ORA-01017), so I tried any solutions, like that: -> change the password; ...
Embedded JBoss 7Has anyone been able to get the JBossEmbeddedAS to work with JBoss 7? The classes referred to (e.g. JBossASEmbeddedServerFactory) don't seem to exist in any of the JBoss 7 modules, is there a separate JAR we nee...
JBoss AS6 Error After Server startsHi, I am a new to JBoss. Installed AS 6. It compiles richfaces etc.. but each time I start the server, I get this error on my console. I searched around and set my persistance.xml file in WebContent/ MetaINF f...
Thread running Junit tests on Eclipse with Embedded AS
running Junit tests on Eclipse with Embedded ASHello Everyone, I am trying to run a simple EJB Junit test in Eclipse, I have put the following jars related to JBoss in the classpath for the project: javax.inject.jar jboss-bootstrap-api-as.jar jboss-boot...
Thread Question regarding Embedded JBoss release and compatibility with Java 6
Question regarding Embedded JBoss release and compatibility with Java 6I am installing embedded JBoss inside my existing Tomcat installation. I gather that the version out there is still in the beta stage. Is an official 1.0 Release planned for sometime soon? Also does it not work ...
Thread Running Embedded JBoss via ANT with AS 6.0.0.Final
Running Embedded JBoss via ANT with AS 6.0.0.FinalI am considering using JBoss Embedded AS within a java swing application so that I can use JEE services to support remote execution of work on multiple remote clients. As a first start, I've been trying to get a JBo...
Embedded JBoss with JUnitHello together, i get errors, if i use the EJBContainer. I follow this tutorial embedded 3.1, but i doesn't work I set the JBOSS_HOME to the JBoss root directory. My Test: public class M...