• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

EJB Deployment on weblogic6.1

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can anyone help me deploying an EJB in Weblogic6.1. I need step by step procedure.
 
sharp shooter, and author
Posts: 1913
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For WebLogic specific questions, you might be better posting a question in the BEA\WebLogic forum.
In any case, the WebLogic 6.1 documentation is a good place to start although it's not exactly easy to follow. :roll:
Does anybody know of any other good, step-by-step guides?
Simon
[ April 22, 2002: Message edited by: Simon Brown ]
 
Simon Brown
sharp shooter, and author
Posts: 1913
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Accompanying the O'Reilly Enterprise JavaBeans book, the BEA WebLogic 6.1 workbook for the examples does contain a whole load of useful information about how to get started with WebLogic.
You can download a free PDF version from Titan Books.
Cheers
Simon
 
Simon Brown
sharp shooter, and author
Posts: 1913
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Oh, and here's a PDF version of the BEA "Programming WebLogic EJB" docs that you can print out.
Simon
 
Ranch Hand
Posts: 8945
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
http://edocs.bea.com/wls/docs61/ejb/EJB_deployover.html#1053081
 
Raju Sathwik
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks all !!
Now I am able to deploy session beans but not entity beans. I am not able to get database connection pooling and datasource name thru console. I am expecting more help from u people.
Thank U
[ April 24, 2002: Message edited by: Raju Sathwik ]
 
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi..no need to go for console to create database pooling.
just place ur database property file which consists of connect string and driver in bea\wlserver\config\mydomain.now it'll automatically connect to req database.
thx..
rajaram
 
Ranch Hand
Posts: 351
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
rajaram:
Java Ranch has a few rules everyone must follow. One of them is the name policy.
Please read it here:
Java Ranch Name Policy
and change your display name to the format:
FirstName LastName
[ April 24, 2002: Message edited by: Michael Pearson ]
 
Raju Sathwik
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Mr. Rajaram,
Thanks for the reply. Could u send the format of that properties file. How the name and value pairs look like. Does it create a connection pool automatically. If so what name does it use. What are the changes that have to made to weblogic-cmp-rdbms-jar file. Hope u'll help me in this regard, If possible please send me the sample properties file to this mail id: raju@spryindia.com
Thanks
Raju
[ April 24, 2002: Message edited by: Raju Sathwik ]
 
rajaram
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi..i already posted props to ur mail id.dont do any modifications for weblogic server related jars..
thx..
rajaram
 
reply
    Bookmark Topic Watch Topic
  • New Topic