[JBoss-user] [Installation, Configuration Deployment] - BrowsingApplication Folder

2005-09-30 Thread aho
I am using JBoss 4.0.3 RC1 and have a web application by the name 'testing' deployed. How can I prevent users from browsing the folder when using the url http://localhost:8080/testing/? Would appreciate someone point out where to configure the correct setting. View the original post :

[JBoss-user] [JBoss Portal] - Re: How to completely disable CMSPortlet???

2005-09-30 Thread [EMAIL PROTECTED]
we agree with you and 2.0 it will be easier to do that. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3898143#3898143 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3898143

[JBoss-user] [JBoss Portal] - Re: How to completely disable CMSPortlet???

2005-09-30 Thread [EMAIL PROTECTED]
sorry 2.2 [EMAIL PROTECTED] wrote : we agree with you and 2.0 it will be easier to do that. | View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3898144#3898144 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3898144

[JBoss-user] [Installation, Configuration Deployment] - Re: how to deploy in Jboss

2005-09-30 Thread heman malve
Thank you for your kind information. Download JBoss 4.0 Application Server from below URL: http://www.jboss.com/downloads/index (jboss-4.0.0.zip) i didn't get you what is RC,SP View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3898147#3898147

[JBoss-user] [Installation, Configuration Deployment] - Problem using pooled invoker from remote client

2005-09-30 Thread kapilgupta77
Hi, I tried using pooled invoker for my SLSB instead of default jrmp invoker as suggested in one of the Tuning and Slimming JBossAS article(http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossASTuningSliming). After setting pooled invoker I received java.io.StreamCorruptedException: unexpected reset

[JBoss-user] [Beginners Corner] - Re: (should be mapped with insert=

2005-09-30 Thread heinrich
I got this also working now. The java annotations in the classes for the many2many relations had a lack of unfinished @JoinColumn The Annotations for the getters in the class must be @javax.persistence.JoinColumn(name=blablub, insertable=false, updatable=false) Hmm, middlegen is in a very early

[JBoss-user] [JCA/JBoss] - JCA compliance to JCA Specification (1.5)

2005-09-30 Thread jacquesbuitendag
Greetings, I am using JBoss version 4.0.0 (the certified version) and I am picking up the following discrepancy. On the normal adaptor configuration I use a property to specify a temporary directory to use as a cache. The property name is [temporaryWorkingDirectory] If I deploy the adaptor I

[JBoss-user] [Installation, Configuration Deployment] - Re: JVM problem

2005-09-30 Thread bbbear
Thank you for the info, pkolaczk. Unfortunately, the server is in a hosting company which's in US. Few 10 thousands mile from here. : ) I do wish to understand what the hs_err_pid20909.log says.. Will see what JRockit can do for us then. Any other pointers are much appreciated. Regards, bb

[JBoss-user] [JBoss Portal] - URL rewriting - how to?

2005-09-30 Thread Oneclic
Hi all, First, sorry, I'm a complete newbie wuth Jboss. I would like to know if it is possible to rewrite the url when using Jboss portal? Is it possible to rewrite the url in the htaccess file? Is there a tutorial for URL rewriting with Jboss? Can you show some websites using Jboss with URL

[JBoss-user] [Installation, Configuration Deployment] - jboss cookies

2005-09-30 Thread kirtig
Can someone tell us what type of cookies the Jboss3.0.7 uses? There are two types of cookies, netscape style cookies, and http1.0 style cookies. One of the third party platforms we want to support uses http1.0 style cookies, which are less used than netscape style cookies. We need to figure out

[JBoss-user] [Beginners Corner] - jboss cookies

2005-09-30 Thread kirtig
Can someone tell us what type of cookies the Jboss3.0.7 uses? There are two types of cookies, netscape style cookies, and http1.0 style cookies. One of the third party platforms we want to support uses http1.0 style cookies, which are less used than netscape style cookies. We need to figure out

[JBoss-user] [EJB/JBoss] - Re: ejbhandle.getEJBObject() in JBOSS 4.0.2 throwing NullPoi

2005-09-30 Thread achetan
Hi, java.rmi.RemoteException: Error during getEJBObject; nested exception is: java.lang.NullPointerException at org.jboss.proxy.ejb.handle.StatefulHandleImpl.getEJBObject(StatefulHandleImpl.java:172) at

[JBoss-user] [Installation, Configuration Deployment] - Re: how to deploy in Jboss

2005-09-30 Thread darranl
Ok that means you are using JBoss 4.0.0 If the file name also contained RC? you would be using a release candidate where ? is the release candidate number. If the file name also contained SP? you would be using a service pack where ? is the service pack number. View the original post :

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Encoding problem -- looks like a bug

2005-09-30 Thread maint175
Check for URIEncoding parameter in Connector configuration. URIEncoding This specifies the character encoding used to decode the URI bytes, after %xx decoding the URL. If not specified, ISO-8859-1 will be used. View the original post :

[JBoss-user] [Installation, Configuration Deployment] - jboss stuck / session ?

2005-09-30 Thread paulfg
hello, i am having a problem with jboss service. after a random time, jboss won't let me open new sessions from the client software. if i ask the jboss service to restart, it won't work, i have to kill -9 the java jboss process. looks like a java-memory limit problem, so i asked the jboss java

[JBoss-user] [JBoss Portal] - Portal and Forum without Login

2005-09-30 Thread thecrow
Hi there, we use JSPWiki a long time and now i am very happy about the integration into the JBoss Portal. We use the JSPWiki without any user- or roleadministration, so you only enter your username to edit the wikipages. It is possible to use the same procedure for the Portal, Forum and

[JBoss-user] [Security JAAS/JBoss] - Re: ssl connector on port 80

2005-09-30 Thread maint175
The default port for https is 443 so https://testapp is the same as https://testapp:443 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3898190#3898190 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3898190

[JBoss-user] [Beginners Corner] - Two instances

2005-09-30 Thread lobomufasa
Hi, I have to serve two web applications with one jboss server. I can't use virtual hosts, so I need to serve any application in different ports, so I can't find how. Anyone have done this? Thanks View the original post :

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - MySQL vs. Oracle9i CMP-CMR Performance discrepancy

2005-09-30 Thread anthropophagos
Hi, I recently changed from MySQL to Oracle9i for CMP data persistence. Everthing still works but there is a certain query which takes about 10times longer on Oracle9i than on MySQL. This happens while I am trying to access Entity Beans over a CMR relation. The following query is generated:

[JBoss-user] [JBossCache] - Re: How to cluster treecache

2005-09-30 Thread [EMAIL PROTECTED]
Hi Richard Correct, each node needs to use the same cluster name, mcast address and port, and you should set your CacheMode to REPL_ASYNC or REPL_SYNC. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3898193#3898193 Reply to the post :

[JBoss-user] [JBossCache] - Re: How to cluster treecache

2005-09-30 Thread [EMAIL PROTECTED]
With regards to using TreeCache as a 2nd Level Cache in Hibernate, when you update the db (through Hibernate) the cache is updated within the same tx. Have a look at http://www.hibernate.org/hib_docs/v3/reference/en/html_single/#performance-cache Also, what version of HIbernate do you plan to

[JBoss-user] [JBossCache] - Re: Freeing resources (Please...pretty please with sugar on

2005-09-30 Thread [EMAIL PROTECTED]
Hi there, destroying the service will not help you. Resources are all released when you call stopService(). Do you assign the cache variable to null when you are done with it? Cheers, Manik View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3890729#3890729

[JBoss-user] [Installation, Configuration Deployment] - Jboss classpath

2005-09-30 Thread subhadeep_ghosh
Hi , We have an application on Struts. The Applications runs fine in Weblogic. We are doing an ear deployment for the application. When we start the server in Jboss we get an exception as follows Generated servlet error: [javac] Compiling 1 source file [javac]

[JBoss-user] [Beginners Corner] - Jboss classpath

2005-09-30 Thread subhadeep_ghosh
Hi , We have an application on Struts. The Applications runs fine in Weblogic. We are doing an ear deployment for the application. When we start the server in Jboss we get an exception as follows Generated servlet error: [javac] Compiling 1 source file [javac]

[JBoss-user] [Beginners Corner] - JBoss Shared Domain?

2005-09-30 Thread cryokeeper
Weblogic has this notion of a trusted shared domain. In this domain, containers can interoperate, propogating user credentials (principal/roles) across this domain as you make requests to remote services. Does JBoss have this ability? View the original post :

[JBoss-user] [JBossCache] - Re: JBossCache 1.2.4 beta is available

2005-09-30 Thread [EMAIL PROTECTED]
TreeCacheMBean getter and setter for NodeLockingScheme is in CVS - both in head and in JBossCache_1_2_4. Cheers, Manik View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3898199#3898199 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - Re: Problem using pooled invoker from remote client

2005-09-30 Thread kapilgupta77
I forgot to add that am using JBoss 3.2.5. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3898206#3898206 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3898206 --- This

[JBoss-user] [Messaging, JMS JBossMQ] - Jboss3.2.3 - Queue Depth being shown 0 although messages sti

2005-09-30 Thread shabeeshbalan
Hello all, We use Jboss3.2.3 on a Solaris 5.9 on our production environment. There are two servers that we use in a cluster. We have a JMS queue from which an MDB listens to and executes application logic. There are 0 retries configured for the MDB. The message posted is a text message with no

[JBoss-user] [Beginners Corner] - Re: javax.naming.NameNotFoundException: InteresesBean not bo

2005-09-30 Thread ethomas.joseph
You must b using default configuration for JBoss. That is by default not fully J2EE compliant. To make it fully J2EE compliant, make some changes as in whatsnew.pdf for JBoss 4.0.2 avalilable in JBoss site. Then make changes given there. Ur application must work fine!! Regards Thomas Joseph

[JBoss-user] [Security JAAS/JBoss] - Updating user credentials

2005-09-30 Thread tremalnaik
Hello, I have an application runnin on Jboss 4.0.2 The users authenticate using a custom login module which reads user credentials stored in a database I added a functionality which lets user change their password. They can go on working after changing it. After 30 mins the cache expires and

[JBoss-user] [Security JAAS/JBoss] - Re: ssl connector on port 80

2005-09-30 Thread gopinath.br
Hi, Thanks for the information. So stupid of me to waste an entire day on such a small issue. Gopinath. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3898222#3898222 Reply to the post :

[JBoss-user] [Clustering/JBoss] - Is Commit Option A on clustered CMP-EJBs possible in JBoss 4

2005-09-30 Thread J.Hedin
Hi All Is commit option A possible on CMP-EJB (V2.1) on JBoss 4.0.x in a cluster. TIA View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3898223#3898223 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3898223

[JBoss-user] [Performance Tuning] - SOAP latency = 20 ms

2005-09-30 Thread DrHok
I did some tests with SOAP and JBoss 4.0.2 and it seems that a SOAP call to a stateless SessionBean takes at least 20 ms (if the SessionBean itself does nothing except for an empty method call). This is astonishingly independent of the environment: Whether I use a 1GHz single CPU PC or a 3GHz

[JBoss-user] [Security JAAS/JBoss] - Re: 403 Access Denied instead of redirect to login page ...

2005-09-30 Thread michael.c.small
Thanks. I found the error eventually. I didn't include an 'auth-contraint' element in my 'security-contraint' element. I was under the impression that if I only needed authentication for a specified resource (i.e. all roles had access to the resource), I did not need an 'auth-contraint' ...

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Oracle9i connection down = 1rst entity EJB request hangs

2005-09-30 Thread new4jboss
Hello I am experiencing a strange behaviour with an entity bean and Oracle 9i. Whenever I disconnect the network cable leading from JBoss to the DB, the first client request just hangs. However, subsequent requests immediately complain with a SQLException about a network adapter being down.

[JBoss-user] [Security JAAS/JBoss] - org.apache.catalina.authenticator.AuthenicatorBase Failed au

2005-09-30 Thread michael.c.small
Using JAAS container authentication and authorization, I'm getting very strange results. If I request a protected resource (as defined by security-constraints in my web.xml), I am correctly taken to my login page. After entering valid credentials, I pass a FormAuthenticator authentication but

[JBoss-user] [Security JAAS/JBoss] - Re: JAAS Security in JBOSS 4.0 ISSUES??

2005-09-30 Thread michael.c.small
I would start with the JBoss Security chapter in the JBoss documentation (available on the JBoss site). This provides a base understanding of the JBossSX and JAAS. If that doesn't get you going, look at the DVD Store Trail Blazer available on the JBoss site ... that gives a complete example.

[JBoss-user] [JBoss Portal] - CMSPortlet issues - JBoss AS 4.0.3RC2 and Portal 2.0.1RC2

2005-09-30 Thread bsmithjj
Another issue I am having with the RC2 release is this: | 08:58:29,095 INFO [STDOUT] org.jdom.JDOMException: Error on line 1: Element type D:hrefxmlns must be followed by either attribute specifications, or /. | 08:58:29,095 INFO [STDOUT] at

[JBoss-user] [Messaging, JMS JBossMQ] - Re: configuring messaging bride between weblogic and jboss

2005-09-30 Thread sarika_agrawal
Here is the correct configuration to create a bridge between weblogic and jboss. Use the following target destination configuration for the jboss destination. Adapter JNDI Name: eis.jms.WLSConnectionFactoryJNDIXA or eis.jms.WLSConnectionFactoryJNDINoTX Connection URL: jboss server URL with

[JBoss-user] [Clustering/JBoss] - Re: MDB's, DataSource in a cluster

2005-09-30 Thread rsTropi
Hi dcreado, thanx, you pointed me in the right direction. It works now. I have to add the definition files for the jms-queues. No need when using MDB's outside the cluster world. A temporary destination is created by JBoss automatically on startup. Also the problem with the DataSource is

[JBoss-user] [JBossCache] - ClassNotFoundException when upgrading to 1.2.3

2005-09-30 Thread Henrik Nyberg
Hello, we have been successfully using JBossCache 1.2 in a oracle 9ias clustered environment (6 instances, around 120.000 objects in the replicated cache). When upgrading to JBossCache 1.2.3 by simply replacing the jars in the distribution we run into a class not found exception. When I run

[JBoss-user] [JBossCache] - JBossCacheAop Memory leak ?

2005-09-30 Thread ctof
Hi, Before using JBossCache in a production environnement, i try to test performance and memory stability You can find below an example where a publisher send asap a number of the same object and a subscriber which read asp the data (with cache notification) * First the CPU is always full

[JBoss-user] [JBoss Portal] - Search function in Forum and CMS

2005-09-30 Thread uncas
Hi, I have set up the JBoss Portal and forum, and I wander if there is any Search capability in the forums or in the Content Management System? Regards, Botond Szakacs. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3898248#3898248 Reply to the post :

[JBoss-user] [EJB/JBoss] - Unable to passivate due to ctx lock

2005-09-30 Thread JasonNorth
We are getting the following error: [org.jboss.ejb.plugins.AbstractInstanceCache] Unable to passivate due to ctx lock, id=X This error starts happens after more than 1 day of normal activity where the jboss process goes from using an average of 1% CPU usage to 90% CPU usage. Is this

[JBoss-user] [Messaging, JMS JBossMQ] - Re: How a Message Driven Bean to handle a JMS Exception

2005-09-30 Thread cordleb
Did you ever find the problem/solution to this post? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3898251#3898251 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3898251

[JBoss-user] [JBossWS] - Re: webservice and https

2005-09-30 Thread [EMAIL PROTECTED]
If transport gaurantee was set then the client should still work with an http:// url because tomcat will send a 302 redirect to https://. I think we should change the wsdl generation to use transport gaurantee as a hint. If someone wants to overide the behavior then they could disable address

[JBoss-user] [JBossWS] - Re: webservice and https

2005-09-30 Thread [EMAIL PROTECTED]
For BC we will probably still have to support the https://REPLACE_URL methodology because it is possible for someone to not set transport gaurantee and just enable the ssl connector. -Jason View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3898254#3898254 Reply

[JBoss-user] [JBossWS] - Re: .NET Legacy VB6 interop: Issues Options

2005-09-30 Thread [EMAIL PROTECTED]
By clunky are you refering to the fact that .NET wraps everything with an object? Their is a trick to get around this, and that is to edit the wsdl file and change the message name of the return and input messages to be parameters. This is how .NET decides to unwrap messages. I believe that

[JBoss-user] [JBossWS] - Sample code for working: WSDL - Server

2005-09-30 Thread pure
Hi, I a sample the shows how to go from wsdl to server code. Maybe usefull to someone. Using ant, wscompile and JBoss 4.0.2 http://www.anyplanet.com/wsdltest.zip View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3898260#3898260 Reply to the post :

[JBoss-user] Bean-Managed Persistence Entity Bean

2005-09-30 Thread Li Bing
Dear all, I am a new EJB developer. I am now trying to deploy a bean-managed persistence entity bean. However, I am not clear how to write the descriptor, jboss.xml. Could you please provide me with some simple samples? I tried my best to search on the Web. But I didn't get a good one. Looking

[JBoss-user] [JBoss Portal] - Re: Search function in Forum and CMS

2005-09-30 Thread [EMAIL PROTECTED]
not yet available. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3898261#3898261 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3898261 --- This SF.Net email is sponsored

[JBoss-user] [JBossCache] - Re: Freeing resources (Please...pretty please with sugar on

2005-09-30 Thread [EMAIL PROTECTED]
Guys... take a look at the URL! This is our website staging server and NOT the live server. Please go to the live server forums and pick this up: http://www.jboss.com/index.html?module=bbop=viewforumf=157 How exactly did you wonder onto the staging server in the first place? -- Eric View

[JBoss-user] [The Lizzard's corner] - test post

2005-09-30 Thread [EMAIL PROTECTED]
test post View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3890731#3890731 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3890731 --- This SF.Net email is sponsored by:

[JBoss-user] [The Lizzard's corner] - Re: test post

2005-09-30 Thread [EMAIL PROTECTED]
reply to your test post View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3890732#3890732 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3890732 --- This SF.Net email is

[JBoss-user] [Installation, Configuration Deployment] - need urgent help...

2005-09-30 Thread sreejithramesh
I have installed jboss 4.0.2 on WIndows 2000. The server is coming up properly, however, I am not able to connect to the web server through port 80. http://localhost:8080/jmx-console draws a page-not-found error. 1. My server log says [Http11Protocol] Starting Coyote HTTP/1.1 on

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Hibernate 3.0 and Cactus JUnits

2005-09-30 Thread ssanjeev
We are having an issue when we run Cactus JUnits on JBoss 4.0.2 with Hibernate 3.0. A brief description is: We have Network extends Persistent and Persistent has private OID id; The mapping for Network looks like: id name=id type=com.xxx.common.hibernate.OIDType unsaved-value=null

[JBoss-user] [JBossCache] - Re: ClassNotFoundException when upgrading to 1.2.3

2005-09-30 Thread [EMAIL PROTECTED]
Hi, Can you confirm the version of JBossCache and JGroups used on all nodes, by typing: java -cp jboss-cache.jar org.jboss.cache.Version java -cp jgroups.jar org.jgroups.Version Thanks, Manik View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3898274#3898274

[JBoss-user] [The Lizzard's corner] - Re: test post

2005-09-30 Thread [EMAIL PROTECTED]
testing reply again View the original post : http://staging.jboss.com/index.html?module=bbop=viewtopicp=3890734#3890734 Reply to the post : http://staging.jboss.com/index.html?module=bbop=postingmode=replyp=3890734 --- This SF.Net email is

[JBoss-user] [JBossCache] - Re: Freeing resources (Please...pretty please with sugar on

2005-09-30 Thread [EMAIL PROTECTED]
Hi, ccsaxton - could you pls re-post this on the live forum as Eric Brown suggested, and I'll respond to it there. Thanks! Manik View the original post : http://staging.jboss.com/index.html?module=bbop=viewtopicp=3890733#3890733 Reply to the post :

[JBoss-user] [The Lizzard's corner] - Re: test post

2005-09-30 Thread [EMAIL PROTECTED]
test View the original post : http://staging.jboss.com/index.html?module=bbop=viewtopicp=3890735#3890735 Reply to the post : http://staging.jboss.com/index.html?module=bbop=postingmode=replyp=3890735 --- This SF.Net email is sponsored by:

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Hibernate 3.0 and Cactus JUnits

2005-09-30 Thread ssanjeev
This happens when I create/persist the Network object in my JUnit. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3898278#3898278 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3898278

[JBoss-user] [Installation, Configuration Deployment] - Deployment ERROR - EJB already exists!!!

2005-09-30 Thread claudia.pt
Hello! I'm allways getting this error: [MainDeployer] Could not initialise deployment: Error in accessing application metadata: ; - nested throwable: (javax.management.InstanceAlreadyExistsException: Is it true that this is a JBoss4.0.2 bug? What should I do? Is it better use other version of

[JBoss-user] [JBossCache] - Re: JBossCacheAop Memory leak ?

2005-09-30 Thread [EMAIL PROTECTED]
Did you regulate your sender send rate? That is, did you do some sleep? If you don't, you will need a flow control protocol in jgroups stack. Otherwise, sender will just flood the network and gc won't start in time. I assume you are using repl_async? -Ben View the original post :

[JBoss-user] [Installation, Configuration Deployment] - Re: Deployment ERROR - EJB already exists!!!

2005-09-30 Thread darranl
Yes is is a bug: - http://www.jboss.com/index.html?module=bbop=viewtopict=70136 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3898284#3898284 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3898284

[JBoss-user] [Security JAAS/JBoss] - Re: JAAS Security in JBOSS 4.0 ISSUES??

2005-09-30 Thread angelzworld
Thanks a lot for that tip, I am going through the documentation and well by now I am familiar with the basics, but need to know how it works togetther as a whole, so was looking out for the example. Can you please provide me with the link for the DVD Store Trail Blazer? I was not able to

[JBoss-user] [Beginners Corner] - pictures are not loaded every time

2005-09-30 Thread pckiller
Hi, I have looked for a solution in the forum but I didn't find any similar problem (I am a beginner ^^). So I am posting here but I am not sure that is the good place. Sorry about that. I am using JBoss 3.2.7. The problem : I have a web application with 10 different pictures inside.

[JBoss-user] [Clustering/JBoss] - Re: Sticky Sessions

2005-09-30 Thread [EMAIL PROTECTED]
don't know for sure the hw one. But mod_jk is using sessionid. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3898289#3898289 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3898289

[JBoss-user] [Installation, Configuration Deployment] - Re: JBoss communication problem with Websphere MQ

2005-09-30 Thread iand
Hello, well I've gotten a little further with this. Turns out that I *was* actually missing the class org.jboss.jms.jndi.MQSeriesProvider, because this doesn't come with jboss.jar out of the box - it's a custom class. There was also a problem setting up the JMS queue bindings but that was

[JBoss-user] [Beginners Corner] - Question About Jboss.mq message protocol URN

2005-09-30 Thread dealyb
Hello, I am working with a product that pulls application layer messages off of a router including http, smtp, etc. I am trying to implement an adapter for Jboss.mq and had a question about when mesages are sent to the server, whether they have a urn something like

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Jboss3.2.3 - Queue Depth being shown 0 although messages

2005-09-30 Thread genman
Probably a FAQ or something, but when a message is being processed by the client, it doesn't show up as part of the queue depth. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3898302#3898302 Reply to the post :

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Too many threads being marked as busy in JBoss

2005-09-30 Thread javarako
You can adjust the configuration in jboss-3.2.6\server\aProject\deploy\jbossweb-tomcat50.sar\server.xml Connector port=8788 address=${jboss.bind.address} maxThreads=300 minSpareThreads=25 maxSpareThreads=75 enableLookups=true redirectPort=8443 acceptCount=100 connectionTimeout=6

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Keep alive http thread for a long time

2005-09-30 Thread javarako
Connector port=8788 address=${jboss.bind.address} maxThreads=300 minSpareThreads=25 maxSpareThreads=75 enableLookups=true redirectPort=8443 acceptCount=100 connectionTimeout=6 disableUploadTimeout=true maxKeepAliveRequests=1

[JBoss-user] [Installation, Configuration Deployment] - Re: need urgent help...

2005-09-30 Thread sreejithramesh
Ok. I got this up. My firewall was blocking this port. Thanks all the same. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3898315#3898315 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3898315

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Too many threads being marked as busy in JBoss

2005-09-30 Thread rcostanzo
FYI, I just changed Apache from using the prefork MPM to using the worker MPM (and recompiled the mod jk plugin to no use prefork too) and my thread usage counts on JBoss seems accurate. It went way down. I guess there's some issue with Apache/mod-jk prefork which goes away once using the

[JBoss-user] [JBossWS] - Re: Sample code for working: WSDL - Server

2005-09-30 Thread pure
I have extended the test to use document/literal. I have also deployed and verified with a .NET client. http://www.anyplanet.com/wsdltest_doclit.zip View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3898335#3898335 Reply to the post :

[JBoss-user] [JBoss Portal] - Re: How to use CMSPortlet to display a page

2005-09-30 Thread wbirkhead
I'm using Liferay and I have the same issue. Any ianswers? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3898316#3898316 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3898316

[JBoss-user] [Beginners Corner] - Hypersonic:Entity:Table Creation:Undefined Table Source

2005-09-30 Thread kiwiclive
Hi Guys, Sorry if this sounds a stupid question, but I am having problems with manual database table creation with Hypersonic and entity beans. I have a simple entity bean. I can ask Jboss to automatically create a table when the bean is deployed by defining this in my jbosscmp-jdbc.xml file:

[JBoss-user] [JBossWS] - Re: Sample code for working: WSDL - Server

2005-09-30 Thread pure
Note: the first wsdltest.zip uses rpc/encoding which is deprecated. so the doclit is probably better. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3898336#3898336 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3898336

[JBoss-user] [Clustering/JBoss] - Re: Cluster member rejecting itself

2005-09-30 Thread perfectionist
We are getting the same type of messages with 4.0.3RC2 and we have done nothing to startup clusting. We are now having problems. We are just developing on an internal network and starting to see strange behavior where it looks like objects are being serialized between developer machines (we