Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 613977 Details for
Bug 858226
Guvnor fails to deploy with PostgreSQL 9.1 (column "node_id" does not exist)
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Guvnor configuration.
components.xml (text/xml), 3.53 KB, created by
Petr Široký
on 2012-09-18 11:13:20 UTC
(
hide
)
Description:
Guvnor configuration.
Filename:
MIME Type:
Creator:
Petr Široký
Created:
2012-09-18 11:13:20 UTC
Size:
3.53 KB
patch
obsolete
><?xml version="1.0" encoding="UTF-8"?> ><components xmlns="http://jboss.com/products/seam/components" > xmlns:core="http://jboss.com/products/seam/core" xmlns:security="http://jboss.com/products/seam/security" > xmlns:web="http://jboss.com/products/seam/web" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xmlns:transaction="http://jboss.com/products/seam/transaction" > xsi:schemaLocation="http://jboss.com/products/seam/core http://jboss.com/products/seam/core-2.0.xsd > http://jboss.com/products/seam/security http://jboss.com/products/seam/security-2.0.xsd > http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.0.xsd > http://jboss.com/products/seam/web http://jboss.com/products/seam/web-2.0.xsd > http://jboss.com/products/seam/transaction http://jboss.com/products/seam/transaction-2.0.xsd"> > > > <core:init transaction-management-enabled="false" /> > <transaction:no-transaction /> > > <component name="repositoryConfiguration"> > > <!-- JackRabbit --> > > <property name="properties"> > <key>org.drools.repository.configurator</key><value>org.drools.repository.jackrabbit.JackrabbitRepositoryConfigurator</value> > <!-- the root directory for the repo storage the directory must exist. --> > <key>repository.root.directory</key><value>/mnt/hudson_workspace/workspace/brms-repository-db/9868162e/repository</value> > </property> > > <!-- ModeShape > passwords for the background users (logInAdmin and mailman), these need to match the setting > you provided for JAAS (used by ModeShape only). > <property name="properties"> > <key>org.drools.repository.configurator</key> <value>org.drools.repository.modeshape.ModeShapeRepositoryConfigurator</value> > <key>org.modeshape.jcr.URL</key> <value>jndi:jcr/local?repositoryName=jcrrepo</value> > <key>org.drools.repository.secure.passwords</key><value>false</value> > <key>org.drools.repository.admin.password</key> <value>admin</value> > <key>org.drools.repository.mailman.password</key><value>password</value> > </property> > --> > > </component> > > <!-- SECURITY IDENTITY CONFIGURATION --> > > <!-- > default (will take any username, useful if you want to keep track of > users but not authenticate > > <security:identity authenticate-method="#{defaultAuthenticator.authenticate}" /> > --> > > <!-- > NO authentication. This will bypass the login screen when you hit the > app. Everyone is "guest" > <security:identity > authenticate-method="#{nilAuthenticator.authenticate}"/> > --> > > <!-- > FOR EXAMPLE: the following one will use the jaas configuration called > "other" - which in jboss AS means you can use properties files for > users: > --> > > <security:identity authenticate-method="#{authenticator.authenticate}" > jaas-config-name="jmx-console"/> > <!-- > as JAAS is used you can use container specific ones to link up to your > login services, eg LDAP/AD etc > --> > > <!-- SECURITY AUTHORIZATION CONFIGURATION --> > <!-- > This is used to enable or disable role-based authorization. By default > it is disabled. > --> > <component name="org.jboss.seam.security.roleBasedPermissionResolver"> > <property name="enableRoleBasedAuthorization">false</property> > </component> > ></components>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 858226
:
613973
|
613975
|
613976
| 613977 |
616972
|
618144