• javax.naming.NamingException: Could not dereference object -

    Hi All, I am receiving the following error when trying to reference 2 Stateful Session beans (TransactionPersistenceContext & ExtendedPersistenceContext): --------------------------------------------------------...
    Profile Photo
    last modified by htran_888
  • ex07_3 not working too. JBoss AOP Exception

    When running the sample: run.initialize: [java] Exception in thread "main" java.lang.NoClassDefFoundError: [Lorg/jboss/aop/advice/Interceptor; [java] at java.lang.Class.getDeclaredFields0(Native Method) [java] at ...
    Profile Photo
    created by muanis
  • ex05_1 Problems on Cient_3

    I started getting some erros when executing Client_3, on console the following was logged: JPA-QL compliance requires select clause [FROM com.titan.domain.Cabin c WHERE c.id = 1] My setup: JBoss 4.0.4.GA (build: CVS...
    Profile Photo
    created by muanis
  • Unable to run Chp4 Example up and running

    Hello, Trying to get the chapter 4 example up and running but stuck with the following exception when JBoss startsup: 17:26:21,540 ERROR [URLDeploymentScanner] Incomplete Deployment listing: --- MBeans waiting fo...
    Profile Photo
    last modified by enterpriseman
  • Classpath issues for ex04_1

    Hi there, I have installed jdk1.6.0 and jboss-4.0.4GA. I have set my JAVA_HOME, JBOSS_HOME and added Java and ant to my path. When i run ant for ex04_1 I get the following errors: C:\java\workbook\ex04_1\build.xml:3...
    Profile Photo
    last modified by davedave
  • Ex 5 client 4 is not working..help required

    Hi, The following is the error: javax.naming.NameNotFoundException: com.titan.travelagent.TravelAgentRemote not bound at org.jnp.server.NamingServer.getBinding(NamingServer.java:529) at org.jnp.server.NamingServe...
    Profile Photo
    last modified by mahtab.singh
  • Deployment problem

    Hello, i'm in the chapter 4 of the workbook. I have create the classes and have made the titan.jar file. When i deploy the file to my JBoss Server, i get the following error message. --- MBeans waiting for other M...
    Profile Photo
    last modified by jrein
  • Chapter 14, JDNI ENC

    Hello, There seems to be little traffic here. Nonetheless. To many errors in the book: Trying to get the examples in ch. 14 to work. Neither Annotation on page 307 works nor its counterpart in ex11_5 - ejb-jar.xml f...
    Profile Photo
    created by iner
  • java.lang.RuntimeException: Could not resolve beanClass met

    Hi, When i run the program with ant ,it works. But when i run from NetBeans IDE i got the following error in : dao.createCabin(cabin_1); I copy and paste the files in IDE. The error is: Exception in thread "main" ja...
    Profile Photo
    last modified by khosro_question
  • trouble with deploying, running book samples

    Greetings to all. I've set up and tried to deploy the examples from the book, in particular chap 04, and get "TravelAgentRemote not bound", as described in a few posts to this forum. When I deploy the titan.jar file...
    Profile Photo
    last modified by tjclifford
  • Corrupted Source Code zip file

    Hi, I have downloaded the source code for this work book from the official link. Unfortunately the zip file is corrupted. Since there is no CD in the book, how/from where the correct source code can be retrieved? ...
    Profile Photo
    created by dssworks
  • JPA - Propagating Transaction

    Using the JPA without using EJB I am not obtaining to propagate the Transaction for listeners. For what I really walked searching in the communities would not be possible to propagate the transaction for listeners. ...
    Profile Photo
    created by betounisul
  • Problem about export my EJB project to EJB Jar file by Eclip

    Hi all ! I use: 1. jboss-4.0.5.GA 2. Eclipse to edit my code (bean and GUI). I have a bean, called : myBean. And, I write a Client application (use GUI-Swing). All thing ok ! But now, I want Export all things ...
    Profile Photo
    created by changemylife
  • setting classpath

    Hello, In exercise 4.1 the writer said that "add all the JARs in $JBOSS_HOME/client to the Java classpath".Where is a java classpath?where exactly i paste them?In which folder?
    Profile Photo
    last modified by khosro_question
  • Fail to run jboss

    Hello, When i want to run jboos first of all everything is ok.I set the java home and jboss home .But aftrer seconds i got the following error: java.net.SocketException: error setting options at java.net.PlainDatagr...
    Profile Photo
    created by khosro_question
  • Example 19.2 does not work

    Using the following environment: Server: 4.2.0.GA JDK: 1.5.0_12-b04 I have a problem with example 19.2 ? the sample that uses dotNet as a consumer of a J2EE web service. For this sample, myj2ee portion compiles/deplo...
    Profile Photo
    created by oxyale
  • Wrong column type: Temporal(TemporalType.TIMESTAMP)

    I'm having this classic hibernateException. data column(last_modified) is datetime type (MySQL5Dialet) i declare this with @Temporal(TemporalType.TIMESTAMP) in JPA. what did i do wrong? i know java.sql.Timestamp exte...
    Profile Photo
    created by chitcool
  • example

    Hi where can i download the example code for this book ?
    Profile Photo
    last modified by poyge394
  • JBOSS EJB3 Can't find persistence unit?

    I've been banging my head with this for hours. Any idea why I'm getting this error? (persistence.xml follows deployment error output below). --- MBeans waiting for other MBeans --- ObjectName: jboss.j2ee:ear=GJEE.ear...
    Profile Photo
    last modified by mludlum
  • register mdb on queue

    Hi! I am reading the book an I haven't found how to register a MDB on a queue. I have found some examples in the internet which registers the MDB with the "destination" (JBOSS) property or "destinationName" property ...
    Profile Photo
    last modified by hoeft