Re: [JBoss-user] Unexpected Jboss shut down using RMI /JNDI over http

2003-06-26 Thread Janardhan Burugupalli
HI, Thanks for the reply .. I am using jdk1.4.0 but i really dont understand what this export LD_ASSUME_KERNEL=2.2.5 means or why do we need it. can u please explain it in detials. thanks jani Felipe Oliveira wrote: export LD_ASSUME_KERNEL=2.2.5 on run.sh solved my problem on linux rh. Sulik, L

[JBoss-user] jboss-service.xml

2003-06-26 Thread Snell Nguyen
Hi Everybody, In file jboss-service.xml, I want to refer to JBoss home, for example But I donot know how to replace JBOSS HOME automatically by jboss. Please show me. Snell Nguyen --- This SF.Net email is sponsored by: INetU Attent

Re: [JBoss-user] j_security_check & JBoss/Jetty

2003-06-26 Thread Brian Wallis
On Wed, 25 Jun 2003 19:39, Alastair Rodgers wrote: > You don't need to write any special Action or Form classes to use JAAS with > Struts. The steps you need are: ... Thanks, that is a nice clear explanation. I think I know most of that in bits and pieces but if you get one bit wrong it is very

Re: [JBoss-user] Read-Ahead Cache & Supports

2003-06-26 Thread Scott M Stark
Apparently someone got overzealous in trying to avoid the worst case performance that results when you ask for the read-ahead optimization and do not execute with a transaction to take advantage of the cached data. File a bug report on SF. -- Scott Stark Chief Technolog

Re: [JBoss-user] JAAS login - updating the SRP cache

2003-06-26 Thread Scott M Stark
A multi-domain auth service requires something like Liberty, and that is a fair amount of work, but on my todo list. In terms of a logical or of login modules, this is supported out of the box by JAAS and is the purpose of the Sufficient control flag: Sufficient - The LoginModule is not required

Re: [JBoss-user] JBoss 3.2 and MQSeries trouble

2003-06-26 Thread Scott M Stark
Nothing should be placed into $JBOSS_HOME/lib as this contains only specific jars used by the bootstrap code, and only these jars are loaded. $JBOSS_HOME/server/xxx/lib is the correct place for library jars. This is described in detail in the admin/devel guide. -- Scott

[JBoss-user] Read-Ahead Cache & Supports

2003-06-26 Thread Gavin Matthews
All, I'm upgrading from 3.2.0 to 3.2.2(RC1) and I hit an incompatibility with the new(?) ReadAheadCache implementation and the finder transaction type. Basically if I have a finder with transaction-type="Supports" and use read-ahead-strategy="on-find" then I get the following exception if I'm outs

RE: [JBoss-user] JAAS login - updating the SRP cache

2003-06-26 Thread Sebastian Hauer
Hi Scott, A while ago on June 16, 2003 Scott M Stark wrote: > You can't really do this because the SRP session key used as > the authentication token is not being used as the credential > for the web application. These two security domains do not > have a compatible view. You really need a mul

Re: [JBoss-user] JBoss 3.2 and MQSeries trouble

2003-06-26 Thread Stefano Maestri
Ok now it works, both in binding than tcp/ip. I'll post the ful solution in next days. The main trouble is where I put the mqseries jars. Probably I don't understand very well the class loader in jboss. If I put jars in $JBOSS_HOME/lib it don't work, and it works if I put them in $JBOSS_HOME/serv

Re: [JBoss-user] CMR Problem (Solved)

2003-06-26 Thread Jason Calabrese
I solved the problem. I just had to add target-multiple="yes" to the XDoclet @ejb.relation tag for the 1:1 relation. /** * @ejb.relation * name="object-has-valueClass" * role-name="object-role" * target-ejb="Con

Re: [JBoss-user] Unexpected Jboss shut down using RMI /JNDI over http

2003-06-26 Thread Felipe Oliveira
export LD_ASSUME_KERNEL=2.2.5 on run.sh solved my problem on linux rh. Sulik, Lori wrote: The JVM itself crashed.. that's what the "hs_" file is (a hotspot error file) Try using the 1.3.1 JVM -- I thought I read that jboss 4.x was supporting the 1.4 JVM, while jboss 3.x only supported the 1.3 J

Re: [JBoss-user] method security fails

2003-06-26 Thread Scott M Stark
That is correct, the 3.0.8 release version does not include the change to support validation of the custom role representing the unchecked permission. The 3.0.9 release will. -- Scott Stark Chief Technology Officer JBoss Group, LLC Sebastian Haue

[JBoss-user] Oracle DataSource

2003-06-26 Thread Edgar Silva
Hi All... I am with some problems with DataSources in JBoss. After 10 concurrent Connections , where I getConnection from OracleDataSource, I get the error from ConnectionMannager Have a special configuration, to prevent, or to solve it? I am using ConnectionFactory pattern to get this conne

Re: [JBoss-user] CMR exception (bug?)

2003-06-26 Thread Louis Leung
Also, the database schema and mapping in jbosscmp-jdbc.xml are congruent. I've included both the sql for the database schema and the jbosscmp-jdbc.xml. Louis Leung wrote: > I'm trying to run PurchaseOrder with 2 Local Enitities PurchaseOrder & LineItems, > with a 1:N relationship between the

RE: [JBoss-user] method security fails

2003-06-26 Thread Sebastian Hauer
Hi Scott, Took me a while until I got around to test this again. > Are you populating the Subject with your own Roles group Yes. > instance? Validation of the special only works with > org.jboss.security.NestableGroup for any release version. > This restriction was removed a couple of days a

RE: [JBoss-user] Unexpected Jboss shut down using RMI /JNDI over http

2003-06-26 Thread Sulik, Lori
The JVM itself crashed.. that's what the "hs_" file is (a hotspot error file) Try using the 1.3.1 JVM -- I thought I read that jboss 4.x was supporting the 1.4 JVM, while jboss 3.x only supported the 1.3 JVM.. (could be wrong on that, but we are successfully running that same bundle on Solari

Re: [JBoss-user] Message.getJMSDestination() returns null

2003-06-26 Thread Brian Wallis
On Thu, 26 Jun 2003 22:35, Adrian Brock wrote: > This looks like a bug to me. > Report it at www.sf.net/projects/jboss Mea Culpa! Fortunatly not a bug. I wrote a test case that failed to reproduce it and then found a bug in my own application... thanks, brian wallis... --

Re[2]: [JBoss-user] CMR Problem

2003-06-26 Thread Alexey Loubyansky
Please, provide a stacktrace for javax.ejb.EJBException: Data contains multiple values, but this cmr field is single valued And also make sure you are not assigning Collection to a single valued CMR field and the query loading the CMR field returns only one row. alex Thursday, June 26, 2003, 5:5

[JBoss-user] Entity bean cmp problem: call database funtion and accentinsensitive

2003-06-26 Thread Jorge Garcia Perales
Hi, As my subject tells I have a problem with entity beans cmp. I'm spanish and we have accents, so sometimes in the database there is strings with accents. In my appliaction I want to construct a jboss-ql to findbyname, but I want a case and accent insensitive search. How? I use

[JBoss-user] ALERT - GroupShield ticket number OA512_1056644107_AAQMAIP01_3 was generated

2003-06-26 Thread GroupShield for Exchange \(AAQMAIP01\)
Action Taken: The attachment was quarantined from the message and replaced with a text file informing the recipient of the action taken. To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> From: Janardhan Burugupalli <[EMAIL PROTECTED]> Sent: 335500544,29572086 Subject: Re: [JBoss-user] Unexpected Jboss

Re: [JBoss-user] Netboot

2003-06-26 Thread Scott M Stark
Yes that is currently required, and no such a configuration does not exist. This could be handled in the netboot server via filter that compressed any unpackaged deployments automatically. -- Scott Stark Chief Technology Officer JBoss Group, LLC

Re: [JBoss-user] Installing JBoss on Windows in path containing blanks

2003-06-26 Thread Ryan Hoegg
That said, I've been running jboss-3.0.6 + tomcat since it was released in c:\program files\jboss with no problems. I encountered problems when trying to run jboss with JBossWeb (Jetty) though. -- Ryan Hoegg ISIS Networks http://www.isisnetworks.net Jon Barnett wrote: Don't install JBoss, or t

Re: AW: [JBoss-user] Web Services and Basic Authentication

2003-06-26 Thread Neal Sanche
Hi Dr. Jung, I have definitely been able to get the 401 response to happen now. I guess XDoclet must have overwritten my web-services.xml file and wiped out my validateUnauthenticatedCalls statement. I put it back in and JBoss threw a Server.Unauthenticated AXIS fault, and my Windows .NET prog

[JBoss-user] JBoss 4 does not start..

2003-06-26 Thread Christian Neuroth
Hi guys, I need your help with JBoss 4. Has somebody installed jboss4.0+tomcat without errors? I have intalled it on Win2000-System and Java version: 1.4.1_03. The services of JBoss don't deploy, obtaining this error: 13:10:07,268 INFO [MainDeployer] Starting deployment of package: file:/opt/j

[JBoss-user] RE: Deploy DataSources with different versions of JDBC driver

2003-06-26 Thread Adrian Brock
I don't think this is possible unless you deploy a copy of jboss jca and the resource adaptor with the driver. I haven't tried this myself. There are some fundamental brain deaths in java.sql.DriverManager where it implements driver accessiblity based on the caller's classloader. It is also cachi

Re: [JBoss-user] Unexpected Jboss shut down using RMI /JNDI overhttp

2003-06-26 Thread Janardhan Burugupalli
Hi, I am using Jboss-3.2.1-Tomcat-4.1.24 . I was using the RMI/JNDI invokations using http invoker over port 80. and downloaded a client using webstart and after some time the Jboss had reported this error and shut down saying that it generated a log file and i shuld look at it. I have gone thro

[JBoss-user] Netboot

2003-06-26 Thread Simone Milani
Hi, I finally managed to have netboot working for 3.2.1. In the process I had to compress everything that is deployed as exploded normally. Am I right? Is it there a skeleton already built for this? Thanks! Simone --- This SF.Net emai

Re: [JBoss-user] problem accessing an inner class from an MBean

2003-06-26 Thread Scott M Stark
I need to see the packaging as illustrated by the attached ListJar class as indicated previously. The only way I know of to involved 2 class loaders in a deployment is for an ear to include a war that is accessing the common class in question. If you post the output of the ListJar program I can

Re: [JBoss-user] CMR Problem

2003-06-26 Thread Jason Calabrese
Alexey, Thanks for the suggestion, but it didn't solve the problem. Any other ideas? Jason On Wednesday 25 June 2003 11:19 pm, Alexey Loubyansky wrote: > Hello Jason, > > try to remove cascade-delete for one-to-one. By the spec, it is > allowed only for many side. > > alex > > Thursday, June 26

Re: [JBoss-user] LdapLoginModule with Active Directory

2003-06-26 Thread Justin Casp
I've been trying to use LdapLoginModule with Active Directory in the same way as below. Did you ever get it to work? I tried using a wildcard in the 'rolesCtxDN' field as another poster suggested (e.g., OU=*,DC=mycompany,DC=com) but Active Directory won't accept it. I started looking through

[JBoss-user] Deploy DataSources with different versions of JDBC driver

2003-06-26 Thread Keysers Wonne
Hi, On JBoss 3.2.x, is it possible to deploy 2 Oracle DataSources, each one using a different version of the JDBC driver? If so, how? Because, when I include the driver jar-file with the scoped .ear, it gives me a ClassCast Exception. I need this, because Oracle JDBC driver 9.x (JDK 1.4) cras

Re: [JBoss-user] execute some command at end of deployment/startup

2003-06-26 Thread David Ward
Ittay, I know you want to initialize your beans; I am telling you how you can do it using a standard j2ee technique. If you have an ear with an ejb-jar and a war in it (even if the war is just for this purpose), once your entire app is started up, the contextInitialized method will be called in y

[JBoss-user] IMPORTANT: your message to jigsaw

2003-06-26 Thread W3C List Manager
This is a response to a message apparently sent from your address to [EMAIL PROTECTED]: Subject: Re: Movie From:<[EMAIL PROTECTED]> Date:Thu, 26 Jun 2003 6:40:16 --0700 Your message has NOT been distributed to the list; before we distribute it, we need your permission to inclu

RE: [JBoss-user] Clustered JBOSS Question on Server-Side InitialContext.lookup()

2003-06-26 Thread Surajit Bhattacharjee
Hi Adrian! Thanks for the quick reply! It all makes sense then! Regards, Surajit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Adrian Brock Sent: Thursday, June 26, 2003 5:05 AM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] Clustered JBOSS Question on S

RE: [JBoss-user] Installing JBoss on Windows in path containing blanks

2003-06-26 Thread Jon Barnett
Don't install JBoss, or the Java JDK in any paths that contain spaces (and if you have a separate Tomcat install, the same applies). It breaks JNDI and RMI, and it can't be worked around (or not that I've ever found in four years). JonB > -Original Message- > From: [EMAIL PROTECTED] > [ma

RE: [JBoss-user] JBoss-Net performance issues

2003-06-26 Thread Barlow, Dustin
Interesting information. Do you have any links or further info on the IBM parser? -Dustin > -Original Message- > From: Nicholas [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 25, 2003 8:35 PM > To: [EMAIL PROTECTED] > Subject: RE: [JBoss-user] JBoss-Net performance issues > > > I be

Re: [JBoss-user] Installing JBoss on Windows in path containing blanks

2003-06-26 Thread Muraly R
Hi Bernie, Try replacing C:\Progam files with C:\Progra~1. Regrads Muraly At 13:40 26/06/2003 +0100, you wrote: Hi, have severe problems trying to install JBoss on Windows in a path with directories containing blanks, such as C:\Program Files\... Anybody has experience with this and k

Re: [JBoss-user] problem accessing an inner class from an MBean

2003-06-26 Thread George Icriverzi
The same problem appears when I try to define the class inline. I don't explicitly use different class loaders. If the start of the mbean contains : Thread t; public void start() throws Exception{ finished = false; homesReady = false; forcing = false; //===

Re: [JBoss-user] Datasource deployment changes between 3.0.5 and 3.0.8 ?

2003-06-26 Thread David Jencks
My first guess is that the packaging of the jboss jca stuff is broken and that two copies of the org.jboss.resource.connectionmanager classes have been loaded. For instance, are they in jboss-common-jdbc-wrapper? thanks david jencks On 2003.06.26 07:31 "Meyer-Willner, Bernhard" wrote: > Hi, > >

RE: [JBoss-user] Datasource deployment changes between 3.0.5 and 3.0.8 ?

2003-06-26 Thread Adrian Brock
This error says the following classes are in different classloaders: org.jboss.resource.connectionmanager.BaseConnectionManager2 org.jboss.resource.connectionmanager.CachedConnectionManager They should both only exist in server//deploy/jboss-jca.sar so I don't know how this is possible? Can you c

[JBoss-user] Installing JBoss on Windows in path containing blanks

2003-06-26 Thread Meyer-Willner, Bernhard
Hi, have severe problems trying to install JBoss on Windows in a path with directories containing blanks, such as C:\Program Files\... Anybody has experience with this and knows what's needed for that? Simply adding quotes around various paths didn't do the job. Any hints would be greatly appre

RE: [JBoss-user] Message.getJMSDestination() returns null

2003-06-26 Thread Adrian Brock
This looks like a bug to me. Report it at www.sf.net/projects/jboss Adrian Brock Director of Support Back Office JBoss Group, LLC > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Brian Wallis

RE: [JBoss-user] Clustered JBOSS Question on Server-Side InitialContext.lookup()

2003-06-26 Thread Adrian Brock
When all your jboss instances have the same deployments, no load balancing will occur. JBoss will always use the colocated SLSB. This occurs at two levels: 1) The invocation interceptor will optimize remote invocations to local invocations. 2) Even when you disable the (1), there is an explicit co

RE: [JBoss-user] Dynamic MDB generation

2003-06-26 Thread Adrian Brock
Yes, if you already have the classes deployed, just deploy a jar with the META-INF/ejb-jar.xml and META-INF/jboss.xml describing the new MDB. Regards, Adrian Adrian Brock Director of Support Back Office JBoss Group, LLC > -Original Messa

RE: [JBoss-user] Message Driven Bean questions

2003-06-26 Thread Adrian Brock
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Michael Klem > Sent: 26 June 2003 05:30 > To: [EMAIL PROTECTED] > Subject: [JBoss-user] Message Driven Bean questions > > > 1. Is it possible to disable/enable an MDB from receiving messages > fro

Re: [JBoss-user] Datasource deployment changes between 3.0.5 and 3.0.8 ?

2003-06-26 Thread Meyer-Willner, Bernhard
Hi, I double checked that. The original exception is in the stackstrace below. jboss-common-jdbc-wrapper.jar is in my server//lib directory and it includes the BaseWrapperManagedConnectionFactory class. Now this old exception is gone but I'm getting the following exception now after all my EJBs ha

[JBoss-user] Message.getJMSDestination() returns null

2003-06-26 Thread Brian Wallis
I am composing a message and publishing it on a topic, the receiver gets that message OK, but when it calls Message.getJMSDestination() it gets back a null. If my reading of the JMS spec is correct, I would expect to get back a Topic that is the topic the event was published to in the first p

[JBoss-user] Clustered JBOSS Question on Server-Side InitialContext.lookup()

2003-06-26 Thread Surajit Bhattacharjee
Hi all! Will sincerely appreciate if anyone can help me with this: I have a clustered installation of JBoss instances. ALL JBOSS INSTANCES ARE EQUIVALENT in terms of deployed EJBs and their versions . The particular invocation flow is as follows: Remote Client | > Stateful Session Bea

Re[2]: [JBoss-user] Question about CMP entity

2003-06-26 Thread Alexey Loubyansky
You need to implement two interfaces (in package org.jboss.ejb.plugins.keygenerator) public interface KeyGenerator { public Object generateKey(); } public interface KeyGeneratorFactory { public String getFactoryName(); public KeyGenerator getKeyGenerator() throws Exception; } Then deploy

AW: [JBoss-user] Web Services and Basic Authentication

2003-06-26 Thread Jung , Dr. Christoph
Neal, AFAIK, a security error in the JBossAuthenticationHandler should force a 401 response through Axis and the Web layer and hence trigger the resending in the M$ implementation. CGJ > -Ursprüngliche Nachricht- > Von: Neal Sanche [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 26.

[JBoss-user] flushAuthenticationCache in JBoss 3.0.7

2003-06-26 Thread Alexander Titov
Thursday, June 26, 2003 08:05:25 I looked in to ClientLoginModule.logout() method and found that it only delegate control to SecurityAssociation.clear() method. This method checks the System permissions to ensure that it is possible to access principal information: SecurityManager sm = System.ge

Re: [JBoss-user] Question about CMP entity

2003-06-26 Thread Marco Tedone
Thank you Marco. I have a doubt about the following part in your code:   getNextBlockFirstKey(BLOCK_SIZE)   What does BLOCK_SIZE represent?   Marco - Original Message - From: Marco Garbelini To: [EMAIL PROTECTED] Sent: Thursday, June 26, 2003 12:30 AM Subject:

Re: [JBoss-user] JBoss 3.2 and MQSeries trouble

2003-06-26 Thread Stefano Maestri
Ok, I'll look, but as you say in your readme: "If you do need any kind of XA support, you also do not need to worry about all that. Regular WSMQ 5.3.0 or 5.2.0 with the Java JMS interface is enough." I'm trying this config. Probably my mistake is in MQ configuration because you are saying that th

Re: [JBoss-user] Question about CMP entity

2003-06-26 Thread Marco Tedone
Thank you Alex, I have already received a possible solution from Marco Garbelini and I'll try it, but particularly, the one you are suggesting (my own key generator class) sounds interesting. How could I implement it in the EJB CMP architecture? Marco - Original Message - From: "Alexey Lo

Re: [JBoss-user] Exception thrown by StandardWrapperValve[default]:Servlet.service()

2003-06-26 Thread Janardhan Burugupalli
Hi Once Again, Can some one help me with this issue. Or if it is already posted and resolved i am sorry to post it once again...but please forward me the resolution .. thanks for ur help StandardWrapperValve[default]: Servlet.service() for servlet default threw exception Janardhan Burugupalli