Re: [JBoss-user] JBoss-3.0.2 released

2002-08-29 Thread Scott M Stark
Yes, use a https url for the http invoker servlet. Scott Stark Chief Technology Officer JBoss Group, LLC From: [EMAIL PROTECTED] Date: 2002-08-27 20:53:27 [Download message RAW] On Tue, Aug 27, 2002 at 12:44:59PM -0700, Scott M Stark

Re: [JBoss-user] illegalArgumentException while removing the entity bean

2002-08-29 Thread Nayyer Kamran
Title: Message Hi Saroj, I am again here with the same problem. I replied late because of some other office tasks. I have tried the changes that u have mentioned but no luck, I got the same reply from jboss :(. There is another message in this thread from Ooi Leng Chai [EMAIL PROTECTED].

RE: [JBoss-user] RE: illegalArgumentException while removing the entity bean (Saroj Kumar)

2002-08-29 Thread Saroj Kumar
Hi, I have no idea about Jboss-2.4.x. It is fine with Jboss 3.0.x. It may have something to do with serialization of PK??/ (Just a wild guess!!!) -Saroj -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Ooi Leng Chai Sent: Tuesday, August 27, 2002 3:21

[JBoss-user] Re: Re : CMT - No Managed Connection Jboss 3.0

2002-08-29 Thread Arijit Ghosh
According to my understanding, Castor is not supposed to close the connection. This is because I have mentioned in the deployment descriptor (ejb-jar.xml) --- resource-ref res-ref-namejdo/mydb/res-ref-name res-typeorg.exolab.castor.jdo.DataObjects/res-type

[JBoss-user] IllegalArgumentException while removing the bean

2002-08-29 Thread Nayyer Kamran
Hi there, I am facing problem in removing cmp beans. When ever I tried to remove a cmp it throws IllegalArgumentException i.e. javax.transaction.TransactionRolledbackException: Load failed; nested exception is: java.lang.IllegalArgumentException; nested exception is:

[JBoss-user] Scheduler authentification

2002-08-29 Thread Laurent Belmonte
I use the jboss scheduler mbean to do administrative task. It have to call some ejb. how give a name/role to the scheduler ? --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf

Re: [JBoss-user] Re: Re : CMT - No Managed Connection Jboss 3.0

2002-08-29 Thread David Jencks
To the jboss pooling code, castor is just an app asking for connection handles. It has to close them to tell the pooling code it is done with the connection and it can be put back in the pool. It looks to me from your report that no connections are being put back in the pool, so I suggest you

Re: [JBoss-user] JBoss-3.0.2 released

2002-08-29 Thread marius
On Wed, Aug 28, 2002 at 11:21:03PM -0700, Scott M Stark wrote: Yes, use a https url for the http invoker servlet. Any example available? Or just a replace of http-https in changenotes-example? Any certificates to set up? Scott Stark Chief Technology Officer

Re: [JBoss-user] bundled tc4/jetty not remembering previous authentication in single session

2002-08-29 Thread jfc
Scott M Stark wrote: Yes, the default catalina caching policy allows for this behavior. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: jfc [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August

[JBoss-user] test

2002-08-29 Thread Eric Kaplan
just testing, i had trouble sending earlier _ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx --- This sf.net email

[JBoss-user] another test

2002-08-29 Thread Eric Kaplan
sorry about this Eric Kaplan Armanta, Inc. 55 Madison Ave. Morristown, NJ 07960 Phone: (973) 326-9600 attachment: winmail.dat

Re: [JBoss-user] JBoss-3.0.2 released

2002-08-29 Thread Scott M Stark
Yes, just change the url protocol from http to https. SSL always requires a certificate setup dance along with the required JSSE configuration. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: [EMAIL

Re: [JBoss-user] JBoss-3.0.2 released

2002-08-29 Thread Hunter Hillegas
Is there a plan to do 3.0.3 to incorporate the fix to the 'view-any-jsp-source-code-you-want' Jetty bug that is in 3.01 and 3.02? Greg fixed the bug and uploaded a new Jetty build today... I haven't seen Jules update the JBoss 3.0x source tree with the new stuff yet though... Or are we at a

[JBoss-user] Unexpected server shutdown on startup with MDB on jboss3.0.0

2002-08-29 Thread Eric Kaplan
Hi We are having an issue on some (not all) of our machines that may be a timing problem on startup. Basically, in the middle of deploying the ear file on startup, it gets to our one MDB and the server shuts down, with the following messages: 2002-08-27 11:48:55,156 INFO

[JBoss-user] orderly application server shutdown

2002-08-29 Thread Eric Kaplan
Hi What's the best way to shut down the application server in an orderly fashion if there are lots of clients connected to it (jms/jndi)? One thought we have is to broadcast a message via jms to the clients saying the server is about to disappear, and then somehow telling the app server to

RE: [JBoss-user] Unexpected server shutdown on startup with MDB on jboss3.0.0

2002-08-29 Thread Sacha Labourey
What is in your conf/jndi.properties file on the server? Has it been modified? -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la part de Eric Kaplan Envoyé : jeudi, 29 août 2002 17:36 À : Jboss-User Objet : [JBoss-user] Unexpected server shutdown on startup

Re: [JBoss-user] JBoss-3.0.2 released

2002-08-29 Thread Jules Gosnell
I've been away. If Scott has not frozen for 3.2, I will try to get it in there. You should be able to drop Jetty jars into the jbossweb.sar - you might get some warnings out of the MANIFEST.MF, but it should all work. Let me know if there are any problems, Jules Hunter Hillegas wrote:

[JBoss-user] RE: EJB-QL problem

2002-08-29 Thread Patrick Golec
Dain, thank you for clarification - after reading your comments I realized that the LIKE operator cannot take input parameter according to specs... I assumed it was obvious :-) Given that, you are right - the ejb-ql should just be left blank. Thanks again! Date: Wed, 28 Aug 2002 13:15:53

Re: [JBoss-user] Jetty Classpath

2002-08-29 Thread Jules Gosnell
What version ? Jules bryan hansen wrote: I think we are having a problem with the classpath from within jetty/jboss package. We are getting an error stating that it can not find classes from within the servlet jar. I am not sure what I could have changed to make jboss/jetty not see the

Re: [JBoss-user] How to retrieve JBoss_2_4_6 with Jetty source files?

2002-08-29 Thread Jules Gosnell
You will need contrib (which I think is included in jboss-all). You will need the VERSION file from the release you want the source for. This will give you the Jetty version that you need from jetty.mortbay.org and the timestamp to use in contrib/jetty. Why do you need the source ? can I help

Re: [JBoss-user] Experimental Jetty in 3.0.1 returning 303 insteadof 302.

2002-08-29 Thread Jules Gosnell
I'm forwarding this to jetty-discuss, Jules Marcus Ahnve wrote: We have come to realize that a release candidate of Jetty was introduced in JBoss 3.0.1. We have a serious problem with the fact that when using form logins, it returns 303 see other instead of 302 Moved Temporarily. I

[JBoss-user] DatabaseLogin with DESede

2002-08-29 Thread Gary S. Cuozzo
I'd like to use DESede (3DES) encrypted passwords in my authentication database. Is this a feature that is already supported, or would I have to add it myself with a custom LoginModule? I saw that the DatabaseLoginModule supports a few hash algorithms, but want to use DESede. I just don't

[JBoss-user] [Fwd: [jetty-discuss] JspC bug. Please Vote. was: another migratingform 3.1 to 4.1 problem]

2002-08-29 Thread Jules Gosnell
JBoss Jetty Tomcat Users will be affected by this bug and may like to take the time to vote. Jules ---BeginMessage--- I have reopened my bug against jasper2 for JspC not working in jasper2. http://issues.apache.org/bugzilla/show_bug.cgi?id=11891 If you use JspC, can you have a look at

[JBoss-user] Serious Naming Service Weekness with JBoss

2002-08-29 Thread Josh Davis
I have been attempting to perform a lookup call from one jboss instance to another. It never works due to NotSerializableExceptions being thrown from the MarshalledObject. According to the documentation, plugging in Tyrex should fix this but Tyrex has the same problem. I can't believe that

RE: [JBoss-user] Serious Naming Service Weekness with JBoss

2002-08-29 Thread Sacha Labourey
The problem is most probably *not* with the NS, but with the actual object you are trying to lookup up and that is not serializable. Lookup an object in JBoss NS from one VM to another is perfectly working. Which is why, nobody complains ;) Cheers, Sacha

Re: [JBoss-user] JBoss-3.0.2 released

2002-08-29 Thread Jules Gosnell
Hunter Hillegas wrote: Will do. Any idea what the timeframe for 3.2 is? I assume that even if it is about to be frozen it will be several weeks before it is released... We do things quicker than that here :-) The freeze.test.release will happen on

Re: [JBoss-user] Serious Naming Service Weekness with JBoss

2002-08-29 Thread David Ward
Maybe I'm not quite catching your problem, but do the ojbects you're trying to access (and all it's nested members) implement java.io.Serializable or are marked as transient? David (no guru) Ward -- Josh Davis wrote: I have been attempting to perform a lookup call from one jboss instance

Re: [JBoss-user] anyone using jboss with cmp in a production site?

2002-08-29 Thread Emerson Cargnin - SICREDI Serviços
none responses means nobody using jboss with CMP in production : ) ? Emerson Cargnin - SICREDI Serviços wrote: I'd like to ask to all jboss users : Is anyone currently using jboss with cmp in production. I mean a very load site, with thousands of clients and transaction per minute. If

RE: [JBoss-user] Unexpected server shutdown on startup with MDB on jboss3.0.0

2002-08-29 Thread Eric Kaplan
I used whatever the default was, which is as follows: java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces # Do NOT uncomment this line as it causes in VM calls to go over # RMI! #java.naming.provider.url=localhost

Re: [JBoss-user] anyone using jboss with cmp in a production site?

2002-08-29 Thread Sebastien CHAUSSON
Not yet...I hope soon :) - Original Message - From: Emerson Cargnin - SICREDI Serviços [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 29, 2002 7:18 PM Subject: Re: [JBoss-user] anyone using jboss with cmp in a production site? none responses means nobody using jboss

RE: [JBoss-user] Serious Naming Service Weekness with JBoss

2002-08-29 Thread Josh Davis
My lookups work fine if the call is made from within the same jboss instance or from a junit test client (so I know that my code is working and is serializable). However, when I have a session bean in jboss instance A try to do a lookup to another session bean in jboss instance b I get the

[JBoss-user] slashdot article

2002-08-29 Thread corey
http://slashdot.org/articles/02/08/29/173246.shtml?tid=163 --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ JBoss-user mailing list [EMAIL

Re: [JBoss-user] JBoss-3.0.2 released

2002-08-29 Thread Hunter Hillegas
Right, I meant the progression from 3.2beta-3.2RCx-3.2 final. Hunter From: Jules Gosnell [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Thu, 29 Aug 2002 17:53:01 +0100 To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] JBoss-3.0.2 released Will do. Any idea what the timeframe for 3.2

[JBoss-user] Socket Still A Problem

2002-08-29 Thread Jon Swinth
I understand everyone is busy with 3.0.2, put has anybody run into my socket problem? I am using JBoss 3.0.1 with the Blackdown 1.3.1 Java. I have a session bean method that needs to open a socket connection. When I run the code outside of JBoss (with Balckdown) it works fine. When I run

Re: [JBoss-user] anyone using jboss with cmp in a production site?

2002-08-29 Thread Emerson Cargnin - SICREDI Serviços
Any way, it could be useful to share those info with all jboss users. This onfo is needed to make estimate the necessary infrastructure. It could start by JbossGroup : ) what kind of cluster do you use, how many simultaneous (or by minute, second, etc) access, what kind of architecture it uses

Re: [JBoss-user] anyone using jboss with cmp in a production site?

2002-08-29 Thread Hunter Hillegas
We are, but probably not in the intense volume that you asked about. From: Emerson Cargnin - SICREDI Serviços [EMAIL PROTECTED] Organization: SICREDI Reply-To: [EMAIL PROTECTED] Date: Thu, 29 Aug 2002 14:18:08 -0300 To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] anyone using jboss with

[JBoss-user] Any JBoss MBeans without no-arg constructors?

2002-08-29 Thread Jon Brisbin
Does JBoss use any MBeans that do not have no-arg constructors? I'm trying to implement our current validating connection-pooling code into JBoss using MBeans and I can't find much documentation or archived messages about MBeans in JBoss that use constructors with parameters. Any help you can

Re: [JBoss-user] Any JBoss MBeans without no-arg constructors?

2002-08-29 Thread Scott M Stark
The JaasSecurityDomain is one: !-- The SSL domain setup -- mbean code=org.jboss.security.plugins.JaasSecurityDomain name=jboss.security:service=JaasSecurityDomain,domain=RMI+SSL constructor arg type=java.lang.String value=RMI+SSL/ /constructor attribute

[JBoss-user] JBoss Classloader Problem

2002-08-29 Thread Sheng Zou
Title: JBoss Classloader Problem Hi, I encoutered a problem in JBossMQ's SpyObjectMessage::getObject(), which has to do with JBoss Classloader. Basically, return Thread.currentThread().getContextClassLoader().loadClass(v.getName()); throws ClassNotFoundException, and the Class is

[JBoss-user] JMX question

2002-08-29 Thread Michael Klem
What is the correct process to unregister all my MBeans when I redeploy my application code? Currently, if there are any of my app specific MBeans registered and I redploy the software, I get the following error: javax.management.InstanceAlreadyExistsException Is there a way to unregister

[JBoss-user] Revision thoughts

2002-08-29 Thread Rick LaBanca
Title: RE: [JBoss-user] JMX question Wondering what others think about this issue (may be minor to most of you!) I use 3.0.0. If I want to run 3.0.1 or 3.0.2, I can't do it just by plopping in my wars/config. This is because some of the settingshave changed (jetty packaged differently,

Re: [JBoss-user] Serious Naming Service Weekness with JBoss

2002-08-29 Thread Scott M Stark
Nobody is complaining most likely because it works in general. Give the specifics of the problem you are seeing in the form of a bug report with a testcase posted to sourceforge. Scott Stark Chief Technology Officer JBoss Group, LLC -

RE: [JBoss-user] JMX question

2002-08-29 Thread Michael Klem
Title: RE: [JBoss-user] JMX question I've been hearing about .sar files but cannot find info about them. Where do I look? I have my MBean in a .sar inside a .jar and it gets deregistered when I redeploy. Actually we have the .sar in a .jar inside and .ear now and it still gets deregistered on

Re: [JBoss-user] Revision thoughts

2002-08-29 Thread Jules Gosnell
Unfortunately, Jetty development takes place in another CVS repository, whose branches and releases do not map directly onto the same in JBoss. This is because Jetty is a project in it's own right. (jetty.mortbay.org) Trying to tease out individual fixes in order to check them into each

[JBoss-user] Bugreporting

2002-08-29 Thread Sandor Arpa
Howdy, I wa strying to log a bug on the relevant sourceforge site. I logged in to sourceforge, filled out the bugreport, but everytime I tried to submit it was told that I need to login. No problem, went to login page, loged in, filled out form, need to login! I tried several times, always

Re: [JBoss-user] Revision thoughts

2002-08-29 Thread Rick LaBanca
I do understand the jetty issue. In that case I would avoid dropping a jetty that's a major change into a minor release, but that's tough to sync! As to the case of rmi incompatibility, I can't really say much because I really don't know the root cause, I don't think that one was jetty. In fact,

RE: [JBoss-user] Bugreporting

2002-08-29 Thread Sandor Arpa
I haven't tried any other projects. -Original Message- From: Dmitri Colebatch [mailto:[EMAIL PROTECTED]] Sent: Friday, 30 August 2002 12:07 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Bugreporting are you able to report bugs to any other sourceforge projects? I can vouch that

[JBoss-user] MBean and EJB Access through Local Interfaces?

2002-08-29 Thread Peter Luttrell
Title: Message I have a JMX MBean that access an entity bean via Remote interfaces. Is it possible to access the entity bean through Local interfaces instead? If so, how? Is there a place i define what to look them up by, such as the ejb-local-ref in either the web.xml or ejb-jar.xml?

[JBoss-user] Using software agents in your application

2002-08-29 Thread Dick Cowan
Aspromised in an earlier post to jboss-developmentBlueJADE is now available for public download from http://sourceforge.net/projects/bluejade BlueJADE makes the FIPA compliant, open source JADE agent system (see http://sharon.cselt.it/projects/jade/) into a manageable service under JBoss.