[JBoss-user] [Beginners Corner] - Re: contextjavax.naming.NameNotFoundException

2004-08-04 Thread vashistvishal
yr bean doesnt seem to be bound to right name as compred to the name u re looking for from yr clinert. Have look at the Jndi name its bound to from Jboss...JMX console. Also check tha yr bean is deployed without errors. Vishal View the original post : http://www.jboss.org/index.html?module=bb&

[JBoss-user] [Beginners Corner] - Re: JBoss Application Server Source Codes

2004-08-04 Thread vashistvishal
http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=16942 Src code for jboss lives at source forge. Vishal. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844208#3844208 Reply to the post : http://www.jboss.org/index.html?module=bb&op=pos

[JBoss-user] [Management, JMX/JBoss] - a personal service that calls an EJB

2004-08-04 Thread bayuehua
Hello everyone, I write one custom service, which calls an EJB creation. [JBoss 3.2.3] I put the custom.jar and test-service.xml in $JBoss/server/all/deploy, and all runs OK. But when I restart the JBoss Server, it has a problem. It seems the test-service.xml is being deployed before th

[JBoss-user] [Persistence & CMP/JBoss] - Re: Lock and immediate rollback of a transaction

2004-08-04 Thread morenito9000
invisiblemage wrote: >So, are we talking of "real" clients, that read some data, display it to the user, >and after 20 minutes the user commits new data? Yes. >Then it is really no good practice to keep the entity-reference on the client (with a >transaction open ?!!) - the client should neve

[JBoss-user] [J2EE Compliance] - JSP tag

2004-08-04 Thread preeti123
Hi all, I am migrating from WebLogic to JBoss. But I am struck up at one point which I ma finding hard to resolve. Actually we were using sever-side validation for not printing the nul string string by adding the code as printNulls false /jsp-descriptor> in we

[JBoss-user] [Installation & Configuration] - JSP tag

2004-08-04 Thread preeti123
Hi all, I am migrating from WebLogic to JBoss. But I am struck up at one point which I am finding hard to resolve. Actually we were using sever-side validation in weblogic for not printing the null string by adding the code as printNulls false /jsp-descriptor>

[JBoss-user] [HTTPD, Servlets & JSP] - conf/web.xml gets truncated

2004-08-04 Thread bwallis42
I'm running JBoss 3.2.3 on gentoo linux (kernel 2.6.7, libc 3.3.2) with jdk 1.4.2_05. When I startup the jboss server it starts OK but then when starts up tomcat (log extract below) it gets a parse error and fails to deploy any of the web apps. The parse error is due to the default web.xml (in

[JBoss-user] [Installation & Configuration] - Deploy old and new appliacation on the same server instance

2004-08-04 Thread prasannabp
Dear members, We need to deploy my old and new version of the application on the same server instance with difference application context. After copying oldapp.ear and newapp.ear to the 'deploy' folder getting the below jndi error. Is there any configuration for this kind problem in Jboss. No

[JBoss-user] [EJB/JBoss] - Re: Is jta transaction in jboss threadlocal?

2004-08-04 Thread zhouxiaochao
If so, are there in the same thread ? Can I use my former threalocal object (caller) in the RequiredNew transaction? Thanks in advance. Zhou View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844197#3844197 Reply to the post : http://www.jboss.org/index.h

[JBoss-user] [EJB/JBoss] - Re: EJB Deployment Failure in Jboss 4.0RC1

2004-08-04 Thread [EMAIL PROTECTED]
You have to check the box labeled 'Check to Upload and Attach a File:' in order for the attachment to be accepted. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844194#3844194 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=rep

[JBoss-user] [Messaging, JMS & JBossMQ] - Message (and reference) removal

2004-08-04 Thread drewmca
I've been trying to get JDBC persistence to work for topics, and was able to get both the jdbc2 and jdbc3 pms working with mysql. The only thing is, I'm not sure if I have things configured correctly because I don't see messages or references getting deleted. My understanding was that the messag

[JBoss-user] [Beginners Corner] - Re: DataSource Problem

2004-08-04 Thread yasudazzz
Please open your mysql-ds.xml with notepad.exe or vi or less or emacs. You have to change followings: 1 "mysql-hostname" into your MySQL server address. IP address is ok. 2 "jbossdb" into your db name. It depends on your MySQL environment. 3 "x" into your db account name. 4 "y" into password for

[JBoss-user] [Beginners Corner] - Re: Tying JBoss Into Idea

2004-08-04 Thread blackers
Can't remember off the top of my head the exact jar file, but you need to look in the tomcat.sar in JBOSS_HOME/server/xxx/deploy/tomcat.sar there are servlet jars in there. Mat View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844191#3844191 Reply to the pos

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Problem with sending huge message in jboss

2004-08-04 Thread vying
Thank you ! But what do u mean 'message interally to JVM',another porblem here is that the jboss was preocupied during the course of sending this large message, it doesn't seems to be the asynchrouns nature of JMS,Also once server is down,I did n't notice themessage redelivery.Also do u know th

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Problem with sending huge message in jboss

2004-08-04 Thread genman
If you are using large messages interally to the JVM, use java:/ConnectionFactory, otherwise use the UIL2 connection factory. You might get better results from JBoss 3.2.5/6. Also, be sure that the memory available to the JVM is fairly large, like 4-5x the size of one message. You can also i

[JBoss-user] [Beginners Corner] - Tying JBoss Into Idea

2004-08-04 Thread bwinspur
Which jar in jboss 3.2.5 installation (jboss-tomcat), contains class javax.servlet.Servlet. Idea needs to reference the jboss implementations for developing and deploying and testing webapps. I've looked thru all the likely candidates, and have not found the above class. I must be looking in the

[JBoss-user] [Beginners Corner] - contextjavax.naming.NameNotFoundException

2004-08-04 Thread tossy
I get the following error when I do a context look up. can anyone help me with this thank you org.jnp.server.NamingServer.getBinding(NamingServer.java:495) org.jnp.server.NamingServer.getBinding(NamingServer.java:503) org.jnp.server.NamingServer.getObject(NamingServer.java

[JBoss-user] [Messaging, JMS & JBossMQ] - Problem with sending huge message in jboss

2004-08-04 Thread vying
Hi all, I am wondering if you guys have experience in sending Large (Text) Message in JMS,The project I am doing involves a Large File upload process which sends a huge string converted from a txt file(70M bytes) to Message Listener(which is a MDB),The problem I have is that the speed to send ou

[JBoss-user] [HTTPD, Servlets & JSP] - Re: accessing secured page

2004-08-04 Thread triathlon98
Thanks Scott, that helped :-) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844181#3844181 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844181 --- This SF.Net ema

[JBoss-user] [Management, JMX/JBoss] - Is Runaway EJB control possible ?

2004-08-04 Thread ftg314159
Sorry if this is a stupid question, but I'm getting asked how a J2EE application can terminate a looping EJB method called under a Message-Driver Bean. Everything I read about JMX indicates that it is an essentially passive agent: you can set a property, but unless the looping code voluntarily

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: [3.2.4] JMS_JBOSS_REDELIVERY_LIMIT problem

2004-08-04 Thread duslow
One detail I forgot to include is that I'm using custom invoker-proxy-bindings and container-configs that are deployed with my MDBs. The default invoker-proxy-bindings that ship with JBoss haven't been touched. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=

[JBoss-user] [Performance Tuning] - Could not activate; failed to restore state

2004-08-04 Thread [EMAIL PROTECTED]
Hi, I am using JBoss_3.2.0-tomcat_4.1.24 with default configuration and PostgreSQL as database. I have deployed a single Stateful Session bean in EAR file which does a very heavy task as compared to other stateless and entity beans. But when I send lot of concurrent requests to this statefu

[JBoss-user] [Performance Tuning] - Could not activate; failed to restore state

2004-08-04 Thread [EMAIL PROTECTED]
Hi, I am using JBoss_3.2.0-tomcat_4.1.24 with default configuration and PostgreSQL as database. I have deployed a single Stateful Session bean in EAR file which does a very heavy task as compared to other stateless and entity beans. But when I send lot of concurrent requests to this statefu

[JBoss-user] [Persistence & CMP/JBoss] - Inst. Per Tx with Cache Invalidation?

2004-08-04 Thread ioparra
First of all, is this an option? How about with optimistic locking? To enable cache, there are 2 changes: 1) additional EntityBeanChaceBatchInvalidatorInterceptor 2)change cache to InvalidableEntityInstanceCache To enable InstancePerTx, there is 1 change: 1)PerTxEntityInstanceCache The fundamen

[JBoss-user] [Messaging, JMS & JBossMQ] - [3.2.4] JMS_JBOSS_REDELIVERY_LIMIT problem

2004-08-04 Thread duslow
If the JMS_JBOSS_REDELIVERY_LIMIT in the JMS message header is set to a value higher then the MaxTimesRedelivered setting of the DLQConfig in the invoker-proxy-binding used by the MDB, the MDB will retry 1+ the MaxTimesRelivered max value, and then drop the message instead of forwarding it to th

[JBoss-user] [EJB/JBoss] - Re: SFSB problem

2004-08-04 Thread claude.glauser
See ejb specification, chapter 7.5.6, last paragraph. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844167#3844167 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844167 ---

[JBoss-user] [Installation & Configuration] - Why not Unpacked / Expanded / Exploded deployment from remot

2004-08-04 Thread rrhodes
I would like to point the deployment scanner to a webdav repository that is running on the same jboss instance, but I need it to deploy exploded archives. I set this all up before I found out jboss doesn't support unpacked deployment of remote urls. I'm basically just wondering what the reaso

[JBoss-user] [EJB/JBoss] - Re: SFSB problem

2004-08-04 Thread claude.glauser
Calls to stateful session beans are not synchronized according to the ejb specification. Scott Stark wrote in another thread: anonymous wrote : Change the stateful session interceptor to synchronize calls instead of throwing an exception or add a client interceptor that does the synchronization

[JBoss-user] [EJB/JBoss] - Re: Performance issue , 2 local String getXXX(32Byte) take

2004-08-04 Thread crowse
Hi James, Thanks for the tips and explanation, they help greatly. As you have noticed, I have already tried both the value bean and SLSB approaches with limited improvement in performance. I even had a method that packed the strings together with a pipe | separator. Yes it was fast

[JBoss-user] [JBoss.NET & SOAP] - Re: Why is jboss-net xdoclet hardcoded to rpc-encoded?

2004-08-04 Thread tdiesler
Do you want to share your xdt? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844162#3844162 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844162 --- This SF.Net em

[JBoss-user] [Persistence & CMP/JBoss] - over 10 commits for an insert?

2004-08-04 Thread komone
How come when you insert a new record to a database, JBoss seems to commit over 10 times? /k1 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844161#3844161 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844161 --

[JBoss-user] [JBoss.NET & SOAP] - Why is jboss-net xdoclet hardcoded to rpc-encoded?

2004-08-04 Thread zeke7237
Given that the preferred interop mode seems to be doc/literal, what was the thought behind leaving this unconfigurable? I've hacked up the xdt for my own purposes, but it would seem that a couple of attributes in there would make the generated web services more palatable to M$ clients .. View t

[JBoss-user] [EJB/JBoss] - Re: Synchronization of Stateful Session Bean

2004-08-04 Thread ereze
"[EMAIL PROTECTED]" wrote : Change the stateful session interceptor to synchronize calls instead of throwing an exception or add a client interceptor that does the synchronization on the client side. How do you do that? --Erez View the original post : http://www.jboss.org/index.html?module=bb

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Socket Timeout whenever I change the system time on wind

2004-08-04 Thread genman
Maybe you shouldn't change your system time in Windows? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844158#3844158 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844158

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBoss 3.2.1 thread leak OILClientILService

2004-08-04 Thread genman
Use UIL2, isn't this in the FAQ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844157#3844157 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844157 --- This SF.Net

[JBoss-user] [EJB/JBoss] - SFSB problem

2004-08-04 Thread ereze
Hi, I have a statefull session bean that performs searching for the user and keeps the searching results for paging though the results. I have a page with a link to activate the search "search". If I click it once the search is fired and everything works nicely. If I click it twice faster I get

[JBoss-user] [EJB/JBoss] - Re: EJB Deployment Failure in Jboss 4.0RC1

2004-08-04 Thread dev2gosoft
Scott, I was not able to find an option to add a attachment to the bug report?? Am I missing something??? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844153#3844153 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844

[JBoss-user] [EJB/JBoss] - Re: connecting MySQL & unicode problem

2004-08-04 Thread ereze
By the way, what version of MySQL ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844154#3844154 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844154 --- This SF.N

[JBoss-user] [Performance Tuning] - Re: How to prevent RMI calls inside same VM with EJB Session

2004-08-04 Thread TBO
Thank you M. Stark for your support. I haven't found any tags in jboss.xml or standardjboss.xml to force jboss to do a call by reference or by value. How can I achieve that ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844152#3844152 Reply to the post :

[JBoss-user] [Nukes User] - http and https front ends for nukes

2004-08-04 Thread cuoz
I am planning to port another site to nukes and would like to have the following setup: 2 hosts: http://www.mydomain.com and https://secure.mydomain.com I'm planning to use apache to front-end jboss with. So both hosts will use the same app server and instance of nukes. What I would like t

[JBoss-user] [Beginners Corner] - Re: Error in application redeployment under JBoss3.2.5

2004-08-04 Thread ibuser
I get the same error on JBoss 3.2.5 while redeploying a war. It used not to happen with JBoss 3.2.1. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844150#3844150 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844150

[JBoss-user] [Nukes User] - Re: HtmlBlock permission pattern?

2004-08-04 Thread cuoz
I believe the blocks should work the same way. When you go to permissions, you should see your html modules listed as 'blocks' and I think you can set the same sort of restrictions. Yes, the pattern I used should match any directory with that same name. I believe the patterns are just regular

[JBoss-user] [Clustering/JBoss] - [FarmMemberService] java.io.FileNotFoundException

2004-08-04 Thread utente2
I have got two jboss 3.2.4 on windows xp. They see each other. But, when I deploy a war application on the farm directory of one AS I got the following error (FileNotFoundException: C:\jboss-3.2.4\server \all\farm\dag.war (Access Denied) ), and my application is not copied in the other AS. Do you

[JBoss-user] [EJB/JBoss] - Re: Performance issue , 2 local String getXXX(32Byte) take

2004-08-04 Thread jamesstrachan
If we take out the timing code, what you are doing is :- | For each entry in index { | Get entity bean for index | Get ID | Get value | } | Getting the entity bean involves network I/O, and also requires that the server works to create the Entity Bean and to load its dat

[JBoss-user] [Security & JAAS/JBoss] - Re: Urgent production issue regarding to jboss security

2004-08-04 Thread ms26368
I have upgraded jboss to 3.2.6RC1 still i am getting this error. Also if i run without security manager then i faced accesscontrolexception. So, that;'s why i decided to run jboss in security manager. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844144#3844

[JBoss-user] [Performance Tuning] - Re: How to prevent RMI calls inside same VM with EJB Session

2004-08-04 Thread TBO
Thank you darranl, we supposed indeed that this was the translation, as indiquated in our third post... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844142#3844142 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38441

[JBoss-user] [Performance Tuning] - Re: How to prevent RMI calls inside same VM with EJB Session

2004-08-04 Thread [EMAIL PROTECTED]
The show a stack trace for one of the rmi calls in the optimize it output. You have to explicitly enable call by value semantics through a jboss.xml configuration (or standardjboss.xml) setting. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844141#3844141 R

[JBoss-user] [Performance Tuning] - Re: How to prevent RMI calls inside same VM with EJB Session

2004-08-04 Thread darranl
'no arg ctor' = No argument constructor View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844138#3844138 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844138 --- This

[JBoss-user] [HTTPD, Servlets & JSP] - Default context question, for an upgrade.

2004-08-04 Thread [EMAIL PROTECTED]
Hi. We use a slightly modified JBoss 3.0.6 server as our application server. We have changed it only in that we have added a wrapping directory with lib, deploy and configuration directories so that our files don't get confused with existing JBoss-distributed files. We use a servlet as a defa

[JBoss-user] [Beginners Corner] - Re: Simple Web App Deploy Fails

2004-08-04 Thread briana
Adding the / to test corrected the issue and JBoss is now deploying it without errors. I haven't set up an html file to test this and just wanted to be able to deploy the servlet. I'll go back to my Web app and appropriately configure the web.xml and attempt to deploy it. It's odd that Tomcat

[JBoss-user] [Performance Tuning] - Re: How to prevent RMI calls inside same VM with EJB Session

2004-08-04 Thread TBO
To complete our recent answer, first, we do not specify any url provider in the jndi.properties (as explained upper) so it may be auto-generated by the container. Then, in our source code, we call the constructor InitalContext with no arguments : initialContext = new InitialContext(); Then for

[JBoss-user] [EJB/JBoss] - Re: EJB Deployment Failure in Jboss 4.0RC1

2004-08-04 Thread [EMAIL PROTECTED]
deployment means that actual jar file causing the problem attached to the bug report at sourceforge. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844134#3844134 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844134

[JBoss-user] [Installation & Configuration] - Axis OutOfMemoryError

2004-08-04 Thread binoyindus
I get the following exception when running WebServices using Axis, Engine:216 - StandardWrapperValve[AxisServlet]: Servlet.service() for servlet AxisServlet threw exception java.lang.OutOfMemoryError But the funny thing is that, JBoss (version 3.2.4) itself is not running out of memory. Tried wi

[JBoss-user] [EJB/JBoss] - Re: EJB Deployment Failure in Jboss 4.0RC1

2004-08-04 Thread dev2gosoft
Scott, Sorry I did not understand u,... did u mean the actual jar file or the portion of the deployment descriptor??? thanks so much in advance View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844132#3844132 Reply to the post : http://www.jboss.org/index.html

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Anyone seen this?

2004-08-04 Thread thad
The problem was that my hsqldb localDB had become corrupt (I use it for message persistance). I fixed it by deleting the localDB* files in the server//data/hypersonic directory. JBoss recreated the database after restarting and it's now fixed. View the original post : http://www.jboss.org/index

[JBoss-user] [EJB/JBoss] - Re: EJB Deployment Failure in Jboss 4.0RC1

2004-08-04 Thread dev2gosoft
here is the portion of ejb-jar.xml for servercontrollerbean | | | | | ServerController | | com.togosoft.ht.service.server.ServerControllerHome | com.togosoft.ht.service.server.ServerController | com.togosoft.ht.service.se

[JBoss-user] [Beginners Corner] - Persistence Manager Problems

2004-08-04 Thread na2so4h2o
Hello all, I am trying to run an application I have built. I have placed the ear file in the deploy folder and have started JBoss. It goes through the entire process and even says that it is started. However, when I go back through the log I see this error, along with others: jboss.mq.destinat

[JBoss-user] [EJB/JBoss] - Re: EJB Deployment Failure in Jboss 4.0RC1

2004-08-04 Thread [EMAIL PROTECTED]
Yes, I need an example deployment. Attach it to the bug report. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844128#3844128 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844128 -

[JBoss-user] [EJB/JBoss] - Re: EJB Deployment Failure in Jboss 4.0RC1

2004-08-04 Thread dev2gosoft
here is the snippet of the actual original message: anonymous wrote : | | | 11:12:26,546 INFO [BlockingServer] Remoting 'async' protocol clients will connect to: InvokerLocator [async://192.168.0.101:8085/?compression=-1&tcp.nodelay=true] | 11:12:27,406 WARN [EJBDepl

[JBoss-user] [Management, JMX/JBoss] - Re: How to use Mbean to get Server Info in a java appln?

2004-08-04 Thread Frito
You can access any MBean from outside JBoss using the RMIAdaptor (jmx/invoker/RMIAdaptor). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844126#3844126 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844126

[JBoss-user] [Management, JMX/JBoss] - lookup for jmx/invoker/RMIAdaptor returns null

2004-08-04 Thread Frito
Hi, I am running JBoss 3.2.5 on a linux machine. Starting a client who tries to lookup jmx/invoker/RMIAdaptor from the same machine, null is returned instead of the wanted proxy. It works when the client is running on another machine (linux or windows) then JBoss and it works when JBoss and the

[JBoss-user] [EJB/JBoss] - Re: EJB Deployment Failure in Jboss 4.0RC1

2004-08-04 Thread dev2gosoft
Scott, Here is what i noticedthe classes that the classloader reports as not able to find are exception classes thrown by business methods in a Stateless Bean. Actually the exception class do exist in the jar file as reported earlier... The error message is exactly as the one reported in

[JBoss-user] [HTTPD, Servlets & JSP] - Re: accessing secured page

2004-08-04 Thread [EMAIL PROTECTED]
No, you have to programtically handle the redirect to the form login page and supply a post to the j_security_check servlet. There is an example of this in the org.jboss.test.web.test.FormAuthUnitTestCase from the testsuite module. View the original post : http://www.jboss.org/index.html?module

[JBoss-user] [Security & JAAS/JBoss] - Re: Problems Using DabaseServerLoginModule

2004-08-04 Thread [EMAIL PROTECTED]
This looks correct, but you'll need to compare what your doing to the EJBServlet which uses the JaasLoginFilter and the mapping /UnsecureServletWithLogin from the JAAS howo to in this forum. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844120#3844120 Reply

[JBoss-user] [HTTPD, Servlets & JSP] - accessing secured page

2004-08-04 Thread triathlon98
I have a servlet which is secured, and a program which needs to access that servlet. When the servlet is secured using BASIC authentication, I can easily pass my credentials using the following code | Authenticator.setDefault( new Authenticator() | { | protecte

[JBoss-user] [Security & JAAS/JBoss] - Re: Urgent production issue regarding to jboss security

2004-08-04 Thread [EMAIL PROTECTED]
Running with a security manager causes this problem with some jdbc drivers. This was fixed in 3.2.6RC1. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844118#3844118 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=384411

[JBoss-user] [Security & JAAS/JBoss] - Re: JaasSecurityManager and caching of X509Certificate chain

2004-08-04 Thread RolfArne
Thanks. Yes that works correctly with X509Certificate arrays. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844116#3844116 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844116 ---

[JBoss-user] [EJB/JBoss] - Re: Is jta transaction in jboss threadlocal?

2004-08-04 Thread [EMAIL PROTECTED]
RequiresNew suspends any previous thread association View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844115#3844115 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844115

[JBoss-user] [The Lizzard's corner] - Re: How to build from source jboss-4.0.0RC1-src

2004-08-04 Thread janilsal
Since it is a mac, you will use ./build.sh View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844114#3844114 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844114 --- T

[JBoss-user] [Performance Tuning] - Re: How to prevent RMI calls inside same VM with EJB Session

2004-08-04 Thread TBO
Thank you M.Stark for your support, We thought about this idea and in that case we had removed the line "java.naming.provider.url=jnp://<@IP>:1101" from the jndi.properties file. It seems in reading your post that it could be a bad factory used in the jndi.properties file. It contains now only

[JBoss-user] [HTTPD, Servlets & JSP] - Re: static context in jboss-3.2.5

2004-08-04 Thread janilsal
http://www.jboss.org/wiki/Wiki.jsp?page=ExternalDirectories JBoss provides a lot of answers to common questions via their official wiki. Please refer to the wiki first. The wiki is located at http://www.jboss.org/wiki View the original post : http://www.jboss.org/index.html?module=bb&op=viewto

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB ejbRemove() never called and OutOfMemory occurs...

2004-08-04 Thread [EMAIL PROTECTED]
ejbRemove() is invoked when the application server feels like it. It has nothing to do with transactions/requests. For all practicle purposes that means undeployment of the mdb in JBoss. I'd suggest you use the pooled jms connection provided by the resource adapter, see the FAQ and the examples on

[JBoss-user] [Persistence & CMP/JBoss] - Re: Exception + Bugfix(?): could not load field value with

2004-08-04 Thread loubyansky
And you should be running NotSupported, right? The patch you suggest does not solve the big problem. This is fixed in 3.2.6RC2. Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844110#3844110 Reply to the post : http://www.jboss.org/index.html?module=bb

[JBoss-user] [Management, JMX/JBoss] - Re: Connecting with JSR160 compliant tool

2004-08-04 Thread [EMAIL PROTECTED]
If = yes, when = after 4.0.0. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844109#3844109 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844109 --- This SF.Net ema

[JBoss-user] [Security & JAAS/JBoss] - Re: JaasSecurityManager and caching of X509Certificate chain

2004-08-04 Thread [EMAIL PROTECTED]
A more generic approach would be: | else if( subjectCredential.getClass().isArray() ) | { | Object[] a1 = (Object[]) subjectCredential; | Object[] a2 = (Object[]) credential; | isValid = Arrays.equals(a1, a2); | } | Ca

[JBoss-user] [Management, JMX/JBoss] - Re: Connecting with JSR160 compliant tool

2004-08-04 Thread GreyDeath
Thanks for the clarification. From some other forum entries I got the impression that this would be included in 4.0 Any Idea when or if this will be implemented? Mike View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844107#3844107 Reply to the post : http://

[JBoss-user] [Persistence & CMP/JBoss] - Re: Lock and immediate rollback of a transaction

2004-08-04 Thread invisiblemage
So, are we talking of "real" clients, that read some data, display it to the user, and after 20 minutes the user commits new data? Then it is really no good practice to keep the entity-reference on the client (with a transaction open ?!!) - the client should never ever have direct access to an e

[JBoss-user] [Security & JAAS/JBoss] - Re: JaasSecurityManager and caching of X509Certificate chain

2004-08-04 Thread RolfArne
I've submitted a patch for this, see https://sourceforge.net/tracker/index.php?func=detail&aid=1003258&group_id=22866&atid=376687 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844104#3844104 Reply to the post : http://www.jboss.org/index.html?module=bb&o

[JBoss-user] [Performance Tuning] - Re: How to prevent RMI calls inside same VM with EJB Session

2004-08-04 Thread [EMAIL PROTECTED]
The only rmi call this could be is the JNDI naming service. This would indicate that you are not using the no arg ctor of the InitialContext and are supplying a provider url which triggers the rmi call. If its not the naming service, show the trace for the call. View the original post : http:/

[JBoss-user] [The Lizzard's corner] - Re: How to build from source jboss-4.0.0RC1-src

2004-08-04 Thread [EMAIL PROTECTED]
Same as always: | cd jboss-4.0.0RC1-src/build | build | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844103#3844103 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844103 ---

[JBoss-user] [Management, JMX/JBoss] - Re: Connecting with JSR160 compliant tool

2004-08-04 Thread [EMAIL PROTECTED]
jsr160 is not required by j2ee 1.4 and so it has not been implemented yet. The referenced page: http://mc4j.sourceforge.net/usageJBoss.html says it works with 3.2 and if it does, the same url would be used. This page incorrectly states that the RMIAdaptor location is not "jmx/rmi/RMIAdaptor". Th

[JBoss-user] [Persistence & CMP/JBoss] - Re: Lock and immediate rollback of a transaction

2004-08-04 Thread morenito9000
I need this behaviour because I wanna avoid this situation: CLIENT 1 starts modifying some data: it reads data, updates them (using a GUI) and writes them in the DB. if CLIENT 2 starts after CLIENT 1's start, but before CLIENT 1's update, it can try to write in DB "no more valid" data I prefer t

[JBoss-user] [The Lizzard's corner] - How to build from source jboss-4.0.0RC1-src

2004-08-04 Thread macunkie
I downloaded jboss-4.0.0RC1-src and can't find documentation on how to build on Mac OS 10.3.4? Thanks, Samuel. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844098#3844098 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&

[JBoss-user] [EJB/JBoss] - Re: EJB Deployment Failure in Jboss 4.0RC1

2004-08-04 Thread [EMAIL PROTECTED]
Add a sample deployment to the bug report. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844097#3844097 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844097 --- Th

[JBoss-user] [Nukes User] - Re: HtmlBlock permission pattern?

2004-08-04 Thread ninus2
thanks cuoz! - I managed forbidding access to Html content in the main area I think but I still cannot prevent my HtmlBlocks from being seen by everyone... - also, about this pattern you use, does the .*/directory/.* mean any path that would contain "directory" in it? that would be cool :) - wha

[JBoss-user] [EJB/JBoss] - EJB Deployment Failure in Jboss 4.0RC1

2004-08-04 Thread dev2gosoft
This issue appears to be related to issue# 967939 in the bug tracking database. I have trying to deploy a jar file with ejbs, that has already been successfully deployed and tested in jboss 3.2.5, on Jboss 4.0RC1 and I am getting a failure ClassNotFoundException when deploying Stateless Session

[JBoss-user] [EJB/JBoss] - Problems loading properties file

2004-08-04 Thread apinto
Hi there, I'm having some problems with my application in JBoss 3.0.7 that I don't have with JBoss 3.2.3. There are 3 EARs, each with an etc/ directory in the root, and with a properties file inside the directory. Each EAR was beans that access this property files. In 3.2.3, the beans load

[JBoss-user] [EJB/JBoss] - Performance issue , 2 local String getXXX(32Byte) take 95 m

2004-08-04 Thread crowse
Hi, I am having problems trying to materialize a list of 3 key/value pairs off a MS SQL server using JBoss CMP. The log shows that the system spends 95% of its time in the 2 get methods (returning strings). I must be missing a configuration error in XDoclet or JBoss. The 'Raw' SQL s

[JBoss-user] [Messaging, JMS & JBossMQ] - JBoss 3.2.1 thread leak OILClientILService

2004-08-04 Thread daviddamen
Hello, We have a JBoss (3.2.1) server running in production, and see a thread leak. After doing a thread dump, we see that there are a lot of "OILClientILService" and "OIL Worker" threads hanging a socketRead-method. We are unable to get this behaviour on our test system. Does anyone have an ide

[JBoss-user] [Installation & Configuration] - Re: MySQL error with JMS-Server

2004-08-04 Thread berlinbrown
It might be jboss is trying to use a method not in the JDBC driver, DataSource? or something, that is my guess. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844090#3844090 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&

[JBoss-user] [Beginners Corner] - Re: Problem stopping JBoss: wrong port number

2004-08-04 Thread GRatcliffe
In the bin directory there is a shutdown.jar. If you look in this you will see there is a jndi.properties file. It contains localhoat:1099. If you use shutdown.sh or shutdown.bat it will use the file unless you ensure another version, that can contain the correct host/port, is found first. Note t

[JBoss-user] [Security & JAAS/JBoss] - Re: Can't get SSL properly configured for web app - Use Apac

2004-08-04 Thread conor macmahon
Hi jhbjava, To support SSL in our development, staging and production environments, I configure Apache http web server to perform the SSL transport, then configure the apache http web server again so that it acts as a reverse proxy for a given application. For example, when I acce

[JBoss-user] [Beginners Corner] - Re: putting jdbc driver in an ear file

2004-08-04 Thread crowse
hi Yeou ear file has som jars and wars in it. In the war, you cna put the driver in WEB-INF/lib in ejb-jars you can make a lib directory Do this from ant like this, you mak need to make a lib directory in the driver distribution so that the files land up in the lib subdirectory of t

[JBoss-user] [Performance Tuning] - How to prevent RMI calls inside same VM with EJB Session ?

2004-08-04 Thread TBO
Hello, Wtih JBOSS 3.2.3, we observe using Borland Optimize It! Server Trace that some RMI calls (around 20% of transaction time) are used when trying to get EJB session (stateless) from JSP calls. The application is all deployed in an EAR in the same VM. In forums and docs, it seems that JBOSS

[JBoss-user] [Security & JAAS/JBoss] - Re: SSO Support in jboss-3.0.8_tomcat-4.1.24?

2004-08-04 Thread conor macmahon
Hi Kahkhan, Reason I have not migrated up to now is that 3.2.3 had a backwards compatability bug which meant my ejb components did not work as expected without more work than I could justify. However, I believe 3.2.5 has fixed these bugs, hence I'll try that, hopi

[JBoss-user] [EJB/JBoss] - Re: Rollback not removing row in DB

2004-08-04 Thread antalf
Sorry, forgot to say that! I'm using Mysql 4.0.17 for DB and the driver is mysql-connector-J 3.0.14 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844082#3844082 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844082

[JBoss-user] [Persistence & CMP/JBoss] - JBossHibernate & JBoss 4.x

2004-08-04 Thread david.wade
So JBoss 3.2.6 includes the HARDeployer; http://www.jboss.org/wiki/Wiki.jsp?page=JBossHibernate has this slated for inclusion into 4.x and when ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844079#3844079 Reply to the post : http://www.jboss.org/ind

[JBoss-user] [EJB/JBoss] - Re: Serialized Files removed while refernces to bean exist

2004-08-04 Thread darranl
What about catching the RemoteException that is thrown and handling it? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844078#3844078 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844078 -

[JBoss-user] [Persistence & CMP/JBoss] - Re: Container Managed Relationships query

2004-08-04 Thread invisiblemage
how do you think the java code to access this field would look like? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844077#3844077 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844077

[JBoss-user] [EJB/JBoss] - Re: Rollback not removing row in DB

2004-08-04 Thread loubyansky
This is a database or driver problem. What are you using? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844076#3844076 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844076 ---

  1   2   >