[JBoss JIRA] (AS7-5616) CLI deployment archive problem containing jdbc driver and datasource
by Stefano Maestri (JIRA)
Stefano Maestri created AS7-5616:
------------------------------------
Summary: CLI deployment archive problem containing jdbc driver and datasource
Key: AS7-5616
URL: https://issues.jboss.org/browse/AS7-5616
Project: Application Server 7
Issue Type: Bug
Components: JCA
Affects Versions: 7.1.3.Final (EAP)
Reporter: Stefano Maestri
Assignee: Stefano Maestri
Fix For: 7.1.4.Final (EAP)
Hi,
First of all, the new CLI deployment archive feature of 7.2.x solves a lot of problems for my migration from 5.1! I have 20+ standalone servers that now can be configured at deploy-time. Thanks!
Playing with the latest nightly build from yesterday, my CLI archive consists of the following;
- mywebapp.war
- postgresql-9.1-902.jdbc4.jar
- deploy.scr
- undeploy.scr
deploy.scr has the following lines;
deploy postgresql-9.1-902.jdbc4.jar
data-source add --name=MyDS --jndi-name=java:jboss/datasources/MyDS --driver-name=postgresql-9.1-902.jdbc4.jar --connection-url=[not important for this example]
deploy mywebapp.war
That is, install my jdbc driver, create the data-source, and finally deploy my webapp which uses the data-source. This does not work :-( The error is;
[standalone@localhost:9999 /] deploy mycliarchive.cli
......
Failed to execute archive script: {"JBAS014653: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-2" => "JBAS010468: Driver named \"postgresql-9.1-902.jdbc4.jar\" is not installed."}}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months
[JBoss JIRA] (AS7-5600) File paths are not appended correctly
by Nicholas DiPiazza (JIRA)
Nicholas DiPiazza created AS7-5600:
--------------------------------------
Summary: File paths are not appended correctly
Key: AS7-5600
URL: https://issues.jboss.org/browse/AS7-5600
Project: Application Server 7
Issue Type: Bug
Components: JMS
Affects Versions: 7.2.0.Alpha1
Environment: I tested this on Windows XP only so far.
Reporter: Nicholas DiPiazza
Assignee: Jeff Mesnil
Priority: Blocker
I am specifying a journal-directory as an absolute path.
<journal-directory path="C:/JBoss/jboss-journal" />
This worked on WJBoss 7.1.1.Final which uses HornetQ 2.2.13.
I moved to the latest snapshot from Hudson which is currently Ijboss-as-7.2.0.Alpha1.
It will append the path to the JBoss data directory. Thus I get this error: Cannot open file "C:\JBoss\server-backup\jboss-as-7.2.0.Alpha1-SNAPSHOT\standalone\data\C:\JBoss\jboss-journal\server.lock"
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months
[JBoss JIRA] (AS7-5614) Reconfigure of JavaMail service on-the-fly
by Vadim Gusev (JIRA)
Vadim Gusev created AS7-5614:
--------------------------------
Summary: Reconfigure of JavaMail service on-the-fly
Key: AS7-5614
URL: https://issues.jboss.org/browse/AS7-5614
Project: Application Server 7
Issue Type: Bug
Components: Mail
Affects Versions: 7.1.1.Final
Reporter: Vadim Gusev
Assignee: Tomaz Cerar
Since JavaMail implemented on Jboss AS7 we can't reconfigure JavaMail service on-the-fly. We always should restart the server to apply new configuration.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months
[JBoss JIRA] (AS7-5615) Web service methods cannot be static & final - implement deployment check for that
by Richard Opalka (JIRA)
Richard Opalka created AS7-5615:
-----------------------------------
Summary: Web service methods cannot be static & final - implement deployment check for that
Key: AS7-5615
URL: https://issues.jboss.org/browse/AS7-5615
Project: Application Server 7
Issue Type: Feature Request
Components: Web Services
Reporter: Richard Opalka
Assignee: Richard Opalka
We already check that JAXWS webservice endpoint class cannot be final.
We also need to implement (reflection based) check that all webservice
methods are not final and static. The deployment should fail if such
method is detected.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months
[JBoss JIRA] (AS7-5601) <pooled-connection-factory> should default reconnectAttempts to "-1"
by Justin Bertram (JIRA)
Justin Bertram created AS7-5601:
-----------------------------------
Summary: <pooled-connection-factory> should default reconnectAttempts to "-1"
Key: AS7-5601
URL: https://issues.jboss.org/browse/AS7-5601
Project: Application Server 7
Issue Type: Bug
Components: JMS
Reporter: Justin Bertram
Assignee: Jeff Mesnil
When a <pooled-connection-factory> is deployed programmatically the messaging subsystem initializes reconnectAttempts to 0 which breaks the code in the HornetQ JCA RA (see org.hornetq.ra.HornetQResourceAdapter#setParams) and keeps it from overriding the reconnectAttempts and setting it to -1. This leads to unexpected behavior for MDBs connecting to a remote provider.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months