ap�s seguir as orienta��es do f�rum no jboss.org 
consegui obter essa sa�da como resultado da tentativa de 
configura��o de um  Datasource no JBoss. 

algu�m pode me ajudar a interpretar o q est� 
acontecendo ?

o JBoss conseguiu, ou n�o, subir o servi�o ?

Estou enviando em anexo o arquivo de configura��o.

desde j� agrade�o,

Edgar


00:18:52,371 INFO  [MainDeployer] Deployed package: 
file:/C:/java/jboss-3.0.4_tomcat-4.1.12/server/default/deploy/firebird-service.xml
00:18:52,392 ERROR [URLDeploymentScanner] 
MBeanException: Exception in MBean operation 'checkIncompleteDeployments()'
Cause: Incomplete Deployment listing:
Packages waiting for a deployer:
  <none>
Incompletely deployed packages:
  <none>
MBeans waiting for classes:
  <none>
MBeans waiting for other MBeans:
[ObjectName: jboss.jca:service=XaTxCM,name=FirebirdDS
 state: CONFIGURED
 I Depend On:   jboss.jca:service=RARDeployer
  jboss.jca:service=XaTxDS,name=FirebirdDS
  jboss.jca:service=XaTxPool,name=FirebirdDS
  jboss.jca:service=CachedConnectionManager
  jboss.security:name=JaasSecurityManager

 Depends On Me: ]
00:18:52,542 INFO  [URLDeploymentScanner] Started
00:18:52,552 INFO  [MainDeployer] Deployed package: 
file:/C:/java/jboss-3.0.4_tomcat-4.1.12/server/default/conf/jboss-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:\java\ssminigerente.gdb</attribute>
<attribute name="UserName">SYSDBA</attribute>
<attribute name="Password">masterkey</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/3050:c:\\java\\ssminigerente.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=CachedConnectionManager</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=FirebirdDS</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=JaasSecurityManager</depends>

<attribute 
name="TransactionManager">java:/TransactionManager</attribute>
</mbean>

</service>
---------------------------------------------------------------------
Para cancelar a subscri��o, envie mensagem para: [EMAIL PROTECTED]
Para comandos adicionais, envie mensagem para: [EMAIL PROTECTED]

Responder a