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

2002-12-05 Thread Marius Kotsbak
] https://lists.sourceforge.net/lists/listinfo/jboss-user -- Marius Kotsbak [EMAIL PROTECTED] Boost Communications A/S --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf

Re: [JBoss-user] JBOSS documentation

2002-12-04 Thread Marius Kotsbak
to increase your productivity. Try a free online hosted session at: http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user -- Marius Kotsbak [EMAIL

Re: [JBoss-user] Jboss on WIN2000

2002-11-22 Thread Marius Kotsbak
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 -- MVH Marius Kotsbak Boost communications

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] 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] 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 =

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 acted

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?

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

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

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 computation

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

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++;id1000) { // Start transaction Collection c=findByStatus(id,status

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

2002-10-10 Thread Marius Kotsbak
(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 Communications A/S Trondheim, Norway

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++;id1000) { // Start transaction Collection c=findByStatus(id,status); for(i=c.iterator();i.hasNext();) { ((EntityLocal) (i.next())) .

[JBoss-user] RunAsLoginModule in 3.0.3 not working!

2002-10-08 Thread Marius Kotsbak
= required module-option name = unauthenticatedIdentityanybody/module-option /login-module /authentication /application-policy Has I done something wrong, or isn't this one working? Is there a testcase for this feature? -- Marius Kotsbak Boost Communications A/S

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

2002-10-08 Thread Marius Kotsbak
- Original Message - From: Marius Kotsbak [EMAIL PROTECTED] To: Scott M Stark [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, October 08, 2002 11:15 AM Subject: [JBoss-user] RunAsLoginModule in 3.0.3 not working! I can't see any effect of using

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

2002-10-08 Thread Marius Kotsbak
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 - From: Marius Kotsbak [EMAIL PROTECTED] To: Scott M

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:32AM

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.orgcharset=%28detect+automatically%29doctype=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-04 Thread Marius Kotsbak
heaven. http://thinkgeek.com/sf ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user -- MVH Marius Kotsbak Boost communications AS --- This sf.net

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 ? Customer.name1

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've even

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

Re: [JBoss-user] Virtual hosting question

2002-09-18 Thread Marius Kotsbak
://lists.sourceforge.net/lists/listinfo/jboss-user -- Marius Kotsbak Boost Communications A/S Trondheim, Norway --- This SF.NET email is sponsored by: AMD - Your access to the experts on Hammer Technology! Open Source Linux Developers, register now

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.jar is

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 on

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

2002-09-11 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 --- In remembrance www.osdn.com/911

Re: [JBoss-user] Different Commit Options

2002-09-05 Thread Marius Kotsbak
://lists.sourceforge.net/lists/listinfo/jboss-user -- 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

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

2002-09-02 Thread Marius Kotsbak
, and maybe later have a run-as in some configfile. So I need some more specific hints of where this change should be done easiest, what class, method etc (and if this is a solution that will be accepted in CVS version). Thanks Marius K Boostcom.no - Original Message - From: Marius Kotsbak

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 is

[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] eclipse with xdoclet and jboss

2002-08-30 Thread Marius Kotsbak
! https://www.inphonic.com/r.asp?r=sourceforge1refcode1=vs3390 ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user -- Marius Kotsbak Boost Communications A/S Trondheim, Norway

Re: [JBoss-user] ejb-link

2002-08-19 Thread Marius Kotsbak
=vs3390 ___ 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

Re: [JBoss-user] Strange select statement

2002-08-19 Thread Marius Kotsbak
/jboss-user -- 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=sourceforge1refcode1=vs3390

Re: [JBoss-user] Verifier complains of AutoNumber

2002-08-18 Thread Marius Kotsbak
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 Kotsbak Boost communications AS --- This sf.net

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 Trondheim, Norway

[JBoss-user] The future of Scoped ears

2002-08-16 Thread Marius Kotsbak
in, 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.net email

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. There is no reliable way

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

2002-08-15 Thread Marius Kotsbak
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

RE: [JBoss-user] Netboot

2002-08-13 Thread Marius Kotsbak
and apply for tech jobs today! http://seeker.dice.com/seeker.epl?rel_code=31 ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user -- Marius Kotsbak Boost Communications A/S Trondheim, Norway

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

2002-08-13 Thread Marius Kotsbak
and apply for tech jobs today! http://seeker.dice.com/seeker.epl?rel_code=31 ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user -- Marius Kotsbak Boost Communications A/S Trondheim, Norway

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

2002-08-12 Thread Marius Kotsbak
://lists.sourceforge.net/lists/listinfo/jboss-user -- Marius Kotsbak Boost Communications A/S Trondheim, Norway --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf

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

2002-08-12 Thread Marius Kotsbak
to geek heaven. http://thinkgeek.com/sf ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user -- Marius Kotsbak Boost Communications A/S Trondheim, Norway

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

2002-08-04 Thread Marius Kotsbak
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, 2002 4:21 PM Subject: [JBoss-user] Custom LoginModule can't access secured EJBs I have a custom

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

2002-08-02 Thread Marius Kotsbak
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
-shirts, fun stuff. http://thinkgeek.com/sf ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user -- Marius Kotsbak Boost Communications A/S Trondheim, Norway www.boostcom.no

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

2002-06-29 Thread Marius Kotsbak
-user -- Marius Kotsbak Boost Communications A/S Trondheim, Norway www.boostcom.no --- This sf.net email is sponsored by:ThinkGeek No, I will not fix your computer. http://thinkgeek.com/sf ___ JBoss

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

2002-06-29 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 www.boostcom.no --- This sf.net email is sponsored by:ThinkGeek

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

2002-06-27 Thread Marius Kotsbak
! JabberConf 2002, Aug. 20-22, Keystone, CO http://www.jabberconf.com/osdn ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user -- Marius Kotsbak Boost Communications A/S Trondheim, Norway www.boostcom.no

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

2002-06-27 Thread Marius Kotsbak
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 PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user -- Marius

[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] 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 in

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

2002-06-12 Thread Marius Kotsbak
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? On Tue, 2002-06-11 at 18:16, Steve Knight wrote: I have been trying 1.4 and have hit a few snags so far

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 updated as

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

2002-06-12 Thread Marius Kotsbak
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 performance with Sun 1.4 or IBM JVM? On Tue, 2002-06-11 at 17:35, Steve Knight wrote: Hello

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 À: [EMAIL PROTECTED

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

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

[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

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. But since 1.4 might have

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
: [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, and tried the graphical installer, but it does'nt seem to work. Error: sh jboss.bin

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 previous

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

2002-06-11 Thread Marius Kotsbak
the problems you have, because otherwise it is nearly impossible to analyze the situation. CGJ -Ursprüngliche Nachricht- Von: Marius Kotsbak [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 11. Juni 2002 11:22 An: [EMAIL PROTECTED] Betreff: Re: AW: [JBoss-user] JBoss.net

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 IBM

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? And what about stability? Thanks, Steve

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

2002-06-11 Thread Marius Kotsbak
. 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 performance with Sun 1.4 or IBM JVM? On Tue, 2002-06-11 at 17:35, Steve Knight wrote: Hello, Just

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

2002-06-11 Thread Marius Kotsbak
bug : http://sourceforge.net/tracker/?func=detailaid=562972group_id=22866atid=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: Hello, Just wondering what

[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 -

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

2002-06-11 Thread Marius Kotsbak
:[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 I got the cd today, and tried the graphical installer, but it does'nt seem to work. Error: sh

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 map

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

2002-06-10 Thread Marius Kotsbak
, 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]] Gesendet: Montag, 10. Juni 2002 10:50 An: [EMAIL

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

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

2002-06-08 Thread Marius Kotsbak
, 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]: I have reported it as bug (http://sourceforge.net/tracker

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

2002-06-08 Thread Marius Kotsbak
, 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]: I have reported it as bug (http://sourceforge.net/tracker

[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 category with appender-ref to that logger, but I can't

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

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

[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

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] 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

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

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

2002-06-07 Thread Marius Kotsbak
. 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]] Sent: Friday, June 07, 2002 2:00 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user

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=detailaid=565279group_id=22866atid=376685), and submitted a patch to solve it (#562036 http://sourceforge.net/tracker/index.php?func=detailaid=562036group_id=22866atid=376687), , but noone seems to notice. So I have to apply it

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

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

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 for

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 test the

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, performance is

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. -Steve Marius Kotsbak wrote

[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, and

Re: [JBoss-user] problem in interest example - class not found!!!

2002-06-04 Thread Marius Kotsbak
Include jnet.jar in your classpath. On Tue, 2002-06-04 at 12:55, Ibrahim Salloum wrote: hello, in the interest example, iam able to deploy the bean, but when i try to ant the client, it reports an error... and here is the full store... ant intro-interest-client Buildfile: build.xml

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

2002-06-04 Thread Marius Kotsbak
On Tue, 2002-06-04 at 14:32, Håkon Hansen wrote: Hi. I am trying out the final release of JBoss 3.0 with integrated Tomcat 4.0.3. When I deploy an application that has been running on separate JBoss and Tomcat instances into the integrated version, performance takes a serious hit. The

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

2002-06-04 Thread Marius Kotsbak
On Tue, 2002-06-04 at 15:18, Håkon Hansen wrote: On 04 Jun 2002 15:39:08 +0200 Marius Kotsbak [EMAIL PROTECTED] wrote: It works fine for us with integrated jetty. It might take some more time on the first page hit. Marius K boostcom.no Norway :-) I know little about Jetty. How

Re: [JBoss-user] Redeployment problems

2002-06-04 Thread Marius Kotsbak
It is a reported bug. A workaround seems to avoid running jboss on 1.4 VM. On tir, 2002-06-04 at 22:11, Eric Anderson wrote: I am currently just working on a test app to experiment with JBoss. This test app is an ear file that consists of: A ejb bean which is the interest example from the

Re: [JBoss-user] Redeployment problems + SAR question

2002-06-04 Thread Marius Kotsbak
to be covered in more detail are more than welcome. thanks david jencks Wonder Sonic --- Marius Kotsbak [EMAIL PROTECTED] a écrit : It is a reported bug. A workaround seems to avoid running jboss on 1.4 VM. On tir, 2002-06-04 at 22:11, Eric Anderson wrote: I am currently just

[JBoss-user] Can't access JMS-queue from external app

2002-06-03 Thread Marius Kotsbak
I'm trying to access a queue defined in jboss from an external java-application. I thought that with the default-security-config I just had to insert user/password in jbossmq-state.xml and securityconf in the queue-mbean. I get this error: WARN [OILServerILService] Client request resulted in

Re: [JBoss-user] dynamic queue's

2002-06-02 Thread Marius Kotsbak
It is possible by talking with the JMS-MBeans. Check host:8082 On søn, 2002-06-02 at 00:07, G.L. Grobe wrote: Anyone know if it's possible to create Queue's on-the-fly w/o having to administer them into the jboss.jcml files. Problem is, I won't know the queue names or how many I'll need till

  1   2   >