Subject Re: [Firebird-Java] config file contents
Author David Jencks
localhost/c:\\firebird\\data\\test_db.gdb

should be

localhost/3050:c:\\firebird\\data\\test_db.gdb

Really, we should fix this parsing...

david jencks


On 2002.08.15 21:47:46 -0400 mattcolgan wrote:
> <firebird-service.xml>
> <?xml version="1.0" encoding="UTF-8"?>
>
> <!--
> ==================================================================== -
> ->
> <!-- New ConnectionManager setup for firebird dbs using jca-jdbc xa
> driver-->
> <!-- Build jmx-api (build/build.sh all) and view for config
> documentation -->
> <!--
>
==================================================================== -
> ->
>
> <service>
>
> <!--FBManager can be used to create and drop databases.
> Drop is especially useful during testing, since it
> assures a clean start next time. -->
>
> <!--
> <mbean code="org.firebirdsql.management.FBManager"
> name="jboss.jca:service=FirebirdManager">
> <attribute
> name="FileName">c:\firebird\data\test1_db.gdb</attribute>
> <attribute name="UserName">sysdba</attribute>
> <attribute name="Password">super666</attribute>
> <attribute name="CreateOnStart">false</attribute>
> <attribute name="DropOnStop">false</attribute>
> </mbean>
> -->
>
> <mbean
> code="org.jboss.resource.connectionmanager.XATxConnectionManager"
> name="jboss.jca:service=XaTxCM,name=FirebirdDS">
> <!--make the rar deploy - A BIG HACK till xslt based deployment
> is written-->
> <depends>jboss.jca:service=RARDeployer</depends>
>
> <depends optional-attribute-name="ManagedConnectionFactoryName">
> <mbean
> code="org.jboss.resource.connectionmanager.RARDeployment"
> name="jboss.jca:service=XaTxDS,name=FirebirdDS">
> <!--more hack-->
> <depends optional-attribute-
> name="OldRarDeployment">jboss.jca:service=RARDeployment,name=Firebird
> Database Connector</depends>
> <attribute name="ManagedConnectionFactoryProperties">
> <properties>
> <!--config-property>
> <config-property-name>Server</config-property-name>
> <config-property-type>java.lang.String</config-property-
> type>
> <config-property-value>localhost</config-property-value>
> </config-property>
> <config-property>
> <config-property-name>Port</config-property-name>
> <config-property-type>java.lang.Integer</config-
> property-type>
> <config-property-value>3050</config-property-value>
> </config-property-->
> <config-property>
> <config-property-name>Database</config-property-name>
> <config-property-type>java.lang.String</config-property-
> type>
> <config-property-
> value>localhost/c:\\firebird\\data\\test_db.gdb</config-property-
> value>
> </config-property>
> <config-property>
> <config-property-name>UserName</config-property-name>
> <config-property-type>java.lang.String</config-property-
> type>
> <config-property-value>sysdba</config-property-value>
> </config-property>
> <config-property>
> <config-property-name>Password</config-property-name>
> <config-property-type>java.lang.String</config-property-
> type>
> <config-property-value>masterkey</config-property-value>
> </config-property>
> </properties>
> </attribute>
> <attribute name="JndiName">FirebirdService</attribute>
> </mbean>
>
> </depends>
>
> <depends optional-attribute-name="ManagedConnectionPool">
> <mbean
> code="org.jboss.resource.connectionmanager.JBossManagedConnectionPool"
> name="jboss.jca:service=XaTxPool,name=FirebirdDS">
>
> <attribute name="MinSize">0</attribute>
> <attribute name="MaxSize">50</attribute>
> <attribute name="BlockingTimeoutMillis">5000</attribute>
> <attribute name="IdleTimeoutMinutes">15</attribute>
> <!--criteria indicates if Subject (from security domain) or
> app supplied
> parameters (such as from getConnection(user, pw)) are
> used to distinguish
> connections in the pool. Choices are
> ByContainerAndApplication (use both),
> ByContainer (use Subject),
> ByApplication (use app supplied params only),
> ByNothing (all connections are equivalent, usually if
> adapter supports
> reauthentication)-->
> <attribute name="Criteria">ByContainer</attribute>
> </mbean>
> </depends>
> <depends optional-attribute-
> name="CachedConnectionManager">jboss.jca:service=CachedConnectionManag
> er</depends>
> <!-- Include a login module configuration named FirebirdDBRealm.
> Update your login-conf.xml, here is an example for a
> ConfiguredIdentityLoginModule:
>
> <application-policy name = "FirebirdDBRealm">
> <authentication>
> <login-module code
> = "org.jboss.resource.security.ConfiguredIdentityLoginModule" flag
> = "required">
> <module-option name = "principal">sysdba</module-option>
> <module-option name = "userName">sysdba</module-option>
> <module-option name = "password">masterkey</module-
> option>
> <module-option name
> = "managedConnectionFactoryName">jboss.jca:service=XaTxCM,name=Firebir
> dDS</module-option>
> </login-module>
> </authentication>
> </application-policy>
>
> NOTE: the application-policy name attribute must match
> SecurityDomainJndiName, and the
> module-option name = "managedConnectionFactoryName"
> must match the object name of the ConnectionManager you are
> configuring here.
> -->
> <!--comment out this line if you want component managed security
> or want
> to use the default values in the
> ManagedConnectionFactoryProperties -->
> <attribute
> name="SecurityDomainJndiName">java:/jaas/FirebirdDBRealm</attribute>
>
> <depends optional-attribute-
> name="JaasSecurityManagerService">jboss.security:name=JaasSecurityMana
> ger</depends>
>
> <attribute
> name="TransactionManager">java:/TransactionManager</attribute>
> </mbean>
>
> </service>
>
>
> <ra.xml> (in firebirdsql.rar)
>
> <?xml version="1.0" encoding="UTF-8"?>
>
> <!DOCTYPE connector PUBLIC "-//Sun Microsystems, Inc.//DTD Connector
> 1.0//EN" "file:///usr/java/jca/connector_1_0.dtd">
> <!-- DOCTYPE connector PUBLIC"-//Sun Microsystems, Inc.//DTD
> Connector 1.0//EN" "http://java.sun.com/dtd/connector_1_0.dtd"-->
>
>
> <connector>
> <display-name>Firebird Database Connector</display-name>
> <vendor-name>David Jencks</vendor-name>
> <spec-version>1.0</spec-version>
> <eis-type>Relational Database</eis-type>
> <version>1.0</version>
> <resourceadapter>
> <managedconnectionfactory-
> class>org.firebirdsql.jca.FBManagedConnectionFactory</managedconnectio
> nfactory-class>
> <connectionfactory-
> interface>javax.sql.DataSource</connectionfactory-interface>
> <connectionfactory-impl-
> class>org.firebirdsql.jdbc.FBDataSource</connectionfactory-impl-class>
> <connection-interface>java.sql.Connection</connection-interface>
> <connection-impl-
> class>org.firebirdsql.jdbc.FBConnection</connection-impl-class>
> <transaction-support>XATransaction</transaction-support>
> <config-property>
> <config-property-name>Database</config-property-name>
> <config-property-type>java.lang.String</config-property-type>
> <config-property-
> value>localhost/c:\\firebird\\data\\test_db.gdb</config-property-
> value>
> </config-property>
> <config-property>
> <config-property-name>UserName</config-property-name>
> <config-property-type>java.lang.String</config-property-type>
> <config-property-value>sysdba</config-property-value>
> </config-property>
> <config-property>
> <config-property-name>Password</config-property-name>
> <config-property-type>java.lang.String</config-property-type>
> <config-property-value>super666</config-property-value>
> </config-property>
> <config-property>
> <config-property-name>BlobBufferLength</config-property-name>
> <config-property-type>int</config-property-type>
> <config-property-value></config-property-value>
> </config-property>
> <authentication-mechanism>
> <authentication-mechanism-type>BasicPassword</authentication-
> mechanism-type>
> <credential-
> interface>javax.resource.security.PasswordCredential</credential-
> interface>
> </authentication-mechanism>
> <reauthentication-support>false</reauthentication-support>
> </resourceadapter>
> </connector>
>
> <added to login-config.xml>
> <application-policy name = "FirebirdDBRealm">
> <authentication>
> <login-module code
> = "org.jboss.resource.security.ConfiguredIdentityLoginModule"
> flag = "required">
> <module-option name = "principal">sysdba</module-option>
> <module-option name = "userName">sysdba</module-option>
> <module-option name = "password">masterkey</module-
> option>
> <module-option name
> = "managedConnectionFactoryName">jboss.jca:service=XaTxCM,name=Firebir
> dDS</module-option>
> </login-module>
> </authentication>
> </application-policy>
>
>
>
>
> To unsubscribe from this group, send an email to:
> Firebird-Java-unsubscribe@yahoogroups.com
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>
>
>