Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 487 results for
ejb3
- Page 1
EJB
Programming
Software Development
12 Years Ago
by solomon_13000
….war" 17:57:36,420 INFO [org.jboss.as.
ejb3
.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-3) JNDI bindings…
Ejb
Programming
Software Development
18 Years Ago
by jpeterc
can any one tell me how to get EJB related jar files... import javax.ejb.* - showing error in eclipse 3.2.0 ide.... hw to solve it?
ejb
Programming
Software Development
18 Years Ago
by aarya
i am learning ejb. which is the best and easiest software to deploy. is it weblogic or eclipse or jboss. i m little bit confused . any body guide me with good tutorial site? thanks
EJB and JDBC CONNECTION PROBLEM
Programming
Software Development
13 Years Ago
by shivarocks
hello friends i am new to ejb and i tried to create a session bean for obtaining JDBC Connection,and i called it from a servlet the session bean was a remote session bean but connection is not getting established.. EJB CODE : ConnectionBean.java [CODE] package com.ejb; import java.sql.Connection; import java.sql.DriverManager; import …
EJB tutorials
Programming
Software Development
18 Years Ago
by aarya
[B]Intro[/B] Today more and more developers want to write distributed transactional applications for the enterprise and leverage the speed, security, and reliability and server-side technology. If you are already working in this area, you know that in today’s fast moving and demanding world e –commerce and information technology, enterprise have …
EJB jUnit test and embedded GlassFish persistence error
Programming
Web Development
13 Years Ago
by Traps
I'm trying to create a jUnit test for my EJB's and if my app just contains a few beans everything's all good but as soon as I incorporate JPA and entity-classes my jUnit test blows up. My test fails at ejbContainer = javax.ejb.embeddable.EJBContainer.createEJBContainer(); and the stack trace says the following: > apr 03, 2012 6:28:…
EJB Problem
Programming
Web Development
14 Years Ago
by amitbhanot
Hi could someone tell me how to write a EJB module in NetBeans IDE/ MyEclipse. i am using NetBeans 6.9.1. not able to figure out what type of project to select from the choices? i am trying to write a Remote interface, a Home interface, Session Bean, ejb-jar and a client to access this ejb.
EJB 3.0 with JBoss 5.1
Programming
Software Development
13 Years Ago
by arka.sharma
Hi All, I am new to EJB and JBoss.I am trying to develop a very simple EJB 3.0 stateless calculator bean which I have done upto this.I have one remote interface "Calculator.java" a stateless bean class "CalculatorBean.java".I have successfully compiled these and packaged in a jar file and kept it in "JBOSS_HOME\server\…
Ejb + WebService
Programming
Software Development
13 Years Ago
by itsmeisuru
Hi, Im new to web services. I have written an EJB(3) project in Eclipse Id(Using jpa to retrieve data from database). Now I want to make this Ejb project to web service. I do not have clear idea about how to do this. The eclipse generates webService and webServiceClient easily, but I want to do those things manually using @webservice etc, but I …
EJB 3 : Can't inject bean in client code, both of which r managed by same container
Programming
Software Development
13 Years Ago
by daudiam
[CODE]@Local public interface EJBA{ // declares a method 'validate' } @Stateless public class EJBABean implements EJBA{ // implements the method 'validate' } class Model{ @EJB private EJBA ejbA; public void doSomething(){ ejbA.validate(); } } [/CODE] Now, if I do the following from the execute method of a Struts 1.2 action …
Re: Ejb
Programming
Software Development
18 Years Ago
by aniseed
j2ee.jar in the J2EE SDK or there is an application server specific JAR in each application server which has the JAR for J2EE implementation. Add it to your Eclipse project.
Re: ejb
Programming
Software Development
18 Years Ago
by jwenting
Each application server will have its own deployment mechanisms and tutorials. Eclipse is not an application server so has no place in your list :) I suggest you stick with the official reference implementation and the tutorials which make use of it for now. That way you won't be tricked into doing all kinds of server specific stuff and …
Re: ejb
Programming
Software Development
18 Years Ago
by aniseed
[QUOTE=jwenting] I suggest you stick with the official reference implementation and the tutorials which make use of it for now. That way you won't be tricked into doing all kinds of server specific stuff and thinking it's standard.[/QUOTE] If, by the official reference implementation, you mean the J2EE SDK and the [I]J2EE tutorial[/I], the …
Re: ejb
Programming
Software Development
18 Years Ago
by jwenting
not in the Java code it presents... If you code for for example JBoss there's tons of non-standard stuff you can do that won't work with any other server. The RI won't do that for the simple reason that it IS the standard :)
Re: ejb
Programming
Software Development
18 Years Ago
by masijade
The application server specific stuff in the tutorial is its description on how to deploy the examples on a sun one application server. Other than that, everything is standard j2ee. And the reader should hopefully be able to read the server documentation well enough to find out how to deploy an application, especially when a war file is …
Can't pass custom object, ejb remote interface and JPA, Netbeans
Programming
Software Development
12 Years Ago
by suncica2222
I'm using Netbeans 7, JEE project with application client, stateless ejb with remote interface, and JPA entity clasess made from sql script. Interfaces are in separate library project which is referenced in ejb and client project. **And the problem is the remote method that use custom interface object made from entity class cannot be returned. …
WebProject JPA+EJB+JSF+JBossAS7.1.1+Primefaces+Maven (troubles)
Programming
Software Development
10 Years Ago
by zolymo
… logis.war 08:17:20,284 INFO [org.jboss.as.
ejb3
.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-3) JNDI bindings…:module/GestorUsuariosServiceImpl 08:17:20,286 INFO [org.jboss.as.
ejb3
.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-3) JNDI bindings…
Getting error while executing an EJB
Programming
Software Development
14 Years Ago
by amitbhanot
Hi. I am trying to run an EJB through bea weblogic 8.1 server. I am trying to create a Stateless Session bean. I have created two jars and when I try to do a hot deployment, I get a server error. please see the error description below: [COLOR="Red"]Exception:weblogic.management.ApplicationException: prepare failed for DemoEJB Module: …
Is It Possible For Calling Struts from EJB (or) not
Programming
Software Development
15 Years Ago
by moyphus
[B]Is it possible calling struts from EJB (or) not[/B]. please I need an example for this...just calling Struts from EJB part is enough. How to call a DAO class from either Struts (or) EJB...I need an example for this too...Calling part and other configuration such as web.xml part
hi ,ejb problem
Programming
Software Development
19 Years Ago
by phani8123
i have a problem on ejb please tell me the steps needed for running an ejb program with ant and with weblogic when i am using weblogic builder for generating xml files it is saying no j2ee component,why so
Re: hi ,ejb problem
Programming
Software Development
19 Years Ago
by phani8123
hi, thanks for the response . but i dont know to run the ant,so i request to tell me the procedure.and abt ejb in weblogic first i prepared EJBHome program then EJBObject then an entity bean compiled them.now i have to generate xml files but it says "No J@EE component installed" previously i have ran 2 ejb programs .yet now not coming,…
package javax.ejb.* does not exist
Programming
Software Development
18 Years Ago
by shishir
hi everyone i am new to java and currently working on a project in jsp and ejb. everytime i try to run the program i encounter an error that package javax.ejb does not exist. i have jdk1.3 and j2sdkee 1.3 installed and have added j2ee.jar present in lib of j2sdkee in my classpath.my classpath is C:\jdk1.3.0_05\lib\tools.jar;.;C:\Tomcat 4.1\common…
NETBEANS and EJB
Programming
Software Development
15 Years Ago
by GradStudent
Hi all, I am working on a very simple EJB application in Netbeans 6.8 and EJB 3.0. Somethng wierd with the deployment.. I created a new Enterprise Application. But apparantly Build works fine but when i deploy it i get MODULE HAS NOT BEEN DEPLOYED MESSAGE and It Fails.. Am I missing anything here.. ? .[CODE]deploy?path=C:\Users\School1\…
help? step missing btween core java and EJB
Programming
Software Development
14 Years Ago
by de.ICeman
I HAVE DONE CORE JAVA , AND WANT TO MOVE TO ADV.JAVA . BUT IN CLASS AS ADV.JAVA THEY STARTED EJB (ENTERPRISE JAVA BEAN) IT BIT HARD TO UNDERSTAND . SO HAVE I MISSED ANY STEP??? OR ANYTHING SHOULD BE DONE BEFORE MOVING TO eJB??????? plz adviCE ????????? AND HOW TO SET A THIS THREAD IN DANIWEB AS SOLVED ,WHEN I FOUND ANWSER TO QUESTION.
Book for Beginner In Ejb
Programming
Software Development
13 Years Ago
by de.ICeman
Can anyone suggest book for beginner In EJB 3.0 Like Head first (there is Head first Ejb but its 2.0). Any suggestions would be appreciated.
Re: Book for Beginner In Ejb
Programming
Software Development
13 Years Ago
by peter_budo
[URL="http://www.manning.com/panda/"]EJB 3 in Action[/URL] and second edition is in early access [URL="http://www.manning.com/panda2/"]EJB 3 in Action, Second Edition[/URL]
Call from EJB to Interface
Programming
Software Development
12 Years Ago
by c.pentasuglia
So i have a java program running as a lib on a server. I need to just simply run a method within that library. In order to do so through J2EE, i need to get a call from a JSP -> EJB ->ResourceAdapter->Method. So i have the Reasource Adapter and method figured out. The resoruce adapter has an interface that listens for messages or calls …
Code createEvent function for fast food restaurant using EJB TimerService
Programming
Software Development
11 Years Ago
by seanynguyen
Hey guy, I am developing an enterprise application using JavaEE7 EJB 3.1 that is "Fast food restaurant management". Now I am writting a framework for user to create many types of event they wish. Let's say, like KFC or McDonalt, they usually apply many event to discount their products, or buy one get many... etc. Now I get stuck with the …
Re: package javax.ejb.* does not exist
Programming
Software Development
18 Years Ago
by shishir
[quote=thekashyap;336440]From what I know j2ee.jar is the one that contains these classes. Can you run echo %CLASSPATH% in the same cmd window where you are able to reproduce the error and see it? Also see [URL="http://forum.java.sun.com/thread.jspa?threadID=582242&messageID=2965329"]this thread[/URL] if it helps.. J2EE_HOME should …
Re: package javax.ejb.* does not exist
Programming
Software Development
18 Years Ago
by shishir
i dont think its gonna work that way i am now trying to run it by j2ee server and not by tomcat server. but now i am getting new problem of no suitable driver to connect the jsp page or ejb to oracle....i am using sun.jdbc.odbc.jdbcodbc bridge driver but was getting the error "Error java.sql.SQLException: [Microsoft][ODBC Driver Manager] …
1
2
3
9
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC