[JBoss JIRA] Created: (JBESB-387) jUDDI-registry (juddi.war) is missing deploy/undeploy ant task
by jarkko Lietolahti (JIRA)
jUDDI-registry (juddi.war) is missing deploy/undeploy ant task
--------------------------------------------------------------
Key: JBESB-387
URL: http://jira.jboss.com/jira/browse/JBESB-387
Project: JBoss ESB
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Reporter: jarkko Lietolahti
Assigned To: Mark Little
As I hate copying files I found out that jUDDI-registry in trunk/product/install/jUDDI-registry is missing proper ant build.xml. Find it attacted here.
The build.xml relies on a new global deployment.properties located at ../../../deployment.properties from trunk/product/install/jUDDI-registry that is in the root of the project. This new file should be there that one only has to configure org.jboss.esb.appserver.home and org.jboss.esb.appserver.config only ONCE to make deployment a lot easier for new checkouts and installations. I hate nothing more than copying files to some weird location (e.g. H:/dev/etc ) when running ant first time in a directory ;)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 5 months
[JBoss JIRA] Commented: (JBMESSAGING-371) MessageListener times out on inactivity, after receiving at least one message
by Ovidiu Feodorov (JIRA)
[ http://jira.jboss.com/jira/browse/JBMESSAGING-371?page=comments#action_12... ]
Ovidiu Feodorov commented on JBMESSAGING-371:
---------------------------------------------
Test: RemotingTest.testMessageListenerTimeout()
> MessageListener times out on inactivity, after receiving at least one message
> -----------------------------------------------------------------------------
>
> Key: JBMESSAGING-371
> URL: http://jira.jboss.com/jira/browse/JBMESSAGING-371
> Project: JBoss Messaging
> Issue Type: Bug
> Components: JMS Remoting
> Affects Versions: 1.0.1.CR1, 1.2.0.Beta2
> Reporter: Ovidiu Feodorov
> Assigned To: Ovidiu Feodorov
> Priority: Blocker
> Fix For: 1.0.1.CR2, 1.2.0.Beta2
>
>
> 15:15:31,530 ERROR [ServerThread] socket timed out
> java.net.SocketTimeoutException: Read timed out
> at java.net.SocketInputStream.socketRead0(Native Method)
> at java.net.SocketInputStream.read(SocketInputStream.java:129)
> at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
> at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
> at java.io.FilterInputStream.read(FilterInputStream.java:66)
> at org.jboss.serial.io.JBossObjectInputStream.read(JBossObjectInputStream.java:140)
> at org.jboss.remoting.transport.socket.ServerThread.readVersion(ServerThread.java:464)
> at org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:381)
> at org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:498)
> at org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:240)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 5 months
[JBoss JIRA] Updated: (JBMESSAGING-371) MessageListener times out on inactivity, after receiving at least one message
by Ovidiu Feodorov (JIRA)
[ http://jira.jboss.com/jira/browse/JBMESSAGING-371?page=all ]
Ovidiu Feodorov updated JBMESSAGING-371:
----------------------------------------
Fix Version/s: 1.2.0.Beta2
Affects Version/s: 1.2.0.Beta2
Description:
15:15:31,530 ERROR [ServerThread] socket timed out
java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:129)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
at java.io.FilterInputStream.read(FilterInputStream.java:66)
at org.jboss.serial.io.JBossObjectInputStream.read(JBossObjectInputStream.java:140)
at org.jboss.remoting.transport.socket.ServerThread.readVersion(ServerThread.java:464)
at org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:381)
at org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:498)
at org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:240)
was:
15:15:31,530 ERROR [ServerThread] socket timed out
java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:129)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
at java.io.FilterInputStream.read(FilterInputStream.java:66)
at org.jboss.serial.io.JBossObjectInputStream.read(JBossObjectInputStream.java:140)
at org.jboss.remoting.transport.socket.ServerThread.readVersion(ServerThread.java:464)
at org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:381)
at org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:498)
at org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:240)
Priority: Blocker (was: Major)
> MessageListener times out on inactivity, after receiving at least one message
> -----------------------------------------------------------------------------
>
> Key: JBMESSAGING-371
> URL: http://jira.jboss.com/jira/browse/JBMESSAGING-371
> Project: JBoss Messaging
> Issue Type: Bug
> Components: JMS Remoting
> Affects Versions: 1.0.1.CR1, 1.2.0.Beta2
> Reporter: Ovidiu Feodorov
> Assigned To: Ovidiu Feodorov
> Priority: Blocker
> Fix For: 1.0.1.CR2, 1.2.0.Beta2
>
>
> 15:15:31,530 ERROR [ServerThread] socket timed out
> java.net.SocketTimeoutException: Read timed out
> at java.net.SocketInputStream.socketRead0(Native Method)
> at java.net.SocketInputStream.read(SocketInputStream.java:129)
> at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
> at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
> at java.io.FilterInputStream.read(FilterInputStream.java:66)
> at org.jboss.serial.io.JBossObjectInputStream.read(JBossObjectInputStream.java:140)
> at org.jboss.remoting.transport.socket.ServerThread.readVersion(ServerThread.java:464)
> at org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:381)
> at org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:498)
> at org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:240)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 5 months
[JBoss JIRA] Reopened: (JBMESSAGING-371) MessageListener times out on inactivity, after receiving at least one message
by Ovidiu Feodorov (JIRA)
[ http://jira.jboss.com/jira/browse/JBMESSAGING-371?page=all ]
Ovidiu Feodorov reopened JBMESSAGING-371:
-----------------------------------------
> MessageListener times out on inactivity, after receiving at least one message
> -----------------------------------------------------------------------------
>
> Key: JBMESSAGING-371
> URL: http://jira.jboss.com/jira/browse/JBMESSAGING-371
> Project: JBoss Messaging
> Issue Type: Bug
> Components: JMS Remoting
> Affects Versions: 1.0.1.CR1, 1.2.0.Beta2
> Reporter: Ovidiu Feodorov
> Assigned To: Ovidiu Feodorov
> Fix For: 1.0.1.CR2, 1.2.0.Beta2
>
>
> 15:15:31,530 ERROR [ServerThread] socket timed out
> java.net.SocketTimeoutException: Read timed out
> at java.net.SocketInputStream.socketRead0(Native Method)
> at java.net.SocketInputStream.read(SocketInputStream.java:129)
> at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
> at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
> at java.io.FilterInputStream.read(FilterInputStream.java:66)
> at org.jboss.serial.io.JBossObjectInputStream.read(JBossObjectInputStream.java:140)
> at org.jboss.remoting.transport.socket.ServerThread.readVersion(ServerThread.java:464)
> at org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:381)
> at org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:498)
> at org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:240)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 5 months
[JBoss JIRA] Created: (JBREM-689) Server-side callback failure not propagated to calling application in certain situations
by Ovidiu Feodorov (JIRA)
Server-side callback failure not propagated to calling application in certain situations
----------------------------------------------------------------------------------------
Key: JBREM-689
URL: http://jira.jboss.com/jira/browse/JBREM-689
Project: JBoss Remoting
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: callbacks
Affects Versions: 2.2.0.Alpha6
Reporter: Ovidiu Feodorov
Assigned To: Ovidiu Feodorov
Fix For: 2.2.0.Alpha7
n case of push callbacks, the information that a push callback may have failed is used internally (via a CallbackErrorHandler, specifically a DefaultCallbackErrorHandler instance, which destroys the offending ServerInvokerCallbackHandler instance), but it is not propagated to the invoking application.
This is not OK, as calling applications (Messaging in this case) may rely on the exception being reported, so they can take quick corrective action.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 5 months