Advertisement

03.15.2008 at 07:41PM PDT, ID: 23244736
[x]
Attachment Details

how to deploy ejb

Asked by bawaaj in BEA WebLogic Application Server, J2EE, Enterprise Java Beans (EJB)

Tags: java

Hi! I want to run simple ejb program in netbeans 5.0, but I don't know what to do after compiling (build) the files. How to deploy it? I am using weblogic server. And I have give all the file details in weblogic-ejb-jar.xml file :
<?xml version="1.0" encoding="UTF-8"?>
<weblogic-ejb-jar xmlns="http://www.bea.com/ns/weblogic/90"/>
<?xml version="1.0" encoding="UTF-8"?>
<!doctype ejb-jar>
<display-name>ejb1</display-name>
<enterprise-beans>
<session>
<display-name>AdviceBean</display-name>
<ejb-name>AdviceBean</ejb-name>
<home>AdviceHome</home>
<remote>Advice</remote>
<ejb-class>AdviceBean</ejb-class>
<session-type>Stateless</session-type>
<transaction-type>Bean</transaction-type>
<security-identity>
<description></description>
<use-caller-identity></use-caller-identity>
</security-identity>
</session>
</enterprise-beans>
</weblogic-ejb-jar>

what to do next? thanks in advanceStart Free Trial
[+][-]03.16.2008 at 03:08AM PDT, ID: 21136359

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

Start your 7-day free trial to view this Assisted Solution or ask the Experts your question.

 
[+][-]03.16.2008 at 09:38AM PDT, ID: 21137403

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]03.16.2008 at 11:20PM PDT, ID: 21140099

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.18.2008 at 12:19AM PDT, ID: 21148907

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.18.2008 at 12:42PM PDT, ID: 21154996

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]03.19.2008 at 02:09AM PDT, ID: 21159478

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

Start your 7-day free trial to view this Assisted Solution or ask the Experts your question.

 
[+][-]03.20.2008 at 03:34AM PDT, ID: 21169736

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: BEA WebLogic Application Server, J2EE, Enterprise Java Beans (EJB)
Tags: java
Sign Up Now!
Solution Provided By: Nellios
Participating Experts: 3
Solution Grade: B
 
 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628