Louis Morisset

Greenhorn
+ Follow
since Jul 30, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Louis Morisset

Does any one know what needs to be put in the weblogic-ejb-jar.xml file for an Entity Bean in order for it to deploy correctly on to the server Weblogic 6.0. Same question for the ejb-jar.xml file. And is there a deployement engine that existe that will create there files for me?? I know that in Visual Age there is one that creates that .jar file with all that files needed to deploy in WebSphere. Does WEblogic have that same kind of deployement engine???

Thanks
Louis Morisset
22 years ago
Hi, I checked all that you said and every thing was fine. So I ran it and it worked. i don't know if I did something diffrent but it did. Now I am trying to run it again with no succes??? Is there something that you need to do to start the JNDI server. How can this work one minute and the next not?? All the code is fine, it ran an hour ago. So I think that the JDNI server is not running. When you deploy your EJB, do you need to do something special to register it to the JNDI server is it taken in charge by the deployement descriptor. I know it's novice questions, I am a novice at this.(third year University project )
thanks for your understanding.
Louis
22 years ago
Thanks I'll look into that... But I know that my server is on port 80, Is the example server on a diffrent one??
22 years ago
Hi everyone, I am trying to run the example trader that comes with the server. I have run the setExampleEnv.cmd batch file and downloaded the ejb.jar file missing. i have checked the sever console and everything is according to what is witten that needs to be done. I am using the pre-compiled .class but when I run this line which is form the tutorial $ java examples.ejb20.basic.statelessSession.Client "t3://127.0.0.1:80"
I get this error:

The client was unable to lookup the EJBHome. Please make sure
that you have deployed the ejb with the JNDI name ejb20-statelessSession-TraderHome on the WebLogic server at t3://127.0.0.1:80
So can anyone help me, I am in a littleb bit of a time crunch, like the rest of the world.
thanks.
Louis
22 years ago