[JBoss JIRA] Created: (JBAS-4569) ClusterPatrition.stopService( ) fails when server is shut down
by Jerry Gauthier (JIRA)
ClusterPatrition.stopService( ) fails when server is shut down
--------------------------------------------------------------
Key: JBAS-4569
URL: http://jira.jboss.com/jira/browse/JBAS-4569
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Clustering
Affects Versions: JBossAS-5.0.0.Beta2
Reporter: Jerry Gauthier
Assigned To: Jerry Gauthier
Priority: Minor
Fix For: JBossAS-5.0.0.Beta3
When the server is shut down, the stopService( ) method of ClusterPartition fails with a lengthy stack trace when attempting to unbind the partition from JNDI. The error occurs because InitialContext can't be instantiated due to the following exception.
javax.naming.NoInitialContextException: Cannot instantiate class: org.jboss.iiop.naming.ORBInitialContextFactory[Root exception is java.lang.ClassNotFoundException: org.jboss.iiop.naming.ORBInitialContextFactory]
This error only occurs when the server is being shut down; it doesn't occur if the HAPArtition service is stopped while the server is running.
--
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
15 years, 10 months
[JBoss JIRA] Created: (JBMESSAGING-1217) QueueBrowser only enumerates messages in memory - not paged ones
by Peter Schuebl (JIRA)
QueueBrowser only enumerates messages in memory - not paged ones
----------------------------------------------------------------
Key: JBMESSAGING-1217
URL: http://jira.jboss.com/jira/browse/JBMESSAGING-1217
Project: JBoss Messaging
Issue Type: Feature Request
Affects Versions: 1.4.0.SP3
Environment: JBoss Messaging 1.4.0.SP3 (using MySQL for persistence)
JBoss AS 4.2.1.GA
Java 1.6.0_03-b05
Windows XP
Reporter: Peter Schuebl
Assigned To: Tim Fox
The QueueBrowser only enumerates the messages in memory, it won't list the messages which are paged.
For testing I setup a queue with the following settings:
- FullSize: 20
- PageSize: 10
- DownCacheSize: 5
No consumer is set up for this queue.
If I send now 42 messages to this queue browsing the queue (or using the listAllMessages MBean function) only lists 20 of this messages.
The MessageCount attribute of the queue correctly displays 42.
--
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
15 years, 10 months
[JBoss JIRA] Created: (HIBERNATE-43) SQL native Request who respond only the first letter
by Alexandre PETRILLO (JIRA)
SQL native Request who respond only the first letter
----------------------------------------------------
Key: HIBERNATE-43
URL: http://jira.jboss.com/jira/browse/HIBERNATE-43
Project: Hibernate
Issue Type: Bug
Environment: Jboss 4.0.4 G.A. patch 1
Reporter: Alexandre PETRILLO
Assigned To: Steve Ebersole
I need to do some sql native query (to a data base Oracle 9i) from an EJB session Bean.
I use Jboss in version 4.0.4 G.A. patch 1
My simple code :
public List doNativeQueryMultiple(String sqlQuery) {
List list = manager.createNativeQuery(sqlQuery).getResultList();
return list;
}
This is some exemple for understand the probleme.
SELECT 'OUI' val FROM dual union SELECT 'NON' FROM dual Order BY 1 asc
Response is : O,N
SELECT 'TOTO' val FROM dual union SELECT 'NON' FROM dual Order BY 1 asc
Response is : TOTO,NON
SELECT 'TOT' val FROM dual union SELECT 'NON' FROM dual Order BY 1 asc
Response is : T,N
SELECT 'OUI' val FROM dual union SELECT 'abc' FROM dual Order BY 1 asc
Response is : O,a
SELECT 'OUI' val FROM dual union SELECT 'abcd' FROM dual Order BY 1 asc
Response is : OUI,abcd
SELECT 'OUI' val FROM dual union SELECT 'NON' FROM dual union SELECT 'TOT' FROM dual Order BY 1 asc
Response is : O,N,T
SELECT 'OUI' val FROM dual union SELECT 'NON' FROM dual union SELECT 'TOTO' FROM dual Order BY 1 asc
Response is : OUI,NON,TOTO
When the response of the request is correct, the return class type is java.lang.String
And when is incorrect , the return class type is java.lang.Charactere, and the response contain the first letter.
The bug is when the size of all of the selected string have the same length.
The test done by Jboss for determine the class return type maybe is wrong.
--
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
15 years, 10 months
[JBoss JIRA] Created: (JBOSGI-5) OSGi Deployers
by Adrian Brock (JIRA)
OSGi Deployers
--------------
Key: JBOSGI-5
URL: http://jira.jboss.com/jira/browse/JBOSGI-5
Project: JBoss OSGi
Issue Type: Task
Security Level: Public (Everyone can see)
Reporter: Adrian Brock
Assigned To: Ales Justin
Holder task for OSGi aspectized deployers.
The deployers will include at least:
1) Structure deployer to recognise OSGi bundles and setup "subdeployments" according to the jars
specified in the osgi classpath.
2) OSGi parser deployer that turns the manifest entries into an OSGIMetaData model
3) DeploymentResolver that sets up the dependencies for deployments
4) OSGi classloader deployer - replacement for UCL classloader with OSGi classloading semantics
5) OSGi real deployer - creates a bean that provides an OSGi facade (the lifecycle)
--
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
15 years, 10 months
[JBoss JIRA] Created: (JBOSGI-12) OSGi testsuite
by Ales Justin (JIRA)
OSGi testsuite
--------------
Key: JBOSGI-12
URL: http://jira.jboss.com/jira/browse/JBOSGI-12
Project: JBoss OSGi
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Testing
Reporter: Ales Justin
Assigned To: Kevin Conner
We need tests for our new [OSGi] Classloader layer and OSGi API facade - 'measuring' our OSGi compliance.
Tests should also cover back compatibility with existing UCL:
- import *
- export *
- import not local
- import not system [filter]
- hierarchical dependency graph
- translator
- replace system classloader
- unit testing classloader
- management console classloader
- proper EE client application exposure
--
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
15 years, 10 months
[JBoss JIRA] Created: (JGRP-430) Support accessing multiple GossipRouters in TUNNEL
by Bela Ban (JIRA)
Support accessing multiple GossipRouters in TUNNEL
--------------------------------------------------
Key: JGRP-430
URL: http://jira.jboss.com/jira/browse/JGRP-430
Project: JGroups
Issue Type: Feature Request
Affects Versions: 2.5
Reporter: Bela Ban
Assigned To: Bela Ban
Fix For: 2.6
Multiple GossipRouters can only be used for lookups, not for routing... However, since all traffic to the GR goes out via TUNNEL (as JGroups transport), and TUNNEL uses a RouterStub to send a message to the GR, we could do the following:
* the RouterStub is currently configured with the address of *one* GR
* a Stub.send() succeeds in connecting to the GR and sending the
message, or goes into a state where it tries to reconnect *forever*
* I could simply change that to configure the RouterStub with
multiple GRs:
o for send(), we iterate through the GRs until send() returns
true
EFFECT: a GossipRouter is not a single point of failure any longer
--
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
15 years, 10 months