[JBoss-user] Access restricted:Verify your account information.

2002-11-07 Thread Aw-Verify
Title: Dear eBay User Dear eBay User, During our regular update and verification of the accounts, we couldn't verify your current information. Either your information has changed or it is incomplete. As a result, your access to bid or buy on eBay has been restricted. To start using you

[JBoss-user] Support for JSR-77 and JSr-88 --help

2002-11-07 Thread Jagan
Hi All, Does Jboss support JSR-77 and JSr-88? If yes,which version of Jboss support it? How do i use JSR with JBOSS? Can someone help me out with sample code to access JSR implementation? Thanks in Advance. Regds, --Jagan. --- This sf.net em

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

2002-11-07 Thread Michael Bartmann
Dain, please be patient with me, perhaps I simply don't know enough of what is possible with cmp2. Is there a way to let a SLSB perform a statement directly on the jdbc datasource using _only_ eql? So do something like: "update SomeEntity set SomeField=5 where SomeOtherField=3" instead of:

Re: [JBoss-user] CMR Performance: Weblogic7 Much Faster Then JBoss

2002-11-07 Thread Dain Sundstrom
You spent the time to build and run a test on two platforms, but you don't have the time to start OptimizeIt and figure out what it killing the performance of your application... Anyway, I'll get to looking at this sometime, but I'm a little busy now. -dain Luttrell, Peter wrote: Over the last

Re: [JBoss-user] MS SQL2000 setup in JBoss 3.0.2 ?

2002-11-07 Thread Michael Angelo Libio
Microsoft has freely available jdbc drivers to download, but only works on MS-SQL2K. Other available: http://jtds.sourceforge.net/ Go to your /docs/examples/jca directory you'll find a mssql-service.xml file...modify it according to your needs. dump the modified file to /server/default/deploy

[JBoss-user] MS SQL2000 setup in JBoss 3.0.2 ?

2002-11-07 Thread Derek_Chen
Sorry if this was mentioned before but I couldn't find any tutorial in the archive. After doing a search on google I only found an article for JBoss 2.x. Could someone tell me where I can find one for JBoss 3.0.2 ? BTW is there a free JDBC driver for MS SQL 2000 besides Sun's JDBC-ODBC driver?Than

[JBoss-user] (no subject)

2002-11-07 Thread Vincent Wong
My current setup is jboss 3.0.2 and tomcat 4.04 bundle.  I have it configured use both SSL and no SSL.  on the client side program Im using the HttpInvoker because my jboss server is behind a firewall. Everything works fine.  Im wondering if I can use the HttpInvoker with SSL.  I tried to change t

[JBoss-user] hsqldb 1.7.1 is using port 1701 as default in head (Matrix2)

2002-11-07 Thread Peter Fagerlund
Yes it is ... Q: why A: donow ... just one of those those things that might help in hsqldb versioning debugging ... later u all ... PS: *** build is most test is run in testsuit/build.sh tests *** 21:43:46,200 INFO [ServerInfo] Java version: 1.3.1,Apple Computer, Inc. 21:43:46,203 INFO [Serve

Re: [JBoss-user] JAAS - Problem with Ldap Realm

2002-11-07 Thread Scott M Stark
Check the log to see what security domain the war is being deployed with and then check the security/web unit tests in the testsuite module as they demonstrate this stuff.   Scott StarkChief Technology OfficerJBoss Group, LLC - Original M

Re: [JBoss-user] my application's log4j properties are overriden by jboss's log4j's settings

2002-11-07 Thread Scott M Stark
You can't right now so you have to integrate your config into the server log4j.xml settings. In the future we will provide a RepositorySelector implementation that allows components to configure their own log4j space.   Scott StarkChief Technology OfficerJBoss Group,

Re: [JBoss-user] CMRs are Slow (was: Entity Bean Performance Tuni ng Help)

2002-11-07 Thread Peter Fagerlund
torsdagen den 7 november 2002 kl 22.33 skrev Luttrell, Peter: Since Dain has spent so much time, he is the best person to performance tweak it. I am not. True - then again You are on the spot of where ! with a prod probe clear case - Dain might be dp down somewhere else "right now" and

Re: [JBoss-user] JAAS - Problem with Ldap Realm

2002-11-07 Thread Keene Hammond
Ok,  I am really just using the application.xml, the jboss-web.xml and the web.xml (which are in the WEB-INF directory of a war file in a ear file) to protect some servlets and jsps right now. here are the relevant snippets here; jboss-web.xml java:/jaas/ldap web.xml      Restrict

[JBoss-user] CMR Performance: Weblogic7 Much Faster Then JBoss

2002-11-07 Thread Luttrell, Peter
Over the last couple of weeks i started a couple threads about CMP performance in JBoss. Bill asked for comparison with what Weblogic can do, so i got my test case to work with it and the results speak for themselves.     -> Weblogic 7 is 330% to 715% faster then JBoss3.0.4 in the one test t

RE: [JBoss-user] CMRs are Slow (was: Entity Bean Performance Tuni ng Help)

2002-11-07 Thread Luttrell, Peter
I am totally grateful for the time that Dain spent. He wrote a rockin CMP engine and I enjoy using it. Unfortunately in the case of CMRs it doesn't perform so nicely. Since Dain has spent so much time, he is the best person to performance tweak it. I am not. .peter -Original Message- Fr

[JBoss-user] Name/PasswordCallback stopped working - changes since 2.4.4?

2002-11-07 Thread otisg
Hello, Have the NameCallback and PasswordCallback in JBoss 3.0.4 changed since JBoss 2.4.4? I am using the same code that I used with JBoss 2.4.4, and I am getting NULL username and password when I use getName() and getPassword() under JBoss 3.0.4. Here is a short code snippet that I am using wi

Re: [JBoss-user] JAAS - Problem with Ldap Realm

2002-11-07 Thread Scott M Stark
Then the problem is not the login-config.xml file. The fact that there is no entry in JNDI simply means that no component has been deployed with the "ldap" as its security-domain (java:/jaas/ldap). So what component has set this up and how?   Scott StarkChief Technolog

Re: [JBoss-user] CMRs are Slow (was: Entity Bean Performance Tuning Help)

2002-11-07 Thread Hunter Hillegas
With that attitude I doubt this will get the kind of attention you probably want it to... This is open source. Dain spent countless hours creating the damn thing... Maybe a little bit of your time in OptimizeIt helping the cause would kill you... But I doubt it. > From: "Luttrell, Peter" <[EMAIL

[JBoss-user] my application's log4j properties are overriden by jboss's log4j's settings

2002-11-07 Thread Derek Lin
How can I set up jboss to use my application log4j setting (on the application level)?   Thanks,   Derek

Re: [JBoss-user] JAAS - Problem with Ldap Realm

2002-11-07 Thread Keene Hammond
Scott, Thanks, I have tried what you suggested, here are the results. (No success, yet). It is indeed pointing the the correct file (which I have attached) and below is also a snippet from the jmx-console. 2002-11-07 13:25:32,135 INFO  [org.jboss.security.plugins.SecurityConfig] Starting 2002-11-

RE: [JBoss-user] Re: ClassCastException on redeploy of .ear

2002-11-07 Thread Robert Martin
I had this exact problem, but with an ejb jar instead of an ear. I could deploy the jar exactly once and it would work fine. After that I could never redeploy it without it permanently breaking. The only way to fix the problem was to shut down the server. After reading this message, I checked

Re: [JBoss-user] Swing Application Client

2002-11-07 Thread Todd M Benge
Thanks for the response. I was able to establish a context via the LoginInitialContextFactory by specifiying the URL to the login.config file -Djava.security.auth.login.config=http://localhost:8080/cems/auth.conf The codes is succesfully getting a context and lookup up a bean but I'm now gettt

Re: [JBoss-user] Strange errors in server.log

2002-11-07 Thread Scott M Stark
Title: Strange errors in server.log The naming RMI object appears to have been garbage collected. Look into the RMI debug settings to trace what is happening.   Scott StarkChief Technology OfficerJBoss Group, LLC - Original Message -

Re: [JBoss-user] Swing Application Client

2002-11-07 Thread Scott M Stark
The LoginInitialContextFactory just ends up doing a JAAS login using LoginContext so they amount to the same thing. The LoginInitialContextFactory does not allow you to specify the login callback handler so you are restricted to the range of LoginModules you can configure. Whether this matters depe

Re: [JBoss-user] deployment directory

2002-11-07 Thread Scott M Stark
Look at the URLs attribute of the URLDeploymentScanner in jboss-service.xml:       name="jboss.deployment:type=DeploymentScanner,flavor=URL">...         ./deploy     Scott StarkChief Technology OfficerJBoss Group, LLC - Ori

Re: [JBoss-user] InitialContext.getURLScheme - NPE

2002-11-07 Thread Scott M Stark
It means you have passed a null string to InitialContext().lookup(String). Check your name passed to lookup. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: "otisg" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTE

Re: [JBoss-user] JAAS - Problem with Ldap Realm

2002-11-07 Thread Scott M Stark
Show the output of the first part of the startup of the server to show which config directory is being used, for example: 8:07:20.05>pwd /usr/JBoss3.0/jboss-all/build/output/jboss-3.0.5RC1/bin 8:07:38.71>run === . JBos

RE: [JBoss-user] CMRs are Slow (was: Entity Bean Performance Tuni ng Help)

2002-11-07 Thread Luttrell, Peter
I'll leave you to debug and optimize your own code. .peter -Original Message- From: Dain Sundstrom [mailto:dain@;daingroup.com] Sent: Wednesday, November 06, 2002 8:53 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] CMRs are Slow (was: Entity Bean Performance Tuni ng Help) Well, it s

Re: [JBoss-user] Problem Lookup Local Home Entity Bean

2002-11-07 Thread Neal Sanche
Hi Phuwarin, I didn't mean to say you should use a Class.forName(), I was suggesting that in your earlier code you should print out the name of the class you were getting back from the InitialContext.lookup() call. Basically what you want to do is create an InitialContext as you have done, cal

Re: [JBoss-user] Why 3.2? (Was: Error when building jboss)

2002-11-07 Thread Stephen Davidson
Joao Pedro Clemente wrote: I am having the EXACT same problem, but with JBoss v3.2 NOTE: I was able to build and run 3.0.0 and 3.0.1 successfully. [snip] I posted a message earlier, but there was no response. I am considering posting a bug. Currently I am running a pre-release custom vers

Re: [JBoss-user] JBOss server : HTTP Error: Internal server Error

2002-11-07 Thread Thorbjørn Ravn Andersen
Kazandjian Erik wrote: Is there anyone who can connect to the JBoss server. I always get   You are connected, but nothing is deployed to the ROOT web app. -- Thorbjørn Ravn Andersen Scandiatransplant Skejby Sygehus, indgang 3 +45 89 49 53 01

Re: [JBoss-user] JAAS - Problem with Ldap Realm

2002-11-07 Thread Keene Hammond
I am using a renamed copy of the "all" server. But I even tried changing every single login-config.xml on my system. This was working fine on my 2.x flavor with the auth.conf... Any ideas? anyone? OS: XPsp1 JAVA: 1.4.1_01 JBoss: 3.0.4 -Keene otisg wrote: > Make sure you are changing the right >

RE: [JBoss-user] mulitple installations

2002-11-07 Thread Finn, Michael
Title: RE: [JBoss-user] mulitple installations Susan, Changing jboss.jcml (the Naming service MBean) should change the listen port for naming. I have never seen this not work. Are you sure it's the Naming service complaining about JVM bind? What version/platform are you on? I just successful

Re: [JBoss-user] 3.2.0beta2 chokes on Cp1252

2002-11-07 Thread David Jencks
This problem is apparent because xerces enforces correct encoding names whereas crimson does not. david jencks On 2002.11.07 03:04:22 -0500 KRÁLIK Vladimír wrote: > > -Original Message- > > From: David Jencks [mailto:davidjencks@;directvinternet.com] > > > > I believe that despite Crimso

Re: [JBoss-user] JBOss server : HTTP Error: Internal server

2002-11-07 Thread James Cleary
works for me - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 07, 2002 1:06 PM Subject: RE: [JBoss-user] JBOss server : HTTP Error: Internal server > I mean the Jboss webserver http://www.jboss.org > > -Original Message- > From: Ju

RE: [JBoss-user] JBOss server : HTTP Error: Internal server Error

2002-11-07 Thread Kazandjian Erik
I mean the Jboss webserver http://www.jboss.org -Original Message- From: Jules Gosnell [mailto:jules@;mortbay.com] Sent: donderdag 07 november 2002 12:43 To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] JBOss server : HTTP Error: Internal server Error What version ? What port ? Logfile ?

Re: [JBoss-user] JBOss server : HTTP Error: Internal server Error

2002-11-07 Thread Jules Gosnell
What version ? What port ? Logfile ? OS ? JVM ? etc ? Jules Kazandjian Erik wrote: Is there anyone who can connect to the JBoss server. I always get HTTP ERROR: 500 Internal Server Error RequestURI=/ Thanks Erik ___

[JBoss-user] JBOss server : HTTP Error: Internal server Error

2002-11-07 Thread Kazandjian Erik
Is there anyone who can connect to the JBoss server. I always get   HTTP ERROR: 500 Internal Server Error RequestURI=/     Thanks Erik

Re: [JBoss-user] JBoss 2.4.8+ BUG in XAConnection Pool

2002-11-07 Thread Giorgio Ponza
Hi. I know i'm using the same connection because i print it every time i get one from the pool [simply System.err.println(connection)] And the usage is multithreaded because i use JMeter with 20 simultaneous requests running forever. But you can do this: 1. unzip JBoss 2.4.9 2. run it 3. you will r

[JBoss-user] ejb-ql question cmr

2002-11-07 Thread kiuma
Hi, I'm a bit confused about cmr & ejbql, if a Calendar bean owns many Holyday beans and I want to find all holydays of a calendar (id = param1) that are > param2 is it right a select like this: SELECT OBJECT(Holyday) FROM WaHolyday Holyday WHERE (Holyday.calendar.id = ?1) AND ((Holyday.absenc

RE: [JBoss-user] 3.2.0beta2 chokes on Cp1252

2002-11-07 Thread KRÁLIK Vladimír
> -Original Message- > From: David Jencks [mailto:davidjencks@;directvinternet.com] > > I believe that despite Crimson's opinion to the contrary, > this is not a > valid encoding. Try encoding="ISO-8859-1" or UTF-8. Or use xerces instead of Crimson. > On 2002.11.06 16:45:18 -0500 Tom Co