I am using JBC3.0 Beta1, using JDBCCacheLoader passivation false
My eviction policy looks like this
|
|
|
|1
|1000
|
|
|
|600
|600
|
I am using a JBoss 4.2.2.GA server using WebServices. In my WebService, I am
required to connect to a relational Database (Oracle 9i), get some data, change
some of the existing data in the Database and then invoke another WebService. A
failure to do any of these things implies that the entire t
You can't use JBossWeb 2,1,x in JBoss 4.2.x you need a 2.0.x version.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175209#4175209
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4175209
_
Now that the telnet has responded on 192.168.117.134 at port 35415, next try
this:
shutdown.sh -S -s 192.168.117.134:35415
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175208#4175208
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=postin
Hi All,
This is My first Interaction with Jboss.
Basically I'm a BI developer. I'm using Pentaho Open souce BI which uses Jboss.
Jboss gets installed with the installation of Pentaho itself.
Now I want to implement the Windows Authetication in pentaho. Means instead of
login screen at http:/
Hi All,
This is My first Interaction with Jboss.
Basically I'm a BI developer. I'm using Pentaho Open souce BI which uses
Jboss. Jboss gets installed with the installation of Pentaho itself.
Now I want to implement the Windows Authetication in pentaho. Means instead of
login screen at http://
Thanks again for your reply.
Sir , i tried with anonymous wrote : telnet 192.168.117.134
and the result i got is as below:
anonymous wrote : suse-linux:/home/FWAnalyzer/Firewall/bin # telnet
192.168.117.134 35415
| Trying 192.168.117.134...
| Connected to 192.168.117.134.
| Escape character
Hi Jaikiran,
It worked.
Problem is solved. And I can breath now.
Now I am able to load my log4j.properties.
Thanks for your help and quick replies.
Regards,
-Ashok
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175204#4175204
Reply to the post :
http://w
Hi,
Yes, i have used the finally block to close the connection.
Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175201#4175201
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4175201
Hi Ragav,
modifying our flow is not at all an option, we have our own reason for making
audit an asynchronous process... I think nobody will like to have an imapct on
thier SLA by using synchronous audit/log process.
So again, modifying our flow, is not at all an choice
So what you are say
Hi Peter,
I have finally managed to achieve my goal of extracting the number of active
sessions into a log file. Your clue regarding the actual MBean was the
clincher (jboss.web:host=localhost,path=YYY,type=Manager). I guessed that I
should be able to see the info in the JMX console
(http://
anonymous wrote : So aftre both these calls, server itself will create a jms
message for audit and it will put in a queue and an MDB will pick the message
and for processign this message MDB will try to call the secured EJB
JMS/MDB is asynchronousJMS/MDB systems are meant for distributed ent
For JBC 1.4 (used in JBoss 4.2), you can still write a custom eviction policy
that does a remove. Extend the existing EvictionPolicy-implementing class and
override the "public void evict(Fqn fqn)" method.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175186
that is very hard with this limited amount of information.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175185#4175185
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4175185
the process-end event fires when the process ends.
Without your processdefinition it is hard to see what could be wrong.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175184#4175184
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&m
Hi Peter,
That certainly fixed the issue with the exception - thx. My command is now:
D:\JBoss_Tomcat\bin>twiddle -s localhost:1098 get
"jboss.web:host=localhost,path=/MyApp,type=Manager" activeSessions
But now when I execute that command, nothing happens - the cursor just sits
there and the
That worked, thanks!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175178#4175178
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4175178
___
jboss-user mailing list
jboss-user
I think that the equal sign confuses the command parser - try adding quotes
around the object name:
twiddle get "jboss.web:host=localhost,path=/MyApp,type=Manager" activeSessions
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175177#4175177
Reply to the post
Hi,
I get an error while deploying a Stateless session bean defined as a web
service on JBoss 5 CR1.
It seems to be a problem of version of JRE since it works with JRE 5 but does
not work with JRE 6.
I am using Eclipse 3.4
My interface looks like this :
@WebService
@SOAPBinding(style = Style.RPC
I downloaded the JBoss Toolkit. Then I copied the contents of \features and
\plugins to my Eclipse folder, c:\eclipse.
However, after starting eclipse with the -clean switch, I do New->Project I
don't see the Jboss templates as an option. If I look in the Project
Configuration window, I se
Hi,
I'm a newbie in JBOSS, and JAAS.
I have followed some tutorials but I still cannot find a solution for 2
problems.
(1) In fact, my application internally manage role, and I don't want JAAS
to deal with it. So I'd like a system with login-config.xml and web.xml
tag, which permit to authent
Dear List,
I was wondering if someone could give me a list of the configuration
files I need to edit in relation to the following setup.
At present I have a single machine that is providing website and email
services for a single public domain.
I have successfully installed the following so
Hi Peter,
This is looking promising! However, when I try the following command at the
command prompt:
D:\JBoss_Tomcat\bin>twiddle.bat -s localhost:1098 get
jboss.web:host=localhost,path=/MyApp,type=Manager activeSessions
I get the following exception:
07:08:14,829 ERROR [Twiddle] Command fa
Hi,
I get an error while deploying a Stateless session bean defined as a web
service on JBoss 5 CR1.
It seems to be a problem of version of JRE since it works with JRE 5 but does
not work with JRE 6.
I am using Eclipse 3.4
My interface looks like this :
@WebService
@SOAPBinding(style = Style.RPC
I've created a simple pojo ws and it works fine as long as the client sends
requests using a SOAP 1.1 envelope, but if I use SOAP 1.2 I get this error back
in a soap fault:
S:VersionMissmatch
Couldn't create SOAP message. Expecting Envelope in namespace
http://schemas.xmlsoap.org/soap/envelope/
I have a custom auth module that I have written to extend the
UsernamePasswordLoginModule:
| public class SASAuth extends UsernamePasswordLoginModule
|
My login-config.xml looks like this:
|
|
|
| guest
| java:/portal/UserModule
|
Try renaming policyServiceBean-1.0.ejb as policyServiceBean-1.0.jar
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175167#4175167
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4175167
___
I can see why you want to do that for patching, but the jboss.patch.url
property only allows only a single entry which is either a directory or a file.
You could always modify the JBossAS source code to allow a file list for
jboss.patch.url.
View the original post :
http://www.jboss.com/index.
I am trying to deploy an EAR file containing a WAR and a Stateless Session
Bean. The WAR is getting deployed fine but the bean is not and no errors are
shown in any of the logs. I have pasted my application.xml file below:
|
| http://java.sun.com/xml/ns/javaee";
| xmlns:xsi=
I want to control in what order jars(setting classpath) files will be loaded so
that java can load the a.class from a.jar rather than b.jar when both a.jar and
b.jar has the same class.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175159#4175159
Reply to t
Thank you for the caution.
We distribute a lot of releases to a number of clients and want to avoid
shipping 10+ meg or more with each distribution.
Is there another place to deploy our jar files permanently without interferring
with JBoss?
View the original post :
http://www.jboss.com/index
Set it to the directory:
-Djboss.patch.url=file:/E:/jbossinstall/patch/
It should then load all JARs in that directory.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175157#4175157
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mo
I was trying to put more than one jar files but it seems to be not liking.
i tried to do like this .
-Djboss.patch.url=file:/E:/jbossinstall/patch/axeda_patch2.jar;
file:/E:/jbossinstall/patch/axeda_patch2.jar;
it always take the first jar and ignores the second one.
Any ideas???
View the orig
hello,
i am using jboss 4.2.2
and have a MDB which works fine, until onMessage is left.
08 Sep 2008 21:07:40,187 WARN [arjLoggerI18N]
[com.arjuna.ats.arjuna.coordinator.BasicAction_58] - Abort of action id
a31500a:6df:48c5757a:1a5 invoked while multiple threads active within it.
08 Sep 2008 21
Found it! The MBean you want is:
jboss.web:host=localhost,path=YYY,type=Manager
where YYY is the web application context. The interesting attributes are:
activeSessions
sessionCounter
maxActiveSessions
and various others.
View the original post :
http://www.jboss.com/index.html?module=bb&op=
Kok, Auke wrote:
> Dan wrote:
>> Bump...
>
> what's the request here exactly? do you want that particular suggestion to be
> removed?
I suspect it's just "eh my GPM is sucky again"; eg a bugreport against g-p-m
rather than against powertop...
___
Pow
Download it from the MySQL web site.
http://dev.mysql.com/downloads/connector/j/5.0.html
But I usually get mine from the Maven repository at:
http://repo1.maven.org/maven2/mysql/mysql-connector-java/5.1.6/
You never said which version of MySQL you are using, so I assumed 5.0. If you
are using
One other questions related to optimistic locking...is there anything I can do
to switch an existing cache configured with pessimistic locking to optimistic
locking? For existing caches, it appears that it can load the objects because
they do not have the appropriate data versioning. Anything
Here is the root cause:
Caused by: java.net.SocketException: Cannot assign requested address
Too bad the error message does not state what address is bad, but I suspect one
of these lines in the mysql-persistence-service.xml file:
TCP start_port="7900"
mcast_port="${jboss.messaging.controlcha
Probably the best list of supported database is under the heading "Set up
specific DataSources" at http://wiki.jboss.org/wiki/ConfigDataSources.
But as Jaikiran noted, any JDBC data source will work. At work we have JBossAS
running with several databases not listed on that wiki page, but then wh
Did you see the clustering guide:
http://www.jboss.org/file-access/default/members/jbossas/freezone/docs/Clustering_Guide/beta422/html/index.html
There is also a version you can download from the documentation page.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic
Do this. Open a terminal windows, cd to the bin directory and enter:
./shutdown.sh
Read the description of the various options.
If you started the app server with the option "-b 192.168.111.234", then any of
the shutdown commands that contain the option "-s 192.168.111.234:"
should work, provi
The jbossall-client.jar file contains almost all of the classes found in all of
the other jar files in the client directory. You could, instead, drop
jbossall-client.jar and instead pick up just the client jar files you need.
That could help reduce the size.
View the original post :
http://www
Hi ,
Thanks for the reply.. from where do I get the MySQL jar file ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175113#4175113
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4175113
_
I was wondering if someone could direct me to some documentation, tutorials,
blogs, what have you on Interceptors, Controllers and Commands.
More importantly, how are the executed, configured and perhaps extended.
Thanks for you input.
View the original post :
http://www.jboss.com/index.html?
Hi,
I am running my (non-ejb) application on Jboss 4.2.1 GA on Linux machine with
Java 1.5. The jboss is configured to use ajp connection pool using apach server
in front.
Jboss is configured with the default ajp connection pool settings.
I have following questions
1) As apache is just in f
The stack trace you posted has the same error as the previous stack trace, and
Jaikiran's solution still applies:
Jaikiran wrote : You haven't placed the MySQL JDBC driver jar file in the
C:/SDA/jboss-4.0.1sp1/server/default/lib folder.
Where did you place the MySQL Driver JAR file?
View the
Hi, Folks!
Anyone knows how to disable DTD Validation during deployment on JBoss 4.2? I
have an EAR application which contains a WAR and you respective "web.xml".
unfortunately, the server does not have access to internet, and throws the
following exception:
avax.xml.ws.WebServiceException: or
Upgrade to 4.2.3.GA fixed this problem.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175102#4175102
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4175102
___
jboss-user mai
"Martinator" wrote : Hi again Jaikiran, removing the servlet.jar from the
jboss/server/default/lib folder resolved the issue.
|
Good to know that the issue is fixed.
"Martinator" wrote :
| We put all of our jars into the jboss lib folder to keep the size of our
deployments down.
|
Ju
I don't have a Mac, but the steps there should be the same as Windows or Linux.
First, you need a 1.5 JDK. From other posts, I gather that the 1.5 JDK comes
with the Mac, so you should be set. To verify this, open a terminal window
(command prompt?) and run:
java -version
That should tell you
Hi again Jaikiran, removing the servlet.jar from the jboss/server/default/lib
folder resolved the issue.
Thank you so much for your help.
Cheers.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175097#4175097
Reply to the post :
http://www.jboss.com/index.h
I am wondering event type process-end does. I have two nodes (A and B) forked
from a parent node and joined back to a subsequent node.
Node A has an action to send email notification. A is not JBPM email node. It
just sends through a regular smtp service.
Node B has an action to execute some
I scanned the docs for a description of hot deployment but this was all I found:
http://www.jboss.org/file-access/default/members/jbossas/freezone/docs/Server_Configuration_Guide/beta422/html/Deployment.html.
So here is a more detailed explanation.
Every 5 seconds (by default, you can adjust this)
Hello,
my oracle-ds.xml is in the deploy-folder. Because I thought it's a
Jndi-Problem, I posted this subject to:
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=141864
Regards,
braca
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175093#4175093
R
The PropertyConfigurator.configure(filename) expects an absolute filename path.
How about changing this piece of code:
"ashok.kadam" wrote :
|
| |
| | /**
| | * Default BaseLogger Constructor.
| | */
| | private BaseLogger() {
| |
I have two Jboss 4.2.3 servers running on two Linux boxes in the same subnet.
According to documentation, for them to cluster, all I had to do was start them
with -c all, but when I did, they always bound to 127.0.0.1, which is internal
IP and not mulitcast, so they couldn't see each other. It
Hi Jaikiran,
Here is some more information about my case.
I have written my own classes for logging which extends functionality of
logging as follows,
BaseLogger --> Abstraction class for debuging and logging.Loads the
logging configuration. And uses the Logger for lo
You really should ask Novell - it's their product and their error message.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175083#4175083
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4175083
difficult to say.but just guessing, you can see in the download section the
release 4.2.2 GA peaked at 350.000 downloads in one year.
I don't think it's less then this number..maybe between 350.000 and
500.000...who knows..
Bye!
View the original post :
http://www.jboss.com/index.ht
I realize this thread is over a year old, but for others who find their way
here experiencing similar problems...
I was adding JBM 1.4.0 to AS4.2.1 and had similar problems. My configuration
was correct (createJBossMQDestination was false, and my JNDI names were
correct).
The issue seems to b
Sorry for the strange question, I had to fill some stupid figures in a document
talking about JBoss. I'm not able to guess very muchmaybe you could help me.
Thanks
Lisa
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175078#4175078
Reply to the post :
htt
I am currently using JBoss 4.2.2.GA and would like to upgrade the included
JBoss Web to version 2.1.0 or later (resolves a bug). Can anyone explain the
steps to upgrade just the JBoss Web system of JBoss AS?
Thanks,
Kerry
View the original post :
http://www.jboss.com/index.html?module=bb&op=v
"Martinator" wrote : Hi again Jaikiran, I did notice that the problem class:
|
| javax/servlet/ServletOutputStream.class
|
| resides within servlet.jar which I need for my servlet classes and also
within servlet-api.jar which is deployed within the jbossweb-tomcat50.sar
folder.
|
|
Hi again Jaikiran, I did notice that the problem class:
javax/servlet/ServletOutputStream.class
resides within servlet.jar which I need for my servlet classes and also within
servlet-api.jar which is deployed within the jbossweb-tomcat50.sar folder.
Do you think that would cause this problem?
Hello folks!
I didn't find a solution for this yet. Any tip?
Thanks!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175059#4175059
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4175059
A simple load-balancing solution is to "schedule your jobs to the cluster" by
posting your job-objects on a queue, and use an MDB to process these jobs.
Jboss jms will load-balance the jobs over all available mdb's, and redeliver
the job if a node dies during the handling.
Note that you may wan
You mean this:
-
http://anonsvn.jboss.org/repos/jbossas/projects/jboss-deployers/trunk/deployers-impl/src/main/java/org/jboss/deployers/plugins/annotations/GenericAnnotationResourceVisitor.java
-
http://anonsvn.jboss.org/repos/jbossas/trunk/server/src/main/org/jboss/deployment/OptAnnotationMeta
There are plans to use MC to impl WB RI.
Check web-beans mailing list:
- https://lists.jboss.org/mailman/listinfo/webbeans-dev
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175046#4175046
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=post
This should be updated - jboss-container was split into few sub-projects.
I'll ping MarkN, since user guide code is his work.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175045#4175045
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=postin
We are now able to access Session EJBs, but having issues accessing our (EJB
2.0) Entity EJBs. The container does not bind them to the JNDI namespace (I
checked on the JMXConsole) and I am getting a NameNotFoundException. I think
it treats EJB 2.0 Entities as EJB 3.0 Entities which do not need
Hi all.
I've few days of experice in JBoss. I'm in troble with the setting up of
messaging service in a clustered environment. For now i used 1 messaging node
on 1 instance of AS on 1 machine.
I followed the configuration steps in chapter 4 of JBoss Messaging 1.4 User's
Guide.
when i run the A
Thanks for the reply.Is there any better way to update ear file?? can we create
a ant task which updates the ear file does J2EE SUPPORT partially updating the
existing ear file???
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175032#4175032
Reply to the pos
"ashok.kadam" wrote :
| *But still I am getting getting file not found exception while accessing
files from my java class.
|
|
You will have be provide us more details. This thread started off with
configuring your own log4j.properties file in the EAR, which you have been able
to succe
you can paste your script statup?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175028#4175028
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4175028
___
jboss-user mailing li
Hi Jaikiran,
Can you put your comments on my previous post?
Thanks and Regards,
-Ashok
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175027#4175027
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4175027
_
Which version of JBoss do you use? And how do you start JBoss? Do you pass the
-b option? See this for details
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBoss42FAQ
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175023#4175023
Reply to the post :
http://www.j
Hello all.
I am running JBOSS on my computer and try to connect from other computer than
get error: (111) Connection refused. When I enter
http://localhost:8080 (computer where JBOSS running) it's ok, I see JBOSS start
page.
View the original post :
http://www.jboss.com/index.html?module=bb&op
I did post this in beginner's corner last week and got no responses so I hope
this is not a problem to re-post here:
We are deploying an application on JBoss EAP 4.3.0 using JBM 1.4.0 SP3 and have
successfully deployed with multiple queues and can successfully send messages
and process them usi
hi all...i'm not sure this is the correct place to post this (let me know if
not).
i have jmx mbean right now that processes jobs for N applications. there are
about 5 different jobs that it processes. the jmx mbean runs in a single
jboss/vm instance currently.
we're going to be moving to a
I meant to also include the log and exception. Here it is:
| 2008-09-06 21:39:29,915 DEBUG
[org.jboss.cache.interceptors.OptimisticLockingInterceptor] Locking nodes in
transaction workspace for GlobalTransaction GlobalTransaction:
| <172.30.255.38:57328>:2
| 2008-09-06 21:39:29,916 DEBUG
Hello,
I published the project to reproduce the ClassCastException under
http://www.tuah.de/jboss-classcastexception-test/jboss-classcastexception-test.zip.
The archive contains a Eclipse project and Ant build.xml. You can reproduce the
exception by running JUnit Tests from Eclipse or through An
I'm unable to get optimistic locking to work with the JDBCCacheLoader when I
use a datasource. When I supply the DS configuration to JBC directly, it works
just fine. I have included the exception / stack trace I get below. I'm using
2.2.0.GA. is this a known issue? Could this be a config i
"pskhanwale" wrote : Obviously, if this is not the way to solve it, please
correct me, but I think this was a classpath issue. Commets/corrections will be
greatly appreciated
What you have done is correct. I remember discussing a similar issue in the
forum (long time back) where the classpath w
Hi,
Thanks, Yaa that is considered and undestood
Here the my question and worry is that are there any modification to the latest
JBOSS App server ?
And are there any new document or latest document on the same topic..
Hey, do you have any doc or reports in comparision with webspehre community
Even though that document is dated 3 years back, the idea behind the databases
that can be used is the same:
anonymous wrote : Supported Databases:
|
| JBoss AS is interoperable with any JDBC-compliant database; including
Oracle, SQL Server, DB2, and others.
So any JDBC compliant database
Hi,
Thanks do much for your help and quick response..
But the document is prepared 3 years(2005-Jun) back..
Now the latest version in JBOSS AS 4.2.3 GA , which is a community based free
version..
I would like to have the details for the latest version.Please help me if you
have any document o
Hi ragav,
While starting up my java client, it will ask for a username and password and
entring the username and password, when the user enters the submit(login)
button, it will create LoginContext and will call logon and then try to call
the secured ejb and then will cal a unsecured ejb for
Hi ,
I am getting the same problem.
I checked all replies mentioned below.
My .war file does not contain any of the EJB classes.
Please suggest.
Envirnoments:
Jboss- 5.0.0.CR1
Java version - 1.5.0_13
EJB - 2
Regards,
-Ashok
View the original post :
http://www.jbo
See Page 5 in http://www.jboss.com/pdf/JBossASBrochure-Jun2005.pdf
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174993#4174993
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4174993
See Page 5 in http://www.jboss.com/pdf/JBossASBrochure-Jun2005.pdf
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174992#4174992
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4174992
Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174986#4174986
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4174986
___
jboss-user mailing list
jboss-user@lists.jboss.
Hi,
I am trying to add new users of new group to the jbpm 3.2 environment.
Therefore I added entries to the id_user, id_membership and id_group table. Now
I am able to login with as a new user but the I get the error:
"HTTP Status 403 - Access to the requested resource has been denied
type Sta
Using jboss-messaging-1.4.0.SP3 and jboss-4.2.1.GA I made a test forcing the
connection to the database to be broken for a while and then restart the
connection.
The result is that the bridge disconnects from remote server if the connection
to the database is broken and then tries to reconnect.
Thanks for your reply. The asynchronously replication doesn't seem to be the
problem. Even after changing to REPL_SYNC the replication doesn't happen.
configuration part:
...
false
| true
| 15000
| 15000
| 1
|
| true
| true
...
I use the methods registerClassLoder and activate
Thanks for your reply. The asynchronously replication doesn't seem to be the
problem. Even after changing to REPL_SYNC the replication doesn't happen.
configuration part:
...
false
true
15000
15000
1
true
true
...
I use the methods registerClassLoder and activateRegion to activate the
repl
Hi,
Are there any links or reports or docs available for the comparsions of JBOSS
AS 4.2.3 GA with the other open source app servers or app servers for the below
points
1)Memory consumption
2) Response Times
3)Performance
Thanks
View the original post :
http://www.jboss.com/index.html?modul
Could you post your mysql-ds.xml and persistence.xml files?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174974#4174974
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4174974
___
Hi,
As per as i know per webapplication there are two types clustering 1) in memory
and session replication. correct me , if I am wrong
does JBOSS 4.2.3 GA supports all the types clustering methods same as other APp
servers like websphere community edition server supports ? or Are there any
di
Have you read http://wiki.jboss.org/wiki/JBossCacheAsCompatibility ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174971#4174971
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4174971
__
1 - 100 of 127 matches
Mail list logo