0 Replies Latest reply on May 2, 2008 6:05 PM by dhaliwal

    Seam, Weblogic and seam-gen

    dhaliwal

      Hi,


      I have created a hotelbooking project outside seam-gen, using seam, trinidad, weblogic 10 and it works fine. I would like to work using eclipse so I have generated a template project using seam-gen. I have filled the template with all the src, views config from my project. I have made sure the ear/lib war/lib, etc are exactly the same. I open the project under eclipse, build the project and deploy to weblogic autodeploy dir. The project seems to deploy OK.


      
      
      ...
      
      
      <May 2, 2008 4:53:36 PM BST> <Warning> <EJB> <BEA-010202> <Call-by-reference is
      
      not enabled for the EJB 'AccountTypeEAOBean'. The server will have better perfor
      
      mance if it is enabled. To enable call-by-reference, set the enable-call-by-refe
      
      rence element to True in the weblogic-ejb-jar.xml deployment descriptor for this
      
       EJB.>
      
      May 2, 2008 4:53:57 PM com.sun.faces.config.ConfigureListener contextInitialized
      
      
      INFO: Initializing Sun's JavaServer Faces implementation (1.2_04-b16-p02) for co
      
      ntext '/gpbproject'
      
      May 2, 2008 4:53:58 PM com.sun.faces.spi.InjectionProviderFactory getProviderIns
      
      tance
      
      SEVERE: JSF1030: The specified InjectionProvider implementation 'com.bea.faces.W
      
      eblogicInjectionProvider' cannot be loaded.
      
      May 2, 2008 4:53:58 PM com.sun.faces.spi.InjectionProviderFactory createInstance
      
      
      INFO: JSF1048: PostConstruct/PreDestroy annotations present.  ManagedBeans methoINFO: JSF1048: PostConstruct/PreDestroy annotations present.  ManagedBea
      
      ds marked with these annotations will have said annotations processed.
      
      
      ...
      
      



      The project is called gpbproject, when I enter http://localhost:7001/gpbproject/ , nothing happens. No messages on the console.


      I would expect the tag libs to be added.


      ie
      ...
      com.sun.facelets.compiler.TagLibraryConfig loadImplicit
      INFO: Added Library from: zip:C:/bea/userprojects/domains/seamdomain/servers/A
      dminServer/tmp/WLuser/appsdirjboss-seam-jee5ear/a75s4b/war/WEB-INF/lib/jbos
      s-seam-ui.jar!/META-INF/s.taglib.xml
      May 2, 2008 4:50:37 PM com.sun.facelets.compiler.TagLibraryConfig loadImplicit
      INFO: Added Library from: zip:C:/bea/user
      projects/domains/seamdomain/servers/A
      dminServer/tmp/
      WLuser/appsdirjboss-seam-jee5ear/a75s4b/war/WEB-INF/lib/jsf-
      facelets.jar!/META-INF/jsf-core.taglib.xml


      ...



      Any ideas?


      Thanks,
      Balvindar