Log in to follow, share, and participate in this community.
Thread javax.naming.NamingException: Could not dereference object -
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): --------------------------------------------------------...
Thread ex07_3 not working too. JBoss AOP Exception
ex07_3 not working too. JBoss AOP ExceptionWhen 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 ...
ex05_1 Problems on Cient_3I 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...
Unable to run Chp4 Example up and runningHello, 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...
Classpath issues for ex04_1Hi 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...
Thread Ex 5 client 4 is not working..help required
Ex 5 client 4 is not working..help requiredHi, 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...
Deployment problemHello, 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...
Chapter 14, JDNI ENCHello, 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...
Thread java.lang.RuntimeException: Could not resolve beanClass met
java.lang.RuntimeException: Could not resolve beanClass metHi, 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...
Thread trouble with deploying, running book samples
trouble with deploying, running book samplesGreetings 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...
Corrupted Source Code zip fileHi, 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? ...
JPA - Propagating TransactionUsing 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. ...
Thread Problem about export my EJB project to EJB Jar file by Eclip
Problem about export my EJB project to EJB Jar file by EclipHi 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 ...
setting classpathHello, 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?
Fail to run jbossHello, 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...
Example 19.2 does not workUsing 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...
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...
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...
register mdb on queueHi! 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 ...