Log in to follow, share, and participate in this community.
Thread Problem with workbook example ex15_1
Problem with workbook example ex15_1I'm trying to run the example where an EJB has a webservice endpoint. The build file is trying to include a SAR (jboss-net.sar) that does not show up in my clean JBoss 4.0 installation. Here's the snippet from the bu...
rmh - enterprise javabeans, 4th ed. exercise 15.1 doesn't worecently, i bought "enterprise javabeans, 4th ed" by richard monson-haefel, bill burke and sacha labourey. i have installations of jboss 3.2.3 (java 1.4.1) on my gentoo linux server and jboss 4.0.0 rc2 (java 1.5.0-rc...
Error build workbook examples with MysqlI have looked at the previous post and I am not sure if this is th same problem. I am trying to get mysql working with the work book. I am doing this so that I know that Mysql is working correctly with Jboss. The reas...
An view from an individual developerHI JBoss : I am a individual developer and work with JBoss start from 2.X. It is OK to work on JBoss but I cannot get a detailed docs on some advance features like developing MBean etc.... Even I am willing to pa...
Thread java.net.BindException: Address already in use: Cannot bind
java.net.BindException: Address already in use: Cannot bindHi, I install jboss-4.0.0RC1 configure the environment settings and then ran the run.bat to start JBOSS. I got the error below: 15:09:49,793 ERROR [TrapdService] Starting failed jboss.jmx:name=SnmpAgent,servi ce=tra...
EJB instance swapping questionHi, I am hoping someone can clarify this one for me. I was reading O'Reilly's "Enterprise JavaBeans" book and was a bit confused by the following... It describes how there is such a thing as an EJB object. Remote a...
Exercise 7.2f -- Column not found: SHIPI'm getting this error from the O'Rielly EJB workbook exercise 2f, chapter 7 (Client_72f). Is this a error in the workbook code? Is anyone else getting this error -- does anyone have a fix? Here is more of the messag...
P. 618, workbook 4Hi, I have the EJB 4th edition. I bought this book to learn a bit more about EJB's. I've setted up a JBoss 4 environment with CMP beans that interacts with MySQL. I want to create an application CMP EJB's and Servle...
Thread need immediate help in deploying web applications in product
need immediate help in deploying web applications in productHi, I would like to know how to set up virtual hosts in jboss 3.2.5 on my production box running jboss-3.2.5/Tomcat 5.x using MySql 4.0 on Linux O.S. I have more than one web application developed using JSP/Servlets ...
Thread How to reference EJB deployed in another JAR ?
How to reference EJB deployed in another JAR ?Hello, I'm reading this book and trying the probleme described in the title. For instance, I have two JAR files a.jar and b.jar where I deployed respectively the A and the B entity bean. Now, I want to create a rel...
Thread porting workbook examples 04_01 from jboss/hsqldb to jboss/m
porting workbook examples 04_01 from jboss/hsqldb to jboss/mi have configured the mysql 4 to work with jboss 4.0 Can Bill/Sacha kindly tell me what corresponding change do i need to make in the ant script as that it works with mysql. I have tried to make the ex_04_01 work wi...
Thread XAConnectionFactory not bound (workbookEJB3)
XAConnectionFactory not bound (workbookEJB3)I need to update 15_1. Apologies for the delay and such. We're trying to arrange with O'Reilly where the examples files are hosted on sourceforge so that we can update them easier. Bill
Newbie - another ex04_1 deployment problemNew to EJBs, downloaded JBoss 3.2.5 and bought the OReilly EJB 4th edition, but don't seem to be able to make it past the starting post. I'm running XP Pro and using JDK 1.4.2_01-b06 which came with JBuilder X Foundat...
jboss banking sampleHello when I try to access the ant compiled bank sample through the link http://localhost:8080/bank/main, I obtain the following error : ivers 10:12:38,711 INFO [RARMetaData] Required license terms present. See deplo...
Thread Enterprise JavaBeans 4th edition - JBoss Workbook example co
Enterprise JavaBeans 4th edition - JBoss Workbook example coAs per the book, the downloadable example code is available at http://www.oreilly.com/catalog/entjbeans4/workbooks/index.html This URL results in a 404. Does anyone know where the example code is available?
ant run.client41a not getting builthi i am trying to make the client41a frm chapter 4 work....the CabinEJB deploys fine and creates the table in Oracle 9i..but for some reason when i do ant run.client_41a nothin happens.. ant run.client_41a Buildfile...
Thread org.jboss.deployment.DeploymentException: Invalid encoding n
org.jboss.deployment.DeploymentException: Invalid encoding nHi, Folks, I can run ex041a(b) successfually. So I tried to run ex042 by using "ant run.client_42", but I failed. The error message is: javax.naming.NameNotFoundException: TravelAgentHomeRemote not bound. Anyone ha...
Thread Cannot run JBoss 3.2.2 java.lang.ClassNotFoundException: org
Cannot run JBoss 3.2.2 java.lang.ClassNotFoundException: orgHi, i've installed JBoss App server 3.2.2 and trying to run the exercise examples that have been downloaded from http://www.jboss.org. i've set the following env variables in Autoexec (i'm working on a Windows 98 PC):...
Thread ex 12_1 public abstract getHomeAddress() auto generated or p
ex 12_1 public abstract getHomeAddress() auto generated or pI found in ex12_1 the com.titan.customer.CustomerBean.java have a public abstract AddressLocal getHomeAddress(); I do not see any implementation of it , does the jboss server automatically generate the body for this m...