Log in to follow, share, and participate in this community.
Thread NEW RELEASE IS THERE! FOR JBOSS 3.2
NEW RELEASE IS THERE! FOR JBOSS 3.2Hello, The new (and final) release of the EJB workbook is available here: http://www.oreilly.com/catalog/entjbeans3/workbooks/index.html It is meant to work with JBoss 3.2, so please ENJOY as it is a free PDF. Wit...
Thread Cannot find source code for JBOSS at work: a practical guide
Cannot find source code for JBOSS at work: a practical guideHi everyone, I have purchased the PDF of JBOSS at work: a practical guide from the o'rielly online store. I am looking to download the source code referenced in the book. The book states the source code can be downlo...
Thread Error While Starting JBoss-EAP-4.2 with JMX Arguments
Error While Starting JBoss-EAP-4.2 with JMX ArgumentsI have enabled the JMX bey adding the JMX arguments in the run.sh file. I get the following exceptions in the server.log: java.lang.OutOfMemoryError at java.io.ByteArrayOutputStream.write(B...
Thread shutdown.sh not working in Unix and Solaris
shutdown.sh not working in Unix and SolarisWhen I user shutdown.bat it works fine but when I user ./shutdown.sh in HP RISC or solaris it shows error log4j:ERROR failed to create directory structure: /log log4j:ERROR setFile(null,False) call failed java.io.Fil...
Thread How to import EJB 3.0 Workbook Exercises into Netbeans
How to import EJB 3.0 Workbook Exercises into NetbeansHi, I am very new to EJB 3.0 but have covered more than half of this book and have no difficulty completing the exercises on the command line using the Ant script provided by the workbook. Nevertheless, I would like ...
Jboss not Running/startingHi All , I am new to JBoss and EJB3.0. I have downloaded jboss-5.0.0.GA.zip and unzipped the required files into C:\jboss-5.0.0.GA. I have downloaded "jdk-1_5_0_17-windows-i586-p" (ie.jdk1.5 update 17) and installed...
Thread Thank you and Help us learn how Feature Requests R gathered
Thank you and Help us learn how Feature Requests R gatheredThank you to everyone who completed the survey! We’re getting great feedback. If you haven’t already participated, please take a few moments to complete the survey located at the ...
Thread Help us learn how Feature Requests R gathered
Help us learn how Feature Requests R gatheredMy name is Paula Laurent. I’m a Computer Science PhD student at DePaul University conducting research on soliciting and prioritizing requirements. The goal of this research is to find out about the ...
jsf facelets on Jboss 4.2.3Hi I am new to JSF. I need some sample jsf programs to start of with JSF facelets on Jboss 4.2.3. Any help where can I get it. Basically I am failing to deploy my samples in 4.2.3. Thanks in advance. Regards Sitaram
Thread Schedule Announced for Conference & Workshops on SOA, SaaS,
Schedule Announced for Conference & Workshops on SOA, SaaS,When Technologies Mean Business, Participation Means Advantage. The schedule for Business Technology Summit has been announced. The theme of this year's summit is Riding the Workhorse IT Hockey Stick, featuring a conv...
Thread Most Compelling Conference for SOA marketplace in India
Most Compelling Conference for SOA marketplace in IndiaSuccess lies in business agility, and SOA can offer it in full measure. The SOA marketplace in India is witnessing a blistering growth, with large and SME organizations beginning to move beyond the planning stages to ...
Thread org.apache.commons.fileupload.FileUploadException: the reque
org.apache.commons.fileupload.FileUploadException: the requeHi, I am using Eclipse SDK 3.2.1, jbpm-gpd-feature-3.0.12, jbpm-jpdl-3.2.1. I followed the demo example. It is working fine till press "Deploy Process Archive" button. Message I got successful message but I got the b...
Thread Issue with parsing multipart/form-data request in Struts2
Issue with parsing multipart/form-data request in Struts2Hello, I am trying to upload a text file less than 50KB using a client program. Client program makes a call to servlet using POST method and content type as multipart/form-data Server Side is JBoss-4.0.5.GA with Str...
New JobTeam Leader ? Cambridge Excellent opportunity for a team leader to supervise a team of engineers and guide them from a technical perspective to design, implement and maintain Client ? Server based configuration and mo...
Thread MySql datasource configuration issue:Urgent
MySql datasource configuration issue:UrgentHi All, I am trying to create MySql1.5 datasource. I have done following steps 1) Mysql-ds.xml <local-tx-datasource> <jndi-name>MysqlDS</jndi-name> <connection-url>jdbc:mysql://localho...
example in chapter 11, ProcessPaymentHello, Just wondering why suddenly the use of PrepareStatement in this book, the example before has had us use the EntityManager and the persist method - and now we are back in time. Is there a reason for this, som p...
ex9_1 ErrorCode in Client Program EntityManagerFactory factory = Persistence.createEntityManagerFactory("titan"); EntityManager entityManager = factory.createEntityManager(); After running client program it throwing error Exc...
Customer EJB deploy failed!!!Hi!! Im new in EJB and yesterday i have tried to deploy the CustomerEJB( excersice 6.1). I follow all the steps from the AppendixA because im using oracle database 9i, but i got a big exception when i start jboss and...
Thread What's the difference between EntityManager, PersistenceCont
What's the difference between EntityManager, PersistenceContCan someone please tell me the difference between these in plain english? I cannot find a clear distinction between them, dispite having reading that chapter several times. Is an EntityManager a PersistenceContext? ...