Re: [JBoss-user] EntityBean findAll() method

2003-02-27 Thread Micha Drozd
Hi In my opinion You should grep your docs with commit-option best regards -- Michal Drozd [EMAIL PROTECTED] --- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!

[JBoss-user] jms client in C++

2003-02-27 Thread Felix Lo
I'm trying to connect jboss jms server from a C++ client, but I'm kind of new in using JBOSS. Can anyone suggest what's the best (and free) way of doing it (CodeMesh is too expensive). I'm exploring the following options: 1. Using JNI to make call to JMS API 2. Compiling the client using

RE: [JBoss-user] JBoss.net and holders?

2003-02-27 Thread Kevin Conner
For one, if you have structured types that you send around (most likely bean-like), then you have to register particular de/serializers for them in the web-service.xml (see the jboss.net testsuite which should contain an xdoclet-enabled HelloData JavaBean in the hello chapter that is

[JBoss-user] cluster session-timeout

2003-02-27 Thread Nick Mills
Hi, I am getting the below error from my ejb client (see attached file - please ignore the messiness!) ++ [EMAIL PROTECTED] fml_test]$ ./test_sfsb.sh ap04:1112 1 1000 entered TestSFSB.main starting thread: 0 thread: 0dead Unknown -

AW: [JBoss-user] jboss-net value object declaration

2003-02-27 Thread Jung , Dr. Christoph
Joe, @jboss-net:xml-schema is the right tag, if i remember right. Here is an example from the testsuite: /* * JBoss, the OpenSource J2EE webOS * * Distributable under LGPL license. * See terms of license at gnu.org. */ package org.jboss.test.net.hello; /** * A serializable data object

AW: [JBoss-user] jboss-net hot-deploy problem in 3.2RC1

2003-02-27 Thread Jung , Dr. Christoph
This is not yet known. Could you please file a sourceforge bug and attach your ear for testing? Thx, CGJ -Ursprüngliche Nachricht- Von: Joe Hung [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 27. Februar 2003 01:06 An: Jboss-User (E-mail) Betreff: [JBoss-user] jboss-net hot-deploy

AW: AW: [JBoss-user] Confused about Web Service Security...

2003-02-27 Thread Jung , Dr. Christoph
Thanks for the feedback. You make my day. It would be interesting to know how to get basic-authentication to work from ..Net - if you get it to run, please tell us! CGJ -Ursprüngliche Nachricht- Von: Neal Sanche [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 26. Februar 2003 17:57 An:

[JBoss-user] Virtual machine problems

2003-02-27 Thread Jordi Valldaura
Hello Sometimes while running jboss I get the following virtual machine error: # # HotSpot Virtual Machine Error : 11 # Error ID : 4F530E43505002E6 # Please report this error at # http://java.sun.com/cgi-bin/bugreport.cgi # # Java VM: Java HotSpot(TM) Server VM (1.4.1_01-b01 mixed mode) # # An

Re: [JBoss-user] EntityBean findAll() method

2003-02-27 Thread Rafal Kedziorski
Micha? Drozd wrote: Hi In my opinion You should grep your docs with commit-option best regards hi, that was the problem. thx. Rafal --- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2

[JBoss-user] CVS checkout error on build

2003-02-27 Thread Egger Lothar
hi all I'm receiving this error for 3 days now. [unjar] Expanding: /home/Lviz/jboss-cvs/jboss-3.2/varia/output/lib/jbossmq-httpil.sar into /home/Lviz/jboss-cvs/jboss -3.2/build/output/jboss-3.2.0RC3/server/all/deploy/jbossmq-httpil.sar [unjar] Unable to expand to file

[JBoss-user] transaction locking accessing cmr-fields?

2003-02-27 Thread jens . hohmuth
Hi. I'm using a many to one relationship between BeanA and BeanB. I've defined a cmr-field beanB in the ejb-relationship-role element for BeanA in the ejb-relation. This works without any problems. I can access BeanB with code like: BeanB beanB = beanA.getBeanB(); Everything is fine. But when

[JBoss-user] Jboss integration with Eclipse (remote deployment and control)

2003-02-27 Thread costin
Hello! Before starting any flames, I know that this topic is maybe discussed somewhere in detail. I don`t have a very good internet connection (a LOT of lagging in fact) so that`s why I want from you guys a place to start. I have read the notes from the jboss site and from the forum

Re: [JBoss-user] automatic login in JBoss app?

2003-02-27 Thread Jonathan . O'Connor
Have a look at ITracker. You'll find it in SourceForge. It has the feature you are looking for. Ciao, Jonathan O'Connor Rod Macpherson [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 27.02.2003 04:54 Please respond to jboss-user To: [EMAIL PROTECTED] cc: Subject:

Re: [JBoss-user] Jboss.net via https?

2003-02-27 Thread Neal Sanche
On Wednesday 26 February 2003 03:25 pm, John Fawcett wrote: Hi, Is it possible to call webservices over https? I've looked through the Jboss book, and I think I am missing the method in all the (very interesting) detail... I would think all you'd have to do is configure Jetty within JBoss to

Re: [JBoss-user] automatic login in JBoss app?

2003-02-27 Thread Ken Yee
Rod Macpherson [EMAIL PROTECTED] wrote: The cookies will be in the request header so if you have access to the request in the custom login then a call to getCookies otta work fine. That's just it, I don't have access to the cookies in the custom login module. Ideally, the HTTP request object

Re: [JBoss-user] Form based authentication

2003-02-27 Thread Gary S. Cuozzo
You can do quite a bit (if you authenticate via SQL database) with views to implement similar features while using container managed security. I have several criteria that go into deciding whether or not a user can authenticate to my app, and they all get accounted for with my view. The view

[JBoss-user] Jboss/Jetty lock deploying jwma (servlet app)

2003-02-27 Thread Joao Pedro Clemente
Hi. I tryed to deploy jwma (http://jwma.sourceforge.net) at jboss3.0.6. Jwma is a servlet-only app so this must be mostly a jetty behaviour: When I deploy the .war I get INFO [MainDeployer] Starting deployment of package: file:/windows/E/new_jboss/jboss-3.0.6/server/default/deploy/webmail.war

[JBoss-user] StartupClass Like Behavior and Persistant Caches

2003-02-27 Thread Brendan W. McAdams
I'm starting to go through the motions of migrating our application from Weblogic 6.1 to JBoss-Tomcat. One of the obvious questions that has come up is how we migrate our Startup Classes to JBoss... from everything I read, etc. an MBean is the right way to go. A few of our startup classes aren't

[JBoss-user] Jboss/Jetty lock deploying servlet app (jwma)

2003-02-27 Thread Joao Pedro Clemente
Hi. I tryed to deploy jwma (http://jwma.sourceforge.net) at jboss3.0.6. Jwma is a servlet-only app so this must be mostly a jetty behaviour: When I deploy the .war I get INFO [MainDeployer] Starting deployment of package: file:/windows/E/new_jboss/jboss-3.0.6/server/default/deploy/webmail.war

RE: [JBoss-user] Jboss.net via https?

2003-02-27 Thread John Fawcett
Neal, Thanks, this worked well. Now I can browse to the ?wsdl uri in IE. Jetty was a breeze to configure. I am using jdk1.4.1, so to establish the keystore entry for jetty, I issued: keytool -genkey -keyalg RSA -storepass password -keypass password And changed

[JBoss-user] BUSINESS LEGAL INVESTIGATIVE INFORMATION

2003-02-27 Thread source resources
Title: New Page 1 nsbp; FOR BUSINESS, LEGAL INVESTIGATIVE PROFESSIONALS ONLY- FORFREE SIGNUP USERS GUIDE, CALL 800-678-8774 SPECIAL SERVICES CODE DESCRIPTION TURNAROUND

RE: [JBoss-user] jboss-net value object declaration

2003-02-27 Thread Joe Hung
somehow it does not do it...I'm using the xdoclet plug-in you gave me last time. Should I update it from the CVS head? Or can you send it if it's convenient. I haven't set up my CVS to read head. thanks again. -joe -Original Message- From: Jung , Dr. Christoph [mailto:[EMAIL PROTECTED]

[JBoss-user] Tyrex in production ?

2003-02-27 Thread David Luis Fernandes de Araujo
Hi, i have two jboss instances running in differente machines, frontend and backend, with the frontend making calls to ejb's that are in the backend. I'm using tyrex for the remote calls because of the distribuid transactions. Now my question, do you think my system with tyrex is ready

Re: [JBoss-user] Tyrex in production ?

2003-02-27 Thread David Jencks
On 2003.02.27 14:42 David Luis Fernandes de Araujo wrote: Hi, i have two jboss instances running in differente machines, frontend and backend, with the frontend making calls to ejb's that are in the backend. I'm using tyrex for the remote calls because of the distribuid transactions.

[JBoss-user] Re: [Jwma-users] jwma jboss: Stall deploying i18n ?!?

2003-02-27 Thread Joao Pedro Clemente
Pedro, Well it seems to me that the problem occurs here: 15:26:16,111 ERROR [STDERR] file:/tmp/Jetty_0_0_0_0_8080__webmail/webapp/WEB-INF/i18n/ I think you are running into file access problems here. Something you could try is to place the jwma data directory outside of the

[JBoss-user] JaasSecurityManagerSercvice flushing credentials

2003-02-27 Thread Victor Batista
Hello! I am having problems after flushing the authentication cache at runtime. I am using the code which is at the bottom of the email. The flush is done correctly, although, the user which executes this code looses all its permissions after this. According to the documentation this code

[JBoss-user] RE: automatic login and iTracker

2003-02-27 Thread Ken Yee
Well...after a bit of digging, I found that iTracker does *NOT* use container-based security. You can tell by looking at ejb-jar.xml where you won't find any security tags. What it does is let any EJB methods be called by anyone. Ditto with all servlets. It uses a classic Guard pattern by

Re: [JBoss-user] JaasSecurityManagerSercvice flushing credentials

2003-02-27 Thread David Ward
I have submitted this RFE that will allow flusing of just a single user's credentials: http://sourceforge.net/tracker/index.php?func=detailaid=677614group_id=22866atid=376688 Hers is the original email thread: http://www.mail-archive.com/jboss-user%40lists.sourceforge.net/msg25514.html Scott

[JBoss-user] Issue with LIKE CONCAT(?1,'%') in JBoss-QL

2003-02-27 Thread Curt Johnson
I've checked the forums, mailing list and for-pay docs, everything seems to say that this will work. What I get in the debug statements from the CMP engine is: 2003-02-27 15:11:04,182 DEBUG [org.jboss.ejb.plugins.cmp.jdbc.JDBCJBossQLQuery.Address.findLikeAddress] Executing SQL: SELECT DISTINCT

Re: [JBoss-user] Issue with LIKE CONCAT(?1,'%') in JBoss-QL

2003-02-27 Thread Dain Sundstrom
And what would the correct query be? -dain On Thursday, February 27, 2003, at 02:37 PM, Curt Johnson wrote: I've checked the forums, mailing list and for-pay docs, everything seems to say that this will work. What I get in the debug statements from the CMP engine is: 2003-02-27 15:11:04,182

Re: [JBoss-user] Issue with LIKE CONCAT(?1,'%') in JBoss-QL

2003-02-27 Thread Curt Johnson
I'm trying to match the beginning of the column with the parameter value. Shouldn't CONCAT concatenate the parameter and the % character for which then becomes the argument for the LIKE operator? In other words if I had some jboss-ql that was LIKE CONCAT('abc','def'), shouldn't I expect the

[JBoss-user] Logging DBPool-size usage

2003-02-27 Thread René Nygaard
Hello all Jboss3.0.6 (soon 3.2x) We have in a previous JBoss (2x i think) been able to log all usage of the database pool-sizes, eg. when a connection is made and after disconnecting. But now we need this info again, and cant find the switch to enable this information! Where can we enable this

Re: [JBoss-user] Logging DBPool-size usage

2003-02-27 Thread David Jencks
Did you try setting the org.jboss.resource.connectionmanager log level to TRACE? I think you will get what you want and more. Why do you want this? If it seems like a generally useful feature it might be a good idea to have an additional category for loggin just this info without any other

RE: [JBoss-user] Logging DBPool-size usage

2003-02-27 Thread MailMan
The main reason for this trace, is because we just gone public with a e-shop and we have seen some strange db-wanings (unable to obtain database-connections) - so besides from investigating this error, we just want to be really really sure that all connections are closed. So for debugging

RE: [JBoss-user] Logging DBPool-size usage

2003-02-27 Thread David Jencks
The close connections for you and warn loudly in 3.2RC2 and all cvs versions will probably work better than logging for this. david jencks On 2003.02.27 18:27 MailMan wrote: The main reason for this trace, is because we just gone public with a e-shop and we have seen some strange db-wanings

Re: [JBoss-user] Issue with LIKE CONCAT(?1,'%') in JBoss-QL

2003-02-27 Thread Dain Sundstrom
On Thursday, February 27, 2003, at 04:14 PM, Curt Johnson wrote: I'm trying to match the beginning of the column with the parameter value. Shouldn't CONCAT concatenate the parameter and the % character for which then becomes the argument for the LIKE operator? In other words if I had some

[JBoss-user] ³Ì·s°ê»Ú¦æ¾Pemail¦W³æ ¤T¤d¤C¦Ê¤­¤Q¸Uµ§

2003-02-27 Thread 521g5e1v110c
Title: HTML PAGE ¡@ ³Ì·s°ê»Ú¦æ¾Pemail¦W³æ [EMAIL PROTECTED]@3750¸Uµ§ ¡@ ¡@ ¡½¥úºÐ¤º®e [EMAIL PROTECTED]

AW: [JBoss-user] jboss-net value object declaration

2003-02-27 Thread Jung , Dr. Christoph
Hmm, that is a bit vague problem analysis. You have to, of course, include the class into the xdoclet task in ant. Here is what we do in the hello part of the testsuite: webservicedoclet destdir=${build.gen-src} ejbspec=2.0 excludedtags=@version,@author fileset