Log in to follow, share, and participate in this community.
Thread problem with the first exercise in the workbook
problem with the first exercise in the workbookHi there , I was trying , step by step , to get the first example in the workbook running on JBoss 3.2.1 with Tomcat 4.1 . Everithing builds fine , untill i try to run the first client and I get this : javax.naming.N...
Using mySQL as the datasourceI read the Appendix A and tried to configure for MySQL. page 184: some of the OracleDS references in the file "titandb-service.xml" are highlighted and explained. However, there are much more references to OracleDS i...
CMR at ex08_1 (JBoss 3.2 workbook) "ariefbastian" wrote: "ariefbastian" wrote: I'm just happening to compare CMR for CreditCompany-CreditCard at ejb-jar.xml and the bean implementation for CreditCompany. CMIIW, but I think there are missing fun...
cannot bind JNDI name "sajgoc" wrote: "sajgoc" wrote: Hi, I am trying to get the CartEJB in Sun's J2ee tutorial run on JBoss I have packed the bean classes under cart package and CartClient class under client package .Then I set cla...
HOW-TO delete a table from Hypersonic?Dear Forum, The workbook is very instructive, thanks to Bill & Sacha for writing! The ex_41a and b work as described in the book, that mentions an entry "clean.db" to clean up de table from the database. Unfortuna...
Error While creating tableI followed the book and ran the exercises. I used the firebird as my DBMS. It worked fine till I did ex07_1. I got the following error: MBeans waiting for othe rMBeans: [ObjectName: jboss.j2ee:jndiName=CreditCardHome...
jbosscmp-jdbcFollowing the discussion of this thread, http://www.jboss.org/modules/bb/index.html?module=bb&op=viewtopic&t= I have a question on the jbosscmp-jdbc.xml too. Now that I have my ejb-jar.xml working in which it ...
WelcomeHello all, Sacha Labourey and I have written a companion workbook to O'Reilly's "EJB 3rd Edition" by Richard Monson-Haefel. It will be published sometime in October and we would really like some feedback! Please refra...
ex 4.1Hi erveryone, I ran both ex_41a and ex_41b, and it was OK. my hypersonic dir deleted as it should. 41a run successfully, still when i'm trying to run the 41b i get the following exception: run.client_41b: [java] java...
Error on Running Client for Ex04_01I have sucessfully deployed the titan.jar for example EX04_01 (also checked that table ie cabinEJB is getting created in Oracle database ie Oracle 8i lite) but the following error when i run the client for ex04_1 and ...
Cannot complete exs.52a and c - please HLPWhile working with these two, I am getting these nasty exceptions. It seems that .getEJBHome() and resurrecting EJBObject by the handle both produce this problem. In this same setup, I can quite happily run other stuf...
EJB Container developmentHi, I'm new to J2EE technology. Over the last few weeks I learned JSP, Servlets and EJB. I want to involve myself in Container development now. Since JBoss is open source I thought I can get some exposure here. Can s...
Error in exI get error below.I am using jboss-4.0.0DR1_tomcat-4.1.24 Can some body help C:\ejbworkbook\Titan-JBoss-3.2-12d\workbook\ex04_1>ant run.client_41a Buildfile: build.xml prepare: compile: ejbjar: run.client_41a...
Best JBoss documentationThere is only a few pages about JBoss in this documentation, but it is the best documentation on JBoss I have ever seen. I wish there would be more clear documentation on JBoss like this.
Ex 41a: Client can't connect!Successfully deployed but the client seems not to connect to the JBoss server. the client waits for a while and finally shows up following errors: compile: [javac] Compiling 1 source file to C:\Java\jboss\docs\ejbwJ...
Problems with exercises 5.1b & 5.2aI'm running into problems in Exercises 5.1b and 5.2a in the JBoss 3.2 workbook. Both problems are related to getting the EJB Home, in 5.1b from EJBMetaData, and in 5.2a from EJBObject. In 5.1b the relevant section of...
Fantasy or RealityDoes this book really exist or is this a hoax? There's no book on JBOSS listed on O'Reilly's pages that I can see (a search on both their main site and the Safari site pull up nothing) and the only links in this forum...
jboss-3.0.7/client/jbossjmx-ant.jar contains jndi.propertiesI have been working with the O'Reilly book and JBoss 3.0 beta workbook for some time now and want to let the rest of you know about a few items I have figured out. From the start I have been using two RedHat 8.0 boxes...
problem with exercise 7.1c, using OracleOk, I had to do a few things to get the tables to be created properly, had to change the columns with the name NUMBER to THE_NUMBER, Oracle doesn't like NUMBER as a column name.... Now I got excercises 7.1a and 7.1b ...
JNDI LookupHi, I am getting an exception while trying to lookup("java:comp/env") from the remote client. Properties p = new Properties(); p.put ("java.naming.factory.url.pkgs","org.jboss.naming:org.jnp.interfaces"); p.put ("ja...