-
1. Re: The Unified classloader a little too unified?
adrian.brock Apr 19, 2004 1:54 PM (in response to skondam)"juha@jboss.org" wrote:
However I didn't notice that supposed order of magnitude performance hit that supposedly comes with switching to remote interfaces in my webapps. I suppose it's possible that JBoss is doing some sort of magic and actually using the local interfaces under the cover for me.
Nope, it's just detecting that you're invoking a component within a same process space and decides to pass a reference rather than make a copy of the values and serialize it. That is what the spec formalizes with local interfaces. We don't require them.
It's just another non-standard feature (actually violates the spec too) for sloppy loving people like me. Once you configure that away you'll see your performance drop way down.
You can configure this by setting ByValueInvokerInterceptor into your proxy interceptor stack. You're also going to need it once you have completely isolated your EJBs, as there's no way to share references across classloaders for duplicate class definitions (unless you start building "standard" Java classloader trees at which point you can say goodbye to hot-deploying individual packages of your application).
HTH -
2. Re: Strange behaviour in non-tx DataSource, when a transacti
adrian.brock Apr 19, 2004 2:25 PM (in response to skondam)You might want to upgrade from 3.2.1 - you are now missing more than one
years of fixes.
http://cvs.sourceforge.net/viewcvs.py/jboss/jboss-transaction/src/main/org/jboss/tm/TransactionImpl.java?r1=1.5.2.14&r2=1.5.2.15
In future, please check the latest release before reporting bugs that are already fixed. -
3. Re: Strange behaviour in non-tx DataSource, when a transacti
joebarh Apr 22, 2004 1:57 PM (in response to skondam)Adrian,
I can't stand anymore your comments in these forums. If 3.2.3 was not full of bugs, we would be able to upgrade. I've been reading you for months and I can say one thing for sure; you are rude.
We've been using 3.2.0RC1 for months and there is no way we can move forward to another release since JBossCMP in 3.2.1, 3.2.2 and 3.2.3 returns invalid data after a random period of time. This is a showstopper.
BTW, You are Director of Support, never forget what your role is...
Joe -
4. Re: Strange behaviour in non-tx DataSource, when a transacti
adrian.brock Apr 22, 2004 2:09 PM (in response to skondam)So you report a bug that has already been fixed,
but then claim you cannot upgrade because of a bug you haven't reported.
I suppose that makes sense in some twisted sort of logic.
Yes, I am rude. But only to time wasters. I consider that even more rude. -
5. Re: Strange behaviour in non-tx DataSource, when a transacti
joebarh Apr 23, 2004 12:29 PM (in response to skondam)My point is that you can not ask people to upgrade to a release loaded with bugs. You could say "please get this patch from CVS and give a try". That would make more sense. Unfortunatelly, this is not how JBoss Group is managing releases, bug fixes and this is a real pain in the neck.
A true Director of Support CAN NOT say "Yes I am rude". Get another job Sir.
Joe
BTW: I am not the guy who started the thread. There is no "twisted logic" here. -
6. Re: Strange behaviour in non-tx DataSource, when a transacti
adrian.brock Apr 25, 2004 9:20 AM (in response to skondam)You appear to be under some misapprehension about what these forums are for:
Yes, I am the Director of Support for JBoss Inc (not JBoss Group).
i.e. people who pay money for our time.
If he had JBoss Support, he would NOT have received my admonition about
time wasting, because he is paying for my time.
He would also have received a tested patch for his version of JBoss,
rather than just a pointer to the fix. We support all versions of JBoss.
On these forums I am acting as the open source lead for JBossJCA.
I do not get paid for posting here. I don't have to answer questions here.
I do it for free because I am looking for useful feedback and bug reports.
Your expectation of help should be zero (that is what you pay for).
You are more likely to get help if you have first made an effort to help yourself.
If you look like a time waster who just wants spoon feeding (somebody who makes
little or no effort to solve their own problems or do their own research)
you are in the wrong place.
That behaviour is not acceptable and I will shout at you.
Look here for further information:
http://jboss.org/wiki/Wiki.jsp?page=JBossForums
Regards,
Adrian
P.S. Thanks for pointing out you are the not the original poster. You also receive
negative Karma for hijacking somebody else's thread. -
7. Re: Strange behaviour in non-tx DataSource, when a transacti
joebarh May 4, 2004 7:53 PM (in response to skondam)Adrian,
Don't try to sidetrack this discussion would you. I've been doing my homework for years, spare me the bullshit about getting spoon fed.
Having said that, it seems to me that your response can be summed in 2 simple statements:
- if I pay for support I am your buddy
- if I don't, I am a piece of crap
Nice mentality.
If you don't want to answer a question or you're not interested in a subject, just walk away.
Anyway, your attitude doesn't make any sense whatsoever. I quote you "I do not get paid for posting here. I don't have to answer questions here. "....you are rude just for fun then???
Joe