ok.
i do it asap.
i must prepare a test case ear (i cannot attach my real application. The little
one it's about 40 MB)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874569#3874569
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mo
"maruthi_cse" wrote : Hi
| I have a doubt.In our project we are using struts framework with jboss.Our
project flow is
| jsp to strtus form to struts action to session facade to ejb.
| Now I tried to pass the form bean to a function in my session facade.
| When i start the jboss it post
Hi
I have a doube.In our project we are using struts framework with jboss.Our
project flow is
jsp to strtus form to struts action to session facade to ejb.
Now I tried to pass the form bean to a function in my session facade.
When i start the jboss it post the following error as Noclassdeffound
Where can I find documentation on How to for expanded directory deployment(for
development time) on JBoss?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874562#3874562
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=387
Yes you want be able to do this till the appropriate annotations are added. You
are free to use JWSDP as your client stack. I don't know which jars you need
off of the top of my head. To get an idea which jars you need they have a
wsdeploy tool that builds a war. In that war they stuff the appro
Do you have a type-o in your servlet-class tag? Is that class in the war?
-Jason
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874560#3874560
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874560
---
port-uri used the deployment jar name to build the final uri.
port-component-uri uses the context/port to build the uri.
So in your case you would want the value to be:
/my-context-that-i-want/myPortURI
-Jason
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=
I need to download Jboss with Tomcat integrated with it. where can i get the
URL?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874558#3874558
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874558
--
hi,all
I have deploy follow ds config file in deploy directory;
cluster
jdbc:oracle:thin:@localhost:1521:tdm
oracle.jdbc.driver.OracleDriver
test
test
now I can't only get this datasource from local jndi , that's port 1099;
bu
I've had a very frustrating time with JBoss' ClassLoaders, and I just need to
vent! It is currently IMPOSSIBLE to override libraries in your .wars or .ears
that JBoss happens to use!! If you want to use a newer version of some
commons-*.jar that JBoss happens to use, then you are out of luck!
Hi,
I'm trying to determine how to setup a redundant JMS queue server:
In the event the queue server fails there is an automatic failover to another
queue, ie clients calling a queue are automatically redirected to a new queue.
Is this functionality existing, or do we need to hand code?
Vie
I developed a web application. I configure my login-config, web.xml, and other
files. All its ok. The authentication all right.
But, how can I obtain a list of users that can connect to my application? No
matter if I use UsersRolesLoginModule or DatabaseServerLoginModule.
Thanks
Adilson Vahldi
Hi
I would like to implemented a authentification module via LDAP directory.
I have two solutions :
1- Use the internal security of the Jboss (Jaas api); or
2- Realize a external module
the first solution is not flexible nor reusable because it depends on
the configuration of each server (Jb
I thought when we package a sar, the only requirement is that there is a
META-INF directory and a xml file named like ***-service.xml inside the
META-INF directory. But I always name it as jboss-service.xml. Until recently I
found out that if I changed it from jboss-service.xml to something else
I'm testing various cluster configurations in 4.0.0 line. I have everything
working and have been simulating nodes failures by invoking 'stop' on the MBean
associated with the EJBs I want to take offline. I subsequently restart by
'touch'ing the deployment unit to get clean hot-deploy. Everyt
Thanks Bela for the prompt reply.
Can you please tell me by when would it be available?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874539#3874539
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874539
-
Ok, I was not quite correct. I could register a Synchronization instance with
javax.transaction.Tramsaction, or I could have my session beans implement
SessionSynchronization.
However I don't see an equivalent "MessageDrivenSynchronization" capability for
MDBs.
My experience of registering
Hi,
Does someone knows why the prepare statement caching is done only
on prepareStatement(String sql) and not on the other prepareStatement methods
such as
prepareStatement(String sql, int resultSetType, int resultSetConcurrency)
Thanks
Omri
View the original post :
http://www.jboss.org/index.
Hello!
I'm reading the tutorial guide of Jboss Greating Started, the chapteer 8, but
finally the instructions the server console display this:
| ObjectName: jboss.mq:service=InvocationLayer,type=UIL2
| state: CONFIGURED
| I Depend On: jboss.mq:service=Invoker
|
| Depends On Me:
It is synchronous. An asynchronous adapter to *all* CacheLoaders is on the
roadmap
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874530#3874530
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874530
-
Thanks a lot. That helps and thats what I was looking for.
--Chetan
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874528#3874528
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874528
Does JBoss come with some sort of client framework? What I mean by this is say,
I want to deploy something like agents on other nodes and didn't want to deploy
a full fledged application server on those other nodes, something sort of light
weight compared to JBoss I guess. I've deployed my own s
Hello
I need to register a Synchronization object which will receive
afterCompletion() invocations - or the equivalent - AFTER all resources in the
transaction have been committed.
I could register against the javax.transaction.Transaction instance or against
the javax.ejb.UserTransaction in
here's the relevant part of the log file - quite lengthy, since it's in DEBUG
mode, but that's what it's there for :) ... it all looks good to me, no
exceptions, it just undeploys the current file, but never gets the new one.
System: SuSE Linux 9.1, JBoss 3.2.6, no HTTP session clustering ...
A
Hello,
I've got a EJB with these two service-endpoint methods :
public ContentArray getAllContents()
public void updateAllContents(ContentArray contentArray)
where ContentArray is :
public class ContentArray {
private Content[] contentArray;
public Content[] getContent
Hi, we are using Treecache for caching purpose and would like to know whether
jdbccacheloader uploads to db asynchronously or does it do synchronously? This
is for just one treecache and a db. no replicated caches are invloved. I would
really appreciate your input regarding this. Thanks
View
Hi all,
Since NOBODY reply my question, I'll answer it myself... the problem was
caused by wrong use of (Home/Remote) interface pairs.
If you're using LocalHome you MUST use the EJB's Local interface!
I hope this could help somebody...
View the original post :
http://www.jboss.org/index
JBoss-Cache1.2.2.
I'm running under Solaris SPARC 5.8.
Thanks.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874511#3874511
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874511
-
I love it when I solve my own problems. Thank you JBoss for making it so easy.
Just the wrong jar file.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874508#3874508
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38745
Move the connection = cf.createConnection();
outside of the send.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874503#3874503
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874503
---
To understand how the mapping works, have a look at
http://www.jboss.org/wiki/Wiki.jsp?page=JBossSNMPAdapter
To enable hearbeat, just set the HeartBeatPeriod to a different value (number
of seconds), it's disabled by default: at
deploy/snmp-adaptor.sar/META-INF/jboss-service.xml
| 0
|
Hello All,
My JBoss is all of a sudden giving this error at startup when ever i try to
deploy a WAR file.
It is working fine with EAR files. Recently i have changed my JMS default
database from Hypersonic to Informix Database. Otherthan that i haven't made
any changes.
This is what the error i
Hello all,
I use JBoss 4.0.0. And snmp-adaptor.sar in my deploy folder.
In trap viewer I can see just one trap type "coldstart", but I don't see
"heartbeat" - I didn't get any "heartbeat".
I have / read jboss4guide/html/ch2.chapter.html#ch2.trap.fig , but that isn't
enough for me.
Where I can g
Which version this is? And are you running under cygwin or Linux?
-Ben
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874499#3874499
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874499
-
That should be it, AFAIK.
-Ben
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874498#3874498
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874498
---
This SF.Net e
Supposedly using Hibernate3.0 and JBossCache1.2.2 should resolve this. We have
someone still reported that query cache is still problematic. So we are
invetigating now.
-Ben
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874497#3874497
Reply to the post :
Roberto,
Sounds like a problem. Would you go to jira.jboss.com and open a bug against
the application server. You can assign it to me. If you can, please attached
your sample war and ear files.
Thanks,
-Ben
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=387
Please make sure the mcast work first by going thru the jgroups troubleshooting
steps.
-Ben
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874494#3874494
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874494
---
If you have any stack trace or log, please post it here.
Thanks,
-Ben
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874493#3874493
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874493
-
Sorry. I'm using JBoss 4.0.1, but not 4.0.1SP1
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874491#3874491
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874491
--
Get a more recent of jboss. java5 did not exist when 3.2.1 was released.
http://www.jboss.org/wiki/Wiki.jsp?page=JBossVsJavaJDKVersionMatrix
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874490#3874490
Reply to the post :
http://www.jboss.org/index.html?mo
Hello,
I'm trying to make JBoss 4.0.1SP1 working with web app without putting it into
deploy folder. If I put appropriate tag into sever.xml it gives me a lot of
errors when I try to open my jsp files. The errors are about a packages that
cannot be found. This works fine with Tomcat 5.0.28 wi
Hello,
I'm getting tired but debugging in Eclipse shows that the characters ÃÂ in
the word SloveniÃÂ are correct translated to Ã. Because a test with a lot
bigger result coming with the same characters gives a good result over https.
So for me it is a mystery why you can see that after 2 second
Hi folks,
I've got an interesting issue at hand: 4 nodes, running JBoss in a cluster. I
have consistent problems deploying my applications:
Once I deploy a new version of an existing app (e.g. replace the respective
file in $JBOSS_HOME/server/all/farm), the file gets correctly deleted on all
o
Hi,
I'm having a very strange problem here. I have an instance of an object that is
initially and only constructed from a Servlet. However, this object has a
MessageListener to recieve messages from a queue.
The problem is this: When I debug this class, I notice that the memory ID's in
the deb
I have jdk (1.5.01) and set up JAVA_HOME - all works.
I have installed JBoss -3.2.1.
I am running XP Professional.
On running run.bat I get errors starting -
09:42:41,504 ERROR [Server] Failed to start
javax.management.InstanceNotFoundException:
JMImplementation:service=LoaderRepository,name=Defau
I didn't check the URL, but I do know that many people make a mistake at that
point and take out the service internal hypersonic service, causing the
dependency to break. That should definitely be more clear, as many people seem
confused about it. But, it does work...
View the original post
The JMS Client does not use connection pooling. It does something like that:
| public void send(...){
| lookupJMSResourcen();
| connection = cf.createConnection();
| session = connection.createSession(false,Session.AUTO_ACKNOWLEDGE);
| ...
| }
|
| private static void lookupJMSRes
No. A custom authenticator or valve is required. Its an ambiguous aspect of the
servlet spec as to whether filters should be engaged in authorization paths and
currently tomcat treats filters as application level components that apply
after the standard security checks.
View the original post :
Found the error:
Seems that I forgot an important
'@ejb.persistence'-Tag before some getXXX-Methods to indicate that an
ejbStore() is necessary.
Not it's working.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874479#3874479
Reply to the post :
http://www.j
The ejb-2.1 spec states that the ejb-name must be a valid java identifier. This
excludes the use of '/':
anonymous wrote :
| 10.3.13 The Bean Provider?s View of the Deployment Descriptor
|
| The persistent fields (cmp-fields) and relationships (cmr-fields) of an
entity bean must be decla
Read the FAQ:
http://www.jboss.org/wiki/Wiki.jsp?page=HowCanAnEJBCallAnMBean
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874477#3874477
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874477
---
I have a jboss-build.xml all ready to go except one thing...
How do I change this line to make the jar command "use no ZIP
compression"...you know, the -0 option...
jar jarfile="${deploy.dir}/${war.file}" basedir="${war.dir}"
Thanks,
Laughton
View the original post :
http://www.jboss.or
Again thanks for the reply.
So is it possible within same JBoss can a MBean locate another MBean and call
method on it?
--Chetan
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874474#3874474
Reply to the post :
http://www.jboss.org/index.html?module=bb&op
I get this error:
Caused by: org.dom4j.DocumentException: Server returned HTTP response code: 401
for URL: http://hibernate.sourceforge.net/hibernate-mapping-2.0.dtd Nested
exception: Server returned HTTP response code: 401 for URL:
http://hibernate.sourceforge.net/hibernate-mapping-2.0.dtd
Is
Hello,
Also a test with Axis 1.1 stubs, just as we are using now, the reader gets the
time out exception when used over https.
Johan
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874472#3874472
Reply to the post :
http://www.jboss.org/index.html?module=bb
anonymous wrote : Yes, please try and use the correct version. If you do,
everything will work.
Err... not quite. At least not for me and this other guy. The configuration +
configuration instructions for hsqldb-ds.xml seem to be wrong. See
http://tinyurl.com/796dt
If you need further clarific
http://jira.jboss.com/jira/browse/JBAS-1373
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874468#3874468
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874468
---
T
Thanks for the reply.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874467#3874467
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874467
---
This SF.Net email is sp
Well, your original post implies that you want to somehow find a way to do so
via the MBeanServer API. I'm simply saying there is no way. JMX API
specifically is designed to avoid allowing what you want (irrespective of the
fact that you have the ObjectName - that doesn't matter). You cannot
No, such access defeats one of the primary design goals of jmx.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874465#3874465
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874465
Thanks for the reply.
I understand that. But is there another way to do get the object reference of
the MBean registered with MBeanServer?
Our purpose is to get the object reference and make a method call on that
object. If there is a way to do this please let me know.
--Chetan
View the orig
If you can refactor it to make it more extensible, without breaking the
existing bindings, that would be great.
Register that in JIRA as a feature request and submit the patch there.
Thanks!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874462#3874462
Repl
JBossCache is a transactional caching solution built on top of JGroups. JGroups
is a reliable multicast toolkit.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874461#3874461
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply
Hello,
Forgive my naiveness but I am trying to ascertain what the difference is
between JbossCache and JavaGroups.
Can anyone give me a clue?
Thanks in advance,
Julien
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874460#3874460
Reply to the post :
http://w
I want to specify the loading order (deployment order) of ear and war
files in JBoss 3.2.3 and JBoss 3.2.5. I don't find any helpful hints
at the Jboss.org site, JBoss documentation or general googling.
In addition, I prefer not to change the class loader of JBoss.
Any helpful hints will be a
Hello,
i've just profiled our application and I spotted that after switching from
JBoss 3.2.6 default commit option A for BMP to commit option B, ejbLoad is
invoked before every method invocation on BMP entity bean. All methods
invocations are made from one method of Stateless Session Bean with
Hi schrouf, Thnx for reply.
can JBOSS handling something web logic
http://e-docs.bea.com/wls/docs81/ConsoleHelp/domain_jmsconnectionfactory_config_flowcontrol.html
BTW, anyone has a better idea to control this, pls post here.
View the original post :
http://www.jboss.org/index.html?module=bb&o
"Xjava2001" wrote : 3) How do I specify
| TRANSACTION_READ_COMMITTED in jboss? is
this Default value?
IN DataSource configuration file.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874456#3874456
Reply to the post :
http://www.jboss.org/index.html?mod
I am using JBoss 3.2.5 (xdoclet based) with MySQL 4.1
I have been load testing my application and have found that separate database
calls are being made to retrieve the persistent field values.
The ejb finders are making a single call to retrieve all the field values.
Is there a way to make the lo
Dimitris, you're a genius!
Changing the order worked, but as I expected, the XSLTFileDelegate didn't work.
I'm gonna try my hand at implementing XSLTURLDelegate. Should be very similar
to the file delegate.
It's unfortunate that the binding delegates aren't setup well to be extended.
They p
my jboss.xml code before was the old for JBoss 4.0.0
the exception is caught by this jboss.xml during deployment on
Jboss 4.0.1sp1
.
.
.
myPort
/myPortURI
BASIC
thanks for every helpfull hint:
dre
View the original post :
http://www.jboss.org/index.html?modu
Can anyone please give a sample JDBCAPPender that can be used for writing to
log4j.xml
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874452#3874452
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874452
-
Hi there
I mirgrate my JBossWS EJBs from 4.0.0 to 4.0.1sp1.
I changed the Tag in the jboss.xml descriptor
to , during the deployment IÂve got this Exception:
| 14:03:55,765 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
| Incompletely deployed packages:
| [EMAIL PROTECTED]
I have an application deployed inVM through a simple JMX wrapper. The
application itself deploys its own modules from a repository independent of
jboss, lets say: c:\myapp\deploy.
To get this working i add the urls to the modules in myapp\deploy to the mbeans
RepositoryClassLoader, and set that
Hi,
i have a classic scenario : and Order with a lot of details.
I created them with JBuilder and i defined a relashionship between them : one
order has more details.
I have noticd that the Order entity has inside a collection of details.
Well, when i have to insert or update and order i pass to
Is the remote server running Linux?
Have you specified the IP address in /etc/hosts?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874447#3874447
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874447
-
hi,
I am trying to connect to a remote system on which Jboss server is running.
when i run the client program to connect to remote server i am gettting the
following error
Exception in thread "main" javax.naming.CommunicationException [Root
exception is java.rmi.ConnectException: Connection r
I get several errors when tring to compile de Duke's Bank Application. The
problem is that the compiler canÂt find classes inside the package
javax.servlet.jsp.tagext. I discovered that the file that contains this package
is jsp-api.jar in the directory \server\all\deploy\jbossweb-tomcat50.sar
This may help you: -
http://www.jboss.org/wiki/Wiki.jsp?page=EncryptingDataSourcePasswords
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=387#387
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=387
-
"jaejong" wrote : When I call IsUserInRole("admin"), it returns true on 3.2.6
but false on 4.0.0.
| Are there deferences between two versions?
That's a known 4.0.0 bug, please try 4.0.1 or 4.0.1SP1, the latest release.
Ricardo Arguello
View the original post :
http://www.jboss.org/index.htm
Actually I managed to reproduce the problem even after removing the
relationship (i.e. only setting fields that were not part of the relationship),
so this is not the reason at all. Please ignore my last post.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=387
Hi,
I write an MBean DatabaseStatus that I'd like to manage with my JMX client. I
wrote the following method:
public List showSlaveStatus(String rootPassword) throws BusinessException;
and I would like to make a mysql-connection to my DB as user root.
What are the steps I have to follow? I sup
Yes, please try and use the correct version. If you do, everything will work.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874439#3874439
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874439
--
Hi,
Im trying to get my first MDB and test client up and running. Im adding these
external jars to the build path (im following the jboss guide)
concurrent.jar, jbossmq-client.jar, jboss-common-client.jar,
jboss-system-client.jar, jnp-client.jar and log4j.jar.
But I can't resolve the javax.jms
I am using a Singleton MDB as the consumer for a queue. It works fine when
there are limited no. of messages. But when the no. of messages > 100 there is
a NullPointer Exception thrown and rest of the messages are not consumed.
Also this problem occured in jboss-4.0.1sp1 only. It works perfectl
I've reviewed our code and the problem is occuring because we are defining the
properties of an Entity as a one-to-many relationship between the Entity CMP
bean and EntityProperty CMP beans:
|
|
| Order-OrderProperty
|
|
property-associated-with-order
Hi Folks!
I need a help in definign virtual host in Jboss 4.
The server should respond with a page if it is callled like
"vhost.server.com" and "server.com".
for that i have changed server.xml of jbosswebtomcat.sar.
In that i have changed the attribute and Document base.
When i try to do so
response.sendRedirect("CONTEXT_ROOT/j_security_check") will not work on
jboss-4.0.0 with tomcat-5.0.28 but jboss-3.2.6 with tomcat-5.0.28 work well.
I can see 'GenericPrincipal[admin(admin,user)] in both versions.
When I call IsUserInRole("admin"), it returns true on 3.2.6 but false on 4.0.0.
Ar
It's necessary to build Dukes Bank application.
Thanks,
thoern
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874430#3874430
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874430
anonymous wrote : Perhaps we've got the wrong archive(s)
Indeed it looks as though we have! For JBoss 4 you need to use this:
PDF + code
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874429#3874429
Reply to the post :
http://www.jboss.org/index.html?module
There is only an absolut maximum message count, but no messages per second
limitation. If you encounter OutOfMemory-Exceptions may be you should
reconfigure your JVM memory setting and tune the JMS MessageCache settings !
View the original post :
http://www.jboss.org/index.html?module=bb&op=vi
Hi,
Does anyone know how to set the limit of JMS message queue receiving per
second? Say 100 messages per second.
This is to avoid too much processing from JBOSS that will lead a out of memory
issue.
TQ.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=387442
Hello
Just wondering; does this mean that I have to disable the cache for my project?
I have (as everyone) concurrent access (admin and batch updates, combinded with
customer read access) and had used a transactional cache for common entities. I
keep getting timeouts upon concurrent access to th
The whole thing looks like a mess. Perhaps we've got the wrong archive(s) but
that's just one of the problems i've found too. This is part of what i was
intending to post somewhere:
(Quoting from
http://docs.jboss.org/jbossas/getting_started/startguide40/dukesbank.html#d0e1044)
Before we can b
Thanks for the quick reply, Dimitris,
I implemented a simple filter that uses DeploymentFilter as default filter and
excludes .properties itself (code is after the message), and I got rid of the
'Failed to add deployable jar' message.
However the bundle still is not on the classpath because I ge
I'm using nukes and JasperReports.
I have a nukes module that create a jasper reports.
I do not want save the report on the server.
So i just have a stream (a byte array) and i want to display this in a new
window.
How can I o that? It is possible to do that?
| public class Report extends Mo
That is right if you using the run.bat batch script to start JBoss.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874418#3874418
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874418
-
Isn't this because the URLDeploymentScanner recurses into the 'hallo' subdir,
then attempts to deploy 'hallo.properties' file using the JARDeployer?
I guess the solution is to configure the Scanner to ignore the .properties
extension (i.e. add .properites to the suffixes list below):
|
thanks for your answer
i have found following two lines in the "run.bat" file:
rem Sun JVM memory allocation pool parameters. Modify as appropriate.
set JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx512m
is that right???
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3
1 - 100 of 109 matches
Mail list logo