Log in to follow, share, and participate in this community.
Thread Reading Application Properties
Reading Application PropertiesHi All, I am a newbie to java and jboss. S/W using: Jboss v7.0.2 Java 1.7 I want to place an properties file in the server folders ,and access the same in Java. Please help me.
Can I use nested query in ejb finders?We need to use following query in CMP entity bean: SELECT OBJECT(o) FROM CPRecoverLog o WHERE o.status = ?1 AND o.CPTransactionId = ( SELECT MIN(o1.CPTransactionId) FROM CPRecoverLog o1 WHERE o1.status = ?1) The bea...
Why cann't I reply to the thread I opened?I have found this is really annoying. I opened a thread to ask a question and somebody answered and asked for more info. I am trying to answer back, but the forum does not allow me to reply and keep saying I might hav...
Error deployment war fileHi there, i'm on jboss As 6 and i'm trying to add a jboss-web.xml file to my web-inf of my war file and i got this error:
10:48:16,308 ERROR [AbstractKernelController] Error installing to Parse: name=v...
Jboss request original urlHi All! Jboss Portal redirects first request to default portal object. How get original url content before portal navigation fired? Which Server Interceptor more suitable for this task?
Need a C# example to connect to HornetQI'm developing a C# application that needs to connect to HornetQ. I've read some documents and it state that I need to use Stomp so I search more and found Apache NMS.Stomp. I tried to download the library (.dll) to...
why i can't enable the xa-datasourceHi everybody, I m beginner in Jboss. I'm doing some exercises, now I m trying to enable the xa-datasource, but it can't enable and show following error message. Unexpected HTTP response: 500 Request { ...
Import.sql not loadedHi, I’m a JBoss newbie. I installed JBoss Developer Studio 7.1 with JBoss AS7.1.1 on Mac OS 10.9.1, I generated the Java EE Web Project standard example jboss-javaee6-webapp and I „Run on server&l...
Thread Jboss Problem after PrimeFaces Installation
Jboss Problem after PrimeFaces InstallationHi. I´m using Jboss 7.1.1.final. After I tried to install PrimeFaces i received the following problem: INFO [org.jboss.as.security] (ServerService Thread Pool -- 44) JBAS013101: Activating ...
Thread Java client in JBoss6 according to JBoss in Action
Java client in JBoss6 according to JBoss in ActionShould implementing a java client, according to chapter 9 of JBoss in Action, work in JBoss6 Final? Or do I need some special configuration in this version of JBoss? I followed the instructions of chapter 9 but I am g...
Arquillian tests does not work on serverHello, I have in Eclipse created a project based on JBoss Central | Java EE Web Project. The web application will work. The Arquillian tests I have started according to the README.MD. --- Server --- :: ...
Thread Client servlet in JBoss6 for client developed for Glassfish and Metro
Client servlet in JBoss6 for client developed for Glassfish and MetroHow can I implement the bindings declared in the wsit-client.xml of Metro in a servlet deployed in JBoss6? I need to use a remote webservice that uses SOAP. I have obtained a war deployment that was create...
Thread Help on running "The ... Quote Machine" oreilly example on JBoss 7.1.1
Help on running "The ... Quote Machine" oreilly example on JBoss 7.1.1Trying to deploy the mentioned example from the chapter 2 of Book "JBoss A Developer's Notebook" oreilly edition on Fedora 19 With JBoss AS 7.1.1 Final, oracle JDK7 using ant 1.9.2 FROM the published environment JBo...
Can not generate Seam entityHi all, I have followed the CRUD tutorial (Chapter 13. Generate a CRUD Database Application) and when I reached to the point that I should be able to generate the seam entities from reverse engineering, the following...
Thread Do I need to define data sources in standalone.xml?
Do I need to define data sources in standalone.xml?Hi, I'm a complete newbie in JBoss AS 7 and developing Java EE Web Projects. I've developed a REST service that accesses a data source and I was wondering if there is a way to just define the datasource in a ....