[JBoss-dev] [Design of JBoss Portal] - Re: portal 2 beta1 startup error

2005-03-14 Thread sk4567
Hey,

Was gettign the same error while trying to install Jboss porta 2.0 beta 
(Binaries) ---

Server :jboss 4.0.0..
DB : Mysql 4.0.x 
OS : Windows 2000 Professioanl
P.S. --Alpha release binaries  were workign fine

Have copied jgroups.jar,jboss-remoting.jar and jboss-cache.jar also into 
 
-$Jboss_home$\server\default\lib

Still getting problems...
Are any new updated installation and Configuration docs available on the Beta 
release anywhere

P.S : Alpha release was installed on Standard config of Jboss 4.0...the beta 
release docs states for deploymet on default config for Jboss 4.0...Can you 
please confirm if this is right 


Thanks All again in advance!!!



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3869970#3869970

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3869970


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - JBossCache 1.2.1 released

2005-03-14 Thread [EMAIL PROTECTED]
FYI, below are the release notes.

Note that if you want to use the BerkeleyDB Java Edition CacheLoader 
(DbdjeCacheLoader), you have to download it separately. The file is 
JBossCache-Sleepycat-1.2.1.zip.

Bela


Release 1.2.1 (March 2005)
==

Notes:

* JndiName has been removed, use JrmpProxyFactory instead to bind any type of 
MBean into JNDI.
  See the documentation for TreeCache for an example
* DelegatingCacheLoader has become an abstract class: use one of the subclasses 
(e.g. LocalDelegatingCacheLoader)
  instead
* Concurrent upgrade from a read-lock to a write-lock by *different* 
transactions on the *same* node is currently not
  supported, e.g. get(/a/b/c) acquires a RL, subsequent put(/a/b/c) by the 
same transaction will acquire a write
  lock. If multiple transactions try to simultaneously upgrade /a/b/c from RL 
to WL, only one will succeed, the others
  will get an exception (and therefore roll back their transaction):
  UpgradeException: upgradeLockAttempt(): more than one reader trying to 
simultaneously upgrade to write lock)

** Feature Request
* [JBCACHE-101] - JGroups-based DelegatingCacheLoader

** Bug
* [JBCACHE-15] - 4.0 testsuite failures
* [JBCACHE-17] - No synchronization between CreateIfNotExistsInterceptor 
and LockInterceptor
* [JBCACHE-19] - TreeCache.evict() doesn't go though interceptor chain
* [JBCACHE-20] - Incompatible change in JndiName attribute
* [JBCACHE-21] - No synchronization between CacheLoaderInterceptor and 
LockInterceptor
* [JBCACHE-24] - LockInterceptor needs to lock child nodes recursively on 
remove(Fqn)
* [JBCACHE-32] - Transaction already active on replication's PREPARE phase
* [JBCACHE-37] - Stack Overflow when using Collection classes in 
TreeCacheAop
* [JBCACHE-38] - Eviction policy timer starts multiple times if cache is 
restarted
* [JBCACHE-39] - Correct restart of JBossCache (inside JBoss)
* [JBCACHE-78] - Failed state transfer doesn't release locks on TreeCache
* [JBCACHE-83] - java.lang.IllegalStateException: addWriter(): owner 
already existed
* [JBCACHE-84] - unable to call getKeys using JNDI
* [JBCACHE-90] - Class not found exception in TreeCacheAop when running 
with different class loader
* [JBCACHE-91] - TX Isolation always REPEATABLE_READ
* [JBCACHE-93] - Memory problem at repeated remote PUT
* [JBCACHE-94] - Incorrect synchronization between threads 
(CreateIfNotExistsInterceptor and LockInterceptor)
* [JBCACHE-95] - Class cast exception in TreeCacheView2
* [JBCACHE-96] - Memory leak in FileCacheLoader
* [JBCACHE-99] - FileCacheLoader uses incorrect classloader
* [JBCACHE-111] - Transaction not available in afterCompletion() of 
CacheStoreInterceptor

** Task
* [JBCACHE-2] - Upgrade Sleepycat's CacheLoader to 1.7.0
* [JBCACHE-16] - Plan for JGroups/JBoss Cache training development
* [JBCACHE-22] - Create UnlockInterceptor
* [JBCACHE-23] - Override bindToJndi() in TreeCacheAop
* [JBCACHE-36] - Run testsuite on multi-CPU boxes in ATL lab
* [JBCACHE-50] - Remove binding of TreeCache into JNDI


** Patch
* [JBCACHE-81] - DummyTransactionManager ThreadLocal uses Map
* [JBCACHE-82] - Deserialized Node object doesn't have the FQN set



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3869971#3869971

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3869971


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Re: portal 2 beta1 startup error

2005-03-14 Thread [EMAIL PROTECTED]
standard of 4.0.0
or
default of 4.0.1

By default, alpha was deployed in 'standard' while beta 1 is deployed in 
'default'

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3869972#3869972

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3869972


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Re: error when I loggin in jboss portal

2005-03-14 Thread darranl
And does the configuration in the deployed 'ds-xml' contain the correct 
username and password?

Have you tried connecting to the database as the user?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3869973#3869973

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3869973


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-head build.879 Build Successful

2005-03-14 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050314024935Lbuild.879
BUILD COMPLETE-build.879Date of build:03/14/2005 02:49:35Time to build:25 minutes 17 secondsLast changed:03/14/2005 02:22:00Last log entry:removed ReleaseNotes.txt




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(2)1.4deletedbelabancache/docs/ReleaseNotes.txtremoved ReleaseNotes.txt1.40modifiedbelabancache/docs/Changelog.txtns



[JBoss-dev] [Design of JBoss Portal] - Re: portal 2 beta1 startup error

2005-03-14 Thread sk4567
hey,

Worked beautifully on Jboss 4.0.1 default..didnt work on 4.0.0 
default...



Regards,


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3869976#3869976

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3869976


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Re: portal 2 beta1 startup error

2005-03-14 Thread [EMAIL PROTECTED]
yes, correct.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3869977#3869977

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3869977


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBAS-1576) Hibernate TransactionSynch should rollback transaction on session.flush exception

2005-03-14 Thread Armin Haaf (JIRA)
Hibernate TransactionSynch should rollback transaction on session.flush 
exception
-

 Key: JBAS-1576
 URL: http://jira.jboss.com/jira/browse/JBAS-1576
 Project: JBoss Application Server
Type: Bug
  Components: Hibernate service  
Versions:  JBossAS-4.0.1 SP1, JBossAS-4.0.1RC1, JBossAS-4.0.1 Final, 
JBossAS-4.0.0 Final
 Environment: jboss 4, hibernate 2.2
Reporter: Armin Haaf
Priority: Critical


org.jboss.hibernate.session.TransactionSynch only logs a error on session flush 
in beforeCompletion:
 try
 {
log.trace(Flushing Session);
session.flush();
 }
 catch(Throwable t)
 {
log.warn(Error flushing session);
 }

This leads to inconsistent transactions. A transaction is commited, but should 
be rollbacked on a session.flush problem. In my opinion it should throw a 
RuntimeException to rollback the transaction. 

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of Clustering on JBoss (Clusters/JBoss)] - Re: org.jgroups.blocks.RpcDispatcher and Exceptions

2005-03-14 Thread [EMAIL PROTECTED]
A Rsp has the following members (see below):
- received: if true, we did receive a result (although the result can be null, 
e.g. on a 'void' method)
- suspected: if true, the sender was suspected
- sender: the address of the sender
- retval: the actual return value. Can be null if a 'void' method was invoked, 
or no response was received. This can also be an exception if the method threw 
one.

We should be able to identify the outcome of the method call in all cases

public class Rsp {
/* flag that represents whether the response was received */
boolean received=false;
/* flag that represents whether the response was suspected */
boolean suspected=false;
/* The sender of this response */
Address  sender=null;
/* the value from the response */
Object  retval=null;
...
}

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3869992#3869992

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3869992


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of Clustering on JBoss (Clusters/JBoss)] - Re: org.jgroups.blocks.RpcDispatcher and Exceptions

2005-03-14 Thread [EMAIL PROTECTED]
what's ambiguous about exceptions as return values ?

I could add another field exception to Rsp, but why not use retval ?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3869993#3869993

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3869993


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Transactions Aspect JBoss Application Server

2005-03-14 Thread andreea_tomo
Can the Transactions Related Aspects 

  Transaction Demarcation
  Transaction Injection
  Transactional Locking

which come with JBoss AOP Aspect Library be run outside the JBoss Application 
Server?

   Thank you

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3869994#3869994

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3869994


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Resolved: (JBPM-84) remove the naming strategy

2005-03-14 Thread Tom Baeyens (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPM-84?page=history ]
 
Tom Baeyens resolved JBPM-84:
-

Resolution: Done

 remove the naming strategy
 --

  Key: JBPM-84
  URL: http://jira.jboss.com/jira/browse/JBPM-84
  Project: JBoss jBPM
 Type: Task
 Reporter: Tom Baeyens
 Assignee: Tom Baeyens
  Fix For: jBPM 3.0 alpha 2


 Original Estimate: 1 day
 Remaining: 1 day

 now jbpm uses a naming strategy and it's impossible to prevent the 
 application of this naming strategy onto user mappings if they are added to 
 the jbpm session.
 the solution is to remove the jbpm naming strategy and specify the table and 
 column names in the hibernate mapping files.

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of Clustering on JBoss (Clusters/JBoss)] - Re: org.jgroups.blocks.RpcDispatcher and Exceptions

2005-03-14 Thread [EMAIL PROTECTED]
How do I know if the following method completed or threw an exception?


  | public Exception methodWithAmiguousReturnValue() throws Exception
  | {
  | ...
  | }
  | 


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3870009#3870009

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870009


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Run-Time Page Definition

2005-03-14 Thread patrickdalla
It is possible to update a page definition xml at run-time, changing which 
portlet apears and changing portlets preferences?

Does jboss portal support personalization?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3870011#3870011

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870011


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBPM-85) SequenceBlockIdGenerator produces duplicate keys

2005-03-14 Thread Armin Haaf (JIRA)
SequenceBlockIdGenerator produces duplicate keys


 Key: JBPM-85
 URL: http://jira.jboss.com/jira/browse/JBPM-85
 Project: JBoss jBPM
Type: Bug
Versions: jBPM 2.0
 Environment: jbpm 2.0, jboss 4.01, jdk1.5
Reporter: Armin Haaf
 Assigned to: Tom Baeyens 


SequenceBlockIdGenerator produces duplicate keys, if the transaction in which 
the hilo block is read from the database is rollbacked. This could occur in a 
j2ee environment in a jta transaction. Im not sure if a hibernate session 
using jta transactions creates a new jta transaction, if a transaction is 
already registered, but it seems it uses the current transaction. So the 
beginTransaction, commit code in SequenceBlockIdGenerator did not commit 
immediatly and could be rollbacked later. 

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95alloc_id396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss/Tomcat Integration] - Re: Exception in RealmBase - Possible Bug

2005-03-14 Thread ricardoarguello
You could declare a custom Realm in a WEB-INF/context.xml file.

But why would you need to use the Security Filter project? With JAAS is more 
than enough.

Ricardo Argello


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3870013#3870013

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870013


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95alloc_id396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBAS-1279) shutdown -u -p options are not working

2005-03-14 Thread Scott M Stark (JIRA)
 [ http://jira.jboss.com/jira/browse/JBAS-1279?page=history ]

Scott M Stark updated JBAS-1279:


Summary: shutdown -u -p options are not working  (was: shutdown -u -p)

 shutdown -u -p options are not working
 --

  Key: JBAS-1279
  URL: http://jira.jboss.com/jira/browse/JBAS-1279
  Project: JBoss Application Server
 Type: Feature Request
 Versions: JBossAS-4.0.1 Final
 Reporter: Wonne Keysers
 Assignee: Scott M Stark
  Fix For:  JBossAS-4.0.2RC1



 This feature does work in 3.2.x, but is apparently not yet implemented in 
 4.0.1 ?
 Unable to shutdown the server when the following is commented out in 
 jmx-invoker-service.xml:
 descriptors
interceptors
 interceptor 
 code=org.jboss.jmx.connector.invoker.AuthenticationInterceptor
securityDomain=java:/jaas/jmx-console/
/interceptors
 /descriptors

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Eclipse IDE (dev)] - XDoclet Configurations can not show on the properties?

2005-03-14 Thread quintenjiang
I install eclipse 3.0 and plugins including lomboz and Jboss-IDE(4.0). After I 
create lomboz J2EE project, I hightlight project name and right-click it and 
display project properties, it always can not list XDoclet Configurations  
item. I check each item preferences under window menu,
But I still can not get what I want. Is there some one can help me for this 
problem?

Thanks,

Quinten

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3870014#3870014

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870014


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Commented: (JBAS-614) entityCtx.getEJBLocalObject() returns wrong instance

2005-03-14 Thread obalbous (JIRA)
 [ http://jira.jboss.com/jira/browse/JBAS-614?page=comments#action_12316106 
]
 
obalbous commented on JBAS-614:
---

We are experiencing this very nasty issue as we upgraded from 3.2.3 to 3.2.6

The EntityContext.getEJBLocalObject() returns another instance in our BMP 
entities.

I reproduced it using a simple test case and forcing passivation on the 
following (final) versions : 3.2.6, 3.2.7 and 4.0.1

I tryed to follow the various bugs jira/bugzilla but none could tell me how 
this bug (which is closed) was solved.

Our solution was to change all impacted code to get the instances out of the 
Home using a findByPK instead of getEJBLocalObject


 entityCtx.getEJBLocalObject() returns wrong instance
 

  Key: JBAS-614
  URL: http://jira.jboss.com/jira/browse/JBAS-614
  Project: JBoss Application Server
 Type: Bug
 Versions: JBossAS-3.2.6 Final
 Reporter: SourceForge User
 Assignee: Scott M Stark



 SourceForge Submitter: sflexus .
 I am using Jboss 3.2.1
 Sometimes entityContext.getEJBLocalObject() returns 
 local interface of another instance of the same entity 
 bean.
 I have a superclass for all my entities in application which 
 implements EntityBean's setEntityContext() method and 
 saves entityContext in a field.
 Inside one of business methods of one of entity beans I 
 check if a primary key constructed from key CMP field(s) 
 matches a primary key obtained from entityContext.
 getEJBLocalObject().getPrimaryKey(). Sometimes they do 
 not match: entityContext.getEJBLocalObject().
 getPrimaryKey() returns primary key of another instance 
 of the same entity bean.
 I have sometimes situations when user is logged in as one 
 customer and enjoys privileges of another...
 This happens ~20 times a day with a particular single 
 object for me... I could install some kind of bug trap 
 logging some debug info to help fix the bug.

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Commented: (JBAS-614) entityCtx.getEJBLocalObject() returns wrong instance

2005-03-14 Thread Scott M Stark (JIRA)
 [ http://jira.jboss.com/jira/browse/JBAS-614?page=comments#action_12316107 
]
 
Scott M Stark commented on JBAS-614:


Open a new issue with the testcase.

 entityCtx.getEJBLocalObject() returns wrong instance
 

  Key: JBAS-614
  URL: http://jira.jboss.com/jira/browse/JBAS-614
  Project: JBoss Application Server
 Type: Bug
 Versions: JBossAS-3.2.6 Final
 Reporter: SourceForge User
 Assignee: Scott M Stark



 SourceForge Submitter: sflexus .
 I am using Jboss 3.2.1
 Sometimes entityContext.getEJBLocalObject() returns 
 local interface of another instance of the same entity 
 bean.
 I have a superclass for all my entities in application which 
 implements EntityBean's setEntityContext() method and 
 saves entityContext in a field.
 Inside one of business methods of one of entity beans I 
 check if a primary key constructed from key CMP field(s) 
 matches a primary key obtained from entityContext.
 getEJBLocalObject().getPrimaryKey(). Sometimes they do 
 not match: entityContext.getEJBLocalObject().
 getPrimaryKey() returns primary key of another instance 
 of the same entity bean.
 I have sometimes situations when user is logged in as one 
 customer and enjoys privileges of another...
 This happens ~20 times a day with a particular single 
 object for me... I could install some kind of bug trap 
 logging some debug info to help fix the bug.

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBAS-1577) white-space in ServiceMBean EVENT types

2005-03-14 Thread Dimitris Andreadis (JIRA)
white-space in ServiceMBean EVENT types
---

 Key: JBAS-1577
 URL: http://jira.jboss.com/jira/browse/JBAS-1577
 Project: JBoss Application Server
Type: Bug
  Components: System Service  
Versions: JBossAS-4.0.1 Final,  JBossAS-3.2.7 Final
 Environment: org.jboss.system.ServiceMBean
Reporter: Dimitris Andreadis
 Assigned to: Dimitris Andreadis 
Priority: Minor
 Fix For: JBossAS-4.0.2 Final, JBossAS-5.0 Alpha,  JBossAS-3.2.8 Final


Any particular reason those 4 event types contain a leading space in their name?

   /** The JMX notification event type for a service create state */
   public static final String CREATE_EVENT =  
org.jboss.system.ServiceMBean.create;
   /** The JMX notification event type for a service create state */
   public static final String START_EVENT =  
org.jboss.system.ServiceMBean.start;
   /** The JMX notification event type for a service create state */
   public static final String STOP_EVENT =  
org.jboss.system.ServiceMBean.stop;
   /** The JMX notification event type for a service create state */
   public static final String DESTROY_EVENT =  
org.jboss.system.ServiceMBean.destroy;

This is obviously wrong, it is there on all branches and unless there is a good 
reason for *not* fixing this, I'm going to remove the space.

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1577) white-space in ServiceMBean EVENT types

2005-03-14 Thread Scott M Stark (JIRA)
 [ 
http://jira.jboss.com/jira/browse/JBAS-1577?page=comments#action_12316108 ]
 
Scott M Stark commented on JBAS-1577:
-

Certainly no reason for this.

 white-space in ServiceMBean EVENT types
 ---

  Key: JBAS-1577
  URL: http://jira.jboss.com/jira/browse/JBAS-1577
  Project: JBoss Application Server
 Type: Bug
   Components: System Service
 Versions: JBossAS-4.0.1 Final,  JBossAS-3.2.7 Final
  Environment: org.jboss.system.ServiceMBean
 Reporter: Dimitris Andreadis
 Assignee: Dimitris Andreadis
 Priority: Minor
  Fix For: JBossAS-4.0.2 Final, JBossAS-5.0 Alpha,  JBossAS-3.2.8 Final


 Original Estimate: 10 minutes
 Remaining: 10 minutes

 Any particular reason those 4 event types contain a leading space in their 
 name?
/** The JMX notification event type for a service create state */
public static final String CREATE_EVENT =  
 org.jboss.system.ServiceMBean.create;
/** The JMX notification event type for a service create state */
public static final String START_EVENT =  
 org.jboss.system.ServiceMBean.start;
/** The JMX notification event type for a service create state */
public static final String STOP_EVENT =  
 org.jboss.system.ServiceMBean.stop;
/** The JMX notification event type for a service create state */
public static final String DESTROY_EVENT =  
 org.jboss.system.ServiceMBean.destroy;
 This is obviously wrong, it is there on all branches and unless there is a 
 good reason for *not* fixing this, I'm going to remove the space.

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: Transactions Aspect JBoss Application Server

2005-03-14 Thread [EMAIL PROTECTED]
I haven't done any work to formalize this, but it would be a matter for these 
aspects to get a reference to the Transaction Manager of the  platform they 
will be running on.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3870034#3870034

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870034


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Resolved: (JBPORTAL-216) Redo Portal Wiki

2005-03-14 Thread Roy Russo (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-216?page=history ]
 
Roy Russo resolved JBPORTAL-216:


Resolution: Done

 Redo Portal Wiki
 

  Key: JBPORTAL-216
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-216
  Project: JBoss Portal
 Type: Task
 Reporter: Roy Russo
 Assignee: Roy Russo


 Original Estimate: 1 day
 Remaining: 1 day

 redo the wiki. post portlet examples, wars, and separate out the sub-pages.

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Closed: (JBPORTAL-216) Redo Portal Wiki

2005-03-14 Thread Roy Russo (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-216?page=history ]
 
Roy Russo closed JBPORTAL-216:
--


 Redo Portal Wiki
 

  Key: JBPORTAL-216
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-216
  Project: JBoss Portal
 Type: Task
 Reporter: Roy Russo
 Assignee: Roy Russo


 Original Estimate: 1 day
 Remaining: 1 day

 redo the wiki. post portlet examples, wars, and separate out the sub-pages.

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBAS-1578) Duplicate Messages

2005-03-14 Thread Marcelo Klein (JIRA)
Duplicate Messages
--

 Key: JBAS-1578
 URL: http://jira.jboss.com/jira/browse/JBAS-1578
 Project: JBoss Application Server
Type: Bug
  Components: JMS service  
Versions:  JBossAS-4.0.1 SP1, JBossAS-4.0.1 Final
 Environment: Any, tested on JBoss 3.2.3 and 4.0.1 SP1.
Java 1.4.2 JVM. RH Linux 9.
Reporter: Marcelo Klein


There is a client that can be sender (producer) or receiver(consumer). The 
sender is in the same machine that the JBossAS, and the receiver in another LAN 
machine.
Both of them connect to the queue 'queue/testQueue', one produces, one consumes.

However, when capturing the messages with a sniffer (eg. ethereal).
We've seen that when the server sends an object message to the client the 
client (in this case the receiver) resends back the same message to the server.
The JMS options are:
- TTL = 0
- NON_PERSISTENT (using messageCache)
- MaxRedelivery = 10
- priority = 4.

We know for sure it's not a network problem, but an application one. It has 
been tested on different JBoss configurations (all / default) and versions 
(3.2.3 / 4.0.1 SP1).


I here add the frames capture made with ethereal (the sender's ip is 
192.168.7.121, the receiver's ip is 192.168.7.192, jboss jms server running on 
192.168.7.121:8093)

source 192.168.7.121 dest 192.168.7.192 8093  40662

 00 08 a1 55 cb e3 00 10 4b 8a 87 9e 08 00 45 00 ...U K.E.
0010 00 9f 2e 55 40 00 80 06 3b 7a c0 a8 07 79 c0 a8 [EMAIL PROTECTED] ;z...y..
0020 07 c0 1f 9d 9e d6 87 16 42 a4 05 f7 66 5b 80 18  B...f[..
0030 fa 29 5a e5 00 00 01 01 08 0a 00 35 db 44 03 66 .)Z. ...5.D.f
0040 96 c9 77 68 19 80 00 00 21 00 00 00 00 01 02 02 ..wh !...
0050 00 09 74 65 73 74 51 75 65 75 65 00 00 00 02 00 ..testQu eue.
0060 00 00 00 00 00 00 00 00 00 00 04 07 00 13 49 44  ..ID
0070 3a 33 2d 31 31 30 39 39 35 35 32 35 37 31 38 36 :3-11099 55257186
0080 33 00 00 01 02 6e 7d 23 62 01 09 ff ff ff ff 00 3n}# b...
0090 09 00 00 01 07 00 04 49 44 3a 33 00 00 00 00 00 ...I D:3.
00a0 00 00 04 48 6f 6c 61 01 80 00 00 00 79 ...Hola. y

source 192.168.7.192 dest 192.168.7.121 40662  8093

 00 10 4b 8a 87 9e 00 08 a1 55 cb e3 08 00 45 00 ..K. .UE.
0010 00 9f b4 0c 40 00 40 06 f5 c2 c0 a8 07 c0 c0 a8 [EMAIL PROTECTED]@. 

0020 07 79 9e d6 1f 9d 05 f7 66 5b 87 16 43 0f 80 18 .y.. f[..C...
0030 16 d0 3c de 00 00 01 01 08 0a 03 66 97 bf 00 35 ... ...f...5
0040 db 44 77 68 19 80 00 00 21 00 00 00 00 01 02 02 .Dwh !...
0050 00 09 74 65 73 74 51 75 65 75 65 00 00 00 02 00 ..testQu eue.
0060 00 00 00 00 00 00 00 00 00 00 04 07 00 13 49 44  ..ID
0070 3a 33 2d 31 31 30 39 39 35 35 32 35 37 31 38 36 :3-11099 55257186
0080 33 00 00 01 02 6e 7d 23 62 01 09 ff ff ff ff 00 3n}# b...
0090 09 00 00 01 07 00 04 49 44 3a 33 00 00 00 00 00 ...I D:3.
00a0 00 00 04 48 6f 6c 61 01 80 00 00 00 79 ...Hola. y
source 192.168.7.192 dest 192.168.7.121 40662  8093

 00 10 4b 8a 87 9e 00 08 a1 55 cb e3 08 00 45 00 ..K. .UE.
0010 00 64 b4 0d 40 00 40 06 f5 fc c0 a8 07 c0 c0 a8 [EMAIL PROTECTED]@. 

0020 07 79 9e d6 1f 9d 05 f7 66 c6 87 16 43 0f 80 18 .y.. f...C...
0030 16 d0 b9 12 00 00 01 01 08 0a 03 66 97 bf 00 35  ...f...5
0040 db 44 77 2d 01 00 00 00 3b 00 01 01 02 00 09 74 .Dw- ;..t
0050 65 73 74 51 75 65 75 65 00 13 49 44 3a 33 2d 31 estQueue ..ID:3-1
0060 31 30 39 39 35 35 32 35 37 31 38 36 33 80 00 00 10995525 71863...
0070 00 79 .y

source 192.168.7.192 dest 192.168.7.121 40662  8093

 00 10 4b 8a 87 9e 00 08 a1 55 cb e3 08 00 45 00 ..K. .UE.
0010 00 4a b4 0e 40 00 40 06 f6 15 c0 a8 07 c0 c0 a8 [EMAIL PROTECTED]@. 

0020 07 79 9e d6 1f 9d 05 f7 66 f6 87 16 43 19 80 18 .y.. f...C...
0030 16 d0 22 88 00 00 01 01 08 0a 03 66 97 bf 00 35 ... ...f...5
0040 db 44 77 13 0d 00 00 00 3c 00 80 00 00 00 00 00 .Dw. ...
0050 00 00 00 00 00 00 00 79 ...y


-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - TreeCacheAop can't add an object of a class which extends Ar

2005-03-14 Thread monocongo
I am having trouble getting TreeCacheAop to add objects of a class which 
extends ArrayList.  According to the FAQ this is possible:

 anonymous wrote : TreeCacheAop supports classes extending from List, Set, and 
Map without users to declare them aspectized. It is done via a dynamic proxy.

Simple objects such as Strings are being added and replicated with no errors, 
so the TreeCacheAop appears to be configured correctly.

The class in question extends ArrayList.  In my test code I create a new object 
of this class and try to add it to a TreeCacheAop using putObject().  At this 
point JBossCache bombs and throws an CacheException.  This happens using three 
separate scenarios with jboss-aop.xml: 1) no jboss-aop.xml at all, 2) using a 
jboss-aop.xml with an advisable entry for my class as specified in the 
example jboss-aop.xml from the jboss-cache distribution, and 3) using a 
jboss-aop.xml with a prepare entry for my class as described in the 
TreeCacheAop document. So it appears that the jboss-aop.xml file is having no 
effect on this behavior, or at least the error is the same for the three 
configurations I've tried.

Here is the exception stack trace:

 
  | 11:15:53,681 ERROR [TreeCacheTester] Unable to add a new UserMessages 
object for user ID JADAMS1
  | org.jboss.cache.CacheException: failure creating proxy; - nested throwable: 
(org.jboss.util.NestedRuntimeException: 
org.jboss.aop.proxy$com.harborsideplus.treecachetest.pojo.UserMessages; - 
nested throwable: (java.lang.InstantiationException: 
org.jboss.aop.proxy$com.harborsideplus.treecachetest.pojo.UserMessages))
  | at 
org.jboss.cache.aop.TreeCacheAop._putObject(TreeCacheAop.java:346)
  | at org.jboss.cache.aop.TreeCacheAop.putObject(TreeCacheAop.java:130)
  | at org.jboss.cache.aop.TreeCacheAop.putObject(TreeCacheAop.java:108)
  | at 
com.harborsideplus.treecachetest.mbean.TreeCacheTester.getUserMessages(TreeCacheTester.java:165)
  | at 
com.harborsideplus.treecachetest.mbean.TreeCacheTester.addUserMessage(TreeCacheTester.java:225)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:585)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:144)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
  | at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
  | at 
org.jboss.jmx.adaptor.control.Server.invokeOpByName(Server.java:236)
  | at org.jboss.jmx.adaptor.control.Server.invokeOp(Server.java:202)
  | at 
org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.invokeOp(HtmlAdaptorServlet.java:241)
  | at 
org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.processRequest(HtmlAdaptorServlet.java:79)
  | at 
org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.doPost(HtmlAdaptorServlet.java:61)
  | at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
  | at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
  | at 
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:75)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
  | at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
  | at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
  | at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
  | at 
org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
  | at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
  | at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
  | at 
org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:66)
  | at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
  | at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:153)
  | at 

[JBoss-dev] [JBoss JIRA] Updated: (JBAS-1578) Duplicate Messages

2005-03-14 Thread Marcelo Klein (JIRA)
 [ http://jira.jboss.com/jira/browse/JBAS-1578?page=history ]

Marcelo Klein updated JBAS-1578:


Attachment: SimpleJMSClient.java

This is the JMS client used to connect to the server.
To run as sender pass 's' as argument.
To run as receiver pass 'r' as argument.
Jars used -- jbossall-client.jar

 Duplicate Messages
 --

  Key: JBAS-1578
  URL: http://jira.jboss.com/jira/browse/JBAS-1578
  Project: JBoss Application Server
 Type: Bug
   Components: JMS service
 Versions:  JBossAS-4.0.1 SP1, JBossAS-4.0.1 Final
  Environment: Any, tested on JBoss 3.2.3 and 4.0.1 SP1.
 Java 1.4.2 JVM. RH Linux 9.
 Reporter: Marcelo Klein
  Attachments: SimpleJMSClient.java


 There is a client that can be sender (producer) or receiver(consumer). The 
 sender is in the same machine that the JBossAS, and the receiver in another 
 LAN machine.
 Both of them connect to the queue 'queue/testQueue', one produces, one 
 consumes.
 However, when capturing the messages with a sniffer (eg. ethereal).
 We've seen that when the server sends an object message to the client the 
 client (in this case the receiver) resends back the same message to the 
 server.
 The JMS options are:
 - TTL = 0
 - NON_PERSISTENT (using messageCache)
 - MaxRedelivery = 10
 - priority = 4.
 We know for sure it's not a network problem, but an application one. It has 
 been tested on different JBoss configurations (all / default) and versions 
 (3.2.3 / 4.0.1 SP1).
 I here add the frames capture made with ethereal (the sender's ip is 
 192.168.7.121, the receiver's ip is 192.168.7.192, jboss jms server running 
 on 192.168.7.121:8093)
 source 192.168.7.121 dest 192.168.7.192 8093  40662
  00 08 a1 55 cb e3 00 10 4b 8a 87 9e 08 00 45 00 ...U K.E.
 0010 00 9f 2e 55 40 00 80 06 3b 7a c0 a8 07 79 c0 a8 [EMAIL PROTECTED] 
 ;z...y..
 0020 07 c0 1f 9d 9e d6 87 16 42 a4 05 f7 66 5b 80 18  B...f[..
 0030 fa 29 5a e5 00 00 01 01 08 0a 00 35 db 44 03 66 .)Z. ...5.D.f
 0040 96 c9 77 68 19 80 00 00 21 00 00 00 00 01 02 02 ..wh !...
 0050 00 09 74 65 73 74 51 75 65 75 65 00 00 00 02 00 ..testQu eue.
 0060 00 00 00 00 00 00 00 00 00 00 04 07 00 13 49 44  ..ID
 0070 3a 33 2d 31 31 30 39 39 35 35 32 35 37 31 38 36 :3-11099 55257186
 0080 33 00 00 01 02 6e 7d 23 62 01 09 ff ff ff ff 00 3n}# b...
 0090 09 00 00 01 07 00 04 49 44 3a 33 00 00 00 00 00 ...I D:3.
 00a0 00 00 04 48 6f 6c 61 01 80 00 00 00 79 ...Hola. y
 source 192.168.7.192 dest 192.168.7.121 40662  8093
  00 10 4b 8a 87 9e 00 08 a1 55 cb e3 08 00 45 00 ..K. .UE.
 0010 00 9f b4 0c 40 00 40 06 f5 c2 c0 a8 07 c0 c0 a8 [EMAIL PROTECTED]@. 
 
 0020 07 79 9e d6 1f 9d 05 f7 66 5b 87 16 43 0f 80 18 .y.. f[..C...
 0030 16 d0 3c de 00 00 01 01 08 0a 03 66 97 bf 00 35 ... ...f...5
 0040 db 44 77 68 19 80 00 00 21 00 00 00 00 01 02 02 .Dwh !...
 0050 00 09 74 65 73 74 51 75 65 75 65 00 00 00 02 00 ..testQu eue.
 0060 00 00 00 00 00 00 00 00 00 00 04 07 00 13 49 44  ..ID
 0070 3a 33 2d 31 31 30 39 39 35 35 32 35 37 31 38 36 :3-11099 55257186
 0080 33 00 00 01 02 6e 7d 23 62 01 09 ff ff ff ff 00 3n}# b...
 0090 09 00 00 01 07 00 04 49 44 3a 33 00 00 00 00 00 ...I D:3.
 00a0 00 00 04 48 6f 6c 61 01 80 00 00 00 79 ...Hola. y
 source 192.168.7.192 dest 192.168.7.121 40662  8093
  00 10 4b 8a 87 9e 00 08 a1 55 cb e3 08 00 45 00 ..K. .UE.
 0010 00 64 b4 0d 40 00 40 06 f5 fc c0 a8 07 c0 c0 a8 [EMAIL PROTECTED]@. 
 
 0020 07 79 9e d6 1f 9d 05 f7 66 c6 87 16 43 0f 80 18 .y.. f...C...
 0030 16 d0 b9 12 00 00 01 01 08 0a 03 66 97 bf 00 35  ...f...5
 0040 db 44 77 2d 01 00 00 00 3b 00 01 01 02 00 09 74 .Dw- ;..t
 0050 65 73 74 51 75 65 75 65 00 13 49 44 3a 33 2d 31 estQueue ..ID:3-1
 0060 31 30 39 39 35 35 32 35 37 31 38 36 33 80 00 00 10995525 71863...
 0070 00 79 .y
 source 192.168.7.192 dest 192.168.7.121 40662  8093
  00 10 4b 8a 87 9e 00 08 a1 55 cb e3 08 00 45 00 ..K. .UE.
 0010 00 4a b4 0e 40 00 40 06 f6 15 c0 a8 07 c0 c0 a8 [EMAIL PROTECTED]@. 
 
 0020 07 79 9e d6 1f 9d 05 f7 66 f6 87 16 43 19 80 18 .y.. f...C...
 0030 16 d0 22 88 00 00 01 01 08 0a 03 66 97 bf 00 35 ... ...f...5
 0040 db 44 77 13 0d 00 00 00 3c 00 80 00 00 00 00 00 .Dw. ...
 0050 00 00 00 00 00 00 00 79 ...y

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.

[JBoss-dev] [JBossCache] - Synchronous replication (REPL_SYNC) does not block the calle

2005-03-14 Thread canghel
Hi,

I am using the tree cache within JBoss 3.2.6. It seems that REPL_SYNC does not 
block the caller.
I have two caches each of them set with REPL_SYNC and isolation level 
SERIALIZABLE.
The following scenario works on a single node but fails in a cluster with 2 
nodes:
1. I place an object in the first cache
2. I place another object in the second cache
2.1 I override _put and I search in the first cache for the first added object 
but nothing is found; I need to find it to set it as an attribute for the 2nd 
object before adding this object to the second cache; in the end I call 
super._put to place the object normally in the cache

I checked the logs. On the machine were the problem appears (not the one 
actually starting the put call but the other one where the objects have to be 
replicated) I can read the following:

17:21:44,743 INFO  [STDOUT] 2005-03-14 17:21:44,743 DEBUG cache.AglCache
(TreeCache.java:2351) - _put(CLAUVPC:1966:10, /AGL/AglCoreScu/AglCoreScu:1, 
1, [AglBaseCoreObject: key: 1 configuration: null])
17:21:44,946 INFO  [STDOUT] 2005-03-14 17:21:44,946 DEBUG cache.AglCache
(TreeCache.java:2740) - prepare(): run prepare 
17:21:44,946 INFO  [STDOUT] 2005-03-14 17:21:44,946 DEBUG cache.AglCache
(TreeCache.java:1585) - get(, /AGL/ScuConfiguration/ScuConfiguration:1, 1, 
true)
17:21:44,946 INFO  [STDOUT] 2005-03-14 17:21:44,946 DEBUG cache.AglCache
(TreeCache.java:2351) - _put(CLAUVPC:1963:9, 
/AGL/ScuConfiguration/ScuConfiguration:1, 1, 
[ScuConfiguration:[AglConfiguration: key: 1 name: R1_SCU] OFF_STEP: 0 type: 
AirfieldZone maxAvailableSteps: 3 isMaster: true isFlipFlop: true 
isControlAndFeedback: true {  } ])
17:21:45,102 INFO  [STDOUT] 2005-03-14 17:21:45,102 DEBUG cache.AglCache
(TreeCache.java:2790) - commit(): called to commit cache with gtx 
CLAUVPC:1963:9
17:21:45,102 INFO  [STDOUT] 2005-03-14 17:21:45,102 DEBUG cache.AglCache
(TreeCache.java:2803) - commit(): releasing lock write owner=CLAUVPC:1963:9
17:21:45,102 INFO  [STDOUT] 2005-03-14 17:21:45,102 DEBUG cache.AglCache
(TreeCache.java:2803) - commit(): releasing lock read owners=[CLAUVPC:1963:9]
17:21:45,102 INFO  [STDOUT] 2005-03-14 17:21:45,102 DEBUG cache.AglCache
(TreeCache.java:2803) - commit(): releasing lock read owners=[CLAUVPC:1963:9]
17:21:45,102 INFO  [STDOUT] 2005-03-14 17:21:45,102 DEBUG cache.AglCache
(TreeCache.java:2808) - commit(): removing local transaction key null
17:21:45,227 INFO  [STDOUT] 2005-03-14 17:21:45,227 DEBUG cache.AglCache
(TreeCache.java:2790) - commit(): called to commit cache with gtx 
CLAUVPC:1966:10
17:21:45,227 INFO  [STDOUT] 2005-03-14 17:21:45,227 DEBUG cache.AglCache
(TreeCache.java:2803) - commit(): releasing lock write owner=CLAUVPC:1966:10
17:21:45,227 INFO  [STDOUT] 2005-03-14 17:21:45,227 DEBUG cache.AglCache
(TreeCache.java:2803) - commit(): releasing lock read owners=[CLAUVPC:1966:10]
17:21:45,227 INFO  [STDOUT] 2005-03-14 17:21:45,227 DEBUG cache.AglCache
(TreeCache.java:2803) - commit(): releasing lock read owners=[CLAUVPC:1966:10]
17:21:45,243 INFO  [STDOUT] 2005-03-14 17:21:45,227 DEBUG cache.AglCache
(TreeCache.java:2808) - commit(): removing local transaction key null

In the log I see that on transaction CLAUVPC:1966:10 the _put is called for 
the second object before the previous transaction with id CLAUVPC:1963:9 is 
commited. Also it looks like _put for the second object in transaction 
CLAUVPC:1966:10 is called before _put for the first object in transaction 
CLAUVPC:1963:9. This indicates that the put call doesn't block the caller.

Do I miss some settings? Is this a defect? Can anyone help me?

thanks,
Claudiu




View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3870042#3870042

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870042


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - jboss-web.xml? MVC Application as Portlet

2005-03-14 Thread karanmg
Whats the purpose of jboss-web.xml and jboss-service.xml?
Are they required to be in the war (even though they don't hold any significant 
content) for a portlet to work?

I want to write an MVC application which will run inside a portlet. 
So what's the difference in content between jboss-web.xml and web.xml?

Thanks,
Karan

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3870051#3870051

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870051


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBAS-1580) Problem when Submitting Massive Load into HttpSession

2005-03-14 Thread Clebert Suconic (JIRA)
Problem when Submitting Massive Load into HttpSession
-

 Key: JBAS-1580
 URL: http://jira.jboss.com/jira/browse/JBAS-1580
 Project: JBoss Application Server
Type: Bug
  Components: JBoss Cache service  
Versions:  JBossAS-4.0.2RC1,  JBossAS-4.0.1 SP1,  JBossAS-3.2.7 Final, 
JBossAS-3.2.6 Final,  JBossAS-3.2.5 Final, JBossAS-5.0 Alpha
Reporter: Clebert Suconic
 Assigned to: Ben Wang 
 Fix For: JBossAS-4.0.2 Final, JBossAS-5.0 Alpha


Description available at:
http://jira.jboss.com/jira/browse/JBCACHE-102


-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Re: jboss-web.xml? MVC Application as Portlet

2005-03-14 Thread [EMAIL PROTECTED]
no they are not required.

jboss-service.xml is used for the portal only and jboss-web.xml is here to give 
additional infos about the web app (like security infos or database resources)

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3870053#3870053

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870053


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBAS-1580) Problem when Submitting Massive Load into HttpSession

2005-03-14 Thread Clebert Suconic (JIRA)
 [ http://jira.jboss.com/jira/browse/JBAS-1580?page=history ]

Clebert Suconic updated JBAS-1580:
--

Fix Version:  JBossAS-3.2.8 Final

 Problem when Submitting Massive Load into HttpSession
 -

  Key: JBAS-1580
  URL: http://jira.jboss.com/jira/browse/JBAS-1580
  Project: JBoss Application Server
 Type: Bug
   Components: JBoss Cache service
 Versions:  JBossAS-4.0.2RC1,  JBossAS-4.0.1 SP1,  JBossAS-3.2.7 Final, 
 JBossAS-3.2.6 Final,  JBossAS-3.2.5 Final, JBossAS-5.0 Alpha
 Reporter: Clebert Suconic
 Assignee: Ben Wang
  Fix For: JBossAS-4.0.2 Final, JBossAS-5.0 Alpha,  JBossAS-3.2.8 Final



 Description available at:
 http://jira.jboss.com/jira/browse/JBCACHE-102

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Closed: (JBAS-5) Test and report bugs agaisnt the new InstallShield package from Scott

2005-03-14 Thread Scott M Stark (JIRA)
 [ http://jira.jboss.com/jira/browse/JBAS-5?page=history ]
 
Scott M Stark closed JBAS-5:


 Resolution: Won't Fix
Fix Version: (was: JBossAS-4.0.2 Final)

The installer was seen to be too unstable to use effectively. We need another 
approach here.

 Test and report bugs agaisnt the new InstallShield package from Scott
 -

  Key: JBAS-5
  URL: http://jira.jboss.com/jira/browse/JBAS-5
  Project: JBoss Application Server
 Type: Task
   Components: Installer
 Versions: JBossAS-4.0.1 Final
  Environment: Windows 2003 Server, Windows XP Professional, RedHat ES 3 or 
 Suse 9, Mac OS X
 Reporter: Ivelin Ivanov
 Assignee: Ryan Campbell


 Original Estimate: 1 day
 Remaining: 1 day

 Scott's message for reference:
 I put together an installer for 4.0.1 that is only ~39mb and allows for 
 installation of any configuration, minimal, default, all and custom. There 
 are some dependencies such that selecting a component in the custom 
 configuration its dependent components will also be selected. I'm sure there 
 are missing dependencies such that some combintations will be invalid, but it 
 seems like this could be an improvement over the current installs. Eventually 
 this could support customization of the db, securing the console, etc.
  
 There are two sample installs on cvs.jboss.com in /tmp called setupwin32.exe 
 for windows, setuplinux.bin for linux. There is also an osx setupmac.command 
 in the process of being transferred as well. The full sizes are:
  
 [EMAIL PROTECTED] tmp]$ ls -l setup*
 -rwxrwxr-x1 starksm  starksm  39309312 Nov 13 21:07 setuplinux.bin*
 -rwxrwxr-x1 starksm  starksm  39582916 Nov 14 01:42 setupmac.command*
 -rwxrwxr-x1 starksm  starksm  39566877 Nov 13 21:18 setupwin32.exe*

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Re: jboss-web.xml? MVC Application as Portlet

2005-03-14 Thread karanmg
okay.
Thanks.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3870056#3870056

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870056


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Assigned: (JBAS-1473) Add support for customization of the login module password hash mechanism

2005-03-14 Thread Scott M Stark (JIRA)
 [ http://jira.jboss.com/jira/browse/JBAS-1473?page=history ]

Scott M Stark reassigned JBAS-1473:
---

Assign To: Scott M Stark

 Add support for customization of the login module password hash mechanism
 -

  Key: JBAS-1473
  URL: http://jira.jboss.com/jira/browse/JBAS-1473
  Project: JBoss Application Server
 Type: Feature Request
   Components: Security
 Reporter: Scott M Stark
 Assignee: Scott M Stark
  Fix For: JBossAS-5.0 Alpha, JBossAS-4.0.2 Final


 Original Estimate: 1 day
 Remaining: 1 day

 A generic extension to add a DigestCallback extension interface like the 
 following should be made to the jboss login modules:
 public interface DigestCallback
 {
/** Pass through access to the login module options */
public void init(java.util.Map options);
/** Pre-hash callout to allow for content before the password */
public void preDigest(java.security.MessageDigest digest);
/** Post-hash callout afer the password has been added to allow for 
 content after the password */
public void postDigest(java.security.MessageDigest digest);
 }
 options: the option maps passed to the login module with any unknown options 
 that affect the DigestCallback simply passed through
 digest: the standard MessageDigest created based on the digest algorithm 
 specified via the login module options.

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBAS-1559) Check all serverSocket accept threads

2005-03-14 Thread Scott M Stark (JIRA)
 [ http://jira.jboss.com/jira/browse/JBAS-1559?page=history ]

Scott M Stark updated JBAS-1559:


   Priority: Critical  (was: Major)
Fix Version: JBossAS-5.0 Alpha

 Check all serverSocket accept threads
 -

  Key: JBAS-1559
  URL: http://jira.jboss.com/jira/browse/JBAS-1559
  Project: JBoss Application Server
 Type: Task
 Reporter: Adrian Brock
 Assignee: Scott M Stark
 Priority: Critical
  Fix For: JBossAS-5.0 Alpha, JBossAS-4.0.2 Final



 Check all serverSocket accept threads to ensure there are not paths
 through the code that could cause the thread to die and the service
 stop listening.
 e.g. is java.lang.Throwable being caught, to trap java.lang.Errors?

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1561) Fix for Hibernate/JBossCache integration

2005-03-14 Thread Scott M Stark (JIRA)
 [ 
http://jira.jboss.com/jira/browse/JBAS-1561?page=comments#action_12316115 ]
 
Scott M Stark commented on JBAS-1561:
-

We need some integration testcase in the JBAS project to validate the 
interaction between the cache and hibernate. 

 Fix for Hibernate/JBossCache integration
 

  Key: JBAS-1561
  URL: http://jira.jboss.com/jira/browse/JBAS-1561
  Project: JBoss Application Server
 Type: Bug
   Components: Hibernate service, JBoss Cache service
 Reporter: Bela Ban
 Assignee: Bela Ban
  Fix For: JBossAS-4.0.2 Final



 Status: fix implemented in JBossCache, but requires verification by Christian
 This needs to be backported from head to 4.x then

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Commented: (JBREM-70) Clean up build.xml. Fix .classpath and .project for eclipse

2005-03-14 Thread Adrian Brock (JIRA)
 [ http://jira.jboss.com/jira/browse/JBREM-70?page=comments#action_12316116 
]
 
Adrian Brock commented on JBREM-70:
---

Please do not mess about with the eclipse build settings!
You can do what you like when remoting is a standalone project.

Other jars should be referenced either through project or thirdparty references.
I'm fed up with fixing these. It is a pain. Roll on the new build. :-)

 Clean up build.xml. Fix .classpath and .project for eclipse
 ---

  Key: JBREM-70
  URL: http://jira.jboss.com/jira/browse/JBREM-70
  Project: JBoss Remoting
 Type: Task
   Components: general
 Versions: 1.0.1 final
  Environment: Debian Sarge
 Eclipse Version: 3.0.1
 Reporter: karan malhi
 Assignee: karan malhi
 Priority: Trivial
  Fix For: 1.2.0 beta
  Attachments: .classpath, .project, Eclipse-HowTo.txt

 Original Estimate: 1 hour
 Remaining: 1 hour

 build.xml contains dependencies on j2ee, jaxrpc and transaction projects 
 which are not used by remoting. remove those entries.
 For eclipse usage, the .classpath has to be fixed to use a variable name 
 instead of the relative path. This fix would assume that the user checked out 
 Remoting as part of the jboss head. When JBREM 20 and JBREM 11 are finished, 
 this classpath setting would change.
 .project doesnt need to have projects listed in there. Eclipse should just 
 depend on jars instead of making seperate projects and adding dependencies to 
 those projects.

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - Re: JBossCache 1.2.1 released

2005-03-14 Thread Bill Bejeck
Bela,

The jar files in the lib directory are a little different, if I have a working 
copy of TreeCache 1.2 installed, what jar files should I keep and/or replace?

Thanks,
Bill

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3870058#3870058

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870058


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBAS-55) Aspectize DynamicLoginConfig

2005-03-14 Thread Scott M Stark (JIRA)
 [ http://jira.jboss.com/jira/browse/JBAS-55?page=history ]

Scott M Stark updated JBAS-55:
--

JBoss Forum Reference: 
http://www.jboss.org/index.html?module=bbop=viewtopict=57296
  Fix Version: (was: JBossAS-5.0 Alpha)
   (was: JBossAS-4.0.2 Final)

I don't think the current approach is sufficiently general to incorporate into 
4.0.2 so I want to delay this until we have gotten more done on the pojo server.

 Aspectize DynamicLoginConfig
 

  Key: JBAS-55
  URL: http://jira.jboss.com/jira/browse/JBAS-55
  Project: JBoss Application Server
 Type: Task
   Components: MicroContainer bus, Security
 Versions: JBossAS-5.0 Alpha
  Environment: org.jboss.security.auth.login
 Reporter: Dimitris Andreadis
 Assignee: Dimitris Andreadis
 Priority: Minor



 Create an interceptor based on DynamicLoginConfig module that can be attached 
 either statically or dynamically to any deployer, thus adding the ability to 
 create and remove security domains, if a META-INF/login-config.xml component 
 is included in the deployment

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Eclipse IDE (dev)] - can't open JSP - An error has occurred when creating this e

2005-03-14 Thread mikek753
Hello,

I just installed new 1.4.1.e30 (before I used 1.4.0) and after restart  Eclipse 
I can't open any JSP file - I got An error has occurred when creating this 
editor instead it.

Any one know how to solve that? That I can work with JSP again?

Thank you.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3870059#3870059

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870059


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBREM-71) Find JMXConnectorProvider as a service

2005-03-14 Thread Tom Elrod (JIRA)
Find JMXConnectorProvider as a service
--

 Key: JBREM-71
 URL: http://jira.jboss.com/jira/browse/JBREM-71
 Project: JBoss Remoting
Type: Feature Request
  Components: jmx remoting  
Versions: JMX Remoting 1.0.1
Reporter: Tom  Elrod
 Assigned to: Tom  Elrod 
Priority: Optional


Per javadoc for JMXConnectorFactory:

An implementation may choose to find providers by other means. For example, it 
may support the  JAR conventions for service providers, where the service 
interface is JMXConnectorProvider.



-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBAS-1581) JDBC StateManager - CREATE_TABLES_ON_STARTUP is wrong

2005-03-14 Thread Adrian Brock (JIRA)
JDBC StateManager - CREATE_TABLES_ON_STARTUP is wrong
-

 Key: JBAS-1581
 URL: http://jira.jboss.com/jira/browse/JBAS-1581
 Project: JBoss Application Server
Type: Bug
  Components: JCA service  
Versions:  JBossAS-4.0.2RC1,  JBossAS-4.0.1 SP1, JBossAS-4.0.1 Final
Reporter: Adrian Brock
 Assigned to: Adrian Brock 
Priority: Minor
 Fix For: JBossAS-4.0.2 Final


The example config for the JDBC Statemanager uses
CREATE_TABLES_ON_STARTUP (which is consistent with the persistence manager)
the program uses
CREATE_TABLES_ON_START_UP

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBAS-1582) NullPersistenceManager, DelegateName is wrong

2005-03-14 Thread Adrian Brock (JIRA)
NullPersistenceManager, DelegateName is wrong
-

 Key: JBAS-1582
 URL: http://jira.jboss.com/jira/browse/JBAS-1582
 Project: JBoss Application Server
Type: Bug
  Components: JCA service  
Versions:  JBossAS-4.0.2RC1,  JBossAS-4.0.1 SP1, JBossAS-4.0.1 Final
Reporter: Adrian Brock
 Assigned to: Adrian Brock 
Priority: Minor
 Fix For: JBossAS-4.0.2 Final


The example config for the null persistence manager uses DelegateName.
It should be DelegatePM (delegate persistence manager).

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Closed: (JBAS-1581) JDBC StateManager - CREATE_TABLES_ON_STARTUP is wrong

2005-03-14 Thread Adrian Brock (JIRA)
 [ http://jira.jboss.com/jira/browse/JBAS-1581?page=history ]
 
Adrian Brock closed JBAS-1581:
--

Resolution: Done

Both configuration options are now accepted
Use CREATE_TABLES_ON_STARTUP for consistency with the persistence manager 
config.

 JDBC StateManager - CREATE_TABLES_ON_STARTUP is wrong
 -

  Key: JBAS-1581
  URL: http://jira.jboss.com/jira/browse/JBAS-1581
  Project: JBoss Application Server
 Type: Bug
   Components: JCA service
 Versions:  JBossAS-4.0.2RC1,  JBossAS-4.0.1 SP1, JBossAS-4.0.1 Final
 Reporter: Adrian Brock
 Assignee: Adrian Brock
 Priority: Minor
  Fix For: JBossAS-4.0.2 Final



 The example config for the JDBC Statemanager uses
 CREATE_TABLES_ON_STARTUP (which is consistent with the persistence manager)
 the program uses
 CREATE_TABLES_ON_START_UP

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Assigned: (JBAS-1564) Prepared Statement Cache does not take into account autocommit semantics

2005-03-14 Thread Adrian Brock (JIRA)
 [ http://jira.jboss.com/jira/browse/JBAS-1564?page=history ]

Adrian Brock reassigned JBAS-1564:
--

Assign To: Adrian Brock

 Prepared Statement Cache does not take into account autocommit semantics
 

  Key: JBAS-1564
  URL: http://jira.jboss.com/jira/browse/JBAS-1564
  Project: JBoss Application Server
 Type: Bug
   Components: JCA service
 Versions:  JBossAS-4.0.1 SP1, JBossAS-4.0.1 Final,  JBossAS-3.2.7 Final
 Reporter: Adrian Brock
 Assignee: Adrian Brock
  Fix For: JBossAS-4.0.2 Final



 The prepared statement cache (in particular CachedPreparedStatement)
 allows a prepared statement to be reused if the same query is requested twice.
 This does not work with auto-commit semantics:
 JDBC3.0 spec, section 10.1 (Transaction Boundaries and Auto-Commit)
 For Select statements, the statement is complete when the associated result 
 set is closed.
 The result set is closed as soon as one of the following occurs: 
 all of the rows have been retrieved
 the associated Statement object is re-executed
 another Statement object is executed on the same connection

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of Mail Services] - Re: What I am (not) Looking For In A Java-Based Enterprise E

2005-03-14 Thread [EMAIL PROTECTED]
Please look here: 
http://cvs.sourceforge.net/viewcvs.py/jboss/jboss-mail/src/java/org/jboss/mail/maillistener/JMSMailListenerMBean.java?rev=1.11view=markup

If you like, you can simply write a MDB today even with Milestone 2.

And at the actual MailListener interface.  I do not see what it is that you 
can't do.  

As for your concerned that we are biting off more than we can chew, we are very 
good developers.  Especially Kabir, Mike and Dawie.  I fake it pretty well 
hopefully no one realizes how bad I suck :-).  We're so good that I think we 
can get the job done :-)

Thanks,

andy

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3870066#3870066

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870066


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [TODO -- DEVELOPMENT] - joesnmp modified source code

2005-03-14 Thread ozarov
Where can find the source code of JBoss version joesnmp library?
I modified the library myself and want to include the changes made by JBoss. 
Is there a recommended way of doing so?


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3870067#3870067

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870067


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBREM-72) Implement provider for rmi and iiop protocols

2005-03-14 Thread Tom Elrod (JIRA)
Implement provider for rmi and iiop protocols
-

 Key: JBREM-72
 URL: http://jira.jboss.com/jira/browse/JBREM-72
 Project: JBoss Remoting
Type: Task
  Components: jmx remoting  
Versions: JMX Remoting 1.0.1
Reporter: Tom  Elrod
 Assigned to: Tom  Elrod 
 Fix For: JMX Remoting 1.0.1


Per spec, Every implementation must support the RMI connector protocols, 
specified with the string rmi or iiop.

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Re: JBoss Portal 2.0 Beta 1

2005-03-14 Thread iwadasn
There are a few things that I don't really like about the current 
implementation of the portal, and they are all seemingly minor things that make 
it really hard to use. 

Please, try to make it easier on users who don't want to use MySQL. Just allow 
it to use the DefaultDS, and you'd have twice as many users. Also, how about 
coming up with a method to make the tables other than SQL, can't the thing 
automatically create its own tables like CMP does? If it can't, then please at 
least include some alternate versions for alternate databases. I GAVE YOU AN 
ALTERNATE SCRIPT FOR HSQL, WHY HAVE YOU NOT INCLUDED IT, OR ANY OTHER!?!?!

Please guys, you will get ten times as many beta testers if the thing is just a 
.ear that you can drop into your JBoss instance and have it work. 



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3870068#3870068

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870068


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1554) Dynamic query - left join data not loaded in read ahead cache

2005-03-14 Thread Johan Borchers (JIRA)
 [ 
http://jira.jboss.com/jira/browse/JBAS-1554?page=comments#action_12316120 ]
 
Johan Borchers commented on JBAS-1554:
--

I noticed the same problem on 4.0.1 and 4.0.1sp1 using db MySQL 4.1.9.
I have 2 simular queries with the same read ahead strategy. The first one is 
normal and the other is dynamic-ql. The first one I can see in the server.log 
loads all data and related data from the result set in the read ahead cache. 
This is nice because that is what I expected from the left outer join.
But when the dynamic QL is executed only the data from the main EJB is loaded 
into the read ahead cache. The left joins are performed with the SQL executed.
But the data from the left joins is not loaded into the read ahead cache.
When loading fields from the beans from the related parent beans the data is 
selected again from the database with a load relation SQL statement. 
It seems that with dynamic-ql the CMP engine forgets that the related data was 
already selected from the database with a left join.

query
  query-method
method-namefindByContractor/method-name
method-params
  
method-paramnl.vda.contractsys.j2ee.ejb.contractor.ContractorLocal/method-param
/method-params
  /query-method
  read-ahead
strategyon-find/strategy
eager-load-grouplite/eager-load-group
left-join cmr-field=type eager-load-group=all/left-join
left-join cmr-field=subject eager-load-group=all/left-join
left-join cmr-field=durationPeriod eager-load-group=all/left-join
left-join cmr-field=periodOfNoticePeriod 
eager-load-group=all/left-join
  /read-ahead
/query
query
  query-method
method-nameejbSelectGeneric/method-name
method-params
  method-paramjava.lang.String/method-param
  method-paramjava.lang.Object[]/method-param
/method-params
  /query-method
  dynamic-ql/
  read-ahead
strategyon-find/strategy
eager-load-grouplite/eager-load-group
left-join cmr-field=type eager-load-group=all/left-join
left-join cmr-field=subject eager-load-group=all/left-join
left-join cmr-field=durationPeriod eager-load-group=all/left-join
left-join cmr-field=periodOfNoticePeriod 
eager-load-group=all/left-join
  /read-ahead
/query

Johan. 



 Dynamic query - left join data not loaded in read ahead cache
 -

  Key: JBAS-1554
  URL: http://jira.jboss.com/jira/browse/JBAS-1554
  Project: JBoss Application Server
 Type: Bug
   Components: CMP service
 Versions:  JBossAS-4.0.1 SP1
  Environment: Sun JDK 1.5.0
 JBoss 4.0.1 SP1
 Reporter: Dan Pupaza
 Priority: Critical



 I added a left-join entry in jbosscmp-jdbc.xml file for a dynamic query. The 
 generated query is correct, but the data for the bean corresponding to the 
 CMR field defined in read-ahead/left-join are loaded from database, not from 
 read ahead cache.
 The dynamic-ql query is:
 2005-03-08 13:19:36,455 DEBUG 
 [org.jboss.ejb.plugins.cmp.jdbc.JDBCDynamicQLQuery.Subject#ejbSelectAllChoosableSubjects]
  DYNAMIC-QL:
 SELECT OBJECT(s) FROM Subject AS s
 WHERE s.id  0 AND s.deprecated IS NULL
 ORDER BY s.categoryId, s.name ASC
 Corresponding fragment in jbosscmp-jdbc.xml is:
 query
   query-method
 method-nameejbSelectAllChoosableSubjects/method-name
 method-params
   method-paramjava.lang.String/method-param
   method-paramjava.lang.Object[]/method-param
 /method-params
   /query-method
   dynamic-ql/
   read-ahead
 strategyon-find/strategy
 eager-load-group*/eager-load-group
 left-join cmr-field=subjectcategory eager-load-group=*/
   /read-ahead
 /query
 Generated query:
 2005-03-08 13:19:36,463 DEBUG 
 [org.jboss.ejb.plugins.cmp.jdbc.JDBCDynamicQLQuery.Subject#ejbSelectAllChoosableSubjects]
  Executing SQL:
 SELECT t0_s.id, t0_s.name, t0_s.author, t0_s.lastModified, t0_s.comments, 
 t0_s.deprecated, t0_s.categoryId, t0_s.pos, t1_s_subjectcategory.id,
t1_s_subjectcategory.name, t1_s_subjectcategory.pos, t0_s.categoryId, 
 t0_s.name
 FROM SUBJECT t0_s
  LEFT OUTER JOIN SUBJECTCATEGORY t1_s_subjectcategory ON 
 t0_s.categoryId=t1_s_subjectcategory.id
 WHERE t0_s.id  0 AND t0_s.deprecated IS NULL
 ORDER BY t0_s.categoryId ASC, t0_s.name ASC
 A fragment from server.log file:
 2005-03-08 13:19:36,692 DEBUG 
 [org.jboss.ejb.plugins.cmp.jdbc.JDBCFindByPrimaryKeyQuery.Subjectcategory#findByPrimaryKey]
  Executing SQL: SELECT t0_Subjectcategory.id FROM SUBJECTCATEGORY 
 t0_Subjectcategory WHERE t0_Subjectcategory.id=?
 2005-03-08 13:19:37,641 DEBUG 
 [org.jboss.ejb.plugins.cmp.jdbc.JDBCLoadEntityCommand.Subjectcategory] 
 Executing SQL: SELECT name FROM SUBJECTCATEGORY WHERE (id=?)
 2005-03-08 13:19:37,763 DEBUG 
 [org.jboss.ejb.plugins.cmp.jdbc.JDBCFindByPrimaryKeyQuery.Subjectcategory#findByPrimaryKey]
  Executing SQL: SELECT t0_Subjectcategory.id FROM SUBJECTCATEGORY 
 t0_Subjectcategory WHERE t0_Subjectcategory.id=?
 2005-03-08 

[JBoss-dev] [Design of JBoss Portal] - Re: JBoss Portal 2.0 Beta 1

2005-03-14 Thread fernir
I think it should be a separate setup sar included within jboss portal. Upon 
Jboss portal startup it will make take care of validation of database 
existence, user access, and database tables creation (if they don't exist). 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3870072#3870072

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870072


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - A suggested feature.

2005-03-14 Thread mranga
Hello!

This is a followup of a discussion started at the end of the excellent 
presentation by Ben at JBoss World.  Right now in jboss cache, you can have a 
persistant cache ( ie. writes to the disk ) or a cache that is replicated 
entirely in memory. I'd like to persist a subtree of the namespace - for 
example  I want that 

/persistant/data/structure 

and anything under it should survive a restart. For this, I want to be able to 
hook a OR mapping tool such as hibernate to jboss cache and have the cache do 
the rest for me. The rest of the cache is merely replicated in memory and not 
written to the database and persistance should be guarded by tx boundaries.

If such a thing is already in the works, please let me know and if not, I'd be 
an eager customer for this feature.

Thanks for a very useful piece of code.

Ranga.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3870073#3870073

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870073


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Re: jboss-web.xml? MVC Application as Portlet

2005-03-14 Thread fernir
web.xml - is a standard war deployment descriptor that maintains all the 
information about your web application (servlets, mappings, and 
initialization). For more info about web.xml consult Java TN Servlet 
specification (for version 2.4 look into SRV.A and SRV.B)

jboss-web.xml - is a vendor specific (jboss) web application deployment 
descriptor, that allows you to specify additional information (context path). 
You can get additional info at: 
http://www.huihoo.com/jboss/online_manual/3.0/ch07s22.html

The configuration files you should care about are portlet.xml (standard JSR 168 
defined portlet deployment descriptor) and jboss-portlet.xml (vendor specific 
deployment descriptor extension)


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3870074#3870074

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870074


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBAS-1583) Primary key violation on JMS_TRANSACTIONS

2005-03-14 Thread Adrian Brock (JIRA)
Primary key violation on JMS_TRANSACTIONS
-

 Key: JBAS-1583
 URL: http://jira.jboss.com/jira/browse/JBAS-1583
 Project: JBoss Application Server
Type: Bug
  Components: JMS service  
Versions: JBossAS-4.0.1 Final,  JBossAS-4.0.2RC1,  JBossAS-4.0.1 SP1
Reporter: Adrian Brock
 Assigned to: Adrian Brock 
 Fix For: JBossAS-4.0.2 Final


The calculation of the next transaction id in jms recovery is done in the wrong 
place.
It should determine the next transaction id before it rolls back incomplete adds
otherwise it will get the next transaction id wrong which could produce
a primary key constraint violation on the JMS_TRANSACTIONS table.

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss/Tomcat Integration] - Overriding dom4j.jar in JBoss with the Jaxen jars in Tomcat

2005-03-14 Thread neerajn
Hi everyone,

I already have an application in Tomcat in production. But I want to deploy it 
in JBoss. Instead of going the route of creating the Service Archive, I created 
an Enterprise Archive and bundled the entire application with the 
application.xml and also the jboss-web.xml along with the regular web.xml. I 
also provided the jboss-service.xml in the META-INF directory with the 
Java2ClassLoadingCompliance attribute set to false based on search on the 
documentation so that I can use the jaxen jars in my application. It still does 
not work. So I wanted to find out if anyone can give me any suggestions.

Thanks,
NN.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3870075#3870075

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870075


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - JBoss Cache in Scientific Cluster computing.

2005-03-14 Thread mranga
 JBoss Cache currently uses eager consistency which means - when the TX ends, 
updates are propagated. This is necessary for fault tolerance which is after 
all the main reason for its existence. 

However, consider the needs of  a compute cluster with coarse grained 
parallelism (and not fault tolerance) being the objective. For this,  it would 
be interesting if a lazy model were followed where, a lock is aquired at the 
start of the tx - resulting in network traffic. When the tx commits that 
generates no network traffic. Thus is you are iterating on a node, on a shared 
variable, and the other nodes sharing the variable are much slower, then no 
network traffic is generated.

Such things have been investigated in the past ( for example, consider Peter 
Keleher's work on Lazy Release consistency). It would be interesting to move 
the support into jboss cache given the current interest in grid computing .

Just some thoughts which I thought I could share.


Ranga.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3870078#3870078

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870078


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Closed: (JBAS-1365) Allow arbitrary creation of filters in ListenerServiceMBeanSupport

2005-03-14 Thread Dimitris Andreadis (JIRA)
 [ http://jira.jboss.com/jira/browse/JBAS-1365?page=history ]
 
Dimitris Andreadis closed JBAS-1365:


 Resolution: Done
Fix Version: JBossAS-4.0.2 Final
 JBossAS-5.0 Alpha
  JBossAS-3.2.8 Final

The filter mechanism has been extended to support specification of arbitrary 
filters, using dynamic filter factory plugins implementing the 
NotificationFilterFactory interface. Three filter factories corresponding to 
the standard jmx notification filters are supplied by default in package 
org.jboss.system.filterfactory.

For example:

  +  attribute name=SubscriptionList
  +subscription-list
  +  mbean name=jboss.system:*
  +filter factory=NotificationFilterSupportFactory
  +  enable type=org.jboss.system.ServiceMBean.start/
  +  enable type=org.jboss.system.ServiceMBean.stop/
  +/filter
  +  /mbean
  +  mbean name=jboss.monitor:service=MemoryMonitor
  +filter factory=AttributeChangeNotificationFilterFactory
  +  enable attribute-name=State/
  +/filter
  +  /mbean
  +  mbean name=JMImplementation:type=MBeanServerDelegate
  +filter factory=MBeanServerNotificationFilterFactory
  +  enable type=JMX.mbean/
  +  enable object-name=jboss:type=Service,name=SystemProperties/
  +/filter
  +  /mbean
  +/subscription-list
  +  /attribute

 Allow arbitrary creation of filters in ListenerServiceMBeanSupport
 --

  Key: JBAS-1365
  URL: http://jira.jboss.com/jira/browse/JBAS-1365
  Project: JBoss Application Server
 Type: Feature Request
   Components: JMX
  Environment: system/src/main/org/jboss/system/ListenerServiceMBeanSupport
 Reporter: Dimitris Andreadis
 Assignee: Dimitris Andreadis
 Priority: Optional
  Fix For: JBossAS-5.0 Alpha, JBossAS-4.0.2 Final,  JBossAS-3.2.8 Final


 Original Estimate: 1 day
 Remaining: 1 day

 Allow arbritrary creation of NotificationFilters when subscribing for 
 notifications. Currently, only NotificationFilterSupport is suppported.
 We should at least add the 2 other standard filters, 
 AttributeChangeNotificationFilter  MBeanServerNotificationFilter
 We'll do it through a factory mechanism, because each filter is initialized 
 in a different way, eg:
   subscription-list
 mbean name=JMImplementation:type=MBeanServerDelegate
   filter factory=MBeanServerNotificationFilterFactory
  objectnamebla bla /objectname
   /filter
 /mbean
   /subscription-list

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Closed: (JBAS-1577) white-space in ServiceMBean EVENT types

2005-03-14 Thread Dimitris Andreadis (JIRA)
 [ http://jira.jboss.com/jira/browse/JBAS-1577?page=history ]
 
Dimitris Andreadis closed JBAS-1577:


Resolution: Done

removed whitespace and fixed the comment

 white-space in ServiceMBean EVENT types
 ---

  Key: JBAS-1577
  URL: http://jira.jboss.com/jira/browse/JBAS-1577
  Project: JBoss Application Server
 Type: Bug
   Components: System Service
 Versions: JBossAS-4.0.1 Final,  JBossAS-3.2.7 Final
  Environment: org.jboss.system.ServiceMBean
 Reporter: Dimitris Andreadis
 Assignee: Dimitris Andreadis
 Priority: Minor
  Fix For: JBossAS-4.0.2 Final, JBossAS-5.0 Alpha,  JBossAS-3.2.8 Final


 Original Estimate: 10 minutes
 Remaining: 10 minutes

 Any particular reason those 4 event types contain a leading space in their 
 name?
/** The JMX notification event type for a service create state */
public static final String CREATE_EVENT =  
 org.jboss.system.ServiceMBean.create;
/** The JMX notification event type for a service create state */
public static final String START_EVENT =  
 org.jboss.system.ServiceMBean.start;
/** The JMX notification event type for a service create state */
public static final String STOP_EVENT =  
 org.jboss.system.ServiceMBean.stop;
/** The JMX notification event type for a service create state */
public static final String DESTROY_EVENT =  
 org.jboss.system.ServiceMBean.destroy;
 This is obviously wrong, it is there on all branches and unless there is a 
 good reason for *not* fixing this, I'm going to remove the space.

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBAS-1584) Create a unit test for tracking the serialVersionUID across versions using ObjectStreamClass

2005-03-14 Thread Scott M Stark (JIRA)
Create a unit test for tracking the serialVersionUID across versions using 
ObjectStreamClass


 Key: JBAS-1584
 URL: http://jira.jboss.com/jira/browse/JBAS-1584
 Project: JBoss Application Server
Type: Sub-task
  Components: Test Suite  
Reporter: Scott M Stark
 Assigned to: Scott M Stark 
Priority: Critical
 Fix For: JBossAS-4.0.2 Final


We need a unit test that compares the serialVersionUID of classes in the dist 
against those from previous versions using 
ObjectStreamClass.getSerialVersionUID() and a database of previous 
version/class/serialVersionUID. As of 4.0.2 forward this test should fail there 
is a change in any serialVersionUID.


-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Feature Requests-1163269 ] run.* startup scripts

2005-03-14 Thread SourceForge.net
Feature Requests item #1163269, was opened at 2005-03-14 21:49
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376688aid=1163269group_id=22866

Category: JBossServer
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Lars Kral (lkral)
Assigned to: Nobody/Anonymous (nobody)
Summary: run.* startup scripts

Initial Comment:
How about adding a %JBOSS_OPTS% variable to the list of
JVM args? Using the %JAVA_ARGS% is not flexible enough
to pass -Xmx or -Xms (or something similar) because it
also affects the tomcat startup script for example.


Cheers,
Lars

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376688aid=1163269group_id=22866


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBPM-86) suspend and resume

2005-03-14 Thread Tom Baeyens (JIRA)
suspend and resume
--

 Key: JBPM-86
 URL: http://jira.jboss.com/jira/browse/JBPM-86
 Project: JBoss jBPM
Type: Feature Request
  Components: Core Engine  
Reporter: Tom Baeyens
 Assigned to: Tom Baeyens 
Priority: Minor


it should possible to suspend and resume process instances.  suspended process 
instances are not able to receive signals and all related tasks are excluded 
from the tasklists.

regards, tom.

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBAS-1585) Enhance Queue throughput

2005-03-14 Thread Ivelin Ivanov (JIRA)
Enhance Queue throughput


 Key: JBAS-1585
 URL: http://jira.jboss.com/jira/browse/JBAS-1585
 Project: JBoss Application Server
Type: Feature Request
  Components: JMS service  
Reporter: Ivelin Ivanov




 -Original Message-
 From: Adrian Brock
 Sent: Monday, March 14, 2005 2:35 PM
 To: Ivelin Ivanov
 Cc: Stan Silvert; Neal Byrd; The Core; Rebecca Goldstein
 Subject: RE: JMS Reference
 
...

 I know you can get about x8 improvement in JBossMQ just by adding
 some simple flow control.
 
 Instead of doing the one in, one out policy on the message cache
 when memory is tight (i.e. move some old messages to disk to make
 room for the new messages)
 I did a simple test instead  with
 Thread.sleep(1000);
 to slow down the senders and let the receivers clear some memory.
 
 The message throughput went from 1 million messages/hour to 8 million.
 I did this test around JBoss-3.0.7 time when the performance was
 very poor.
 
 I discarded the idea as too simplistic since the mechanism
 requires blocking server threads. But it does show JBossMQ
 could easily be improved if we had the motivation/resources
 to work on the performance without degrading its reliability.
 

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Re: JBoss Portal 2.0 Beta 1

2005-03-14 Thread [EMAIL PROTECTED]
From the sources, you just need to modify local.properties to either mysql, 
posgresql or hsql.

See the documentation, it's VERY easy to change to another database (antother 
being any database supported by Hibernate)

Any script manually generated would be outdated.

We want an easy installer, we need some people to work on it, any volunteer ?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3870081#3870081

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870081


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Feature Requests-1163272 ] DO NOT POST HERE: Use http://jira.jboss.com

2005-03-14 Thread SourceForge.net
Feature Requests item #1163272, was opened at 2005-03-14 20:57
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376688aid=1163272group_id=22866

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Adrian Brock (ejort)
Assigned to: Nobody/Anonymous (nobody)
Summary: DO NOT POST HERE: Use http://jira.jboss.com

Initial Comment:
Use http://jira.jboss.com

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376688aid=1163272group_id=22866


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [TODO -- DEVELOPMENT] - Re: joesnmp modified source code

2005-03-14 Thread [EMAIL PROTECTED]
The source code can be found at sourceforge:

http://sourceforge.net/projects/joesnmp

In cooperation with OpenNMS (the original creators of the library) we have 
forked joesnmp as in independent project in order to maintain it's LGLP 
license. The version you'll find at sourceforge (v0.3.0) is more or less the 
natural successor of v0.2.6, the last LGPL version.

So just grab the source from there and make your changes. If you have a bug fix 
or something useful to add, let us know.



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3870082#3870082

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870082


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBAS-1586) run.* startup scripts

2005-03-14 Thread Lars Kral (JIRA)
run.* startup scripts
-

 Key: JBAS-1586
 URL: http://jira.jboss.com/jira/browse/JBAS-1586
 Project: JBoss Application Server
Type: Feature Request
Reporter: Lars Kral


How about adding a %JBOSS_OPTS% variable to the list of
JVM args? Using the %JAVA_ARGS% is not flexible enough
to pass -Xmx or -Xms (or something similar) because it
also affects the tomcat startup script for example.


Cheers,
Lars

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1550) JDBCEJBQLCompiler generates a non valid query

2005-03-14 Thread Johan Borchers (JIRA)
 [ 
http://jira.jboss.com/jira/browse/JBAS-1550?page=comments#action_12316129 ]
 
Johan Borchers commented on JBAS-1550:
--

I think I'm experiencing the same behaviour.

I'm using JBoss 4.01 and MySQL 4.1.9. 
I get this message from MySQL : Not unique table/alias: 't3_c_contractor' 
This is happening when you ask : give me all EJB's where cmr field = parent 
EJB and you have also the parent EJB in the read-ahead element with a left 
outer join. 

This is the snippet from the jbosscmp-jdbc.xml:
query
  query-method
method-namefindByContractor/method-name
method-params
  
method-paramnl.vda.contractsys.j2ee.ejb.contractor.ContractorLocal/method-param
/method-params
  /query-method
  read-ahead
strategyon-find/strategy
eager-load-grouplite/eager-load-group
left-join cmr-field=type eager-load-group=all/left-join
left-join cmr-field=subject eager-load-group=all/left-join
left-join cmr-field=contractor eager-load-group=all/left-join
  /read-ahead
/query


This is a snippet of the server.log:
[org.jboss.ejb.plugins.cmp.jdbc.JDBCFindByPrimaryKeyQuery.Contractor#findByPrimaryKey]
 Executing SQL: SELECT t0_Contractor.seq FROM contractor t0_Contractor WHERE 
t0_Contractor.seq=?
[org.jboss.ejb.plugins.cmp.jdbc.JDBCFindByPrimaryKeyQuery.Contractor#findByPrimaryKey]
 param: i=1, type=INTEGER, value=1
[org.jboss.ejb.plugins.cmp.jdbc.bridge.JDBCCMP2xFieldBridge.Contractor#key] 
result: i=1, type=java.lang.Integer, value=1
[org.jboss.ejb.plugins.cmp.jdbc.JDBCEJBQLQuery.Contract#findByContractor] 
Executing SQL: SELECT t0_c.seq, t0_c.version,..., t3_c_contractor.remarks, 
t0_c.organization_number 

FROM contract t0_c, contractor t3_c_contractor 
LEFT OUTER JOIN type t1_c_type ON t0_c.type=t1_c_type.seq 
LEFT OUTER JOIN subject t2_c_subject ON t0_c.subject=t2_c_subject.seq 
LEFT OUTER JOIN contractor t3_c_contractor ON 
t0_c.contractor=t3_c_contractor.seq 
WHERE ((t3_c_contractor.seq=?) AND t0_c.contractor=t3_c_contractor.seq) 
ORDER BY t0_c.organization_number ASC

[org.jboss.ejb.plugins.cmp.jdbc.JDBCEJBQLQuery.Contract#findByContractor] 
param: i=1, type=INTEGER, value=1
[org.jboss.ejb.plugins.cmp.jdbc.JDBCEJBQLQuery.Contract#findByContractor] Find 
failed
java.sql.SQLException: Syntax error or access violation message from server: 
Not unique table/alias: 't3_c_contractor'

As you can see in the query there are 2 aliases t3_c_contractor. 
One for the left outer join and one for the other join asking those records 
having a contractor parent with key 1.

There is a 1 join too much in this case if a table is already in the read-ahead 
strategy with left outer joins.

The same thing also happens with dynamic QL where I first discovered this. 


If the query would be something like the following it would be OKE.
SELECT t0_c.seq, t0_c.version,..., t3_c_contractor.remarks, 
t0_c.organization_number 
FROM contract t0_c 
LEFT OUTER JOIN type t1_c_type ON t0_c.type=t1_c_type.seq 
LEFT OUTER JOIN subject t2_c_subject ON t0_c.subject=t2_c_subject.seq 
LEFT OUTER JOIN contractor t3_c_contractor ON 
t0_c.contractor=t3_c_contractor.seq 
WHERE t3_c_contractor.seq=? 
ORDER BY t0_c.organization_number ASC

Johan


 JDBCEJBQLCompiler generates a non valid query
 -

  Key: JBAS-1550
  URL: http://jira.jboss.com/jira/browse/JBAS-1550
  Project: JBoss Application Server
 Type: Bug
   Components: CMP service
 Versions:  JBossAS-4.0.1 SP1
  Environment: JDK 1.5.0 (Sun)
 MSSQL 2000
 JDBC driver Opta2000
 Reporter: Dan Pupaza
 Assignee: Alexey Loubyansky



 JDBCEJBQLCompiler generates a non valid query when uses read-ahead option:
 JBoss-QL query: 
 2005-03-07 12:37:40,401 DEBUG 
 [org.jboss.ejb.plugins.cmp.jdbc.JDBCDynamicQLQuery.Question#ejbSelectGeneric] 
 DYNAMIC-QL:
 SELECT OBJECT(q) FROM Question q WHERE q.topic.subject.id = ?1 OFFSET ?2 
 LIMIT ?3
 Corresponding fragment in jbosscmp-jdbc.xml is:
 query
   query-method
 method-nameejbSelectGeneric/method-name
   method-params
 method-paramjava.lang.String/method-param
 method-paramjava.lang.Object[]/method-param
   /method-params
   /query-method
   dynamic-ql/
   read-ahead
 strategyon-find/strategy
 eager-load-group*/eager-load-group
 left-join cmr-field=topic eager-load-group=*
   left-join cmr-field=subject eager-load-group=*/
 /left-join
 left-join cmr-field=questiondifficulty eager-load-group=*/
 left-join cmr-field=questiontype eager-load-group=*/
   /read-ahead
 /query
 Note: This is a dynamic-ql query because in the feature I will add 
 (dynamically) new elements. 
 The generated query is:
 [org.jboss.ejb.plugins.cmp.jdbc.JDBCDynamicQLQuery.Question#ejbSelectGeneric] 
 Executing SQL:
 SELECT t0_q.id, t0_q.description, t0_q.topicId, t0_q.questionBody, 
 t0_q.questionImage, 
t0_q.explanationBody, t0_q.explanationImage,
t0_q.difficulty, 

[JBoss-dev] [JBoss JIRA] Updated: (JBAS-1585) Enhance Queue throughput

2005-03-14 Thread Adrian Brock (JIRA)
 [ http://jira.jboss.com/jira/browse/JBAS-1585?page=history ]

Adrian Brock updated JBAS-1585:
---

  Description: 

 -Original Message-
 From: Adrian Brock
 Sent: Monday, March 14, 2005 2:35 PM
 To: Ivelin Ivanov
 Cc: Stan Silvert; Neal Byrd; The Core; Rebecca Goldstein
 Subject: RE: JMS Reference
 
...

 I know you can get about x8 improvement in JBossMQ just by adding
 some simple flow control.
 
 Instead of doing the one in, one out policy on the message cache
 when memory is tight (i.e. move some old messages to disk to make
 room for the new messages)
 I did a simple test instead  with
 Thread.sleep(1000);
 to slow down the senders and let the receivers clear some memory.
 
 The message throughput went from 1 million messages/hour to 8 million.
 I did this test around JBoss-3.0.7 time when the performance was
 very poor.
 
 I discarded the idea as too simplistic since the mechanism
 requires blocking server threads. But it does show JBossMQ
 could easily be improved if we had the motivation/resources
 to work on the performance without degrading its reliability.
 

  was:


 -Original Message-
 From: Adrian Brock
 Sent: Monday, March 14, 2005 2:35 PM
 To: Ivelin Ivanov
 Cc: Stan Silvert; Neal Byrd; The Core; Rebecca Goldstein
 Subject: RE: JMS Reference
 
...

 I know you can get about x8 improvement in JBossMQ just by adding
 some simple flow control.
 
 Instead of doing the one in, one out policy on the message cache
 when memory is tight (i.e. move some old messages to disk to make
 room for the new messages)
 I did a simple test instead  with
 Thread.sleep(1000);
 to slow down the senders and let the receivers clear some memory.
 
 The message throughput went from 1 million messages/hour to 8 million.
 I did this test around JBoss-3.0.7 time when the performance was
 very poor.
 
 I discarded the idea as too simplistic since the mechanism
 requires blocking server threads. But it does show JBossMQ
 could easily be improved if we had the motivation/resources
 to work on the performance without degrading its reliability.
 

JBoss Forum Reference: 
http://jboss.org/index.html?module=bbop=viewtopict=24658

Added link to forums thread where I said flow control
should be integrated with the invoker level.

 Enhance Queue throughput
 

  Key: JBAS-1585
  URL: http://jira.jboss.com/jira/browse/JBAS-1585
  Project: JBoss Application Server
 Type: Feature Request
   Components: JMS service
 Reporter: Ivelin Ivanov



  -Original Message-
  From: Adrian Brock
  Sent: Monday, March 14, 2005 2:35 PM
  To: Ivelin Ivanov
  Cc: Stan Silvert; Neal Byrd; The Core; Rebecca Goldstein
  Subject: RE: JMS Reference
  
 ...
  I know you can get about x8 improvement in JBossMQ just by adding
  some simple flow control.
  
  Instead of doing the one in, one out policy on the message cache
  when memory is tight (i.e. move some old messages to disk to make
  room for the new messages)
  I did a simple test instead  with
  Thread.sleep(1000);
  to slow down the senders and let the receivers clear some memory.
  
  The message throughput went from 1 million messages/hour to 8 million.
  I did this test around JBoss-3.0.7 time when the performance was
  very poor.
  
  I discarded the idea as too simplistic since the mechanism
  requires blocking server threads. But it does show JBossMQ
  could easily be improved if we had the motivation/resources
  to work on the performance without degrading its reliability.
  

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1585) Enhance Queue throughput

2005-03-14 Thread Adrian Brock (JIRA)
 [ 
http://jira.jboss.com/jira/browse/JBAS-1585?page=comments#action_12316136 ]
 
Adrian Brock commented on JBAS-1585:


Flow control needs a lot more thought than my off the cuff trivial test.

e.g. The requests should not just be throttled they should be prioritized
so a throttled request can give up its threads
to others that can do work. 
For example a sender that wants to add a message gives up its thread to allow 
a receiver to clear some memory.
This requires co-operation from the invoker framework.

i.e. I am about to do perform a send, can I proceed?

The link about message serialization is there because ideally
during the same process, the sender can write the message body
directly into persistent store using buffers, 
rather than hogging memory with a full read and deserialiation.

 Enhance Queue throughput
 

  Key: JBAS-1585
  URL: http://jira.jboss.com/jira/browse/JBAS-1585
  Project: JBoss Application Server
 Type: Feature Request
   Components: JMS service
 Reporter: Ivelin Ivanov



  -Original Message-
  From: Adrian Brock
  Sent: Monday, March 14, 2005 2:35 PM
  To: Ivelin Ivanov
  Cc: Stan Silvert; Neal Byrd; The Core; Rebecca Goldstein
  Subject: RE: JMS Reference
  
 ...
  I know you can get about x8 improvement in JBossMQ just by adding
  some simple flow control.
  
  Instead of doing the one in, one out policy on the message cache
  when memory is tight (i.e. move some old messages to disk to make
  room for the new messages)
  I did a simple test instead  with
  Thread.sleep(1000);
  to slow down the senders and let the receivers clear some memory.
  
  The message throughput went from 1 million messages/hour to 8 million.
  I did this test around JBoss-3.0.7 time when the performance was
  very poor.
  
  I discarded the idea as too simplistic since the mechanism
  requires blocking server threads. But it does show JBossMQ
  could easily be improved if we had the motivation/resources
  to work on the performance without degrading its reliability.
  

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - NoClassDefFoundError: org/jboss/system/ServiceMBeanSupport

2005-03-14 Thread Jeffrey.Rodriguez
I've installed JBoss-Portal 2.0 by the docs, I had to copy the jboss-cache.jar 
and jgroups-all.jar files to the endorsed directory. I've also switched back to 
using Hypersonic instead of MySQL.

I'm getting the following error:

  | 03:09:35,376 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
  | MBeans waiting for other MBeans:
  | ObjectName: portal:service=Hibernate
  |  state: FAILED
  |  I Depend On:  jboss.jca:name=PortalDS,service=DataSourceBinding
  | 
  | ...
  | 
  |  Depends On Me:
  | 
  | MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM:
  | ObjectName: portal:service=Hibernate
  |  state: FAILED
  |  I Depend On:  jboss.jca:name=PortalDS,service=DataSourceBinding
  | 
  |  Depends On Me:  portal:service=Module,type=User
  |  portal:service=Module,type=Role
  |  portal:service=ServerManager
  | java.lang.NoClassDefFoundError: org/jboss/system/ServiceMBeanSupport
  | 

This full exception comes up before the above message:

  | java.lang.NoClassDefFoundError: org/jboss/system/ServiceMBeanSupport
  | at java.lang.ClassLoader.findBootstrapClass(Native Method)
  | at java.lang.ClassLoader.findBootstrapClass0(ClassLoader.java:727)
  | at java.lang.ClassLoader.loadClass(ClassLoader.java:284)
  | at java.lang.ClassLoader.loadClass(ClassLoader.java:282)
  | at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
  | at java.lang.ClassLoader.loadClass(ClassLoader.java:282)
  | at java.lang.ClassLoader.loadClass(ClassLoader.java:282)
  | at 
org.jboss.mx.loading.RepositoryClassLoader.loadClassLocally(RepositoryClassLoader.java:160)
  | at 
org.jboss.mx.loading.UnifiedLoaderRepository3.loadClassFromClassLoader(UnifiedLoaderRepository3.java:265)
  | at org.jboss.mx.loading.LoadMgr3.beginLoadTask(LoadMgr3.java:175)
  | at 
org.jboss.mx.loading.RepositoryClassLoader.loadClassImpl(RepositoryClassLoader.java:464)
  | at 
org.jboss.mx.loading.RepositoryClassLoader.loadClass(RepositoryClassLoader.java:374)
  | at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
  | at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
  | at net.sf.hibernate.cache.TreeCache.init(TreeCache.java:40)
  | at 
net.sf.hibernate.cache.TreeCacheProvider.buildCache(TreeCacheProvider.java:14)
  | at 
net.sf.hibernate.cfg.Configuration.configureCaches(Configuration.java:1130)
  | at 
net.sf.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:790)
  | at 
org.jboss.hibernate.jmx.Hibernate.buildSessionFactory(Hibernate.java:583)
  | at 
org.jboss.hibernate.jmx.Hibernate.startService(Hibernate.java:551)
  | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:272)
  | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:222)
  | at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:324)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:144)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
  | at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
  | at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:891)
  | at $Proxy0.start(Unknown Source)
  | at 
org.jboss.system.ServiceController.start(ServiceController.java:416)
  | at 
org.jboss.system.ServiceController.start(ServiceController.java:438)
  | at 
org.jboss.system.ServiceController.start(ServiceController.java:438)
  | at 
org.jboss.system.ServiceController.start(ServiceController.java:438)
  | at 
org.jboss.system.ServiceController.start(ServiceController.java:438)
  | at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:324)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:144)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
  | at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
  | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
  | at $Proxy4.start(Unknown Source)
  | at 

[JBoss-dev] [JBossCache] - Re: NoClassDefFoundError: org/jboss/system/ServiceMBeanSuppo

2005-03-14 Thread Jeffrey.Rodriguez
Oops, posted this in the wrong forum. Will repost in JBoss Portals

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3870085#3870085

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870085


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - NoClassDefFoundError: org/jboss/system/ServiceMBeanSupport

2005-03-14 Thread Jeffrey.Rodriguez
I've installed JBoss-Portal 2.0 by the docs, I had to copy the jboss-cache.jar 
and jgroups-all.jar files to the endorsed directory. I've also switched back to 
using Hypersonic instead of MySQL.

I'm getting the following error:

  | 03:09:35,376 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
  | MBeans waiting for other MBeans:
  | ObjectName: portal:service=Hibernate
  |  state: FAILED
  |  I Depend On:  jboss.jca:name=PortalDS,service=DataSourceBinding
  | 
  | ...
  | 
  |  Depends On Me:
  | 
  | MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM:
  | ObjectName: portal:service=Hibernate
  |  state: FAILED
  |  I Depend On:  jboss.jca:name=PortalDS,service=DataSourceBinding
  | 
  |  Depends On Me:  portal:service=Module,type=User
  |  portal:service=Module,type=Role
  |  portal:service=ServerManager
  | java.lang.NoClassDefFoundError: org/jboss/system/ServiceMBeanSupport
  | 

This full exception comes up before the above message:

  | java.lang.NoClassDefFoundError: org/jboss/system/ServiceMBeanSupport
  | at java.lang.ClassLoader.findBootstrapClass(Native Method)
  | at java.lang.ClassLoader.findBootstrapClass0(ClassLoader.java:727)
  | at java.lang.ClassLoader.loadClass(ClassLoader.java:284)
  | at java.lang.ClassLoader.loadClass(ClassLoader.java:282)
  | at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
  | at java.lang.ClassLoader.loadClass(ClassLoader.java:282)
  | at java.lang.ClassLoader.loadClass(ClassLoader.java:282)
  | at 
org.jboss.mx.loading.RepositoryClassLoader.loadClassLocally(RepositoryClassLoader.java:160)
  | at 
org.jboss.mx.loading.UnifiedLoaderRepository3.loadClassFromClassLoader(UnifiedLoaderRepository3.java:265)
  | at org.jboss.mx.loading.LoadMgr3.beginLoadTask(LoadMgr3.java:175)
  | at 
org.jboss.mx.loading.RepositoryClassLoader.loadClassImpl(RepositoryClassLoader.java:464)
  | at 
org.jboss.mx.loading.RepositoryClassLoader.loadClass(RepositoryClassLoader.java:374)
  | at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
  | at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
  | at net.sf.hibernate.cache.TreeCache.init(TreeCache.java:40)
  | at 
net.sf.hibernate.cache.TreeCacheProvider.buildCache(TreeCacheProvider.java:14)
  | at 
net.sf.hibernate.cfg.Configuration.configureCaches(Configuration.java:1130)
  | at 
net.sf.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:790)
  | at 
org.jboss.hibernate.jmx.Hibernate.buildSessionFactory(Hibernate.java:583)
  | at 
org.jboss.hibernate.jmx.Hibernate.startService(Hibernate.java:551)
  | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:272)
  | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:222)
  | at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:324)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:144)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
  | at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
  | at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:891)
  | at $Proxy0.start(Unknown Source)
  | at 
org.jboss.system.ServiceController.start(ServiceController.java:416)
  | at 
org.jboss.system.ServiceController.start(ServiceController.java:438)
  | at 
org.jboss.system.ServiceController.start(ServiceController.java:438)
  | at 
org.jboss.system.ServiceController.start(ServiceController.java:438)
  | at 
org.jboss.system.ServiceController.start(ServiceController.java:438)
  | at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:324)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:144)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
  | at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
  | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
  | at $Proxy4.start(Unknown Source)
  | at 

[JBoss-dev] [JBoss JIRA] Closed: (JBAS-1506) CDROutputStream.create_input_stream is wrong when there are deferred writes

2005-03-14 Thread Dimitris Andreadis (JIRA)
 [ http://jira.jboss.com/jira/browse/JBAS-1506?page=history ]
 
Dimitris Andreadis closed JBAS-1506:


Resolution: Done

Fixed in 4.x/HEAD.

 CDROutputStream.create_input_stream is wrong when there are deferred writes
 ---

  Key: JBAS-1506
  URL: http://jira.jboss.com/jira/browse/JBAS-1506
  Project: JBoss Application Server
 Type: Patch
   Components: IIOP service
 Versions: JBossAS-4.0.1 Final,  JBossAS-3.2.7 Final
  Environment: This related to a jacorb bug, see: 
 http://www.jacorb.org/cgi-bin/bugzilla/show_bug.cgi?id=532
 Reporter: Dimitris Andreadis
 Assignee: Dimitris Andreadis
  Fix For: JBossAS-4.0.2 Final, JBossAS-5.0 Alpha


   Time Spent: 2 days
Remaining: 0 minutes

 An exception is thrown when trying to insert a byte[] larger than 4000 bytes 
 into any any:
 package test;
 import java.util.Properties;
 import org.omg.CORBA.ORB;
 import org.omg.CORBA.Any;
 import org.omg.CORBA.OctetSeqHelper;
 public class Test
 {
public static final void main(String[] args)
{
   System.out.println(*** Starting test ***);
   
   try
   {
  Properties props = new Properties();
  props.put(org.omg.CORBA.ORBClass, org.jacorb.orb.ORB);
  props.put(org.omg.CORBA.ORBSingletonClass, 
 org.jacorb.orb.ORBSingleton);
  
  ORB orb = ORB.init(args, props);
   
  byte[] bytes = new byte[4001];
  Any any = orb.create_any();
  OctetSeqHelper.insert(any, bytes); 
   }
   catch (Exception e)
   {
  e.printStackTrace();
   }
}
 }
 ===
  [java] *** Starting test ***
  [java] [ jacorb.home unset! Will use '.' ]
  [java] [ File .\jacorb.properties for configuration jacorb not found ]
  [java] java.lang.ArrayIndexOutOfBoundsException
  [java] at java.lang.System.arraycopy(Native Method)
  [java] at org.jacorb.orb.CDROutputStream.create_input_stream(Unknown 
 So
 urce)
  [java] at org.omg.CORBA.OctetSeqHelper.insert(OctetSeqHelper.java:41)
  [java] at test.Test.main(Test.java:24)
 ===
 With a byte[] of size 4000 or less, it works!
 I've noticed that the exception actually originates from the Helper class 
 that comes from Sun's JDK:
 ...
 public abstract class OctetSeqHelper
 {
 private static String  _id = IDL:omg.org/CORBA/OctetSeq:1.0;
 public static void insert (org.omg.CORBA.Any a, byte[] that)
 {
   org.omg.CORBA.portable.OutputStream out = a.create_output_stream ();
   a.type (type ());
   write (out, that);
   a.read_value (out.create_input_stream (), type ());
 }
 The same class from the jacorb distribution does not perform that final 
 a.read_value(...) line that causes the exception:
   public static void insert (org.omg.CORBA.Any any, byte[] s)
   {
   any.type (type ());
   write (any.create_output_stream (), s);
   }
   public static void write (final org.omg.CORBA.portable.OutputStream 
 _out, byte[] _s)
   {
   
   _out.write_long(_s.length);
   _out.write_octet_array(_s,0,_s.length);
   }
 Also, if you look into jacorb's CDROutputStream, there is somewhere a 
 hardcoded 4000 limit:
 public final void write_octet_array( final byte[] value,
  final int offset,
  final int length)
 {
 if( value != null )
 {
 if( length  4000 )
 {
 deferredArrayQueue.add( new DeferredWriteFrame( index, 
 offset, length, value ));
 index += length;
 deferred_writes += length;
 }
 else
 {
 check(length);
 System.arraycopy(value,offset,buffer,pos,length);
 index += length;
 pos += length;
 }
 }
 }

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of Clustering on JBoss (Clusters/JBoss)] - Re: org.jgroups.blocks.RpcDispatcher and Exceptions

2005-03-14 Thread [EMAIL PROTECTED]
RspList rsps=dispatcher.callRemoteMethods(null, 
methodWithAmiguousReturnValue, null, nulll);

for(int i=0; i  rsps.size(); i++) {
  Rsp rsp=rsps.get(i);
  Object retval=rsp.getValue();
   if(retval != null  retval instanceof Trowable) {

   // rethrow, or do something with it
   }
}

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3870089#3870089

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870089


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Closed: (JBAS-1583) Primary key violation on JMS_TRANSACTIONS

2005-03-14 Thread Adrian Brock (JIRA)
 [ http://jira.jboss.com/jira/browse/JBAS-1583?page=history ]
 
Adrian Brock closed JBAS-1583:
--

Resolution: Done

 Primary key violation on JMS_TRANSACTIONS
 -

  Key: JBAS-1583
  URL: http://jira.jboss.com/jira/browse/JBAS-1583
  Project: JBoss Application Server
 Type: Bug
   Components: JMS service
 Versions:  JBossAS-4.0.2RC1,  JBossAS-4.0.1 SP1, JBossAS-4.0.1 Final
 Reporter: Adrian Brock
 Assignee: Adrian Brock
  Fix For: JBossAS-4.0.2 Final



 The calculation of the next transaction id in jms recovery is done in the 
 wrong place.
 It should determine the next transaction id before it rolls back incomplete 
 adds
 otherwise it will get the next transaction id wrong which could produce
 a primary key constraint violation on the JMS_TRANSACTIONS table.

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Closed: (JBAS-1582) NullPersistenceManager, DelegateName is wrong

2005-03-14 Thread Adrian Brock (JIRA)
 [ http://jira.jboss.com/jira/browse/JBAS-1582?page=history ]
 
Adrian Brock closed JBAS-1582:
--

Resolution: Done

Changed the example to use DelegatePM instead of DelegateName

 NullPersistenceManager, DelegateName is wrong
 -

  Key: JBAS-1582
  URL: http://jira.jboss.com/jira/browse/JBAS-1582
  Project: JBoss Application Server
 Type: Bug
   Components: JCA service
 Versions: JBossAS-4.0.1 Final,  JBossAS-4.0.2RC1,  JBossAS-4.0.1 SP1
 Reporter: Adrian Brock
 Assignee: Adrian Brock
 Priority: Minor
  Fix For: JBossAS-4.0.2 Final



 The example config for the null persistence manager uses DelegateName.
 It should be DelegatePM (delegate persistence manager).

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - Re: JBossCache 1.2.1 released

2005-03-14 Thread [EMAIL PROTECTED]
Just replace the jboss-cache.jar file

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3870090#3870090

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870090


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - Re: A suggested feature.

2005-03-14 Thread [EMAIL PROTECTED]
Yes, this is what we call regions. We have this feature on the roadmap (JIRA)

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3870092#3870092

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870092


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of the JBoss EJB Container] - JBoss 5.0 alpha

2005-03-14 Thread rimmeraj

When I am trying to start the JBOSS I get 
ServiceConfigurator] Problem configuring service 
jboss.deployment:type=DeploymentScanner,flavor=URL
org.jboss.deployment.DeploymentException: No Attribute found with name: 
FilterInstance


If I change the attribute to Filter, I get
[ServiceConfigurator] Problem configuring service 
jboss.deployment:type=DeploymentScanner,flavor=URL
org.jboss.deployment.DeploymentException: Exception setting attribute [EMAIL 
PROTECTED] on mbean jboss.deployment:type=DeploymentScanner,flavor=URL; - 
nested throwable: (javax.management.InvalidAttributeValueException: Set 
attribute  has class class org.jboss.deployment.scanner.DeploymentFilter loaded 
from [EMAIL PROTECTED] that is not assignable to attribute class class 
java.lang.String loaded from null)
at 
org.jboss.system.ServiceConfigurator.setAttribute(ServiceConfigurator.java:573)


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3870091#3870091

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870091


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBAS-1587) JDBC RAR tests

2005-03-14 Thread Adrian Brock (JIRA)
 [ http://jira.jboss.com/jira/browse/JBAS-1587?page=history ]

Adrian Brock updated JBAS-1587:
---

Description: 
Need to write some tests that tweaks the edge cases of the RAR configuration,
in particular:
no-tx vs local-tx vs xa
PreparedStatement caching
Resetting of Connection/Statement state variables
auto-commit vs user setAutoCommit(false) vs Managed
transaction isolation levels
etc.

This will probably have to wait until we integrate Derby
so we actually have support for these usecases in a test database.

  was:
Need to write some tests that tweaks the edge cases of the RAR configuration,
in particular:
no-tx vs tx vs xa
PreparedStatement caching
Resetting of Connection/Statement state variables
auto-commit vs user setAutoCommit(false) vs Managed
transaction isolation levels
etc.

This will probably have to wait until we integrate Derby
so we actually have support for these usecases in a test database.


 JDBC RAR tests
 --

  Key: JBAS-1587
  URL: http://jira.jboss.com/jira/browse/JBAS-1587
  Project: JBoss Application Server
 Type: Task
   Components: JCA service
 Versions: JBossAS-4.0.1 Final,  JBossAS-4.0.2RC1,  JBossAS-4.0.1 SP1
 Reporter: Adrian Brock
 Priority: Minor



 Need to write some tests that tweaks the edge cases of the RAR configuration,
 in particular:
 no-tx vs local-tx vs xa
 PreparedStatement caching
 Resetting of Connection/Statement state variables
 auto-commit vs user setAutoCommit(false) vs Managed
 transaction isolation levels
 etc.
 This will probably have to wait until we integrate Derby
 so we actually have support for these usecases in a test database.

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of Mail Services] - Re: What I am (not) Looking For In A Java-Based Enterprise E

2005-03-14 Thread jfrosch
Thanks for the reply.

The JMSMailListenerMBean interface is definitely along the lines of what I'm 
looking for in terms of decoupling the socket-level server stuff from the 
business code.

I'll take a look at the code in more detail and try out M2.

As for the MailListener interface, is there some reason the James Matcher / 
Mailet API isn't a good solution for mail processing?  What are the pros and 
cons of the API?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3870101#3870101

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870101


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Assigned: (JBAS-1578) Duplicate Messages

2005-03-14 Thread Adrian Brock (JIRA)
 [ http://jira.jboss.com/jira/browse/JBAS-1578?page=history ]

Adrian Brock reassigned JBAS-1578:
--

Assign To: Adrian Brock

 Duplicate Messages
 --

  Key: JBAS-1578
  URL: http://jira.jboss.com/jira/browse/JBAS-1578
  Project: JBoss Application Server
 Type: Bug
   Components: JMS service
 Versions:  JBossAS-4.0.1 SP1, JBossAS-4.0.1 Final
  Environment: Any, tested on JBoss 3.2.3 and 4.0.1 SP1.
 Java 1.4.2 JVM. RH Linux 9.
 Reporter: Marcelo Klein
 Assignee: Adrian Brock
  Attachments: SimpleJMSClient.java


 There is a client that can be sender (producer) or receiver(consumer). The 
 sender is in the same machine that the JBossAS, and the receiver in another 
 LAN machine.
 Both of them connect to the queue 'queue/testQueue', one produces, one 
 consumes.
 However, when capturing the messages with a sniffer (eg. ethereal).
 We've seen that when the server sends an object message to the client the 
 client (in this case the receiver) resends back the same message to the 
 server.
 The JMS options are:
 - TTL = 0
 - NON_PERSISTENT (using messageCache)
 - MaxRedelivery = 10
 - priority = 4.
 We know for sure it's not a network problem, but an application one. It has 
 been tested on different JBoss configurations (all / default) and versions 
 (3.2.3 / 4.0.1 SP1).
 I here add the frames capture made with ethereal (the sender's ip is 
 192.168.7.121, the receiver's ip is 192.168.7.192, jboss jms server running 
 on 192.168.7.121:8093)
 source 192.168.7.121 dest 192.168.7.192 8093  40662
  00 08 a1 55 cb e3 00 10 4b 8a 87 9e 08 00 45 00 ...U K.E.
 0010 00 9f 2e 55 40 00 80 06 3b 7a c0 a8 07 79 c0 a8 [EMAIL PROTECTED] 
 ;z...y..
 0020 07 c0 1f 9d 9e d6 87 16 42 a4 05 f7 66 5b 80 18  B...f[..
 0030 fa 29 5a e5 00 00 01 01 08 0a 00 35 db 44 03 66 .)Z. ...5.D.f
 0040 96 c9 77 68 19 80 00 00 21 00 00 00 00 01 02 02 ..wh !...
 0050 00 09 74 65 73 74 51 75 65 75 65 00 00 00 02 00 ..testQu eue.
 0060 00 00 00 00 00 00 00 00 00 00 04 07 00 13 49 44  ..ID
 0070 3a 33 2d 31 31 30 39 39 35 35 32 35 37 31 38 36 :3-11099 55257186
 0080 33 00 00 01 02 6e 7d 23 62 01 09 ff ff ff ff 00 3n}# b...
 0090 09 00 00 01 07 00 04 49 44 3a 33 00 00 00 00 00 ...I D:3.
 00a0 00 00 04 48 6f 6c 61 01 80 00 00 00 79 ...Hola. y
 source 192.168.7.192 dest 192.168.7.121 40662  8093
  00 10 4b 8a 87 9e 00 08 a1 55 cb e3 08 00 45 00 ..K. .UE.
 0010 00 9f b4 0c 40 00 40 06 f5 c2 c0 a8 07 c0 c0 a8 [EMAIL PROTECTED]@. 
 
 0020 07 79 9e d6 1f 9d 05 f7 66 5b 87 16 43 0f 80 18 .y.. f[..C...
 0030 16 d0 3c de 00 00 01 01 08 0a 03 66 97 bf 00 35 ... ...f...5
 0040 db 44 77 68 19 80 00 00 21 00 00 00 00 01 02 02 .Dwh !...
 0050 00 09 74 65 73 74 51 75 65 75 65 00 00 00 02 00 ..testQu eue.
 0060 00 00 00 00 00 00 00 00 00 00 04 07 00 13 49 44  ..ID
 0070 3a 33 2d 31 31 30 39 39 35 35 32 35 37 31 38 36 :3-11099 55257186
 0080 33 00 00 01 02 6e 7d 23 62 01 09 ff ff ff ff 00 3n}# b...
 0090 09 00 00 01 07 00 04 49 44 3a 33 00 00 00 00 00 ...I D:3.
 00a0 00 00 04 48 6f 6c 61 01 80 00 00 00 79 ...Hola. y
 source 192.168.7.192 dest 192.168.7.121 40662  8093
  00 10 4b 8a 87 9e 00 08 a1 55 cb e3 08 00 45 00 ..K. .UE.
 0010 00 64 b4 0d 40 00 40 06 f5 fc c0 a8 07 c0 c0 a8 [EMAIL PROTECTED]@. 
 
 0020 07 79 9e d6 1f 9d 05 f7 66 c6 87 16 43 0f 80 18 .y.. f...C...
 0030 16 d0 b9 12 00 00 01 01 08 0a 03 66 97 bf 00 35  ...f...5
 0040 db 44 77 2d 01 00 00 00 3b 00 01 01 02 00 09 74 .Dw- ;..t
 0050 65 73 74 51 75 65 75 65 00 13 49 44 3a 33 2d 31 estQueue ..ID:3-1
 0060 31 30 39 39 35 35 32 35 37 31 38 36 33 80 00 00 10995525 71863...
 0070 00 79 .y
 source 192.168.7.192 dest 192.168.7.121 40662  8093
  00 10 4b 8a 87 9e 00 08 a1 55 cb e3 08 00 45 00 ..K. .UE.
 0010 00 4a b4 0e 40 00 40 06 f6 15 c0 a8 07 c0 c0 a8 [EMAIL PROTECTED]@. 
 
 0020 07 79 9e d6 1f 9d 05 f7 66 f6 87 16 43 19 80 18 .y.. f...C...
 0030 16 d0 22 88 00 00 01 01 08 0a 03 66 97 bf 00 35 ... ...f...5
 0040 db 44 77 13 0d 00 00 00 3c 00 80 00 00 00 00 00 .Dw. ...
 0050 00 00 00 00 00 00 00 79 ...y

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1578) Duplicate Messages

2005-03-14 Thread Adrian Brock (JIRA)
 [ 
http://jira.jboss.com/jira/browse/JBAS-1578?page=comments#action_12316149 ]
 
Adrian Brock commented on JBAS-1578:


Fixed for now by trimming the reply.

We should decide before this goes into a release whether
we this can be a truly one-way send of the message.
i.e. we have a mechanism to trap that the send is not going over the wire
correctly.

 Duplicate Messages
 --

  Key: JBAS-1578
  URL: http://jira.jboss.com/jira/browse/JBAS-1578
  Project: JBoss Application Server
 Type: Bug
   Components: JMS service
 Versions:  JBossAS-4.0.1 SP1, JBossAS-4.0.1 Final
  Environment: Any, tested on JBoss 3.2.3 and 4.0.1 SP1.
 Java 1.4.2 JVM. RH Linux 9.
 Reporter: Marcelo Klein
 Assignee: Adrian Brock
  Attachments: SimpleJMSClient.java


 There is a client that can be sender (producer) or receiver(consumer). The 
 sender is in the same machine that the JBossAS, and the receiver in another 
 LAN machine.
 Both of them connect to the queue 'queue/testQueue', one produces, one 
 consumes.
 However, when capturing the messages with a sniffer (eg. ethereal).
 We've seen that when the server sends an object message to the client the 
 client (in this case the receiver) resends back the same message to the 
 server.
 The JMS options are:
 - TTL = 0
 - NON_PERSISTENT (using messageCache)
 - MaxRedelivery = 10
 - priority = 4.
 We know for sure it's not a network problem, but an application one. It has 
 been tested on different JBoss configurations (all / default) and versions 
 (3.2.3 / 4.0.1 SP1).
 I here add the frames capture made with ethereal (the sender's ip is 
 192.168.7.121, the receiver's ip is 192.168.7.192, jboss jms server running 
 on 192.168.7.121:8093)
 source 192.168.7.121 dest 192.168.7.192 8093  40662
  00 08 a1 55 cb e3 00 10 4b 8a 87 9e 08 00 45 00 ...U K.E.
 0010 00 9f 2e 55 40 00 80 06 3b 7a c0 a8 07 79 c0 a8 [EMAIL PROTECTED] 
 ;z...y..
 0020 07 c0 1f 9d 9e d6 87 16 42 a4 05 f7 66 5b 80 18  B...f[..
 0030 fa 29 5a e5 00 00 01 01 08 0a 00 35 db 44 03 66 .)Z. ...5.D.f
 0040 96 c9 77 68 19 80 00 00 21 00 00 00 00 01 02 02 ..wh !...
 0050 00 09 74 65 73 74 51 75 65 75 65 00 00 00 02 00 ..testQu eue.
 0060 00 00 00 00 00 00 00 00 00 00 04 07 00 13 49 44  ..ID
 0070 3a 33 2d 31 31 30 39 39 35 35 32 35 37 31 38 36 :3-11099 55257186
 0080 33 00 00 01 02 6e 7d 23 62 01 09 ff ff ff ff 00 3n}# b...
 0090 09 00 00 01 07 00 04 49 44 3a 33 00 00 00 00 00 ...I D:3.
 00a0 00 00 04 48 6f 6c 61 01 80 00 00 00 79 ...Hola. y
 source 192.168.7.192 dest 192.168.7.121 40662  8093
  00 10 4b 8a 87 9e 00 08 a1 55 cb e3 08 00 45 00 ..K. .UE.
 0010 00 9f b4 0c 40 00 40 06 f5 c2 c0 a8 07 c0 c0 a8 [EMAIL PROTECTED]@. 
 
 0020 07 79 9e d6 1f 9d 05 f7 66 5b 87 16 43 0f 80 18 .y.. f[..C...
 0030 16 d0 3c de 00 00 01 01 08 0a 03 66 97 bf 00 35 ... ...f...5
 0040 db 44 77 68 19 80 00 00 21 00 00 00 00 01 02 02 .Dwh !...
 0050 00 09 74 65 73 74 51 75 65 75 65 00 00 00 02 00 ..testQu eue.
 0060 00 00 00 00 00 00 00 00 00 00 04 07 00 13 49 44  ..ID
 0070 3a 33 2d 31 31 30 39 39 35 35 32 35 37 31 38 36 :3-11099 55257186
 0080 33 00 00 01 02 6e 7d 23 62 01 09 ff ff ff ff 00 3n}# b...
 0090 09 00 00 01 07 00 04 49 44 3a 33 00 00 00 00 00 ...I D:3.
 00a0 00 00 04 48 6f 6c 61 01 80 00 00 00 79 ...Hola. y
 source 192.168.7.192 dest 192.168.7.121 40662  8093
  00 10 4b 8a 87 9e 00 08 a1 55 cb e3 08 00 45 00 ..K. .UE.
 0010 00 64 b4 0d 40 00 40 06 f5 fc c0 a8 07 c0 c0 a8 [EMAIL PROTECTED]@. 
 
 0020 07 79 9e d6 1f 9d 05 f7 66 c6 87 16 43 0f 80 18 .y.. f...C...
 0030 16 d0 b9 12 00 00 01 01 08 0a 03 66 97 bf 00 35  ...f...5
 0040 db 44 77 2d 01 00 00 00 3b 00 01 01 02 00 09 74 .Dw- ;..t
 0050 65 73 74 51 75 65 75 65 00 13 49 44 3a 33 2d 31 estQueue ..ID:3-1
 0060 31 30 39 39 35 35 32 35 37 31 38 36 33 80 00 00 10995525 71863...
 0070 00 79 .y
 source 192.168.7.192 dest 192.168.7.121 40662  8093
  00 10 4b 8a 87 9e 00 08 a1 55 cb e3 08 00 45 00 ..K. .UE.
 0010 00 4a b4 0e 40 00 40 06 f6 15 c0 a8 07 c0 c0 a8 [EMAIL PROTECTED]@. 
 
 0020 07 79 9e d6 1f 9d 05 f7 66 f6 87 16 43 19 80 18 .y.. f...C...
 0030 16 d0 22 88 00 00 01 01 08 0a 03 66 97 bf 00 35 ... ...f...5
 0040 db 44 77 13 0d 00 00 00 3c 00 80 00 00 00 00 00 .Dw. ...
 0050 00 00 00 00 00 00 00 79 ...y

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.

[JBoss-dev] [JBoss JIRA] Updated: (JBAS-1578) Duplicate Messages

2005-03-14 Thread Adrian Brock (JIRA)
 [ http://jira.jboss.com/jira/browse/JBAS-1578?page=history ]

Adrian Brock updated JBAS-1578:
---

Version:  JBossAS-4.0.2RC1
Fix Version: JBossAS-4.0.2 Final

 Duplicate Messages
 --

  Key: JBAS-1578
  URL: http://jira.jboss.com/jira/browse/JBAS-1578
  Project: JBoss Application Server
 Type: Bug
   Components: JMS service
 Versions:  JBossAS-4.0.1 SP1, JBossAS-4.0.1 Final,  JBossAS-4.0.2RC1
  Environment: Any, tested on JBoss 3.2.3 and 4.0.1 SP1.
 Java 1.4.2 JVM. RH Linux 9.
 Reporter: Marcelo Klein
 Assignee: Adrian Brock
  Fix For: JBossAS-4.0.2 Final
  Attachments: SimpleJMSClient.java


 There is a client that can be sender (producer) or receiver(consumer). The 
 sender is in the same machine that the JBossAS, and the receiver in another 
 LAN machine.
 Both of them connect to the queue 'queue/testQueue', one produces, one 
 consumes.
 However, when capturing the messages with a sniffer (eg. ethereal).
 We've seen that when the server sends an object message to the client the 
 client (in this case the receiver) resends back the same message to the 
 server.
 The JMS options are:
 - TTL = 0
 - NON_PERSISTENT (using messageCache)
 - MaxRedelivery = 10
 - priority = 4.
 We know for sure it's not a network problem, but an application one. It has 
 been tested on different JBoss configurations (all / default) and versions 
 (3.2.3 / 4.0.1 SP1).
 I here add the frames capture made with ethereal (the sender's ip is 
 192.168.7.121, the receiver's ip is 192.168.7.192, jboss jms server running 
 on 192.168.7.121:8093)
 source 192.168.7.121 dest 192.168.7.192 8093  40662
  00 08 a1 55 cb e3 00 10 4b 8a 87 9e 08 00 45 00 ...U K.E.
 0010 00 9f 2e 55 40 00 80 06 3b 7a c0 a8 07 79 c0 a8 [EMAIL PROTECTED] 
 ;z...y..
 0020 07 c0 1f 9d 9e d6 87 16 42 a4 05 f7 66 5b 80 18  B...f[..
 0030 fa 29 5a e5 00 00 01 01 08 0a 00 35 db 44 03 66 .)Z. ...5.D.f
 0040 96 c9 77 68 19 80 00 00 21 00 00 00 00 01 02 02 ..wh !...
 0050 00 09 74 65 73 74 51 75 65 75 65 00 00 00 02 00 ..testQu eue.
 0060 00 00 00 00 00 00 00 00 00 00 04 07 00 13 49 44  ..ID
 0070 3a 33 2d 31 31 30 39 39 35 35 32 35 37 31 38 36 :3-11099 55257186
 0080 33 00 00 01 02 6e 7d 23 62 01 09 ff ff ff ff 00 3n}# b...
 0090 09 00 00 01 07 00 04 49 44 3a 33 00 00 00 00 00 ...I D:3.
 00a0 00 00 04 48 6f 6c 61 01 80 00 00 00 79 ...Hola. y
 source 192.168.7.192 dest 192.168.7.121 40662  8093
  00 10 4b 8a 87 9e 00 08 a1 55 cb e3 08 00 45 00 ..K. .UE.
 0010 00 9f b4 0c 40 00 40 06 f5 c2 c0 a8 07 c0 c0 a8 [EMAIL PROTECTED]@. 
 
 0020 07 79 9e d6 1f 9d 05 f7 66 5b 87 16 43 0f 80 18 .y.. f[..C...
 0030 16 d0 3c de 00 00 01 01 08 0a 03 66 97 bf 00 35 ... ...f...5
 0040 db 44 77 68 19 80 00 00 21 00 00 00 00 01 02 02 .Dwh !...
 0050 00 09 74 65 73 74 51 75 65 75 65 00 00 00 02 00 ..testQu eue.
 0060 00 00 00 00 00 00 00 00 00 00 04 07 00 13 49 44  ..ID
 0070 3a 33 2d 31 31 30 39 39 35 35 32 35 37 31 38 36 :3-11099 55257186
 0080 33 00 00 01 02 6e 7d 23 62 01 09 ff ff ff ff 00 3n}# b...
 0090 09 00 00 01 07 00 04 49 44 3a 33 00 00 00 00 00 ...I D:3.
 00a0 00 00 04 48 6f 6c 61 01 80 00 00 00 79 ...Hola. y
 source 192.168.7.192 dest 192.168.7.121 40662  8093
  00 10 4b 8a 87 9e 00 08 a1 55 cb e3 08 00 45 00 ..K. .UE.
 0010 00 64 b4 0d 40 00 40 06 f5 fc c0 a8 07 c0 c0 a8 [EMAIL PROTECTED]@. 
 
 0020 07 79 9e d6 1f 9d 05 f7 66 c6 87 16 43 0f 80 18 .y.. f...C...
 0030 16 d0 b9 12 00 00 01 01 08 0a 03 66 97 bf 00 35  ...f...5
 0040 db 44 77 2d 01 00 00 00 3b 00 01 01 02 00 09 74 .Dw- ;..t
 0050 65 73 74 51 75 65 75 65 00 13 49 44 3a 33 2d 31 estQueue ..ID:3-1
 0060 31 30 39 39 35 35 32 35 37 31 38 36 33 80 00 00 10995525 71863...
 0070 00 79 .y
 source 192.168.7.192 dest 192.168.7.121 40662  8093
  00 10 4b 8a 87 9e 00 08 a1 55 cb e3 08 00 45 00 ..K. .UE.
 0010 00 4a b4 0e 40 00 40 06 f6 15 c0 a8 07 c0 c0 a8 [EMAIL PROTECTED]@. 
 
 0020 07 79 9e d6 1f 9d 05 f7 66 f6 87 16 43 19 80 18 .y.. f...C...
 0030 16 d0 22 88 00 00 01 01 08 0a 03 66 97 bf 00 35 ... ...f...5
 0040 db 44 77 13 0d 00 00 00 3c 00 80 00 00 00 00 00 .Dw. ...
 0050 00 00 00 00 00 00 00 79 ...y

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click

[JBoss-dev] [JBossCache] - Re: Can't lookup cache service through JNDI

2005-03-14 Thread Pei
[EMAIL PROTECTED] wrote : We no longer regsiter cache with JNDI in the latest 
pre-1.2.1 release becuase it introduces lots of extra dependency. You will 
either need to bind it yourself or use MBean lookup instead.
  | 
  | -Ben

Would it be possible to get the docs updated for this?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3870105#3870105

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870105


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Closed: (JBAS-1564) Prepared Statement Cache does not take into account autocommit semantics

2005-03-14 Thread Adrian Brock (JIRA)
 [ http://jira.jboss.com/jira/browse/JBAS-1564?page=history ]
 
Adrian Brock closed JBAS-1564:
--

Resolution: Done

The prepared statement is not reused when autocommit is on.
Reuse is defined as asking for the same prepared statement twice in the same 
transaction without closing the first request statement.
Since this behaviour is not in the spec, I've also disabled reuse for 
autocommit==false
However if your database supports it, you can re-enable it with
share-prepared-statementstrue/share-prepared-statements
in your -ds.xml

 Prepared Statement Cache does not take into account autocommit semantics
 

  Key: JBAS-1564
  URL: http://jira.jboss.com/jira/browse/JBAS-1564
  Project: JBoss Application Server
 Type: Bug
   Components: JCA service
 Versions:  JBossAS-4.0.1 SP1, JBossAS-4.0.1 Final,  JBossAS-3.2.7 Final
 Reporter: Adrian Brock
 Assignee: Adrian Brock
  Fix For: JBossAS-4.0.2 Final



 The prepared statement cache (in particular CachedPreparedStatement)
 allows a prepared statement to be reused if the same query is requested twice.
 This does not work with auto-commit semantics:
 JDBC3.0 spec, section 10.1 (Transaction Boundaries and Auto-Commit)
 For Select statements, the statement is complete when the associated result 
 set is closed.
 The result set is closed as soon as one of the following occurs: 
 all of the rows have been retrieved
 the associated Statement object is re-executed
 another Statement object is executed on the same connection

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - Re: TreeCacheAop can't add an object of a class which extend

2005-03-14 Thread [EMAIL PROTECTED]
James,

You should not need to decalre anything (unless your list object is a pojo). I 
have created a JUnit test to test out the inherit list proxy generation.

It seems to be working. I have checked in the code under 
jboss-head/testsuite/src/main/test/cache/test/standAloneAop/CollectionProxyAopTest.
 Check it out.

-Ben

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3870111#3870111

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870111


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (EJBTHREE-104) EntityToHibernateXml: catch NPE and throw a more descriptive Exception

2005-03-14 Thread Jens Elkner (JIRA)
EntityToHibernateXml: catch NPE and throw a more descriptive Exception
--

 Key: EJBTHREE-104
 URL: http://jira.jboss.com/jira/browse/EJBTHREE-104
 Project: EJB 3.0
Type: Feature Request
Versions: Preview 4
 Environment: Linux, JDK 1.5, JBoss 4.0.1sp1
Reporter: Jens Elkner
Priority: Minor


jboss.log:
...
02:31:01,786 INFO  [Ejb3Module] Found hibernate.properties file in EJB3 jar or 
ear
02:31:01,797 ERROR [Ejb3Module] Starting failed 
jboss.j2ee:service=EJB3,module=foo.ejb3
java.lang.NullPointerException
at 
org.jboss.ejb3.entity.EntityToHibernateXml.handleOneToMany(EntityToHibernateXml.java:845)
at 
org.jboss.ejb3.entity.EntityToHibernateXml.iterateProperties(EntityToHibernateXml.java:220)
at 
org.jboss.ejb3.entity.EntityToHibernateXml.handleBasicClass(EntityToHibernateXml.java:1822)
...

Would be nice, if the NPE could be caught and re-throw a more descriptive 
Exception, so that one gets a hint, what might be wrong. In my example it was a 
typo in the mappedBy value, but who knows, what else might be the cause ...

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of Mail Services] - Re: What I am (not) Looking For In A Java-Based Enterprise E

2005-03-14 Thread [EMAIL PROTECTED]
Yes.  There are many reasons.  Not the least of which is the mailet api is 
ill-conceived, and I won't even address the polito-technical issues involved 
(software is a competitive marketplace open source or not.  Its just the way 
things are).

Technically, many of the the IDEAs are good, the IMPLEMENTATION is bad or I'd 
have stolen the code (I originally stole their stream handling code but it was 
bad too -- a large customer ran it through a profiler and revealed it sucked 
90% of our CPU footprint) so we'll be ditching it too.  I'm not going to rattle 
off all of the reasons because I researched this over a year ago and I prefer 
to kill JAMES with code and not with words.

The idea of doing a new mail server started before I joined JBoss, when I was 
still an Apache member.  Needless to say, I'm intimately familiar with JAMES's 
source and if I feel pieces are useful, I'll use them. 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3870117#3870117

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870117


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Closed: (JBAS-1578) Duplicate Messages

2005-03-14 Thread Adrian Brock (JIRA)
 [ http://jira.jboss.com/jira/browse/JBAS-1578?page=history ]
 
Adrian Brock closed JBAS-1578:
--

Resolution: Done

ReceiveRequestMsg is now sent one-way

 Duplicate Messages
 --

  Key: JBAS-1578
  URL: http://jira.jboss.com/jira/browse/JBAS-1578
  Project: JBoss Application Server
 Type: Bug
   Components: JMS service
 Versions:  JBossAS-4.0.1 SP1, JBossAS-4.0.1 Final,  JBossAS-4.0.2RC1
  Environment: Any, tested on JBoss 3.2.3 and 4.0.1 SP1.
 Java 1.4.2 JVM. RH Linux 9.
 Reporter: Marcelo Klein
 Assignee: Adrian Brock
  Fix For: JBossAS-4.0.2 Final
  Attachments: SimpleJMSClient.java


 There is a client that can be sender (producer) or receiver(consumer). The 
 sender is in the same machine that the JBossAS, and the receiver in another 
 LAN machine.
 Both of them connect to the queue 'queue/testQueue', one produces, one 
 consumes.
 However, when capturing the messages with a sniffer (eg. ethereal).
 We've seen that when the server sends an object message to the client the 
 client (in this case the receiver) resends back the same message to the 
 server.
 The JMS options are:
 - TTL = 0
 - NON_PERSISTENT (using messageCache)
 - MaxRedelivery = 10
 - priority = 4.
 We know for sure it's not a network problem, but an application one. It has 
 been tested on different JBoss configurations (all / default) and versions 
 (3.2.3 / 4.0.1 SP1).
 I here add the frames capture made with ethereal (the sender's ip is 
 192.168.7.121, the receiver's ip is 192.168.7.192, jboss jms server running 
 on 192.168.7.121:8093)
 source 192.168.7.121 dest 192.168.7.192 8093  40662
  00 08 a1 55 cb e3 00 10 4b 8a 87 9e 08 00 45 00 ...U K.E.
 0010 00 9f 2e 55 40 00 80 06 3b 7a c0 a8 07 79 c0 a8 [EMAIL PROTECTED] 
 ;z...y..
 0020 07 c0 1f 9d 9e d6 87 16 42 a4 05 f7 66 5b 80 18  B...f[..
 0030 fa 29 5a e5 00 00 01 01 08 0a 00 35 db 44 03 66 .)Z. ...5.D.f
 0040 96 c9 77 68 19 80 00 00 21 00 00 00 00 01 02 02 ..wh !...
 0050 00 09 74 65 73 74 51 75 65 75 65 00 00 00 02 00 ..testQu eue.
 0060 00 00 00 00 00 00 00 00 00 00 04 07 00 13 49 44  ..ID
 0070 3a 33 2d 31 31 30 39 39 35 35 32 35 37 31 38 36 :3-11099 55257186
 0080 33 00 00 01 02 6e 7d 23 62 01 09 ff ff ff ff 00 3n}# b...
 0090 09 00 00 01 07 00 04 49 44 3a 33 00 00 00 00 00 ...I D:3.
 00a0 00 00 04 48 6f 6c 61 01 80 00 00 00 79 ...Hola. y
 source 192.168.7.192 dest 192.168.7.121 40662  8093
  00 10 4b 8a 87 9e 00 08 a1 55 cb e3 08 00 45 00 ..K. .UE.
 0010 00 9f b4 0c 40 00 40 06 f5 c2 c0 a8 07 c0 c0 a8 [EMAIL PROTECTED]@. 
 
 0020 07 79 9e d6 1f 9d 05 f7 66 5b 87 16 43 0f 80 18 .y.. f[..C...
 0030 16 d0 3c de 00 00 01 01 08 0a 03 66 97 bf 00 35 ... ...f...5
 0040 db 44 77 68 19 80 00 00 21 00 00 00 00 01 02 02 .Dwh !...
 0050 00 09 74 65 73 74 51 75 65 75 65 00 00 00 02 00 ..testQu eue.
 0060 00 00 00 00 00 00 00 00 00 00 04 07 00 13 49 44  ..ID
 0070 3a 33 2d 31 31 30 39 39 35 35 32 35 37 31 38 36 :3-11099 55257186
 0080 33 00 00 01 02 6e 7d 23 62 01 09 ff ff ff ff 00 3n}# b...
 0090 09 00 00 01 07 00 04 49 44 3a 33 00 00 00 00 00 ...I D:3.
 00a0 00 00 04 48 6f 6c 61 01 80 00 00 00 79 ...Hola. y
 source 192.168.7.192 dest 192.168.7.121 40662  8093
  00 10 4b 8a 87 9e 00 08 a1 55 cb e3 08 00 45 00 ..K. .UE.
 0010 00 64 b4 0d 40 00 40 06 f5 fc c0 a8 07 c0 c0 a8 [EMAIL PROTECTED]@. 
 
 0020 07 79 9e d6 1f 9d 05 f7 66 c6 87 16 43 0f 80 18 .y.. f...C...
 0030 16 d0 b9 12 00 00 01 01 08 0a 03 66 97 bf 00 35  ...f...5
 0040 db 44 77 2d 01 00 00 00 3b 00 01 01 02 00 09 74 .Dw- ;..t
 0050 65 73 74 51 75 65 75 65 00 13 49 44 3a 33 2d 31 estQueue ..ID:3-1
 0060 31 30 39 39 35 35 32 35 37 31 38 36 33 80 00 00 10995525 71863...
 0070 00 79 .y
 source 192.168.7.192 dest 192.168.7.121 40662  8093
  00 10 4b 8a 87 9e 00 08 a1 55 cb e3 08 00 45 00 ..K. .UE.
 0010 00 4a b4 0e 40 00 40 06 f6 15 c0 a8 07 c0 c0 a8 [EMAIL PROTECTED]@. 
 
 0020 07 79 9e d6 1f 9d 05 f7 66 f6 87 16 43 19 80 18 .y.. f...C...
 0030 16 d0 22 88 00 00 01 01 08 0a 03 66 97 bf 00 35 ... ...f...5
 0040 db 44 77 13 0d 00 00 00 3c 00 80 00 00 00 00 00 .Dw. ...
 0050 00 00 00 00 00 00 00 79 ...y

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click

[JBoss-dev] [Design of Mail Services] - M3 MSGSTORE-Mailbox

2005-03-14 Thread [EMAIL PROTECTED]
Hi guys,

Our code has some namespace collision.  The Hibernate stuff calls itself a 
store and the Body stuff is kinda confused between store and whathave you. 

It ought to say:

Hibernate Stuff - Mailbox impelmetnation (like the CMP stuff only without the 
suck)
Body stuff - Mail Store (or message if it makes you feel appropriately stodgy)

Particular body stuff:  Mail Store impelmentation.

Right now it pretty confusing to configure, because of the terms used. 

-Andy


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3870122#3870122

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870122


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Resolved: (JBAS-1588) Collection synchronization into cmp2

2005-03-14 Thread Clebert Suconic (JIRA)
 [ http://jira.jboss.com/jira/browse/JBAS-1588?page=history ]
 
Clebert Suconic resolved JBAS-1588:
---

Resolution: Done

 Collection synchronization into cmp2
 

  Key: JBAS-1588
  URL: http://jira.jboss.com/jira/browse/JBAS-1588
  Project: JBoss Application Server
 Type: Bug
   Components: CMP service
 Versions:  JBossAS-3.2.7 Final
 Reporter: Clebert Suconic
 Assignee: Alexey Loubyansky
  Fix For: JBossAS-5.0 Alpha, JBossAS-4.0.2 Final,  JBossAS-3.2.8 Final



 More details at this Jira Issue:
 http://jira.jboss.com/jira/browse/JBBENCH-44
 Also, this issue was created just to reference the issue into JBossAS. It was 
 already solved.

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBAS-1588) Collection synchronization into cmp2

2005-03-14 Thread Clebert Suconic (JIRA)
Collection synchronization into cmp2


 Key: JBAS-1588
 URL: http://jira.jboss.com/jira/browse/JBAS-1588
 Project: JBoss Application Server
Type: Bug
  Components: CMP service  
Versions:  JBossAS-3.2.7 Final
Reporter: Clebert Suconic
 Assigned to: Alexey Loubyansky 
 Fix For: JBossAS-5.0 Alpha, JBossAS-4.0.2 Final,  JBossAS-3.2.8 Final


More details at this Jira Issue:

http://jira.jboss.com/jira/browse/JBBENCH-44

Also, this issue was created just to reference the issue into JBossAS. It was 
already solved.

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBREM-73) JMXMP connector implementation

2005-03-14 Thread Tom Elrod (JIRA)
JMXMP connector implementation
--

 Key: JBREM-73
 URL: http://jira.jboss.com/jira/browse/JBREM-73
 Project: JBoss Remoting
Type: Feature Request
  Components: jmx remoting  
Versions: JMX Remoting 1.0.1
Reporter: Tom  Elrod
 Assigned to: Tom  Elrod 
Priority: Optional


Per spec, the JMX Messaging Protocol (JMXMP) is optional.  However, is 
important to include after completion of RMIConnector (which is required).

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBREM-74) Notification support

2005-03-14 Thread Tom Elrod (JIRA)
Notification support


 Key: JBREM-74
 URL: http://jira.jboss.com/jira/browse/JBREM-74
 Project: JBoss Remoting
Type: Task
  Components: jmx remoting  
Versions: JMX Remoting 1.0.1
Reporter: Tom  Elrod
 Assigned to: Tom  Elrod 
 Fix For: JMX Remoting 1.0.1


Remote notifications support, including notification buffer.

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBREM-73) JMXMP connector implementation

2005-03-14 Thread Tom Elrod (JIRA)
 [ http://jira.jboss.com/jira/browse/JBREM-73?page=history ]

Tom  Elrod updated JBREM-73:


 Original Estimate: 288000
Remaining Estimate: 288000

 JMXMP connector implementation
 --

  Key: JBREM-73
  URL: http://jira.jboss.com/jira/browse/JBREM-73
  Project: JBoss Remoting
 Type: Feature Request
   Components: jmx remoting
 Versions: JMX Remoting 1.0.1
 Reporter: Tom  Elrod
 Assignee: Tom  Elrod
 Priority: Optional


 Original Estimate: 2 weeks
 Remaining: 2 weeks

 Per spec, the JMX Messaging Protocol (JMXMP) is optional.  However, is 
 important to include after completion of RMIConnector (which is required).

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBREM-75) Termination detection

2005-03-14 Thread Tom Elrod (JIRA)
Termination detection
-

 Key: JBREM-75
 URL: http://jira.jboss.com/jira/browse/JBREM-75
 Project: JBoss Remoting
Type: Task
  Components: jmx remoting  
Versions: JMX Remoting 1.0.1
Reporter: Tom  Elrod
 Assigned to: Tom  Elrod 
 Fix For: JMX Remoting 1.0.1


Need to be support client termination in regards to notification management.  
This includes abnormal termination detection.  

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBREM-77) Connector server security

2005-03-14 Thread Tom Elrod (JIRA)
Connector server security
-

 Key: JBREM-77
 URL: http://jira.jboss.com/jira/browse/JBREM-77
 Project: JBoss Remoting
Type: Task
  Components: jmx remoting  
Versions: JMX Remoting 1.0.1
Reporter: Tom  Elrod
 Assigned to: Tom  Elrod 
Priority: Minor
 Fix For: JMX Remoting 1.0.1


Support for connector server security as per spec (section 2.12).

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


  1   2   >