2 Replies Latest reply on Dec 10, 2008 9:53 PM by clerum

    seam-gen and JBAS 5.0 GA (Style Lost)

    clerum

      I'm seeing an issue where when I moved my current seam 2.1SP1 project to JBAS 5.0 GA the style seems to be lost.


      The output below is from a fresh seam-gen projected


      As you can see from the page source the style is set to ;


      Is this something simple to fix or should I be opening a JIRA issue?



      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > 
       
      <html xmlns="http://www.w3.org/1999/xhtml"> 
      <head> 
          <script type='text/javascript' src='/playpen/a4j/g/3_2_2.GA/org/ajax4jsf/framework.pack.js'></script><script type='text/javascript' src='/playpen/a4j/g/3_2_2.GA/org/richfaces/ui.pack.js'></script><link class='component' rel='stylesheet' type='text/css' href='/playpen/a4j/s/3_2_2.GA/org/richfaces/skin.xcss/DATB/eAFrvajdHLp8hjQAEgwDtA__' /><link class='user' rel='stylesheet' type='text/css' href='/playpen/stylesheet/theme.xcss' /><link class='user' rel='stylesheet' type='text/css' href='/playpen/stylesheet/theme.css' /><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
          <title>playpen</title> 
          <link rel="shortcut icon" href="/playpen/favicon.ico" /> 
      </head> 
       
      <body><table border="0" cellpadding="0" cellspacing="0" class="dr-toolbar-ext rich-toolbar " id="j_id5" width="100%"><tr valign="middle"><td class="dr-toolbar-int rich-toolbar-item  " style=";">playpen:</td><td class="dr-toolbar-int rich-toolbar-item  " style=";"><a href="/playpen/home.seam" id="j_id8">Home</a></td><td class="dr-toolbar-int rich-toolbar-item "> 
          <!-- @newMenuItem@ --></td><td width="100%"></td><td class="dr-toolbar-int rich-toolbar-item  " style=";"><a href="/playpen/login.seam" id="j_id12">Login</a></td></tr></table> 
       
        <div class="body"> 
       
              <h1>Welcome to Seam!</h1><div class="dr-pnl rich-panel " id="j_id16"><div class="dr-pnl-b rich-panel-body " id="j_id16_body"><table> 
      <tbody> 
      <tr> 
      <td><img src="/playpen/img/seamlogo.png" alt="Seam logo" /></td> 
      <td><div id="j_id19" class="info"> 
                          <p><strong>Your seam-gen project is deployed!</strong> Here are some of the features this project provides:</p> 
                          <ul class="bullets"> 
                              <li>Ant build script</li> 
                              <li>Deployment to JBoss AS (EAR or WAR)</li> 
                              <li>Development and production profiles</li> 
                              <li>Integration testing using TestNG and Embedded JBoss</li> 
                              <li>JavaBean or EJB 3.0 Seam components</li> 
                              <li>JPA entity classes</li> 
                              <li>A configurable DataSource and JPA EntityManager</li> 
                              <li>Templated Facelets views</li> 
                              <li>RichFaces panels and tables</li> 
                              <li>Default CSS stylesheet</li> 
                              <li>Internationalization support</li> 
                          </ul></div></td> 
      </tr> 
      </tbody> 
      </table> 
      </div></div> 
        </div> 
       
        <div class="footer"> 
          Powered by <a href="http://jboss.com/products/seam">Seam</a>.
          Generated by seam-gen.
        </div> 
       
      </body> 
      </html>









      08:48:33,146 INFO  [TomcatDeployment] deploy, ctxPath=/playpen, vfsUrl=playpen.ear/playpen.war
      08:48:34,064 INFO  [ServletContextListener] Welcome to Seam 2.1.0.SP1
      08:48:38,066 INFO  [Initialization] Namespace: http://jboss.com/products/seam/async, package: org.jboss.seam.async, prefix: org.jboss.seam.async
      08:48:38,067 INFO  [Initialization] Namespace: http://jboss.com/products/seam/framework, package: org.jboss.seam.framework, prefix: org.jboss.seam.core.framework
      08:48:38,067 INFO  [Initialization] Namespace: http://jboss.com/products/seam/theme, package: org.jboss.seam.theme, prefix: org.jboss.seam.theme
      08:48:38,067 INFO  [Initialization] Namespace: http://jboss.com/products/seam/security, package: org.jboss.seam.security.management, prefix: org.jboss.seam.security
      08:48:38,067 INFO  [Initialization] Namespace: http://jboss.com/products/seam/mail, package: org.jboss.seam.mail, prefix: org.jboss.seam.mail
      08:48:38,068 INFO  [Initialization] Namespace: http://jboss.com/products/seam/bpm, package: org.jboss.seam.bpm, prefix: org.jboss.seam.bpm
      08:48:38,068 INFO  [Initialization] Namespace: http://jboss.com/products/seam/security, package: org.jboss.seam.security, prefix: org.jboss.seam.security
      08:48:38,068 INFO  [Initialization] Namespace: http://jboss.com/products/seam/web, package: org.jboss.seam.web, prefix: org.jboss.seam.web
      08:48:38,068 INFO  [Initialization] Namespace: http://jboss.com/products/seam/captcha, package: org.jboss.seam.captcha, prefix: org.jboss.seam.captcha
      08:48:38,068 INFO  [Initialization] Namespace: http://jboss.com/products/seam/navigation, package: org.jboss.seam.navigation, prefix: org.jboss.seam.navigation
      08:48:38,068 INFO  [Initialization] Namespace: http://jboss.com/products/seam/core, package: org.jboss.seam.core, prefix: org.jboss.seam.core
      08:48:38,068 INFO  [Initialization] Namespace: http://jboss.com/products/seam/international, package: org.jboss.seam.international, prefix: org.jboss.seam.international
      08:48:38,068 INFO  [Initialization] Namespace: http://jboss.com/products/seam/pdf, package: org.jboss.seam.pdf, prefix: 
      08:48:38,068 INFO  [Initialization] Namespace: http://jboss.com/products/seam/cache, package: org.jboss.seam.cache, prefix: org.jboss.seam.cache
      08:48:38,068 INFO  [Initialization] Namespace: http://jboss.com/products/seam/jms, package: org.jboss.seam.jms, prefix: org.jboss.seam.jms
      08:48:38,068 INFO  [Initialization] Namespace: http://jboss.com/products/seam/ui, package: org.jboss.seam.ui, prefix: org.jboss.seam.ui
      08:48:38,068 INFO  [Initialization] Namespace: http://jboss.com/products/seam/excel, package: org.jboss.seam.excel, prefix: org.jboss.seam.excel
      08:48:38,068 INFO  [Initialization] Namespace: http://jboss.com/products/seam/transaction, package: org.jboss.seam.transaction, prefix: org.jboss.seam.transaction
      08:48:38,068 INFO  [Initialization] Namespace: http://jboss.com/products/seam/remoting, package: org.jboss.seam.remoting, prefix: org.jboss.seam.remoting
      08:48:38,068 INFO  [Initialization] Namespace: http://jboss.com/products/seam/security, package: org.jboss.seam.security.permission, prefix: org.jboss.seam.security
      08:48:38,068 INFO  [Initialization] Namespace: http://jboss.com/products/seam/drools, package: org.jboss.seam.drools, prefix: org.jboss.seam.drools
      08:48:38,068 INFO  [Initialization] Namespace: http://jboss.com/products/seam/spring, package: org.jboss.seam.ioc.spring, prefix: org.jboss.seam.ioc.spring
      08:48:38,068 INFO  [Initialization] Namespace: http://jboss.com/products/seam/persistence, package: org.jboss.seam.persistence, prefix: org.jboss.seam.persistence
      08:48:38,068 INFO  [Initialization] Namespace: http://jboss.com/products/seam/document, package: org.jboss.seam.document, prefix: org.jboss.seam.document
      08:48:38,069 INFO  [Initialization] reading /WEB-INF/components.xml
      08:48:38,109 INFO  [Initialization] reading properties from: /seam.properties
      08:48:38,110 INFO  [Initialization] reading properties from: /jndi.properties
      08:48:38,112 INFO  [Initialization] initializing Seam
      08:48:39,128 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.resourceLoader
      08:48:39,133 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.jms.topicConnection
      08:48:39,133 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.manager
      08:48:39,134 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.locale
      08:48:39,134 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.locale
      08:48:39,135 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.transaction.synchronizations
      08:48:39,137 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.web.isUserInRole
      08:48:39,137 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.web.parameters
      08:48:39,137 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.expressions
      08:48:39,137 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.persistence.persistenceProvider
      08:48:39,138 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.web.userPrincipal
      08:48:39,153 INFO  [Component] Component: org.jboss.seam.core.init, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Init
      08:48:39,217 INFO  [Initialization] Installing components...
      08:48:39,231 INFO  [Component] Component: authenticator, scope: EVENT, type: JAVA_BEAN, class: net.clearfly.playpen.Authenticator
      08:48:39,249 INFO  [Component] Component: entityManager, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.persistence.ManagedPersistenceContext
      08:48:39,250 INFO  [Component] Component: org.jboss.seam.async.asynchronousExceptionHandler, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.async.AsynchronousExceptionHandler
      08:48:39,251 INFO  [Component] Component: org.jboss.seam.async.dispatcher, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.async.ThreadPoolDispatcher
      08:48:39,254 INFO  [Component] Component: org.jboss.seam.captcha.captcha, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.captcha.Captcha
      08:48:39,255 INFO  [Component] Component: org.jboss.seam.captcha.captchaImage, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.captcha.CaptchaImage
      08:48:39,256 INFO  [Component] Component: org.jboss.seam.core.ConversationIdGenerator, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationIdGenerator
      08:48:39,259 INFO  [Component] Component: org.jboss.seam.core.contexts, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Contexts
      08:48:39,260 INFO  [Component] Component: org.jboss.seam.core.conversation, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Conversation
      08:48:39,261 INFO  [Component] Component: org.jboss.seam.core.conversationEntries, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationEntries
      08:48:39,262 INFO  [Component] Component: org.jboss.seam.core.conversationListFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationList
      08:48:39,263 INFO  [Component] Component: org.jboss.seam.core.conversationPropagation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationPropagation
      08:48:39,264 INFO  [Component] Component: org.jboss.seam.core.conversationStackFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationStack
      08:48:39,264 INFO  [Component] Component: org.jboss.seam.core.events, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.Events
      08:48:39,265 INFO  [Component] Component: org.jboss.seam.core.expressions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesExpressions
      08:48:39,265 INFO  [Component] Component: org.jboss.seam.core.interpolator, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Interpolator
      08:48:39,266 INFO  [Component] Component: org.jboss.seam.core.locale, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Locale
      08:48:39,269 INFO  [Component] Component: org.jboss.seam.core.manager, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesManager
      08:48:39,271 INFO  [Component] Component: org.jboss.seam.core.resourceBundle, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ResourceBundle
      08:48:39,272 INFO  [Component] Component: org.jboss.seam.core.resourceLoader, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.ResourceLoader
      08:48:39,273 INFO  [Component] Component: org.jboss.seam.core.validators, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Validators
      08:48:39,278 INFO  [Component] Component: org.jboss.seam.debug.contexts, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.debug.Contexts
      08:48:39,281 INFO  [Component] Component: org.jboss.seam.debug.hotDeployFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.debug.hot.HotDeployFilter
      08:48:39,282 INFO  [Component] Component: org.jboss.seam.debug.introspector, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.debug.Introspector
      08:48:39,286 INFO  [Component] Component: org.jboss.seam.debug.jsf.debugRedirect, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.debug.jsf.DebugRedirect
      08:48:39,286 INFO  [Component] Component: org.jboss.seam.document.documentStore, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.document.DocumentStore
      08:48:39,288 INFO  [Component] Component: org.jboss.seam.excel.excelFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.excel.ExcelFactory
      08:48:39,293 INFO  [Component] Component: org.jboss.seam.excel.exporter.excelExporter, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.excel.exporter.ExcelExporter
      08:48:39,297 INFO  [Component] Component: org.jboss.seam.exception.exceptions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.exception.Exceptions
      08:48:39,300 INFO  [Component] Component: org.jboss.seam.faces.dataModels, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.DataModels
      08:48:39,301 INFO  [Component] Component: org.jboss.seam.faces.facesContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesContext
      08:48:39,301 INFO  [Component] Component: org.jboss.seam.faces.facesPage, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesPage
      08:48:39,302 INFO  [Component] Component: org.jboss.seam.faces.httpError, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.HttpError
      08:48:39,302 INFO  [Component] Component: org.jboss.seam.faces.redirect, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.Redirect
      08:48:39,304 INFO  [Component] Component: org.jboss.seam.faces.renderer, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.FaceletsRenderer
      08:48:39,304 INFO  [Component] Component: org.jboss.seam.faces.switcher, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.faces.Switcher
      08:48:39,304 INFO  [Component] Component: org.jboss.seam.faces.uiComponent, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.UiComponent
      08:48:39,305 INFO  [Component] Component: org.jboss.seam.faces.validation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.Validation
      08:48:39,305 INFO  [Component] Component: org.jboss.seam.framework.currentDate, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDate
      08:48:39,307 INFO  [Component] Component: org.jboss.seam.framework.currentDatetime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDatetime
      08:48:39,309 INFO  [Component] Component: org.jboss.seam.framework.currentTime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentTime
      08:48:39,313 INFO  [Component] Component: org.jboss.seam.graphicImage.image, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.Image
      08:48:39,314 INFO  [Component] Component: org.jboss.seam.international.localeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.LocaleSelector
      08:48:39,315 INFO  [Component] Component: org.jboss.seam.international.messagesFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Messages
      08:48:39,317 INFO  [Component] Component: org.jboss.seam.international.statusMessages, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesMessages
      08:48:39,318 INFO  [Component] Component: org.jboss.seam.international.timeZone, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZone
      08:48:39,319 INFO  [Component] Component: org.jboss.seam.international.timeZoneSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZoneSelector
      08:48:39,321 INFO  [Component] Component: org.jboss.seam.mail.mailSession, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.mail.MailSession
      08:48:39,327 INFO  [Component] Component: org.jboss.seam.navigation.pages, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.Pages
      08:48:39,331 INFO  [Component] Component: org.jboss.seam.navigation.safeActions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.SafeActions
      08:48:39,331 INFO  [Component] Component: org.jboss.seam.persistence.persistenceContexts, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.persistence.PersistenceContexts
      08:48:39,335 INFO  [Component] Component: org.jboss.seam.persistence.persistenceProvider, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.persistence.HibernatePersistenceProvider
      08:48:39,338 INFO  [Component] Component: org.jboss.seam.remoting.gwt.gwtToSeamAdapter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.remoting.gwt.GWTToSeamAdapter
      08:48:39,338 INFO  [Component] Component: org.jboss.seam.remoting.remoting, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.remoting.Remoting
      08:48:39,341 INFO  [Component] Component: org.jboss.seam.security.configurationFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.security.Configuration
      08:48:39,342 INFO  [Component] Component: org.jboss.seam.security.credentials, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.Credentials
      08:48:39,343 INFO  [Component] Component: org.jboss.seam.security.entityPermissionChecker, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.EntityPermissionChecker
      08:48:39,344 INFO  [Component] Component: org.jboss.seam.security.facesSecurityEvents, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.FacesSecurityEvents
      08:48:39,346 INFO  [Component] Component: org.jboss.seam.security.identifierPolicy, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.IdentifierPolicy
      08:48:39,348 INFO  [Component] Component: org.jboss.seam.security.identity, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.Identity
      08:48:39,351 INFO  [Component] Component: org.jboss.seam.security.identityManager, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.security.management.IdentityManager
      08:48:39,353 INFO  [Component] Component: org.jboss.seam.security.management.roleAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.RoleAction
      08:48:39,355 INFO  [Component] Component: org.jboss.seam.security.management.roleSearch, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.RoleSearch
      08:48:39,359 INFO  [Component] Component: org.jboss.seam.security.management.userAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.UserAction
      08:48:39,361 INFO  [Component] Component: org.jboss.seam.security.management.userSearch, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.UserSearch
      08:48:39,362 INFO  [Component] Component: org.jboss.seam.security.passwordHash, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.security.management.PasswordHash
      08:48:39,363 INFO  [Component] Component: org.jboss.seam.security.permission.permissionSearch, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.action.PermissionSearch
      08:48:39,366 INFO  [Component] Component: org.jboss.seam.security.permissionManager, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PermissionManager
      08:48:39,369 INFO  [Component] Component: org.jboss.seam.security.permissionMapper, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PermissionMapper
      08:48:39,369 INFO  [Component] Component: org.jboss.seam.security.persistentPermissionResolver, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PersistentPermissionResolver
      08:48:39,371 INFO  [Component] Component: org.jboss.seam.security.rememberMe, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.RememberMe
      08:48:39,373 INFO  [Component] Component: org.jboss.seam.security.ruleBasedPermissionResolver, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.RuleBasedPermissionResolver
      08:48:39,374 INFO  [Component] Component: org.jboss.seam.theme.themeFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.theme.Theme
      08:48:39,375 INFO  [Component] Component: org.jboss.seam.theme.themeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.theme.ThemeSelector
      08:48:39,375 INFO  [Component] Component: org.jboss.seam.transaction.synchronizations, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.SeSynchronizations
      08:48:39,376 INFO  [Component] Component: org.jboss.seam.transaction.transaction, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.Transaction
      08:48:39,377 INFO  [Component] Component: org.jboss.seam.ui.EntityConverter, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.ui.EntityConverter
      08:48:39,378 INFO  [Component] Component: org.jboss.seam.ui.entityIdentifierStore, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.ui.EntityIdentifierStore
      08:48:39,383 INFO  [Component] Component: org.jboss.seam.ui.entityLoader, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.JpaEntityLoader
      08:48:39,386 INFO  [Component] Component: org.jboss.seam.ui.facelet.faceletCompiler, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.FaceletCompiler
      08:48:39,386 INFO  [Component] Component: org.jboss.seam.ui.facelet.facesContextFactory, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.RendererFacesContextFactory
      08:48:39,388 WARN  [Component] Component class should be serializable: org.jboss.seam.ui.facelet.mockHttpSession
      08:48:39,388 INFO  [Component] Component: org.jboss.seam.ui.facelet.mockHttpSession, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.HttpSessionManager
      08:48:39,389 INFO  [Component] Component: org.jboss.seam.ui.facelet.mockServletContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.ServletContextManager
      08:48:39,389 INFO  [Component] Component: org.jboss.seam.ui.graphicImage.graphicImageResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.GraphicImageResource
      08:48:39,390 INFO  [Component] Component: org.jboss.seam.ui.graphicImage.graphicImageStore, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.GraphicImageStore
      08:48:39,392 INFO  [Component] Component: org.jboss.seam.ui.resource.webResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.resource.WebResource
      08:48:39,392 INFO  [Component] Component: org.jboss.seam.web.ajax4jsfFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.Ajax4jsfFilter
      08:48:39,394 INFO  [Component] Component: org.jboss.seam.web.ajax4jsfFilterInstantiator, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.filter.Ajax4jsfFilterInstantiator
      08:48:39,396 INFO  [Component] Component: org.jboss.seam.web.exceptionFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.ExceptionFilter
      08:48:39,397 INFO  [Component] Component: org.jboss.seam.web.identityFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.IdentityFilter
      08:48:39,398 INFO  [Component] Component: org.jboss.seam.web.isUserInRole, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.IsUserInRole
      08:48:39,398 INFO  [Component] Component: org.jboss.seam.web.loggingFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.LoggingFilter
      08:48:39,399 INFO  [Component] Component: org.jboss.seam.web.multipartFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.MultipartFilter
      08:48:39,399 INFO  [Component] Component: org.jboss.seam.web.parameters, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.Parameters
      08:48:39,400 INFO  [Component] Component: org.jboss.seam.web.redirectFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.RedirectFilter
      08:48:39,400 INFO  [Component] Component: org.jboss.seam.web.servletContexts, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.web.ServletContexts
      08:48:39,401 INFO  [Component] Component: org.jboss.seam.web.session, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.web.Session
      08:48:39,401 INFO  [Component] Component: org.jboss.seam.web.userPrincipal, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.UserPrincipal
      08:48:39,402 INFO  [Component] Component: securityRules, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.drools.RuleBase
      08:48:39,404 INFO  [Contexts] starting up: org.jboss.seam.security.persistentPermissionResolver
      08:48:39,406 WARN  [PersistentPermissionResolver] no permission store available - please install a PermissionStore with the name 'org.jboss.seam.security.jpaPermissionStore' if persistent permissions are required.
      08:48:39,406 INFO  [Contexts] starting up: org.jboss.seam.security.permissionMapper
      08:48:39,406 INFO  [Contexts] starting up: org.jboss.seam.navigation.pages
      08:48:39,415 INFO  [Contexts] starting up: org.jboss.seam.security.entityPermissionChecker
      08:48:39,415 INFO  [Contexts] starting up: org.jboss.seam.security.facesSecurityEvents
      08:48:39,416 INFO  [Initialization] done initializing Seam
      08:48:39,418 INFO  [SeamFilter] Initializing filter: org.jboss.seam.debug.hotDeployFilter
      08:48:39,418 INFO  [SeamFilter] Initializing filter: org.jboss.seam.web.loggingFilter
      08:48:39,418 INFO  [SeamFilter] Initializing filter: org.jboss.seam.web.ajax4jsfFilter
      08:48:39,437 INFO  [CacheManager] Selected [org.ajax4jsf.cache.LRUMapCacheFactory] cache factory
      08:48:39,439 INFO  [LRUMapCacheFactory] Creating LRUMap cache instance using parameters: {facelets.DEVELOPMENT=true, org.richfaces.CONTROL_SKINNING=disable, com.sun.faces.duplicateJARPattern=^tmp\d+(\S*\.jar), org.richfaces.CONTROL_SKINNING_CLASSES=disable, org.richfaces.SKIN=classic, com.sun.faces.injectionProvider=org.jboss.web.jsf.integration.injection.JBossDelegatingInjectionProvider, org.richfaces.LoadScriptStrategy=ALL, org.richfaces.LoadStyleStrategy=ALL, javax.faces.DEFAULT_SUFFIX=.xhtml}
      08:48:39,439 INFO  [LRUMapCacheFactory] Creating LRUMap cache instance of default capacity
      08:48:39,454 INFO  [CacheManager] Selected [org.ajax4jsf.cache.LRUMapCacheFactory] cache factory
      08:48:39,454 INFO  [LRUMapCacheFactory] Creating LRUMap cache instance using parameters: {facelets.DEVELOPMENT=true, org.richfaces.CONTROL_SKINNING=disable, com.sun.faces.duplicateJARPattern=^tmp\d+(\S*\.jar), org.richfaces.CONTROL_SKINNING_CLASSES=disable, org.richfaces.SKIN=classic, com.sun.faces.injectionProvider=org.jboss.web.jsf.integration.injection.JBossDelegatingInjectionProvider, org.richfaces.LoadScriptStrategy=ALL, org.richfaces.LoadStyleStrategy=ALL, javax.faces.DEFAULT_SUFFIX=.xhtml}
      08:48:39,454 INFO  [LRUMapCacheFactory] Creating LRUMap cache instance of default capacity
      08:48:39,454 INFO  [SeamFilter] Initializing filter: org.jboss.seam.web.redirectFilter
      08:48:39,454 INFO  [SeamFilter] Initializing filter: org.jboss.seam.web.exceptionFilter
      08:48:39,454 INFO  [SeamFilter] Initializing filter: org.jboss.seam.web.multipartFilter
      08:48:39,455 INFO  [SeamFilter] Initializing filter: org.jboss.seam.web.identityFilter
      08:48:54,904 INFO  [Contexts] starting up: org.jboss.seam.security.identity
      08:48:54,906 INFO  [Contexts] starting up: org.jboss.seam.security.ruleBasedPermissionResolver
      08:48:55,246 INFO  [RuleBase] parsing rules: /security.drl
      08:48:55,426 INFO  [Contexts] starting up: org.jboss.seam.web.session
      08:48:59,171 INFO  [compiler] Added Library from: vfszip:/V:/JBAS5-DEV/jboss-5.0.0.GA/server/default/deploy/playpen.ear/playpen.war/WEB-INF/lib/jsf-facelets.jar/META-INF/jsf-core.taglib.xml
      08:48:59,175 INFO  [compiler] Added Library from: vfszip:/V:/JBAS5-DEV/jboss-5.0.0.GA/server/default/deploy/playpen.ear/playpen.war/WEB-INF/lib/jsf-facelets.jar/META-INF/jsf-html.taglib.xml
      08:48:59,185 INFO  [compiler] Added Library from: vfszip:/V:/JBAS5-DEV/jboss-5.0.0.GA/server/default/deploy/playpen.ear/playpen.war/WEB-INF/lib/jsf-facelets.jar/META-INF/jsf-ui.taglib.xml
      08:48:59,194 INFO  [compiler] Added Library from: vfszip:/V:/JBAS5-DEV/jboss-5.0.0.GA/server/default/deploy/playpen.ear/playpen.war/WEB-INF/lib/jsf-facelets.jar/META-INF/jstl-core.taglib.xml
      08:48:59,198 INFO  [compiler] Added Library from: vfszip:/V:/JBAS5-DEV/jboss-5.0.0.GA/server/default/deploy/playpen.ear/playpen.war/WEB-INF/lib/jsf-facelets.jar/META-INF/jstl-fn.taglib.xml
      08:48:59,206 INFO  [compiler] Added Library from: vfszip:/V:/JBAS5-DEV/jboss-5.0.0.GA/server/default/deploy/playpen.ear/playpen.war/WEB-INF/lib/jboss-seam-ui.jar/META-INF/s.taglib.xml
      08:48:59,208 INFO  [compiler] Added Library from: vfszip:/V:/JBAS5-DEV/jboss-5.0.0.GA/server/default/deploy/playpen.ear/playpen.war/WEB-INF/lib/jboss-seam-rss.jar/META-INF/seam-rss.taglib.xml
      08:48:59,211 INFO  [compiler] Added Library from: vfszip:/V:/JBAS5-DEV/jboss-5.0.0.GA/server/default/deploy/playpen.ear/playpen.war/WEB-INF/lib/jboss-seam-mail.jar/META-INF/seam-mail.taglib.xml
      08:48:59,221 INFO  [compiler] Added Library from: vfszip:/V:/JBAS5-DEV/jboss-5.0.0.GA/server/default/deploy/playpen.ear/playpen.war/WEB-INF/lib/richfaces-ui.jar/META-INF/a4j.taglib.xml
      08:48:59,224 INFO  [compiler] Added Library from: vfszip:/V:/JBAS5-DEV/jboss-5.0.0.GA/server/default/deploy/playpen.ear/playpen.war/WEB-INF/lib/richfaces-ui.jar/META-INF/ajax4jsf.taglib.xml
      08:48:59,227 INFO  [compiler] Added Library from: vfszip:/V:/JBAS5-DEV/jboss-5.0.0.GA/server/default/deploy/playpen.ear/playpen.war/WEB-INF/lib/richfaces-ui.jar/META-INF/jsp.taglib.xml
      08:48:59,261 INFO  [compiler] Added Library from: vfszip:/V:/JBAS5-DEV/jboss-5.0.0.GA/server/default/deploy/playpen.ear/playpen.war/WEB-INF/lib/richfaces-ui.jar/META-INF/rich.taglib.xml
      08:48:59,264 INFO  [compiler] Added Library from: vfszip:/V:/JBAS5-DEV/jboss-5.0.0.GA/server/default/deploy/playpen.ear/playpen.war/WEB-INF/lib/richfaces-ui.jar/META-INF/richfaces.taglib.xml
      08:48:59,266 INFO  [compiler] Added Library from: vfszip:/V:/JBAS5-DEV/jboss-5.0.0.GA/server/default/deploy/playpen.ear/playpen.war/WEB-INF/lib/jboss-seam-excel.jar/META-INF/seam-excel.taglib.xml
      08:48:59,268 INFO  [compiler] Added Library from: vfszip:/V:/JBAS5-DEV/jboss-5.0.0.GA/server/default/deploy/playpen.ear/playpen.war/WEB-INF/lib/jboss-seam-pdf.jar/META-INF/seam-pdf.taglib.xml




        • 1. Re: seam-gen and JBAS 5.0 GA (Style Lost)
          clerum

          Anyone else seeing this?


          Is this a known issue? Fixed by 2.1.1?

          • 2. Re: seam-gen and JBAS 5.0 GA (Style Lost)
            clerum

            Switched to 2.1.1CR2 and it appears to be styled now. Can anyone see why?



            <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > 
             
            <html xmlns="http://www.w3.org/1999/xhtml"> 
            <head> 
                <script type='text/javascript' src='/pigpen/a4j/g/3_2_2.SR1/org/ajax4jsf/framework.pack.js'></script><script type='text/javascript' src='/pigpen/a4j/g/3_2_2.SR1/org/richfaces/ui.pack.js'></script><link class='component' rel='stylesheet' type='text/css' href='/pigpen/a4j/s/3_2_2.SR1/org/richfaces/skin.xcss/DATB/eAFrvajdHLp8hjQAEgwDtA__' /><link class='user' rel='stylesheet' type='text/css' href='/pigpen/a4j/s/3_2_2.SR1stylesheet/theme.xcss/DATB/eAFrvajdHLp8hjQAEgwDtA__' /><link class='user' rel='stylesheet' type='text/css' href='/pigpen/stylesheet/theme.css' /><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
                <title>pigpen</title> 
                <link rel="shortcut icon" href="/pigpen/favicon.ico" /> 
            </head> 
             
            <body><table border="0" cellpadding="0" cellspacing="0" class="dr-toolbar-ext rich-toolbar " id="j_id5" width="100%"><tr valign="middle"><td class="dr-toolbar-int rich-toolbar-item  " style=";">pigpen:</td><td class="dr-toolbar-int rich-toolbar-item  " style=";"><a href="/pigpen/home.seam" id="j_id8">Home</a></td><td class="dr-toolbar-int rich-toolbar-item "> 
                <!-- @newMenuItem@ --></td><td width="100%"></td><td class="dr-toolbar-int rich-toolbar-item  " style=";"><a href="/pigpen/login.seam" id="j_id12">Login</a></td></tr></table> 
             
              <div class="body"> 
             
                    <h1>Welcome to Seam!</h1><div class="dr-pnl rich-panel " id="j_id16"><div class="dr-pnl-b rich-panel-body " id="j_id16_body"><table> 
            <tbody> 
            <tr> 
            <td><img src="/pigpen/img/seamlogo.png" alt="Seam logo" /></td> 
            <td><div id="j_id19" class="info"> 
                                <p><strong>Your seam-gen project is deployed!</strong> Here are some of the features this project provides:</p> 
                                <ul class="bullets"> 
                                    <li>Ant build script</li> 
                                    <li>Deployment to JBoss AS (EAR or WAR)</li> 
                                    <li>Development and production profiles</li> 
                                    <li>Integration testing using TestNG and Embedded JBoss</li> 
                                    <li>JavaBean or EJB 3.0 Seam components</li> 
                                    <li>JPA entity classes</li> 
                                    <li>A configurable DataSource and JPA EntityManager</li> 
                                    <li>Templated Facelets views</li> 
                                    <li>RichFaces panels and tables</li> 
                                    <li>Default CSS stylesheet</li> 
                                    <li>Internationalization support</li> 
                                </ul></div></td> 
            </tr> 
            </tbody> 
            </table> 
            </div></div> 
              </div> 
             
              <div class="footer"> 
                Powered by <a href="http://jboss.com/products/seam">Seam</a>.
                Generated by seam-gen.
              </div> 
             
            </body> 
            </html>