[JBoss-user] [EJB/JBoss] - how to know port is opened

2004-12-03 Thread johnhelen
Hello I have a server using JBoss. I know that JBoss use port 1099 as defaut port for computer clients to access to EJBs in the server computer. In my client application, I have java.naming.provider.url=serverIP/1099 However, I think that my client application sometime cannot access to this

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: can't get JMS to rollback send using JmsXA

2004-12-03 Thread jcstaff
I changed my session to transacted=true (and the printed debug stated this was the case). However, it worked the same as the transacted=false case. According to what I've read and experienced with WebLogic JMS, transacted=true means to use JMS internal transactions (thus use commit()/rollback()

[JBoss-user] [Installation & Configuration] - Re: NullPointerException in PreparedStatementCache.ageOut

2004-12-03 Thread camel
http://www.google.com/search?sourceid=navclient&ie=UTF-8&q=PreparedStatementCache%2EageOut+jboss View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857410#3857410 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857410

[JBoss-user] [JBoss Getting Started Documentation] - Re: status 404 jmx-console again :(

2004-12-03 Thread [EMAIL PROTECTED]
me neither ;) ok just kidding. Please elaborate. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857409#3857409 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857409 -

[JBoss-user] [Beginners Corner] - Re: View Tomcat Output in JBoss Terminal

2004-12-03 Thread [EMAIL PROTECTED]
"JBoss Terminal" View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857408#3857408 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857408 --- SF email is sponsored b

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB processing is sleeping for ten minutes (transaction

2004-12-03 Thread [EMAIL PROTECTED]
me neither ;) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857407#3857407 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857407 --- SF email is sponsored by - The

[JBoss-user] [Installation & Configuration] - Re: Cant even run JBOSS because of PORT 1098

2004-12-03 Thread darranl
Tell us your operating system, JDK version and JBoss version and post the full error and associated stack trace. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857406#3857406 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB processing is sleeping for ten minutes (transaction

2004-12-03 Thread genman
The MDB shouldn't be processing messages synchronously. I don't understand this post. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857405#3857405 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857405

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: javax.naming.CommunicationException: Receive timed out.

2004-12-03 Thread genman
This is a network issue. Did you check jndi.properties ? Where is JBoss running? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857404#3857404 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857404 -

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: can't get JMS to rollback send using JmsXA

2004-12-03 Thread genman
I thought if it was transacted, you have to use "true" when creating QueueSession: session_ = connection.createSession(true, 0); View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857403#3857403 Reply to the post : http://www.jboss.org/index.html?module=bb&

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Runtime Exception during ejbCreate

2004-12-03 Thread genman
If ejbCreate() fails, the message gets rolled back automatically. setMessageDrivenContext is only called after ejbCreate, so there's no way you can setRollbackOnly there. http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/ejb/MessageDrivenBean.html View the original post : http://www.jboss.o

[JBoss-user] [Security & JAAS/JBoss] - Using LDAP connection module to authenticate

2004-12-03 Thread pintovc
I have browsed through the forum, read the documentation but am still unable to authenticate. Maybe I am missing something or just need another pair of eyes to look at the problem. Here is what my jboss.xml file looks like java:/jaas/LdapToActiveRealm This is what my web.xml looks l

[JBoss-user] [JCA/JBoss] - Re: Unregistered handle that was not registered! null for ma

2004-12-03 Thread damian80
1) What do you mean by broken? Perhaps unimplemented? I currently have my own simple implementation, this is the entire code of the class: | import javax.resource.spi.ConnectionRequestInfo; | import java.util.HashMap; | | | public class ConnectionRequestInfoAdapter extends HashMap

[JBoss-user] [Beginners Corner] - Re: Problem connecting to Hypersonic using JBoss 4.0

2004-12-03 Thread Mette
I also ran into this issue, and I found another post regarding the exact same issue. It appears to me that the default setting in the config file has changed at some point, making the documentation invalid. It tells you to change the two items, but the third must be changed also in order for eve

[JBoss-user] [Beginners Corner] - Re: Need help with setting up database with Duke's Bank

2004-12-03 Thread Mette
I forgot to escape the XML tags, what I mean was, Change jboss:service=Hypersonic,database=localDB to jboss:service=Hypersonic View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857393#3857393 Reply to the post : http://www.jboss.org/index.html?module=bb&op=

[JBoss-user] [Beginners Corner] - Re: Need help with setting up database with Duke's Bank

2004-12-03 Thread Mette
I too ran into the same problem. It seems the default setting in the hsql file changed, and the documentation did not keep up. There is in fact a third item you also have to change to make it work. Change: jboss:service=Hypersonic,database=localDB to jboss:service=Hypersonic This i

[JBoss-user] [EJB/JBoss] - Illegalstateexception in jboss scheduler

2004-12-03 Thread anoja
Hello, I am trying to access entity bean methods from JBoss scheduler(ServiceMBeanSupport). I am getting the followig error when accessing the finder methods. Any help in rsolving this is apperciated. RuntimeException: java.lang.IllegalStateException: createBeanClassInstanceCommand == null at o

[JBoss-user] [JCA/JBoss] - Recreating Tables in Hypersonic

2004-12-03 Thread neptune5
Hi all In the jdbc-comp.xml file the tags : and are both set to true . This is supposed to delete your table and then recreate it ? I'm sure that this worked in 3.2.3 but now in 3.2.6 I can't get it too. Is there some different way of doing it ? Regards Adrian View the original post : htt

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

2004-12-03 Thread sreddy_08854
is that supposed to be the answer ?? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857385#3857385 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857385 --- SF

[JBoss-user] [Beginners Corner] - Application Client Container Usage (application-client.xml)?

2004-12-03 Thread aharshbarger
Is there any in depth documentation on the usage of the Application Client within JBoss? I am currently looking at using JBoss 4.x. Basically, I have a need to have a standalone Java Application that is dependent on a newly created J2EE based application (JSP, Servlets, EJB, etc) that runs wit

[JBoss-user] [Security & JAAS/JBoss] - Re: why multiple authentication !

2004-12-03 Thread [EMAIL PROTECTED]
The JAAS login does not change the security association at the web container level such that forwarded request are done with that security context. The JAAS login affects calls to other secured resources like jms, ejbs, and jca. I have created a feature request to see if this is something we can

[JBoss-user] [Installation & Configuration] - Cant even run JBOSS because of PORT 1098

2004-12-03 Thread gloveny
Hi everyone, I cant run the JBOSS server becasue of somthing to do with port 1098. Its to do with the RMI naming service.When I run the server by the running the run.bat file, it starts ok then runs into problems and outputs java.rmi.server.ExportException: Listen failed on port: 1098; nes

[JBoss-user] [J2EE Design Patterns] - Re: ServerSocket MBean

2004-12-03 Thread infectedrhythms
So here goes... I currently have some "services" application that run there own TCP/IP server socket. They use that socket to receive requests, process the request and respond back to the client. Bassically we design a very crewd RPC... Now recently I started looking to maybe porting these appl

[JBoss-user] [Installation & Configuration] - Re: 4.0.0 installing an an AS400

2004-12-03 Thread smitopher
That is what I thought but for the life of me I could not figure out where in run.sh that it was being set. I finally figured out that I hade to change run.conf I changed JAVA_OPTS and JAVA_HOME in run.conf and I did not have to change any environment variables. Thank you View the original p

[JBoss-user] [JCA/JBoss] - Re: Unregistered handle that was not registered! null for ma

2004-12-03 Thread [EMAIL PROTECTED]
1) It is your ConnectionRequestInfo that is broken (hashcode/equals). 2) You are not sending the handle connection object on the closed event. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857378#3857378 Reply to the post : http://www.jboss.org/index.html?mo

[JBoss-user] [JCA/JBoss] - Re: I have trouble on JBoss JTA with OracleXADs and JMSQueue

2004-12-03 Thread [EMAIL PROTECTED]
Moderated: FAQ http://www.jboss.org/wiki/Wiki.jsp?page=MyJMSReceiverCannotSeeADBUpdateMadeInTheSameTransactionAsASend View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857377#3857377 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=

[JBoss-user] [EJB/JBoss] - Classloading Issue

2004-12-03 Thread ponifaax
Hi, i have my EJB and a WebService for my session bean on JBoss 3.2.6. I pack the WSR and the JAR in an EAR. Furthermore I need some custom classloading (Isolation with Overriding). My "custom jars" are packed togehter with my classes in the JAR file of the EJB. I'm not sure if this is the rig

[JBoss-user] [Security & JAAS/JBoss] - Re: Is JBossSX /JAAS right for me?

2004-12-03 Thread mmoore
Thanks Scott. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857374#3857374 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857374 --- SF email is sponsored by - The

[JBoss-user] [Persistence & CMP/JBoss] - Re: EJB 1.1 finder problem with JBoss 4.0

2004-12-03 Thread sgore
test View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857373#3857373 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857373 --- SF email is sponsored by - The IT Produc

[JBoss-user] [Persistence & CMP/JBoss] - Re: EJB 1.1 finder problem with JBoss 4.0

2004-12-03 Thread sgore
test View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857372#3857372 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857372 --- SF email is sponsored by - The IT Produc

[JBoss-user] [Beginners Corner] - View Tomcat Output in JBoss Terminal

2004-12-03 Thread mduffy_lists
Is there a way to view the standard Tomcat output in the JBoss terminal? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857370#3857370 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857370

[JBoss-user] [Persistence & CMP/JBoss] - Re: Will JBoss 4.x officially drop CMP 1.x suuport via jaws?

2004-12-03 Thread OBender
"fbiaggi" wrote : Not official, | but on JBoss 4.0.0 all the jaws related classes are not here. They still there at least in RC1, but as I could see from the prev. post they will be removed... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857367#3857367 R

[JBoss-user] [Persistence & CMP/JBoss] - Re: Will JBoss 4.x officially drop CMP 1.x suuport via jaws?

2004-12-03 Thread OBender
Is there any good documents for this? For example how to migrate jaws.xml to jbosscp-jdbc.xml? Especially what to do with elements? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857366#3857366 Reply to the post : http://www.jboss.org/index.html?module=bb&

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: ReadTask and Write Task Threads in UIL2

2004-12-03 Thread [EMAIL PROTECTED]
Every connection has a read/write task thread so to have 3 you have 3 connections. I only see two so its not clear where the third is coming from. On the server side, you can eliminate on UIL2 connection in favor of a INJVM connection if the session bean and JMS server are collocated. This is ac

[JBoss-user] [Persistence & CMP/JBoss] - Re: Will JBoss 4.x officially drop CMP 1.x suuport via jaws?

2004-12-03 Thread [EMAIL PROTECTED]
JAWS is gone from 4.0.0. You need to migrate to the cmp2.1 engine. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857362#3857362 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857362 --

[JBoss-user] [EJB/JBoss] - Re: EJB Access to a web module

2004-12-03 Thread abigail
Sry didnt placed the code tag >< | | | | | Rutinas Caja - WebService | | RutinasCajaEJB.wsr | | | | caja.war | /caja | RutinasCajaEJB.wsr | | | |

[JBoss-user] [Persistence & CMP/JBoss] - Re: Will JBoss 4.x officially drop CMP 1.x suuport via jaws?

2004-12-03 Thread fbiaggi
Not official, but on JBoss 4.0.0 all the jaws related classes are not here. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857360#3857360 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857360 -

[JBoss-user] [Installation & Configuration] - Re: Problems running JBoss 4.0.0 as Windows Service

2004-12-03 Thread fbiaggi
The following example works: REM Register JBoss as NT Service copy .\bin\JavaService.exe %SystemRoot%\system32\JavaService.exe set JbossPath=e:\jboss\bin set javaPath=c:\jdk1.5 set cp=%javaPath%\lib\tools.jar;.\run.jar;.\myRes.jar JavaService.exe -install JBoss "%javaPath%\jre\bin\client\jvm.d

[JBoss-user] [Beginners Corner] - Re: java.lang.RuntimeException: Cannot create MBeanServer

2004-12-03 Thread monsterk
i changed the sdk and works tanx dude View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857358#3857358 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857358 --- SF emai

[JBoss-user] [Installation & Configuration] - Re: 4.0.0 installing an an AS400

2004-12-03 Thread fbiaggi
The -server parameter is not supported on the IBM JVM, it is only hotspot. Remove the parameter. Ciao. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857357#3857357 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857357

[JBoss-user] [EJB/JBoss] - EJB Access to a web module

2004-12-03 Thread abigail
Hi, I want an ejb to access the classes in a web module. Sometimes it work and sometimes i get a deployment error saying the class is not found >< Do a have to do some special configuration to make this work all the time? My applicattion.xml its like Rutinas Caja - WebService

[JBoss-user] [JBoss Getting Started Documentation] - status 404 jmx-console again :(

2004-12-03 Thread zeero
first of all my JAVA_HOME=C:\j2sdk1.4.2_05 on windows (ive also tried jdk1.5.0) I've tried running jboss 4.0.0 and 3.2.6 at different times I run the batch file and minimize it tomcat is running properly, but can't hit the jmx-console, I don't understand what is wrong? View the original post :

[JBoss-user] [Beginners Corner] - Re: java.lang.RuntimeException: Cannot create MBeanServer

2004-12-03 Thread darranl
What is your operating system? What is your JDK version? What is the FULL error and stack trace. What steps have you gone through to get to this stage? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857354#3857354 Reply to the post : http://www.jboss.org/in

[JBoss-user] [Beginners Corner] - java.lang.RuntimeException: Cannot create MBeanServer

2004-12-03 Thread monsterk
iÂve got this error when iÂve tried to start the jboss4.0.0 help me View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857352#3857352 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857352

[JBoss-user] RE: Help to configure datasource to oracle db

2004-12-03 Thread DEVEDJIAN Laurent
Hi Luc, Thanks for your answer, I made change, it' seem's working (no error on the consol). I just try to make a spool connection calling MyApplication but without success. I will search again. Have a nice w-e. Thanks again, regards, Laurent Computer Resources International (Luxembourg)

[JBoss-user] [Security & JAAS/JBoss] - Re: Configuration DynamicLoginConfig

2004-12-03 Thread karink
Hi Scott, thanx for your answer. If I put the file myloginconfig.xml in the WEB-INF/classes directory, it cannot be found when I start JBoss the first time. Then I redeployed the service.xml and the file myloginconfig.xml is found. So I does not work properly. Is this a bug? It would be also coo

[JBoss-user] [HTTPD, Servlets & JSP] - java.net.ConnectException Problem

2004-12-03 Thread Pablinho
Hi, I've got a strange exception (for me) when I launch Jboss-3.2.3 and when it tries to deploy an ear application. It looks like a resource can't be reached. As you can see, I'm using struts and the exception occurs when ressource file are initialized. Thanks for any help or advices. anonymous

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: oracle can not persist BLOB in JMS_MESSAGES table

2004-12-03 Thread ckmod
I am experiencing the same problem with oracle 8.0.6 and jdbc driver version 9.0.1.4: I cannot store blobs larger than 4KB...:-( View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857341#3857341 Reply to the post : http://www.jboss.org/index.html?module=bb&op=po

[JBoss-user] [Security & JAAS/JBoss] - Re: why multiple authentication !

2004-12-03 Thread hatoug
CODE SNIPPET OF THE SERVLET AUTHENTICATION protected void forward (HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { System.out.println("appel de accesPWS.forward()"); String useraction = request.getParameter("useraction"); String buildUrl = null

[JBoss-user] [Security & JAAS/JBoss] - why multiple authentication !

2004-12-03 Thread hatoug
Hello Everybody, I use authentication on jboss using a how-to found in : http://www.javaworld.com/javaforums/printthread.php?Board=JavaSecurity&main=2500&type=post But I have problem, when I call any page of the site(servlet or jsp), it returns me the form login page (it s OK) , so I log in.

[JBoss-user] [EJB/JBoss] - uuid generation

2004-12-03 Thread p_nevilleuk
Hi, I've been looking into the uuid-key-generator.sar as I need to create a uuid. Unfortunately, it does not seem to implement the standard as described in DCE 1.1 RPC (and draft-leach-uuids-guids-01.txt). I see that j2se 1.5 now has java.util.UUID and this seems close to the spec, but does no

[JBoss-user] [Installation & Configuration] - JBoss 3.2.3 ClassLoading Help (yet again)

2004-12-03 Thread davidakoontz
I've read quite a bit about JBoss and ClassLoading (UCL) issues. As I am having one of these issue - but no luck resolving it, I'm looking for help. In general I can't find good info on the jboss-app.xml file and it's configuration. On the net there are many different examples that have variou

RE: [JBoss-user] Help to configure datasource to oracle db.

2004-12-03 Thread Luc Texier
In standardjbosscmp-jdbc.xml java:/OracleDS Oracle9i Look down in the file to find which datasource-mapping applies to your server configuration In oracle-ds.xml OracleDS Get rid of /deploy/hsqldb-ds.xml -Original Message- From: [EMAIL PROTECTED] [mailt

[JBoss-user] [JBoss.NET] - How to handle concurrent web service request?

2004-12-03 Thread keanthian
hi all, Can anyone tell me how can we control number of request submitted to our web service. The problem i'm facing now is, a web service client spawn 100 request threads to my web service. This cause an exception being thrown to the client. Is there any method to avoid throwing exception to c

[JBoss-user] [JCA/JBoss] - jboss 3.0.6: connection pool which oracle oci

2004-12-03 Thread sscheuring
Hello, I am using JBOSS 3.0.6 since a few months, I was able use it and configure it without problems - till now. I have configured some connection pools using the oracle thin driver. Now I want to use the OCI driver with gives me more debugging support. Unfortunately I can not configure JBOSS

[JBoss-user] [Beginners Corner] - Re: how to use / deploy J2EE application in unpacked / open

2004-12-03 Thread [EMAIL PROTECTED]
Hi Frito, Could you shoot me an email when you've got a minute? [EMAIL PROTECTED] Thanks, Luc View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857334#3857334 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857334 --

[JBoss-user] [Installation & Configuration] - Re: unable to find jbosspool.jar

2004-12-03 Thread darranl
What is jbosspool.jar? What do you need it for? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857333#3857333 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857333

[JBoss-user] [EJB/JBoss] - Re: calling EJB from the client

2004-12-03 Thread darranl
It is in the client folder. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857332#3857332 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857332 --- SF email is spons

[JBoss-user] [EJB/JBoss] - Re: STRANGE !!! Why call-by-reference when Serivice Bean cal

2004-12-03 Thread Frito
As default invocation (for a better performance) JBoss is using an invoker for bean-to-bean calls which is doing a call-by-reference. You can configure the invocation within the beans deployment descriptor (jboss.xml). If you are using the ByValueInvoker every call is done with marshalling/unmar

[JBoss-user] [Installation & Configuration] - Howto connnect Apache whith JBoss 4

2004-12-03 Thread jmreina
Hi, I'mt trying to connect Apache with JBoss 4.0.1 but I cannot find any kind of "howto". I created the mod_jk.conf, the workers.properties, etc. But Apache try to server itself the URI that contents what I specified in the JKMount option... Does it exist?. Anyway, how can i do it?. View the o

[JBoss-user] [Beginners Corner] - Re: General EJB security question

2004-12-03 Thread Frito
The server would throw a NoClassDefFound for "Hacker" when unmarshalling the parameter which IS an instance of Hacker ;-) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857328#3857328 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&

[JBoss-user] [EJB/JBoss] - Re: calling EJB from the client

2004-12-03 Thread naveen
i can't able to find that jar in my jboss directory View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857326#3857326 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857326

[JBoss-user] [Persistence & CMP/JBoss] - Will JBoss 4.x officially drop CMP 1.x suuport via jaws?

2004-12-03 Thread OBender
Can someone from JBoss team confirm (or not) that versio 4.x will drop support of CMP 1.x via jaws? It is working in 4.0.0 RC1 but there are a lot of rumors (even here) that jaws won't (isn't) officially supported going forward in 4.x. View the original post : http://www.jboss.org/index.html?mo

[JBoss-user] [Installation & Configuration] - unable to find jbosspool.jar

2004-12-03 Thread nateshkurup
Hi , Iam not able to locate jbosspool.jar. Can anybody please guide me where can i find the download. Thanks & Regards Natesh View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857315#3857315 Reply to the post : http://www.jboss.org/index.html?module=bb&op=po

[JBoss-user] [JCA/JBoss] - Unregistered handle that was not registered! null for manage

2004-12-03 Thread damian80
Hi there, I'm currently developing a JCA Resource Adapter on JBoss 3.2.6, and I am having two problems. One, that it doesn't seem like my connection pool works for anything, everytime i ask for a connection from the managed connection factory, it creates a new managed connection, and they get

[JBoss-user] [HTTPD, Servlets & JSP] - Two struts based applications redirects one to the other

2004-12-03 Thread rrodpor
I have a serious problem! I have two struts-based applications filtered each one with SecurityFilter and when i try to connect to run one application with its URL, the filter redirects me to the other application URL, and i donÂt understand the cause. I think ttha maybe could a problem betw

[JBoss-user] [EJB/JBoss] - Re: calling EJB from the client

2004-12-03 Thread darranl
HAVE YOU PUT jbossall-client.jar ON THE CLASSPATH OF THE CLIENT? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857312#3857312 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857312

[JBoss-user] [EJB/JBoss] - Re: calling EJB from the client

2004-12-03 Thread naveen
Sorry,the error is javax.Naming.NoInitialContextException : Cannot instantiate class : org.jnp.interfaces.NamingContextFactory [root exception is java.lang.ClassNotFoundException org.jnp.interfaces.NamingContextFactory I have changed the client code into a simple one and set all the properties

[JBoss-user] [Installation & Configuration] - ehcache - 11:37:35,009 WARN [Plugin] Could not find configu

2004-12-03 Thread beyarecords
Hi, i'm running Jboss 4.0 and a getting the following message when Jboss is starting up: | 11:37:35,009 WARN [Plugin] Could not find configuration for test.Artist. Configuring using the defaultCache settings. | I have placed my ehcache.xml.jar into the following directory: /server/defau

[JBoss-user] [Beginners Corner] - Re: Do I Have to Create a new War File Just to Change a JSP?

2004-12-03 Thread kamal_tavant
You can deploy your application as an exploded war i.e., create a yourwebapp.war directory under the deploy directory and copy all the files under it. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857309#3857309 Reply to the post : http://www.jboss.org

[JBoss-user] [Management, JMX/JBoss] - Re: Customize mBean view in jmx-console

2004-12-03 Thread jivkoto
10x I'll check it right now View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857308#3857308 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857308 --- SF email is spons

[JBoss-user] [Installation & Configuration] - path mapping

2004-12-03 Thread GrahamM
Hi I'm using JBoss 3.2.3 with tomcat embedded server. I've been using JRun with its integrated http server. In this we can specify a virtual mapping so that when the browser sees "../document/images" in an image URL after the war document root this is actually mapped to another path either ab

[JBoss-user] [EJB/JBoss] - Re: timer cancel - log

2004-12-03 Thread p_nevilleuk
Anyone using timers care to check this for me? If not, I'll raise a bug. Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857306#3857306 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857306 -

[JBoss-user] [Clustering/JBoss] - load balancer and sticky session.

2004-12-03 Thread ferozklm
Hi, We have a configuration like one cisco loadbalancer connected with three servers, In each node apache listening to port 80 and request is redirecting to jboss-3.2.5/tomcat. we have clustered the three jboss instances and it is identifying each other But problem is that session is no

[JBoss-user] [Security & JAAS/JBoss] - Re: CredentialsExpired and AccountExpired exception

2004-12-03 Thread sberna
With a bit more research i have found the following lines of code on org.jboss.ejb.plugins.SecurityInterceptor Starting on line 150. // Check the security info from the method invocation if (securityManager.isValid(principal, credential) == false) { String msg = "Authe

[JBoss-user] [Javassist user questions] - javassist-3.0RC1: replace(

2004-12-03 Thread rezahay
Hello, I have tried the following code, based on the tutorial: = public class Test { public static void main(String[] args) throws Exception { ClassPool pool = ClassPool.getDefault(); pool.insertClassPath("some-pa

[JBoss-user] [Security & JAAS/JBoss] - CredentialsExpired and AccountExpired exception

2004-12-03 Thread sberna
Im trying to integrate a new authorization system through spring loginmodules by extending AbstractServerLoginModule. Everything works perfectly up to the point where I try to test CredentialExpired exceptions and AccountExpiredException. Then, no matter the security exception thrown the client

[JBoss-user] [JBoss.NET] - Web Serivce Problem

2004-12-03 Thread ponifaax
Hi, I'm writing an stateless session EJB which internally uses the Google Web Serivice and the Amazon Web Service (i have to use JBoss 3.2.6). My EJB methods are furthermore exposed again as WS. So far so good, when I try to integrate the Google WS into my EJB I alway get an error message, the

[JBoss-user] [Installation & Configuration] - Jboss AIX5.5

2004-12-03 Thread schmal
Hi there, we installed Jboss 4. on an RS6000 with AIX5.2. Installation went nearly fine, when we start the 'run.sh' an errormessage occured : # 16:08:51,213 ERROR [URLDeploymentScanner] Incomplete Deployment listing: MBeans waiting for other MBeans: ObjectName: jboss:service=CorbaNaming state

[JBoss-user] [EJB/JBoss] - STRANGE !!! Why call-by-reference when Serivice Bean call En

2004-12-03 Thread rebeccawong33
We are using BMP and have a service bean call a business method from an Entity bean. We find that the return value is by call-by-reference, that is what the service bean obtained is actally the same instrance stored in the entity bean. We are using commit option 'A' and remote interface (not lo

[JBoss-user] [Persistence & CMP/JBoss] - Re: CacheInvalidator(3.2.7RC1 jdbc2) complains alot, why?

2004-12-03 Thread [EMAIL PROTECTED]
Yes, I'll make it TRACE. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857296#3857296 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857296 --- SF email is sponsore

[JBoss-user] [HTTPD, Servlets & JSP] - JBoss 3.2.6, Apache 2.0.x for win32 and mod_jk2

2004-12-03 Thread giordano
I read a lot of message about Apache and Jboss configuration and mod_jk12 or mod_jk2 but none of them for win32. I have the following: Jboss 3.2.6, Apache 2.0.49 win32 or Apache 2.0.50 win32 and mod_jk2. What is the exact configuration procedure to run all without problems? Thank you very much

[JBoss-user] [Persistence & CMP/JBoss] - Re: Oracle and case preserved table names

2004-12-03 Thread [EMAIL PROTECTED]
Have you tried including quotes into table-name in jbosscmp-jdbc.xml? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857294#3857294 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857294 ---

[JBoss-user] [Persistence & CMP/JBoss] - Re: JBoss 4.0.0 and MySQL 4.1 setRollbackOnly() problem

2004-12-03 Thread darranl
What is Person? Is it a DTO or another Entity? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857293#3857293 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857293 -

[JBoss-user] [Advanced Documentation] - Re: Docs for 4.0

2004-12-03 Thread yaronz
Thanks! :-) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857292#3857292 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857292 --- SF email is sponsored by - The I

[JBoss-user] [Management, JMX/JBoss] - Re: Customize mBean view in jmx-console

2004-12-03 Thread [EMAIL PROTECTED]
Load your MBean as an XMBean and add metadata descriptions to your methods/arguments. You'll just need an extra descriptor, see the 2nd chapter of the free jboss docs: http://docs.jboss.org/admin-devel/Chap2.html#0_pgfId-921556 View the original post : http://www.jboss.org/index.html?module=bb

[JBoss-user] [Management, JMX/JBoss] - Customize mBean view in jmx-console

2004-12-03 Thread jivkoto
Hi there, I am working on jboss3.2.6 and I am wondering is there any way to customize the view of my mbeans. I have mbeans that has several methods with 5 and more parameters and arg0, arg1, arg2 ?. Doesn?t help much. Can I put my own hints for example instead arg0 ? ?Name? and so on? 10x for e

[JBoss-user] [Beginners Corner] - IdleRemover notifying pools, interval: 450000

2004-12-03 Thread karhatsu
Hello Could anyone tell me what the following debug text means? DEBUG [org.jboss.resource.connectionmanager.IdleRemover] run: IdleRemover notifying pools, interval: 45 What is IdleRemover? What are these pools? Is it something that I should worry about or just normal JBoss activity? The t