Hi,
My applications was running fine. But, the next day(not sure whether it's tiem
dependant), the app failed to even show the login screen. It has the following
exceptions: -
org.apache.jasper.JasperException: Unable to compile class for JSP
| at
org.apache.jasper.JspCompilationContext.
Hi.
As far as i can see the only way to use LIKE construct with dynamic queries is
to assemble pattern like in a string:
String query = "SELECT OBJECT(x) AS x FROM Xxx WHERE x.name LIKE
'"+pattern+"'";
...
It works fine while searching in english text but fails to deal with non-ASCII
enco
Why did you change the username in Step2?
Set the password for "admin". E.g.:
admin=b1g-s3cr3t
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873867#3873867
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873867
Hi all outa there!
Following the documentation's steps on
http://www.jboss.org/wiki/Wiki.jsp?page=SecureTheJmxConsole I tried to secure
the jmx-console vainly. The console stays reachable for anyone. Even if I force
a hot deployment by touching the application's web.xml while JBoss is running,
getChildrenNames() returns null (see javadoc), as expected.
Why do you access the cache loader directly ?
* @return Set A list of child names (as Objects). Must not be modified because
this would
* modify the underlying node directly (will throw an exception if
modification is attempted). R
Okay, I see what you want. However, this doesn't work with eviction, e.g.
node-a evicted some elements, node-b comes up, fetches the in-memory state of
node-a and persists it into its own CacheLoader, and you have inconsistent
states.
Wjy don't you create a JIRA feature request with this thread
I believe in the release note for 4.0, it does mention of the file.
tc5-cluster-service.xml is needed in addition to the existing
cluster-service.xml to configure the http session replication. This is because
since 3.2.6 and up, the Tomcat http session replication has been implemented
using JBo
If you are new to JBoss Clustering, please check out this Wiki page first:
http://www.jboss.org/wiki/Wiki.jsp?page=JBossHA
It is not totally up to date, but I will keep an effort to update it.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873862#3873862
Repl
I am upgrading from JBoss 3.0.8 to 4.0.2 Web Server.
The project consists of jsp's and ejb's and servlets organized in subfolders
within the WAR file.
In the old version, I could access my login page as:
http://localhost:8080/myapp
It would display the login.jsp as specified in web.xml as the
Odd, seems that JGroups is working, but the HA-JNDI service doesn't work (uses
its own mcast socket).
Can you try to run 2 instances of JGroups first to see whether this is a
JGroups problem ?
You'll need jgroups.jar, commons-logging.jar and concurrent.jar in your
CLASSPATH.
java org.jgroups.dem
The reason this is happening is because my mule-ra.jar inside the mule-ra.rar
has a copy of the ra.xml in the META-INF, causing JBoss to get confused about
how to deploy the jar. removing the file fixes the problem.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopi
Hi [EMAIL PROTECTED],
I really appreciate your help!
I had been searching Google for hours for the solution, but found only many
people were asking without anyone replying to their posts.
Finally I found your simple crystal clear reply.
My problem resolved.
Thanks a bunch!!
View the original p
I am trying to deploy one sample Entity bean in the JBOSS server but not able
to configure it I tried to use the Bank application but not able to do it.
Can any one please let me know any sample source code and the steps to deploy
and access it.
Thanks
View the original post :
http://www.jboss
Hi all,
I have written a ejb3 service that connects to a remote corba server and other
EJBs use it to communnicate via XML with the remote server(this part is working
nicely). I don't know if this is the way a ORB/CORBA setup is supposed to be
done. So if you have any suggestions please let me k
This is a minor release from 1.2.1 to address integration with Hibernate3.0 and
one major bug fix that is needed in Http session replication in AS release
4.0.2 and 3.2.8. See the change log for details.
You can download the latest from:
http://sourceforge.net/project/showfiles.php?group_id=2286
I understand that it's not a full-fledged compiler, but how do you normally
suggest people do their development? Perhaps we need an option to dump the
generated class in text format to a .java file, so we can compile it normally,
for those hard-to-find bugs.
View the original post :
http://ww
Hi,
I'm trying to understand the various JBoss clustering options and I'm having
difficulty userstanding why I would need tc5-cluster.xml under the
server/all/deploy directory.
It seems that cluster-service.xml enables clustering, so that I can tune on ejb
clustering in conf/jboss.xml, and make
The wiki says:
anonymous wrote :
| If you want a clustered singleton MDB you need to deploy your mdb in
deploy-hasingleton or create your own clustered singleton deployment.
|
Are there any instructions for doing this?
I copied my mdb to the deploy-hasingleton directory, but the bean wasn't
Hi,
I am trying to test JDBCCacheLoader.But my simple program also is not
working.
Here is the code
import java.util.Set;
import org.jboss.cache.Fqn;
import org.jboss.cache.PropertyConfigurator;
import org.jboss.cache.aop.TreeCacheAop;
import org.jboss.cache.loader.JDBCCacheLoader;
public
Hi, I have a problem which I have tried to solve for a couple of days now with
now success.
I have deployed an ordinary Entity CMP Bean which name is Customer.
This bean has 2 fields, an id field and a customername field.
I use DB2 where the table is named customer and the fields are named as t
Thanks Thomas.
Actually 4.0.1 took care of the first issue and ws4ee-deployment descriptor is
not required any more.
But there is another issue that I'm facing in this response, if
elementFormDefault="qualified" is set then this response is not valid. Even
more while inheriting if I try using a
We have exposed several background processors as jboss standard mbean service.
We would like to be able to set each service's log level dynamically.
This way, if we have an issue in prodution, we could just turn on the debugging
level logging and search for many detailed info. After we are done,
Is the name of the CMP field written totally identical ?
What is the data type of this field ?
Show us the definitions from ejb-jar.xml and jbosscmp-jdbc.xml
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873833#3873833
Reply to the post :
http://www.jboss
Yes, I have.. I will be moving it to the certified version.
I will be posting on the site soon..
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873831#3873831
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873831
---
If you have a look at http://localhost:8080/jmx-console/ you will find an MBean
called 'JNDI View' which has a list method you can invoke to show you what is
bound to JNDI.
This should be checked first to see if the expected item is bound, anyone that
posts a question with a 'javax.naming.NameN
"[EMAIL PROTECTED]" wrote : I'm not sure I see the use case, because a
CacheLoader usually sits on a large persistent store, so unless those
(unshared) stores would be in-sync, I don't see the point of this.
This is exactly the use case I have (I think). My cache is not used to cache
datastore
JNDI has two parts:
1) Deployment - binding jms admin objects into jndi - suitable for this forum
because JBossMQ does that work.
But nobody ever reports a problem on that side since JBossMQ knows what it is
doing.
Except the infamous XAConnectionFactory not bound problem FAQ
(AKA I have broken
A wiki page was created sometime ago that addresses this:
http://www.jboss.org/wiki/Wiki.jsp?page=DeadLetterQueues
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873823#3873823
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=rep
Go to the queue example on the wiki and point the example to the DLQ.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873820#3873820
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873820
--
Hi Adrian,
I really don't understand your answer. You always say this is not a suitable
place to develop JNDI things, if that is the case, where is the suitable place
to discuss. We know that JBOSSMQ configuration is very closely related to JNDI
configuration. If the setup of the JNDI is inc
Would you suggest which FAQ we should read?
THanks
Benson
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873817#3873817
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873817
-
Adrian, would you provide an example? Your explaination is not so clear. It
seems no one understand your solutions.
Thanks
Benson
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873818#3873818
Reply to the post :
http://www.jboss.org/index.html?module=bb
That does not help at all. The way you get a message from any other queue is to
create an MDB and register as a listener for that queue. I'm making a thread
that starts up every hour and takes all the messages off the DLQ and tries to
deliver them back to their original destination queue. I can'
I also get this error on a Suse 9.1 enterprise linux box running jboss 4.0 with
tomcat 5.0 my routing table is the same as above (well, at least the
multicast address).
Do I need to recompile the kernel to add multicast? Which address needs to be
bound the interface?... I noticed that th
Where can I find jboss-hibernate3.jar?
can you send-me via email? [EMAIL PROTECTED]
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873814#3873814
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873814
You mean cache-A without CacheLoader and cache-B with CacheLoader ? Yes
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873812#3873812
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873812
-
I'm not sure I see the use case, because a CacheLoader usually sits on a large
persistent store, so unless those (unshared) stores would be in-sync, I don't
see the point of this.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873813#3873813
Reply to the pos
You can use deploy/mail-service.xml to configure an MBean that provides
JavaMail sessions for use inside of the JBoss server.
If you want to actually use JBoss as an SMTP server then check out:
http://www.jboss.org/wiki/Wiki.jsp?page=MailServicesForJBoss
View the original post :
http://www.jbo
I've implemented the necessary classes to use Jotm as TransactionManager for
Jboss, but with the following restrictions:
It doesn't implement context propagation, I'm working on it.
It works OK in 3.2.x
For 4.x I have implemented a simple JBossXATerminator, but I have not tested
all JCA functiona
Hi
Can jboss cache work with a primary memory cache and a secondary file storage
cache?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873805#3873805
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873805
---
You can use CtClass#makeClassInitializer()
and CtField#make(). Please look at javadoc.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873804#3873804
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873804
-
You can add a line like this to your run.conf
JAVA_OPTS="$JAVA_OPTS -Dmyparam1=myvalue1 -Dmyparam2=myvalue2"
OR
you can add parameters to [server config]/deploy/properties-service.xml
either way in your application code you would retrieve the value via:
System.getProperty("myparam1");
View
very constructive! thanks :-/...
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873799#3873799
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873799
---
SF email is
Yes, you can. Please take a look at javassist.bytecode.MethodInfo and
javassist.bytecode.AnnotationsAttribute.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873800#3873800
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&
These versions have incompatible client jars/apis. The first versions that will
have been tested for cross version interop will be 4.0.2 and 3.2.8.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873798#3873798
Reply to the post :
http://www.jboss.org/index.
This is a USER FORUM, for DEVELOPER ISSUES go here:
http://www.jboss.org/index.html?module=bb&op=viewforum&f=205
Here is the way to ask for help the good way:
1) describe your environment:
-> What JBoss version are you using
-> What JBoss Portal version are you using (and if it's from CVS, s
I have a big problem. I am connecting from EJB located on Jboss 4.0.1SP1 to EJB
located on Jboss 3.2.3.
But when I invoke method context.lookup I am getting exception
java.io.InvalidClassException.
I know that problem is with objects serializaion and diferent versions of class
org.jboss.util.i
No, there is no way since Javassist uses its own small
(quick) compiler. It is not supposed to be used as a
regular compiler.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873795#3873795
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=pos
I have a big problem. I am connecting from EJB located on Jboss 4.0.1SP1 to EJB
located on Jboss 3.2.3.
But when I invoke method context.lookup I am getting exception
java.io.InvalidClassException.
I know that problem is with objects serializaion and diferent versions of class
org.jboss.util.i
I just updated the howto and tried in on 4.0.1sp1 and it works as expected:
| EJBServlet Accessed
|
| You have accessed this servlet as user: caller_java
| isUserInRole('Echo'): true
| The SecuredEJB.echo('Hello') returned: Hello
|
Browse the release notes for fixes on caller role
1. Define and deploy the Oracle DS (oracle-ds.xml).
2. Grab a connection for the BMP bean from that DS using its jndi-name.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873790#3873790
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&
Not sure if this is node A or B, but
14:01:30,637 INFO [TreeCache] state could not be retrieved (must be first
member in group)
indicates that you only have one node in the cluster. If both A and B join, you
should see the correct membership view.
-Ben
View the original post :
http://www.jbos
... forgot to mention that the origianl LdapLoginModule at least connects to
the ldap server and prints some output to the logifles. It doesn't work though
(because of some strange strctures in the ldap server) but that is another
thing.
View the original post :
http://www.jboss.org/index.html
For some reasons I have to create my own login module.
Since I didn't do this before I decided to play with what already exists: the
LdapLoginModule.
I copied the source to a new java class which resides in one of my own
packages, created a .jar and put it to the server/default/lib directory.
OK, I'll refrase the question:
the secured JSP page calls the secured EJB. Both are inside the same EAR and
both are secured in the same security domain. Both the security constraints
allow access only to users with "role1" role.
JSP has this scriptlet:
<% out.println(request.isUserInRole("role
It will timeout in 30 minutes as the default. This is a known issue but with
low priority.
See http://jira.jboss.com/jira/browse/JBAS-1679
-Ben
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873785#3873785
Reply to the post :
http://www.jboss.org/index.ht
I have the same problem. Can someone help?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873784#3873784
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873784
---
SF
I have problem with hot deployment of datasource.
I just touch file - no content change.
Datasource is redeployed.
Trying to make a query and exteption is frown:
javax.ejb.FinderException: Find failed: org.jboss.util.NestedSQLException: You
are trying to use a connection factory that has been shut
The problem ended up being comons-logging. Can't have the jar in my war if I'm
using scoped classloading of log4j.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873782#3873782
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=re
[EMAIL PROTECTED] bin]$ jar -tf ../server/default/lib/jboss.jar | grep
GeneralPurposeDatabasePersistencePlugin
org/jboss/ejb/txtimer/GeneralPurposeDatabasePersistencePlugin.class
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873781#3873781
Reply to the post
What is wrong with this xdoclet EQL finder tags (which deploys OK without the
wher clause):
| @ejb.finder
| signature = "nl.wifi4all.interfaces.ClientAntenna
findByCustomer(java.lang.String customerObjectId)"
| query = "SELECT OBJECT(c) FROM ClientAntenna AS c WHERE c.custom
Showing requires trace level logging as described here:
http://www.jboss.org/wiki/Wiki.jsp?page=EnableClassloaderLogging
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873777#3873777
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mo
sweet, that was it..thanks a ton I thought I was going insane there, I should
have doublechecked where those had come from.
thanks!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873778#3873778
Reply to the post :
http://www.jboss.org/index.html?module=bb&o
1 - 10 clients is OK.
If your SQL queries would not be slow your clients achieve the time response.
Jan
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873776#3873776
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38737
"[EMAIL PROTECTED]" wrote : Yes, it will *not* persist anything, unless you
| (a) enable CacheLoaderFetchPersistentState and
| (b) have a CacheLoader.
|
| We're talking pure in-memory state transfer
So would an enhancement that allowed a cache with a unshared cache loader to
persist tran
Post a bug report with an example so someone can look at.
http://jira.jboss.com/jira/browse/JBAS
Include the full jdk info and javac options used to compile.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873764#3873764
Reply to the post :
http://www.jboss.
http://www.jboss.org/wiki/Wiki.jsp?page=SingleSignOn
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873772#3873772
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873772
I was just browsing through these posts - if you are still looking for how to
do this, check out
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=50847: basically, you
need to create a file called context.xml in your WEB-INF directory and put the
following XML in that file:
|
|
thanks scott...
so... is not posible to avoid using security proxies in this situation?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873766#3873766
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873766
-
Hi
I am trying to deploy multiple instances of an application on jboss in war
form. some resource bundles are used to configure this app. the problem is the
properties in diffrent bundles in diffrent apps are conflicting with each other
like they are running on one application. I have the same
http://www.jboss.org/wiki/Wiki.jsp?page=RunJBossWithJ2SDK1.5
http://www.jboss.org/wiki/Wiki.jsp?page=JBossVsJavaJDKVersionMatrix
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873770#3873770
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=po
Adrian,
Thank you very much for replying to my post and filing an official bug report.
So where do I go from here? Do you expect this to be fixed in some near
time? If so, what would be the easiest way for me to obtain the fix?
I do not mean to sound like I am pressing the issue, yet I ne
Hi,
I just migrated our app from JBoss 2.4.x to JBoss 3.2.7 and ran into this
probplem/exception:
"javax.jms.JMSException: Cannot create a consumer for a temporary destination
from a different session. TOPIC.JMS_TT4"
Our remote java client creates a temporary topic and then later on tries to
Sounds like you need to change the schema definition reference at the top of
your web xml. Here's the snippet from mine, but google 'JSTL j2ee 2.4' or
something like that if you need more info.
http://java.sun.com/xml/ns/j2ee";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
Moderated: FAQ
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873652#3873652
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873652
---
SF email is sponsored by - The
Hi!
Its about 1-10 clients.. the clients are actually other
servers that has user clients connected to them.
RAM: 2 Gb on the Jboss server and 6Gb on the db..
Dont know about the timing on the sql queries.
/Per
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=
Moderated: Post CMP questions in the CMP forum.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873656#3873656
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873656
-
Hello,
I'm using JBoss 4.0.1sp1 and JDK 1.4.2_07. I.m calling an external web service
from SLSB. I'm not using stubs. One method is written with dynamic proxy, the
second one is written with DII.
When I call the web service over http both methods return good results. But
when I change the url i
Have a look at the generated WSDD in ${jboss.server.data.dir}/wsdl. It will
probably contain a number of commented out type mappings, which were derived
from the jaxrpc-mapping.xml and other sources.
At deployment time the type mapping could not be validated, so it was commented
out.
Also, th
annot create a ConnectionReceiver; - nested throwable:
(java.lang.ClassCastException: java.util.HashMap)
ERROR [UIL2.SocketManager.ReadTask#27] (SocketManager.java:389) - Exiting on
unexpected error in read task
java.lang.ClassCastException: java.util.HashMap
at org.jboss.mq.SpyMapMessage
I am trying to run a war file called cdmanagersample.war. It is a war file
that was created for use while reading through a book called "The Struts
Framework".
I move the cdmanagersample.war file to the deploy folder and start JBOSS.
JBOSS hangs with this error message in the console.
inval
Hi,
We are having a problem using commit option D in that the thread that
periodically flushes the cache seems to be leaving us with unpopulated entities
if an entity is being updated at the time of the flush.
Unfortunately I posted on the wrong topic, but the link to all the info I
posted so
there is some problem with my tomcat !!when i try to see some jsp and servlet
examples then it works fine and it also displays result of my servlet programs
but when i am tring to use tomcat on my struts application its giving me
problem although the same application which i made is running fin
1. Can be worked arround with ws4ee-deployment.xml, where you can explicitly
name the element order
2. Two is a bug http://jira.jboss.com/jira/browse/JBWS-168
Thanks, good post.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873744#3873744
Reply to the post
Running Jboss 3.2.6. I recently had to convert my code to JMS 1.02b from JMS
1.1... I have a simple Queue that I am using to send messages. When the
following line is executed:
session.createReceiver(queue).setMessageListener(new
MySenderMessageListener("Listener ONE", this));
.. I get a Ver
Hi! (jboss 4.0.1SP1 - JBossWS)
I am deploying stateless session beans as webservices
and i have a few questions. I have started out by using
java2wsdl to generate wsdl files and then i have made
a tool to generate ws4ee-deployment descriptors with
type mappings and a jaxrpc-mapping.xml with
names
Fair point :)
I've attached the jboss.xml below and the the full deployment output below that.
Thanks for your help.
Ross
http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd";>
mule-ra-SNAPSHOT.rar:name=jbossTest
SenderEJB
mule/connectionFactory
Hi,
Your MBean interface name must be implementation class name + "MBean"
So you have to rename your MBean impl class to Device
Regards,
Nicolas
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873544#3873544
Reply to the post :
http://www.jboss.org/index.htm
I have tryed to follow this howto:
http://www.javaworld.com/javaforums/showthreaded.php?Cat=&Board=JavaSecurity&Number=2500&page=&view=&sb=5&o=
But all I get is this error:
ERROR [UsersRolesLoginModule] Failed to load users/passwords/role files
And thats because it can not find me propeties file
Hi!
We are deploying an application on Jboss using JBossWS
and an oracle db as a database.
Hardware:
DB: dual intel 3.0 GHz HT
JBoss: dual intel 3.0 GHz HT
Jboss version 4.0.1 jdk 1.5
We are aiming at achieving 300 requests/second.
Is this possible? we are thinking about clustering
th
Hi all,
We are currently using Jboss-3.2.6 with tomcat 5.0.
We got a strange behaviour that the httpsession never timeout when the web.xml
is marked . We had defined the session timeout attribute in the web.xml also.
It works when the webapp is NOT marked .
Can anyone give me some hints?
Thank
In full consequence: yes.
Many people use the JMX-console and you can give it a hint by using
XMbean-Descirptors.
I think it is a good idea to always have the defaultAttributes and
defaultOperations at the same position within the sorting.
View the original post :
http://www.jboss.org/index.htm
what explicitly are you looking for? (I described what was happening and not
what I think was happening) Thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873760#3873760
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=re
Hello,
I forgot to tell that all things are happening on my Windows laptop and I do
have Ethereal. I'm testing JBoss 4 to see if we can replace the Jboss 3
(production) server. The JBoss 3 server now uses SLSB's and Axis 1.1 client
stubs to access the HTTPS webservice.
Also I did the wscompile
You try in such way:
URL url = ((UnifiedClassLoader)this.getClass().getClassLoader()).getURL();
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873758#3873758
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873758
--
Moderated: You should ask your application server provider.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873657#3873657
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873657
-
I configured my mssql-ds.xml in jboss4.0.2 like the following:
MSSQLDS
false
.
.
but the element did not work, I could not find the jndi
'MSSQLDS' on my client,
however the same mssql-ds.xml did work in jboss4.0.0.
Does the Jboss4.0.2 does not support the any m
Hi,
Thanks for the response. But yours test results says that it could not
reproduce the bug. I have solved all the issues related to porting the
application to jboss except one. I gave a wsdl override, set the
serializers-deserializers and the like. But it now gives an error while it
tries to
hi,
am using jboss4.01.
i have successfully packaged an ear file that is running fine from localhost.
but when i try to access with http://212.49.82.54:8080/example i cant. i have
checked the connection is fine as am able to access virtual sites from apache
View the original post :
http://www.
can you provide the list of jar files and where we can download that jar files
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873568#3873568
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873568
--
1 - 100 of 192 matches
Mail list logo