WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Bindings in SystemOut.log

    Posted 04/27/13 02:10 PM
    hi guys ca u plz eloborate the meaning of the term "bindings" in the following Logs of Systemout.log

    [4/17/13 12:19:08:171 IST] 00000013 EJBContainerI I CNTR0167I: The server is binding the com.ibm.websphere.samples.plantsbywebsphereejb.ShoppingCart interface of the ShoppingCart enterprise bean in the PlantsByWebSphereEJB.jar module of the PlantsByWebSphere application. The binding location is: ejb/PlantsByWebSphere/PlantsByWebSphereEJB.jar/ShoppingCart#com.ibm.websphere.samples.plantsbywebsphereejb.ShoppingCart

    [4/17/13 12:19:08:203 IST] 00000013 EJBContainerI I CNTR0167I: The server is binding the com.ibm.websphere.samples.plantsbywebsphereejb.ShoppingCart interface of the ShoppingCart enterprise bean in the PlantsByWebSphereEJB.jar module of the PlantsByWebSphere application. The binding location is: com.ibm.websphere.samples.plantsbywebsphereejb.ShoppingCart


     


  • 2.  Bindings in SystemOut.log

    Posted 04/29/13 07:44 AM
    well, i don't know exactly but this is one of WAS sample apps so may be app binding to db or something!


  • 3.  Bindings in SystemOut.log

    Posted 04/29/13 10:58 AM
    Before an application that is installed on an application server can start, all  references and resource references defined in the application must be bound to the actual artifacts (enterprise beans or resources) defined in the application server.

    When defining bindings, you specify Java Naming and Directory Interface (JNDI) names for the referenceable and referenced artifacts in an application. The jndiName values specified for artifacts must be qualified lookup names.

    read more @
    pic.dhe.ibm.com/infocenter/wasinfo/v6r0/...




  • 4.  Bindings in SystemOut.log

    Posted 04/29/13 10:38 PM
    Thanks a lot Joseph.