Re: [JBoss-user] compacting data in interceptors/invokers

2002-12-05 Thread Marius Kotsbak
| > | Analista de Sistemas Sr. | > | Tel : (051) 3358-4959| > | SICREDI Serviços | > | Porto Alegre - Brasil| > |xx| > > > > --- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > htt

Re: [JBoss-user] JBOSS documentation

2002-12-04 Thread Marius Kotsbak
ROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user -- Marius Kotsbak <[EMAIL PROTECTED]> Boost Communications A/S --- This SF.net email is sponsored by: Microsoft Visual Studio.NET comprehensive development tool, bui

Re: [JBoss-user] Jboss on WIN2000

2002-11-22 Thread Marius Kotsbak
t 12:56:29PM +0530, Arijit Ghosh wrote: > > >> > > >>>I am using Jboss3.0 with Tomcat 4.0.3 with Win98. I plan to use with > > >>>Win2000. ANyone has faced any issues that I need to take care of when > > >>>deployi

Re: [JBoss-user] how to produce pdf files like jboss gettingstarted guide?

2002-11-21 Thread Marius Kotsbak
sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user -- Marius Kotsbak Boost C

Re: [JBoss-user] Entity Bean Performance Tuning Help (intersection)

2002-11-13 Thread Marius Kotsbak
On ons, 2002-11-13 at 16:12, Dain Sundstrom wrote: > That shouldn't be to hard once we add support for sub queries, but > unless it is supported by most of the major vendors >(postgres, Supported (ref. help in last post) > oracle, Supported:http://www.cs.uwindsor.ca/meta-index/courses/95F/60-3

Re: [JBoss-user] Entity Bean Performance Tuning Help (intersection)

2002-11-12 Thread Marius Kotsbak
What about adding INTERSECTION-queries (whis is possible in postgresql)? Or is it possible by some easy workaround now? On tir, 2002-11-12 at 20:10, Dain Sundstrom wrote: > Pete, > > To better support complex reporting we just need to add more features to > JBossQL select statements (e.g., group

Re: [JBoss-user] Security domain

2002-11-12 Thread Marius Kotsbak
On man, 2002-11-11 at 10:23, Vijaya Laxmi wrote: > Dear all, > > can somebody tell how to set up security-domain in tomcat. > > In jboss u can set using the standardjboss.xml, > > but in tomcat , where do u set so. > > > regards > > vijaya > jboss-web.xml in the war-file I think -

Re: [JBoss-user] Problem connecting XP to Linux

2002-11-11 Thread Marius Kotsbak
On man, 2002-11-11 at 21:27, Tiburon Enterprise wrote: > I'm using JBoss 3.0.4 on XP and Linux machines. The > XP client program establishes an InitalContext to the > Linux machine and then executes this code which hangs: > > QueueConnectionFactory queueConnectionFactory = > (QueueConnectionFacto

Re: [JBoss-user] MacOS X + Norton Personal Firewall

2002-11-05 Thread Marius Kotsbak
Please do not reply to an existing message with a new topic. This links it to the subject "Entity Bean Performance..." On tir, 2002-11-05 at 03:44, Frank Morton wrote: > I upgraded to MacOS X 10.2.1 and Norton Personal > Firewall Software 2.0.0 and begin to have strange > problems that kind of act

Re: [JBoss-user] Error when building jboss

2002-11-04 Thread Marius Kotsbak
Maybe you have to set JAVA_HOME to the rootdir of your JDK, or put java-binary in the path. On man, 2002-11-04 at 17:55, [EMAIL PROTECTED] wrote: > Hallo > I have tried to build jboss-3.0.4 on my SuSE Linux machine and had the > following error message: > ... > generate-parsers: > > BUILD FAILED

Re: [JBoss-user] Performance issue while adding to a EJB 2.0relation - JBoss version: 3.0.2

2002-11-02 Thread Marius Kotsbak
1. Do you run the code in a transaction? 2. Sun JDK 1.3.1_03 is AFAIK the slowest >=1.3 JDK you can find for linux. I recommend upgrading to 1.4.1 from sun, IBMs 1.3 or www.jrockit.com's 1.3. When you have done that, can you see any performance difference between Linux and Win2k? What kernel? Recom

Re: [JBoss-user] A question on Jboss scalability!

2002-10-29 Thread Marius Kotsbak
Bill Burke wrote: I did ran ECPerf tests and the RICE study on both linux and win2k. Linux was 2 times slower than Win2k. Not sure why, not much of a sys-admin so wouldn't know what to tune. When did you try this? What versions of jboss and Java VMs on both win2k and linux? I have no proble

Re: [JBoss-user] Strange Problem on Linux

2002-10-11 Thread Marius Kotsbak
saroj kumar wrote: HI All, I am facing "Transaction Timeout " exception while running the code on Redhat Linux 7.3/JDK1.4/JBOSS 3.0.3/Oracle9i. Same code is working fine on Win2k/JBOSS 3.0.3/jdk1.4/Oracle9i. Scenario is: UI Layer makes a call to SLSB. This SLSB makes a call to another SLSB w

Re: [JBoss-user] Extremely slow transaction

2002-10-11 Thread Marius Kotsbak
Jon Haugsand wrote: * [EMAIL PROTECTED] In this case, I miss the sql-statement "UPDATE sometable SET status=2 WHERE status=6" which I don't think EJB/JBoss-QL can handle. This will probably speeds things up considerably. Actually, the code is a bit more complicated, i.e. some computatio

Re: [JBoss-user] Extremely slow transaction

2002-10-11 Thread Marius Kotsbak
Jon Haugsand wrote: * Sacha Labourey hello, Sorry to show up so lately in your discussion but what is the real problem? I guess it is not the transaction in itself? You seem to say that your problem comes from the way JBossCMP loads your data, do you have more information and what is actually

[JBoss-user] RunAsLoginmodule still not working / solving the problem...

2002-10-10 Thread Marius Kotsbak
ransport.serviceCall(Transport.java:144) at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701) at java.lang.Thread.run(Thread.java:536) -- Marius Kotsbak Boost Communic

Re: [JBoss-user] Extremely slow transaction

2002-10-10 Thread Marius Kotsbak
On Thu, 2002-10-10 at 12:19, Jon Haugsand wrote: > * Marius Kotsbak > > Jon Haugsand wrote: > > > > >We have a table with approx 1500 rows and a finder that picks one or > > >two rows during each query like this: > > > > > >for (id=0;id++;id<

Re: [JBoss-user] Extremely slow transaction

2002-10-09 Thread Marius Kotsbak
Jon Haugsand wrote: >We have a table with approx 1500 rows and a finder that picks one or >two rows during each query like this: > >for (id=0;id++;id<1000) { > // Start transaction > Collection c=findByStatus(id,status); > for(i=c.iterator();i.hasNext();) { >((EntityLocal) (i.next())) . se

Re: [JBoss-user] RunAsLoginModule in 3.0.3 not working!

2002-10-08 Thread Marius Kotsbak
e. > This is either its override of login(), or whatever authentication method > is called within the scope of login(). > > > Scott Stark > Chief Technology Officer > JBoss Group, LLC > > > ----- Original Message -

Re: [JBoss-user] RunAsLoginModule in 3.0.3 not working!

2002-10-08 Thread Marius Kotsbak
chnology Officer > JBoss Group, LLC > > > ----- Original Message - > From: "Marius Kotsbak" <[EMAIL PROTECTED]> > To: "Scott M Stark" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Tuesday, October

[JBoss-user] RunAsLoginModule in 3.0.3 not working!

2002-10-08 Thread Marius Kotsbak
odule anybody Has I done something wrong, or isn't this one working? Is there a testcase for this feature? -- Marius Kotsbak Boost Communications A/S Trondheim, Norway --- This sf.net email is

Re: [JBoss-user] FYI: the website www.jboss.org has a problem inthe opera browser

2002-10-07 Thread Marius Kotsbak
The reason is probably in this list of errors: http://validator.w3.org/check?uri=http%3A%2F%2Fwww.jboss.org&charset=%28detect+automatically%29&doctype=Inline Why isn't you following the standards? When it is fixed, you will get a html-chunck to insert to prove it is html-compatible :-) And why

Re: [JBoss-user] Jboss on WIN2000

2002-10-07 Thread Marius Kotsbak
Alwyn Schoeman wrote: >Have anyone tried the 2.5 series kernels? I hear that there is some >major threading changes there... > Isnt't 2.5 dangerous to use in production? If it is to be tested, I think you have to use it on a PC where you have nothing valuable. > >On Fri, Oct 04, 2002 at 06:43:3

Re: [JBoss-user] Jboss on WIN2000

2002-10-04 Thread Marius Kotsbak
has faced any issues that I need to take care of when >>>deploying ? I DON'T want to use it as service for Win2000. >>> >>>Regards, >>> Arijit >>> >>> >>> >>> >>>--- >>>This sf.net email is sponsored by:ThinkGeek >&g

Re: [JBoss-user] Re : Erratic Jboss3.0 on Linux

2002-09-20 Thread Marius Kotsbak
Release notes for 1.4.1 says something about an bug when using an old version of glibc, which can be found in RH 7.2. Check the notes for more details. Gary S. Cuozzo wrote: > I had problems with Jboss3.0-Tomcat4.0.3 on my linux (RH7.3) SMP > system with similar symptoms when using Sun JDK1.4

Re: [JBoss-user] JBoss migration

2002-09-20 Thread Marius Kotsbak
Pete Beck wrote: >Dear JBoss users, >One of the challenges I have found with JBoss is migrating to new >versions. > >Going from V2.4 to V3 was a lot of fun. However I have noticed that >even between minor versions, things change which can make upgrading >difficult. On a couple of occasions, I'v

Re: [JBoss-user] LIKE sql

2002-09-20 Thread Marius Kotsbak
I have done something like that in 3.0.2 as well, and it seems to work! Dain Sundstrom wrote: > If you run Branch_3_0 (no binary release yet), you can use this syntax: > > LCASE(Customer.name1) LIKE LCASE(?1) > > -dain > > kiuma wrote: > >> How can I render a case insensitive searc ? >> >> Custo

Re: [JBoss-user] War Deployment

2002-09-18 Thread Marius Kotsbak
sudhendra seshachala wrote: >War size is 15 MB. > Why? Because you include .jars that jboss already has? > Deployment takes around 5 minutes >this icnludes the jboss server start time and >deployment of jar/ >Server start time is 40 secs(worst case) with >Oracle-service.xml >Deployment of ejb.ja

Re: [JBoss-user] Virtual hosting question

2002-09-18 Thread Marius Kotsbak
> > --- > This SF.NET email is sponsored by: AMD - Your access to the experts > on Hammer Technology! Open Source & Linux Developers, register now > for the AMD Developer Symposium. Code: EX8664 > http://www.developwithamd.com/d

Re: [JBoss-user] Remote EJB Client Problems

2002-09-17 Thread Marius Kotsbak
Change you hostname in /etc/hostname to the globally unique ip. Also consider using http-invoker to tunnel thru port 80. Check changelog for JBoss 3.0.2. Leon Doud wrote: >We have successfully deployed EJBs that are used by a >web application and a Java client application. Both >of these run

Re: [JBoss-user] Which one to upgrade to? 3.0.1 or 3.0.2

2002-09-11 Thread Marius Kotsbak
> In remembrance > www.osdn.com/911/ > ___ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user -- Marius Kotsbak Boost Communications A/S T

Re: [JBoss-user] Different Commit Options

2002-09-05 Thread Marius Kotsbak
_ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user -- Marius Kotsbak Boost Communications A/S Trondheim, Norway --- This sf.net email is sponsored by: OSDN -

Re: [JBoss-user] Custom LoginModule can't access secured EJBs

2002-09-02 Thread Marius Kotsbak
---- Original Message - > From: "Marius Kotsbak" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Sunday, August 04, 2002 2:56 AM > Subject: Re: [JBoss-user] Custom LoginModule can't access secured EJBs > > > On søn, 2002-08-04 at 01:53, Scott M St

Re: [JBoss-user] you are net getting the semantics you expect?

2002-08-31 Thread Marius Kotsbak
David Jencks wrote: >The message warns you that if your transaction fails your data may be left >in an inconsistent state. You have more than one participant in a jta >transaction, but one of them only supports local transactions without two >phase commit. > Is two phase commit needed when JMS i

Re: [JBoss-user] eclipse with xdoclet and jboss

2002-08-30 Thread Marius Kotsbak
sity of Aberdeen > Aberdeen AB24 3UE > 01224 272193 > http://www.csd.abdn.ac.uk/~bscharla > mailto:[EMAIL PROTECTED] > > > > --- > This sf.net email is sponsored by: OSDN - Tired of that same old > cell p

[JBoss-user] XA & firebird

2002-08-30 Thread Marius Kotsbak
Has firebird DB support for XA transactions? I see a line with XA in the configfile, but not in postgres or mysql, which as I understand is not supporting it. But not so much as in oracle-xa service, so I am not sure... -- Marius Kotsbak Boost Communications A/S Trondheim, Norway

Re: [JBoss-user] Strange select statement

2002-08-19 Thread Marius Kotsbak
--- > This sf.net email is sponsored by: OSDN - Tired of that same old > cell phone? Get a new here for FREE! > https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 > ___ > JBoss-user mailing list > [EMAIL PRO

Re: [JBoss-user] ejb-link

2002-08-19 Thread Marius Kotsbak
> > cell phone? Get a new here for FREE! > > https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 > > ___ > > JBoss-user mailing list > > [EMAIL PROTECTED] > > https://lists.sourceforge.net/lists/listin

Re: [JBoss-user] Verifier complains of AutoNumber

2002-08-18 Thread Marius Kotsbak
e this message for >every doployment. It is just to add the CreateException as it says. Nobody that could do this? I also noticed that Dain remarked this in the CMP-doc-example, without fixing it. > > -- > MVH > Marius

Re: [JBoss-user] Docs

2002-08-17 Thread Marius Kotsbak
release notes On Sat, 2002-08-17 at 16:54, Uroš Jurglič wrote: > Where could I find some docs on (configuring) scoped classloading and configuring >application.xml and jboss-app.xml? > > Tnx in advance . -- Marius Kotsbak Boost Communications A/S Trond

Re: [JBoss-user] The future of Scoped ears

2002-08-16 Thread Marius Kotsbak
On Fri, 2002-08-16 at 14:11, David Jencks wrote: > On 2002.08.16 05:13:25 -0400 Marius Kotsbak wrote: > > What will scoped ears be replaced with in jboss 3.2? I heard that > > scoping will not be used in 3.2. > > Where did you hear this? AFAIK it is a permanent feature. T

[JBoss-user] The future of Scoped ears

2002-08-16 Thread Marius Kotsbak
, and if it doesn't find it there, look in the global scope, including other jars/ears. This will solve our problems, and remove the need for scoped ears. -- Marius Kotsbak Boost Communications A/S Trondheim, Norway --- This sf.ne

[JBoss-user] Jetty doesn't update files on redeploy

2002-08-15 Thread Marius Kotsbak
y-web context without any change. -- Marius Kotsbak Boost Communications A/S Trondheim, Norway --- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourcef

Re: [JBoss-user] About the performance of embedded Tomcat

2002-08-13 Thread Marius Kotsbak
.net email is sponsored by: Dice - The leading online job board > for high-tech professionals. Search and apply for tech jobs today! > http://seeker.dice.com/seeker.epl?rel_code=31 > ___ > JBoss-user mailing list > [EMAIL PROTECTED] > ht

RE: [JBoss-user] Netboot

2002-08-13 Thread Marius Kotsbak
> Thanks in advance > > > > Dimitri Pissarenko > > > > > > --- > This sf.net email is sponsored by: Dice - The leading online job board > for high-tech professionals. Search and apply for tech jobs today! &

Re: RE : [JBoss-user] Directory structure for using Jboss withEclipse

2002-08-12 Thread Marius Kotsbak
> This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > ___ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinf

Re: [JBoss-user] Directory structure for using Jboss with Eclipse

2002-08-12 Thread Marius Kotsbak
___ > > JBoss-user mailing list > > [EMAIL PROTECTED] > > https://lists.sourceforge.net/lists/listinfo/jboss-user > > > > > > --- > > This sf.net email is sponsored by:ThinkGeek > > Welco

Re: [JBoss-user] Custom LoginModule can't access secured EJBs

2002-08-04 Thread Marius Kotsbak
ding a optional run-as-attribute for each login module? Isn't this outside the J2EE-standard, so jboss is free to do that? > > - Original Message - > From: "Marius Kotsbak" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, August 02

[JBoss-user] Custom LoginModule can't access secured EJBs

2002-08-02 Thread Marius Kotsbak
ay of solving this? Does it have to login to its own security domain (authorizing itself!)? Or can the check be disabled, or a run-as-role be specified for it? -- Marius Kotsbak Boost Communications A/S Trondheim, Norway www.boostcom.no ---

Re: [JBoss-user] Re: Does any one have a Linux JVM success story?

2002-07-26 Thread Marius Kotsbak
run.sh before we start the > jvm, some JVM problem documented elsewhere. Equipment: Dell 1550(2), dual > 1.26 processors, and 512M with load balanced tomcat front ended by Apache. > > John Moore > > > > > --- > This sf.net email is sponsored by:ThinkGeek > Gadgets, caffei

Re: [JBoss-user] Unstable Overall System - please this is for yourinterest JBOSS

2002-06-29 Thread Marius Kotsbak
oss and put the other, so I believe > >> JBoss is a great product and is not > >> necessary a problem from JBoss, but > >> client just sees jboss "Hey JBoss > >> stopped!" > >> > >>Dear guys, can you point me > >>

Re: [JBoss-user] JMS - Cannot authenticate user

2002-06-29 Thread Marius Kotsbak
e > > > > --- > This sf.net email is sponsored by:ThinkGeek > Caffeinated soap. No kidding. > http://thinkgeek.com/sf > ___ > JBoss-user mailing list > [EMAIL PROTECTED] &g

Re: [JBoss-user] stabel VM for Linux+SMP and JBoss3 cluster

2002-06-27 Thread Marius Kotsbak
na Copa 2002 - As principais notícias estão em UOL Esporte > http://esporte.uol.com.br/copa/ > > > > --- > This sf.net email is sponsored by: Jabber Inc. > Don't miss the IM event of the season | Special o

Re: Subject: [JBoss-user] stabel VM for Linux+SMP and JBoss3 cluster

2002-06-27 Thread Marius Kotsbak
t; This sf.net email is sponsored by: Jabber Inc. > Don't miss the IM event of the season | Special offer for OSDN members! > JabberConf 2002, Aug. 20-22, Keystone, CO http://www.jabberconf.com/osdn > ___ > JBoss-user mailing list > [EMAIL PROT

[JBoss-user] possible to use COUNT in ejbql / jbossql / declared sql ?

2002-06-14 Thread Marius Kotsbak
Is it possible to get the COUNT-functionality in CMP 2.0? I don't think EJB-QL suppports it, and JBossQL complains when including it. I couldn't find a way to specify it using declared sql either. I know it is possible to do it with a finder and .size on the collection returned, but I think this

Re: [JBoss-user] JBoss client jar files size

2002-06-14 Thread Marius Kotsbak
You could also try to move all possible code to beans on the server side, just presentation logic left on the client (this should be done anyway). On Fri, 2002-06-14 at 16:06, Greg Turner wrote: > One solutions would be to rearchitect your app so that all the parts are MBeans. >Then > package u

Re: [JBoss-user] IDE Question

2002-06-13 Thread Marius Kotsbak
I so a post, but no file. Could you send it again, or publish it somewhere please? On Thu, 2002-06-13 at 19:10, Emerson Cargnin - MSA wrote: > We're are using Eclipse, as u said about XDoclet, we made an eclipse > template to help in inserting XDoclet tags, take a look in yesterdays > messages

Re: [JBoss-user] possible bug (in jboss or IBM JVM) when deployinga ear with a war inside

2002-06-12 Thread Marius Kotsbak
It also seems to happen on the original 1.4 from sun. On Wed, 2002-06-12 at 18:24, Marius Kotsbak wrote: > I get this exception when I deploy a ear with a war and a jar-module inside and >running jboss on IBM 1.3. The same file deploys without problems on sun's 1.4. > > Bu

[JBoss-user] possible bug (in jboss or IBM JVM) when deploying a ear with a warinside

2002-06-12 Thread Marius Kotsbak
I get this exception when I deploy a ear with a war and a jar-module inside and running jboss on IBM 1.3. The same file deploys without problems on sun's 1.4. But since 1.4 might have other problems like the PortableRemoteObject's classcastexception. So if this is't a jboss problem, it should b

Re: [JBoss-user] jrockit and linux distribution

2002-06-12 Thread Marius Kotsbak
On Wed, 2002-06-12 at 17:26, Stefan Groschupf wrote: > Hi, > Since I read that jrockit is a good choice for Jboss. I try to run it on a > Suse Linux 7.2. But I get a error that this distribution is not supported. > Someone get Jrocckit and Jboss to run under Suse Linux? Yes, on 8.0. Upgrade if you

Re: AW: [JBoss-user] JBoss.net: AXIS engine could not find a targetservice

2002-06-12 Thread Marius Kotsbak
On Wed, 2002-06-12 at 15:46, Thomas Phan wrote: > Hi Dr Jung, > > FYI, I got my web service working :D > > The reason why it didn't work was because I put my methods in the local EJB > interface (instead of the remote one). It was a careless mistake! > > I've one more question about location tr

Re: [JBoss-user] RE : [JBoss-user] Better performance with Sun 1.4or IBM JVM?

2002-06-12 Thread Marius Kotsbak
On Wed, 2002-06-12 at 12:43, MOINY Georges wrote: > Where did you get JRockit. Their site doesn't offer the product anymore ? > > Message d'origine---- > De: Marius Kotsbak [mailto:[EMAIL PROTECTED]] > Date: mer. 2002-06-12 06:04 &g

RE: [JBoss-user] Better performance with Sun 1.4 or IBM JVM?

2002-06-12 Thread Marius Kotsbak
edistributed. If someone knows otherwise, please let me know. > > I guess I will try IBM and see how that goes. > > Thanks, > > Steve > > > - Original Message - > From: "Marius Kotsbak" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]>

Re: [JBoss-user] JBossCMP Documentation Updated

2002-06-12 Thread Marius Kotsbak
On Wed, 2002-06-12 at 02:49, Dain Sundstrom wrote: > According to Scott the subscription was updated today. It should be > available soon. I can't see it there yet. > > -dain > > Brandon Knitter wrote: > > > I have the 6 month subscription. Has the CMP documentation in that package been > >

Re: [JBoss-user] Better performance with Sun 1.4 or IBM JVM?

2002-06-12 Thread Marius Kotsbak
t; > Thanks, > > Steve > > - Original Message - > From: "Marius Kotsbak" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, June 11, 2002 12:38 PM > Subject: Re: [JBoss-user] Better performance with Sun 1.4 or IBM JVM? > > &g

[JBoss-user] CMP & UNIQUE

2002-06-11 Thread Marius Kotsbak
Is it possible to have something like UNIQUE in CMP? I mean some fields in addition to the PK that needs to be unique? Marius K Boostcom ___ Multimillion Dollar Computer Inventory Live Webcast Auctions Thru Aug. 2002 - http://www.co

Re: [JBoss-user] Better performance with Sun 1.4 or IBM JVM?

2002-06-11 Thread Marius Kotsbak
bug : http://sourceforge.net/tracker/?func=detail&aid=562972&group_id=22866&atid=376685 On Tue, 2002-06-11 at 18:26, Simon Stewart wrote: > On Tue, Jun 11, 2002 at 05:55:45PM +0200, Marius Kotsbak wrote: > > On Tue, 2002-06-11 at 17:35, Steve Knight wrote: > > > He

Re: [JBoss-user] Better performance with Sun 1.4 or IBM JVM?

2002-06-11 Thread Marius Kotsbak
l try IBM and see how that goes. > > Thanks, > > Steve > > > - Original Message - > From: "Marius Kotsbak" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, June 11, 2002 11:55 AM > Subject: Re: [JBoss-user] Better pe

Re: [JBoss-user] Better performance with Sun 1.4 or IBM JVM?

2002-06-11 Thread Marius Kotsbak
On Tue, 2002-06-11 at 18:08, David Ward wrote: > Marius Kotsbak wrote: > > On Tue, 2002-06-11 at 17:35, Steve Knight wrote: > > > >>Hello, > >>Just wondering what the recommended JVM for JBoss 3.0 is? > >>Does one clearly perform better than the other?

Re: [JBoss-user] Better performance with Sun 1.4 or IBM JVM?

2002-06-11 Thread Marius Kotsbak
On Tue, 2002-06-11 at 17:35, Steve Knight wrote: > Hello, > Just wondering what the recommended JVM for JBoss 3.0 is? > Does one clearly perform better than the other? And what about stability? > > Thanks, > > Steve Until a classcast-problem is solved with 1.4, I would recommend sticking with

RE: [JBoss-dev] Re: [JBoss-user] CD Subscription Update

2002-06-11 Thread Marius Kotsbak
> > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]]On Behalf Of > > Marius Kotsbak > > Sent: Tuesday, June 11, 2002 4:56 AM > > To: [EMAIL PROTECTED] > > Cc: Jboss-Dev > > Subject: [JBoss-dev] Re: [JBoss-user] CD Subscription Update > > > > &

Re: AW: AW: [JBoss-user] JBoss.net installation/deployment using xdo clet

2002-06-11 Thread Marius Kotsbak
Using the URLMapper handler in > the requestflow of your http transport should > avoid the need to set SOAPaction, e.g., when accessing from a browser. > > Please be more specific about the problems you have, because otherwise it is > nearly impossible to > analyze the situation. > &g

Re: [JBoss-user] JBoss.net: AXIS engine could not find a targetservice to invoke

2002-06-11 Thread Marius Kotsbak
If you use SOAP, you might need to manually update the wsdl-file to fill the soapaction-fields with the same action as specified elsewhere in the file (name of your methods). On Tue, 2002-06-11 at 11:33, Thomas Phan wrote: > Hi, > > Thanks Frederick, and boostcom.no for your answers to my previo

RE: [JBoss-user] CD Subscription Update

2002-06-11 Thread Marius Kotsbak
ts. > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Marius > Kotsbak > Sent: 11 June 2002 09:56 > To: [EMAIL PROTECTED] > Cc: Jboss-Dev > Subject: Re: [JBoss-user] CD Subscription Update > > > I got the cd today

Re: AW: [JBoss-user] JBoss.net installation/deployment using xdoclet

2002-06-11 Thread Marius Kotsbak
The only problem is that it does't fill in the soapaction field. Can you find if this is jboss.net's problem or a bug in axis? On Tue, 2002-06-11 at 09:46, Jung , Dr. Christoph wrote: > Hello Thomas, > > The wsdl is normally generated by the Axis engine at runtime. > > Try the following url :

Re: [JBoss-user] CD Subscription Update

2002-06-11 Thread Marius Kotsbak
I got the cd today, and tried the graphical installer, but it does'nt seem to work. Error: sh jboss.bin : command not found : command not found Preparing to install... : command not found jboss.bin: line 84: syntax error near unexpected token `elif' 'boss.bin: line 84: `elif [ -x /usr/bin/ls ];

Re: AW: AW: [JBoss-user] IllegalArgumentException from jboss.net toS LSB

2002-06-10 Thread Marius Kotsbak
r question. It has nothing to do with web, except that jboss.net is using web. But you probably can get the exception if a int method is included in the testsuite. Does it have such now? > > CGJ > > -----Ursprüngliche Nachricht- > Von: Marius Kotsbak [mailto:[EMAIL PROTECTED]

Re: AW: [JBoss-user] IllegalArgumentException from jboss.net to SLSB

2002-06-10 Thread Marius Kotsbak
Another problem with jboss.net/axis: I had to use only strings, as it complained when I tried a int. Is that a jboss.net or axis problem? It should be tested in the testsuite. On Mon, 2002-06-10 at 10:00, Jung , Dr. Christoph wrote: > David, > > IMO, Collection is a particularily bad type to ma

[JBoss-user] MBean not starting at jboss startup, but else works normally

2002-06-08 Thread Marius Kotsbak
I have a mbean deployed with a name-service.xml. The code is in a .jar file also deployed. When I start jboss, the service isn't started (I get no errors), but if I touch it after jboss is fully started, it starts and works normally. The MBean uses JMS, and connects to a queue described in anot

Re: [JBoss-user] web services on jboss

2002-06-08 Thread Marius Kotsbak
In the deploy-directory with the bean(s). Check the testsuite of jboss.net. On lør, 2002-06-08 at 03:46, Rama Kishore Yelamanchilli wrote: Hello, I plugged in jboss.net(web services) into jboss. Now I'm wondering what can I do for deploying a web service and test it. I read the only documentati

Re: [JBoss-user] performance on linux/windows

2002-06-08 Thread Marius Kotsbak
On lør, 2002-06-08 at 01:33, Dain Sundstrom wrote: > It is not about performance it's about manageability in production. > Widows is simple too much of a pain to manage on a large scale. > > -dain For example, what do you do when running jboss on win and need to fix something somewhere only conn

[JBoss-user] Logging mbean to a separate log

2002-06-08 Thread Marius Kotsbak
I have made a MBean that logs normally with log4j. The problem is that it logs so much that I want the output to a separate file, and not in the main logfile. I have managed to have the output in a separate file using a new appender, and a with to that logger, but I can't find an easy way to ex

Re: [JBoss-user] JBoss 3.0.0 hiding RuntimeExceptions ???

2002-06-08 Thread Marius Kotsbak
Is it an entire dir, or just a jar? the contents of build/output is the same that the precompiled versions you find at sourceforge. Just copy/move it somewhere and run it. > > Thanks in advance, > > -- > -bk > > > Quoting Marius Kotsbak <[EMAIL PROTECTED]>:

Re: [JBoss-user] JBoss 3.0.0 hiding RuntimeExceptions ???

2002-06-08 Thread Marius Kotsbak
Is it an entire dir, or just a jar? the contents of build/output is the same that the precompiled versions you find at sourceforge. Just copy/move it somewhere and run it. > > Thanks in advance, > > -- > -bk > > > Quoting Marius Kotsbak <[EMAIL PROTECTED]>:

Re: [JBoss-user] web services on jboss

2002-06-08 Thread Marius Kotsbak
The best soure of information is jboss.net testsuite in cvs. On lør, 2002-06-08 at 03:46, Rama Kishore Yelamanchilli wrote: Hello, I plugged in jboss.net(web services) into jboss. Now I'm wondering what can I do for deploying a web service and test it. I read the only documentation page of jbos

Re: [JBoss-user] JBoss 3.0.0 hiding RuntimeExceptions ???

2002-06-07 Thread Marius Kotsbak
I have reported it as bug (http://sourceforge.net/tracker/?func=detail&aid=565279&group_id=22866&atid=376685), and submitted a patch to solve it (#562036 http://sourceforge.net/tracker/index.php?func=detail&aid=562036&group_id=22866&atid=376687), , but noone seems to notice. So I have to apply

Re: [JBoss-user] ConnectionFactory

2002-06-07 Thread Marius Kotsbak
jboss.org -> docs -> free docs -> jms On Fri, 2002-06-07 at 14:45, Slava Voronin wrote: > can you please give me resource on internet or page on buy documentation > on configuring Connection factory. I am using jboss3 final. > Thanks. > > Marius Kotsbak wrote: >

RE: [JBoss-user] performance on linux/windows

2002-06-07 Thread Marius Kotsbak
ee now. I will give it a try. The only problem is that it doesn't like the phread lib on my debian unstable. > > http://www.jrockit.com > > > Maris > > > > > -Original Message- > > From: Marius Kotsbak [mailto:[EMAIL PROTECTED]] > > Se

Re: [JBoss-user] performance on linux/windows

2002-06-07 Thread Marius Kotsbak
I think that the difference is litte if you use the best jdks on both platforms (ibm/sun 1.4 for linux), but linux is far more stable and easier to work with than windows. We run on SuSE.de. And I think linux has a better memory/swap/disk-handling than win. It utilizes most of the memory for buffe

Re: [JBoss-user] ConnectionFactory

2002-06-07 Thread Marius Kotsbak
On Fri, 2002-06-07 at 02:44, Slava Voronin wrote: > > When I do connection to JMS I need to configure administer objects.. > Destination and ConnectionFactory. > I can put destination in file jbossmq-destination-service.xml Or a new file with the same structure, so you can just copy it when up

Re: [JBoss-user] Does the JBoss have a Admin tool?

2002-06-07 Thread Marius Kotsbak
http://localhost:8082 ( or whatever the server is). Remember to close this port in the firewall, or whoever can stop the server and so on. On Fri, 2002-06-07 at 06:22, HyungChul Kim wrote: > Hi. > > Does the JBoss have an admin tool? If so, I want to know how to work an admin tool? __

Re: [JBoss-user] JBoss 3.0.0 - CMR and composite primary key

2002-06-06 Thread Marius Kotsbak
Known bug. On tor, 2002-06-06 at 23:24, Peter Coppens wrote: > Hi, > > I wonder whether anyone has experienced problems with one-to-many CMR, where > the many bean has a composite primary key. > > It is a 'typical' vendor-vendoritems relation. Primary key for the vendor is > email, primary key

Re: [JBoss-user] Serious performance issue in JBoss3/Tomcat4 bundle?

2002-06-06 Thread Marius Kotsbak
IBM's 1.3 is even faster :-) On Thu, 2002-06-06 at 17:10, Håkon Hansen wrote: > It seems that the problem was caused by using the wrong JDK version. > > I have now upgraded from 1.3.1 to latest (1.4.0_01-b03) which has > reduced the response time to what I get using separate JBoss and Tomcat > i

Re: [JBoss-user] jboss 3.0 and remoteEjb's

2002-06-06 Thread Marius Kotsbak
No, you also need to set up another port also, by adding a attribute "RmiPort" in jboss-service.xml like this (you can select the port number you want.) If you don't do this, you get the default port 0, which means any available, and that is hard for the firewall to allow :-) Example:

Re: [JBoss-user] adding new roles at runtime?

2002-06-06 Thread Marius Kotsbak
You can maybe use a security proxy instead (jboss-feature) On Thu, 2002-06-06 at 13:39, jfina wrote: > hi! > > I can't see that there is an easy way to dynamically change the method roles at >run-time. In a database(normally) it's quite easy to > add a role and assign tables and rigths to that

[JBoss-user] Re: [JBoss-dev] CD Subscription Update

2002-06-05 Thread Marius Kotsbak
On tor, 2002-05-30 at 18:46, Bill Burke wrote: > Hi All, > > After a bit of market research we've dropped the CD subscription price to > $500. What is needed (at least for my company) is something in between 1 hour support in this package and the support-package at 5/10k $. 1 hour is to little, a

Re: [JBoss-user] Cocncurrent sessions -SORRY

2002-06-05 Thread Marius Kotsbak
I think I have seen something like that in conf/standardjboss.xml / standardjbosscmp-jdbc.xml. Pool size maybe. On Wed, 2002-06-05 at 16:43, Idoia Aguirre Esparz wrote: > Sorry for my above message, the correct data are: > > We are working with JBoss 2.4.4 in Solaris 2.6. The application > consu

Re: [JBoss-user] doc on JMS & security

2002-06-05 Thread Marius Kotsbak
jboss-3.0 final. It reads mine, because I see another error when changing it. On Wed, 2002-06-05 at 14:09, Stephen Davidson wrote: > Hi Marius. > > Which version of JBoss. Some of the Beta and RC versions of 3.0 had TWO >jbossmq-states, one of which was ignored. > >

Re: Re[4]: [JBoss-user] Serious performance issue in JBoss3/Tomcat4bundle?

2002-06-05 Thread Marius Kotsbak
On Wed, 2002-06-05 at 10:14, Tobias Seelinger wrote: > Hello Marius, > > Wednesday, June 5, 2002, 9:38:27 AM, you wrote: > > MK> On Wed, 2002-06-05 at 09:28, Tobias Seelinger wrote: > >> > >> HH> The funny bit is that when I run my app on separate JBoss 3.0 and Tomcat >4.0.3 instances, perform

Re: Re[2]: [JBoss-user] Serious performance issue in JBoss3/Tomcat4bundle?

2002-06-05 Thread Marius Kotsbak
On Wed, 2002-06-05 at 09:28, Tobias Seelinger wrote: > > HH> The funny bit is that when I run my app on separate JBoss 3.0 and Tomcat 4.0.3 >instances, performance is acceptable. (Well, almost, it is not a blazingly fast >machine ...) > HH> I'll keep on running Tomcat separately, but I will tes

  1   2   >