이 콘텐츠는 선택한 언어로 제공되지 않습니다.

30.10. Infrastructural components


These components provide critical platform infrastructure. You can install a component that is not installed by default by setting install="true" on the component in components.xml.
org.jboss.seam.core.init
This component contains initialization settings for Seam. Always installed.
  • org.jboss.seam.core.init.jndiPattern — the JNDI pattern used for looking up session beans.
  • org.jboss.seam.core.init.debug — enables Seam debug mode. During production, this should be set to false; you may see errors if the system is placed under any load while debug is enabled.
  • org.jboss.seam.core.init.clientSideConversations — when true, saves conversation context variables in the client rather than the HttpSession.
org.jboss.seam.core.manager
An internal component for Seam page and conversation context management. Always installed.
  • org.jboss.seam.core.manager.conversationTimeout — the conversation context timeout in milliseconds.
  • org.jboss.seam.core.manager.concurrentRequestTimeout — the maximum wait time for a thread attempting to gain a lock on the long-running conversation context.
  • org.jboss.seam.core.manager.conversationIdParameter — the request parameter used to propagate the conversation ID. The default is conversationId.
  • org.jboss.seam.core.manager.conversationIsLongRunningParameter — the request parameter used to propagate that the conversation is long-running. The default is conversationIsLongRunning.
  • org.jboss.seam.core.manager.defaultFlushMode — sets the default flush mode on any Seam-managed Persistence Context. This defaults to AUTO.
org.jboss.seam.navigation.pages
An internal component for Seam workspace management. Always installed.
  • org.jboss.seam.navigation.pages.noConversationViewId — specifies the view ID to redirect to, globally, when a conversation entry is not found on the server side.
  • org.jboss.seam.navigation.pages.loginViewId — specifies the view ID to redirect to, globally, when an unauthenticated user attempts to access a protected view.
  • org.jboss.seam.navigation.pages.httpPort — specifies the port to use, globally, when the HTTP scheme is requested.
  • org.jboss.seam.navigation.pages.httpsPort — specifies the port to use, globally, when the HTTPS scheme is requested.
  • org.jboss.seam.navigation.pages.resources — specifies a list of resources to search for pages.xml style resources. The default is WEB-INF/pages.xml.
org.jboss.seam.bpm.jbpm
This component bootstraps a JbpmConfiguration. Install it as the org.jboss.seam.bpm.Jbpm class.
  • org.jboss.seam.bpm.jbpm.processDefinitions — specifies a list of jPDL file resource names to use for orchestrating business processes.
  • org.jboss.seam.bpm.jbpm.pageflowDefinitions — specifies a list of jPDL file resource names to use for orchestrating conversation page flows.
org.jboss.seam.core.conversationEntries
An internal session-scoped component that records active long-running conversations between requests.
org.jboss.seam.faces.facesPage
An internal page-scoped component that records the conversation context associated with a page.
org.jboss.seam.persistence.persistenceContexts
An internal component that records the persistence contexts used in the current conversation.
org.jboss.seam.jms.queueConnection
Manages a JMS QueueConnection. This is installed whenever managed QueueSender is installed.
  • org.jboss.seam.jms.queueConnection.queueConnectionFactoryJndiName — specifies the JNDI name of a JMS QueueConnectionFactory. The default is UIL2ConnectionFactory.
org.jboss.seam.jms.topicConnection
Manages a JMS TopicConnection. This is installed whenever managed TopicPublisher is installed.
  • org.jboss.seam.jms.topicConnection.topicConnectionFactoryJndiName — specifies the JNDI name of a JMS TopicConnectionFactory. The default is UIL2ConnectionFactory.
org.jboss.seam.persistence.persistenceProvider
An abstraction layer for non-standardized features of the JPA provider.
org.jboss.seam.core.validators
Caches instances of Hibernate Validator ClassValidator.
org.jboss.seam.faces.validation
Lets the application determine whether validation succeeded.
org.jboss.seam.debug.introspector
Provides support for the Seam Debug Page.
org.jboss.seam.debug.contexts
Provides support for the Seam Debug Page.
org.jboss.seam.exception.exceptions
An internal component for exception handling.
org.jboss.seam.transaction.transaction
An API for controlling transactions and abstracting the underlying transaction management implementation behind a JTA-compatible interface.
org.jboss.seam.faces.safeActions
Determines that an action expression in an incoming URL is safe by checking that the action expression exists in the view.
맨 위로 이동
Red Hat logoGithubredditYoutubeTwitter

자세한 정보

평가판, 구매 및 판매

커뮤니티

Red Hat 문서 정보

Red Hat을 사용하는 고객은 신뢰할 수 있는 콘텐츠가 포함된 제품과 서비스를 통해 혁신하고 목표를 달성할 수 있습니다. 최신 업데이트를 확인하세요.

보다 포괄적 수용을 위한 오픈 소스 용어 교체

Red Hat은 코드, 문서, 웹 속성에서 문제가 있는 언어를 교체하기 위해 최선을 다하고 있습니다. 자세한 내용은 다음을 참조하세요.Red Hat 블로그.

Red Hat 소개

Red Hat은 기업이 핵심 데이터 센터에서 네트워크 에지에 이르기까지 플랫폼과 환경 전반에서 더 쉽게 작업할 수 있도록 강화된 솔루션을 제공합니다.

Theme

© 2026 Red Hat