• Accessing EJB methods from an Action Class defined in struts

    I have two projects defined in Eclipse. One of them is an EJB(3.0) project and the other is a dynamic web project. I have defined a stateless session bean named LoginAuthenticator and created two interfaces local and ...
    Profile Photo
    created by sragvuw
  • JBPM-Bpel helloworld example- ant run test

    Hi, I am getting this error report when i try to run the test class through ant -run test in the helloworld example of JBPM-Bpel 1.1-beta3 and the test result is Running org.jbpm.bpel.tutorial.hello.HelloTest [jun...
    Profile Photo
    last modified by ram_kumar
  • setProperty must be overridden by all subclasses of SOAPMess

    I am trying to run a standalone java client which will invoke a webservice. My webservice is a session bean implementation and is running and tested with SOAP UI. My client code looks like the following : 1 URL url =...
    Profile Photo
    created by jbossfreebee
  • HelloUser  simple ejb deployement in Jboss5 true myeclipse

    h i'm trying to setup a basic exemple ejb project : my sessionBean : package ejb3inaction.example; import javax.ejb.Stateless; @Stateless public class HelloUserBean implements HelloUser{ public void sayHello(S...
    Profile Photo
    last modified by redguard
  • Update workbook to work with JBoss 5?

    Tried to get work book examples to work with JBoss 5. Had to change buid.xml to use %JBOSS_HOME%/client in classpath instead of what was there. Then example 4_1 would compile at least. When loaded in, got error vfszi...
    Profile Photo
    created by bdlink
  • Thank you and Help us learn how Feature Requests R gathered

    Thank 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 ...
    Profile Photo
    created by plaurentphd
  • examples ex04_1 ex04_2 ... fail on second run

    Hello, trying to become more familiar with EJB3.0 in combination with JBoss. Using jboss-4.2.3.GA / JDK 1.6.0_07 and ant. Installation and running Jboss was no problem. (Using all the defaults as to server config,...
    Profile Photo
    created by geertsp
  • Help us learn how Feature Requests R gathered

    My 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 ...
    Profile Photo
    created by plaurentphd
  • Depoying Error...............

    What to do if error is Server-config file ......................
    Profile Photo
    created by rivot
  • i am getting an exception in workbook ex04_1 (remote not bou

    bill (Mr Bill Burke) are you there please reply. i got this error please help [java] javax.naming.NameNotFoundException: remote not bound [java] at org.jnp.server.NamingServer.getBinding(NamingServer.java:529) [java...
    Profile Photo
    last modified by maaz_ejb
  • ejb3.deployer not found

    While running with jboss-5.0.0.Beta4 in case someone finds this error Solution: The ejb3.deployer is present in deployers folder instead of deploy folder. Open the build.xml and modify the classpath entry as ...
    Profile Photo
    created by santosh.bhushan
  • Chapter 4 - O'Reilly: TravelAgentRemote Not Bound

    I am doing the same Exercise 4 of O'Reilly's EJB3.0 with Eclipse Europa, OracleXE and JBoss 4.2.2GA and I have deployed titan.jar successfully but I am getting errors at the client end. I have gone through all 8 page...
    Profile Photo
    last modified by ezanih
  • problem with resource definition in chapter 11

    The "min" resource gives a runtime exception on deployment: 10:47:10,182 WARN [ServiceController] Problem starting service jboss.j2ee:service=EJB3,module=core.jar java.lang.RuntimeException: Failed to convert: min ...
    Profile Photo
    created by jwenting
  • Silent application server crash with jboss-4.0.3SP1

    On Solaris x86 5.10 We have production JBoss deployment where we are running it in three different configurations - Cluster 1: 2 AS nodes - JMS hosting (just Queue and Topics registered here) Cluster 2: 2 AS nodes ...
    Profile Photo
    created by smohan
  • EJB3 creates the foreign keys twice

    Hi, I have one table named "Orders" and the corresponding Entity is Order.java which is given below. When i deploy the application, i am able to see the foreign keys created twice and also the indices to those FK col...
    Profile Photo
    created by venuwin
  • JMS topic

    Hi Friends, I am new in ejb topic JMS. i wrote a small program but i am getting bug when i rum my application can any body help me. I am using Jboss-4.0.2 server. I have change JNP port 1099 to 10999 I am getting Ex...
    Profile Photo
    created by nagendra42
  • Error accessing Local EJB using JBoss

    hi, I am trying to access Local EJB. I am using JBoss as an application server. But, I am getting following exception - Exception in thread "main" java.lang.NullPointerException at org.jboss.ejb.plugins.local.Loca...
    Profile Photo
    created by satyajit
  • ex 7-1 not working

    E:\complete JBOSS\workbook\ex07_1\build.xml:60: E:\complete JBOSS\jboss-4.2.0.GA \server\default\deploy\jbossweb-tomcat55.sar\jsf-libs not found. this is the error what i am getting when i am running ant command
    Profile Photo
    created by maaz_ejb
  • Problem with EX05_1 & client_1

    C:\Data\Downloads\Enterprise_JavaBeans_3.0\oreilly-ejb3-workbook_for_jboss404_GA\workbook\ex05_1>ant run.client_1 Buildfile: build.xml prepare: compile: ejbjar: run.client_1: [java] javax.naming.NameNotFoundEx...
    Profile Photo
    last modified by jvmakela
  • Examples don't work with Java 1.6/JBoss 4.0.4.GA

    Not looking for information, just passing some along. I was running with the above combination and things worked fine until Chpt 11. Then I got exceptions when using Stateful session beans. I switched back to Java 1.5...
    Profile Photo
    last modified by joearmstrong