[JBoss-user] [EJB/JBoss] - Re: performance problem with read-only entity beans

2005-03-27 Thread pflapf
Thanks for the info!
I read the thread and I understand now that read-only entity beans do not 
participate in a transaction. Therefore commit-option A is required which we 
can't use, so again: bad luck!
The things I don't understand: why don't they participate in a transaction? And 
why am I told everywhere to make use of r/o without the warning hey, only use 
this with commit-option A? and - maybe once again - why does r/o work fine AND 
fast with other 1.4-compatible containers?
The last one is really a bad question, I know. But I'm wondering that the JBOSS 
can't handle this.

Regards,
Dirk


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3871705#3871705

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3871705


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Store the Messgae History details in log file

2005-03-27 Thread k_s_ashok
I would like to store Hourly  MessageHistory details in one log file without 
invoking jmx-console's listMessageHistory() operation under 
jbos.mq.Destination.  ie: How many JMS messages(Topic/Queue) are send to the 
JBoss per hour.  
   Whether JBoss internal implmentation supports this requirement (or) i will 
write my separate code for monitoring jboss each one hour and store the details 
in log file ??? 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3871708#3871708

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3871708


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Gentoo: Mini HowTo Apache2 as frontend to JBoss

2005-03-27 Thread WebSel
This is a fast Quick start to get Apache2 web server working with JBoss as a 
backend application server for the first time like me an hour ago ;-).
The OS used is Gentoo Linux.
Both servers are running on the localhost.

For the Jboss server I use the version 4.0.1sp1, just get it from www.jboss.org 
unpack it under /opt, make a symbolic link from the unpacked directory to jboss 
and start it up with /opt/jboss/bin/run.sh
I presume you have Apache2 and Jboss already setup and running. 

There is nothing to configure on the Jboss side, for extra details you can read:
http://docs.jboss.org/jbossas/jboss4guide/r2/html/ch9.chapt.html#d0e22691

For the non-java side there is very little to configure thanks to the emerge 
guys :-)

First emerge the mod_jk2
# emerge mod_jk2

After the emerge finished, we need to make apache aware of the plugin
# vi /etc/apache2/conf/apache2.conf

Add the following line under the other LoadModule lines:
LoadModule jk2_module extramodules/mod_jk2.so

Now add some test url. Remove this ASP it's only for testing now.
#  vi /etc/apache2/conf/workers2.properties
add the following lines to the end of the file:
[uri:/web-console/*]
  | worker=ajp13:localhost:8009 
This will export the web-admin of JBoss to the Apache web server.
Restart Apache
# /etc/init.d/apache2 restart
Test if JBoss is running by opening the url: 
http://your.host.name:8080/web-console
Ok? You should see the JBoss web console
Test if Apache is running by opening the url: 
http://your.host.name/
Ok? Now for the final test:
open the url http://your.host.name/web-console
You should see the web-admin console of the JBoss application server running 
over Apache.
Great! That's all. If you need other urls just edit the workers2.properties 
file.

Wessel de Roode

References:
http://jakarta.apache.org/tomcat/tomcat-3.3-doc/mod_jk-howto.html
http://rimuhosting.com/mod_jk2.jsp
http://docs.jboss.org/jbossas/jboss4guide/r2/html/ch9.chapt.html#d0e22691

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3871710#3871710

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3871710


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Javassist user questions] - long method parameter must be explicitely qualified

2005-03-27 Thread khanbobo
Hi,

If I have a method 'foo' in some class that takes a long, I can't compile a 
call like:

foo(1)

with javassist, I need to write:

foo(1L)

The standard Java compiler does the coersion automatically. Are there plans to 
do the same in Javassist.

Thanks,
Boris

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3871717#3871717

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3871717


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [The Lizzard's corner] - JBoss certification exam

2005-03-27 Thread senthiln
Hello

   Anyone who have attended advanced JBoss training and passed JBoss 
certification exam please write your experience.  I have good experience and 
understanding of J2ee. I attended the advanced jboss training recently. 
Planning to take the JBoss certification exam. Preparing for the exam with 
JBoss server guide and training materials. What else I have to refer to ? How 
was the certification exam ? What type ( nature ) of questions did you see ? 

Thanks 
Senthil


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3871719#3871719

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3871719


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: Malformed Content-Id in SOAP Attachment Response?

2005-03-27 Thread jasong
I will try to look at the attachments support in the current code base again 
tonight. 

-Jason

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3871721#3871721

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3871721


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: About Chinese support

2005-03-27 Thread Manutrium
Hello Yang,

if you want to translate some modules, you have to make a ressource file. In 
this file, you can put the value of the global variables that you can find in 
the .html (as module.html) or .tpl files or all html lines created dynamicly in 
the java code.

For every modules, you have a Resource_en_US.properties file in the folder 
org\jboss\nukes\core\modules\MODULE_NAME\languages of the nukes lib.
You can copy it to create a Resource_Chinese.properties file and translate the 
value of the variables in chinese.

But I don't know how to choose the default langage file. If i find howto, i'll 
post again.

Regards

Emmanuel Lorge.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3871725#3871725

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3871725


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: simple clustering - no J2ee

2005-03-27 Thread [EMAIL PROTECTED]
Currently we don't offer MBean service clustering. It is the clustering roadmap 
though.

-Ben


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3871727#3871727

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3871727


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: How to get failover with HASingletons ?

2005-03-27 Thread [EMAIL PROTECTED]
James,

I am interested to see your use case on TreeCacheAop for this one. Would mind 
to share more details? :-)

You can email me ([EMAIL PROTECTED]) if you prefer.

Thanks,

-Ben

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3871728#3871728

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3871728


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation Configuration] - Re: Problems starting AutomaticDiscovery on Mac OSX 10.3

2005-03-27 Thread smickerm
Thanks Ric it helped me!

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3871732#3871732

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3871732


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: JBossWS client in WAR uses different version of Axis

2005-03-27 Thread [EMAIL PROTECTED]
Only one solution if you want to override the axis that is shipped with Jboss.  
You need to remove the JBossWS component and all it dependencies in JBoss 4.x.

Then you can use your own version of axis.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3871733#3871733

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3871733


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Start JBoss-All fail

2005-03-27 Thread litflyhorse
The Console show the following message:

13:08:27,312 ERROR [ClientGmsImpl] suspect() should not be invoked on an 
instance of org.jgroups.protocols.pbcast.ClientGmsImpl
13:08:27,312 ERROR [ClientGmsImpl] suspect() should not be invoked on an 
instance of org.jgroups.protocols.pbcast.ClientGmsImpl
13:08:32,328 ERROR [ClientGmsImpl] suspect() should not be invoked on an 
instance of org.jgroups.protocols.pbcast.ClientGmsImpl
13:08:32,328 ERROR [ClientGmsImpl] suspect() should not be invoked on an 
instance of org.jgroups.protocols.pbcast.ClientGmsImpl
13:08:32,406 WARN  [ClientGmsImpl] handleJoin(pc1:1252) failed, retrying

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3871735#3871735

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3871735


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation Configuration] - Problem while migrating from Sunone Appserver to JBoss

2005-03-27 Thread saiprasad_1999
we face a problem while migrating from Sunone Appserver to JBoss Server.


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3871736#3871736

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3871736


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation Configuration] - Problem while migrating from Sunone Appserver to JBOSS Serve

2005-03-27 Thread saiprasad_1999
we are working for Igate on behalf of GE and we face a problem while migrating 
from Sunone Appserver to JBoss Server.

I created a ear fine and put in the default deploy folder giving all proper 
Datasource JNDI name, after solving all the problems the ear file got deployed 
successfully without any errors but while starting the initial login file. i 
get a error saying (which is pasted below)

We use Struts 1.0 and tiles all the required JAR files and zip files are put 
into the lib directory still we are facing the same problem which is properly 
working in Sun One Appserver.

Please let us know what is the measures need to be taken to solve this problem.

Below the error we are getting while going into the login page 


2005-03-28 10:29:36,911 ERROR [org.jboss.web.localhost.Engine] 
StandardWrapperValve[jsp]: Servlet.service() for servlet jsp threw exception
org.apache.jasper.JasperException: /jsp/Login.jsp(15,0) Failed to load or 
instantiate TagExtraInfo class: com.jsptags.navigation.pager.PagerTagExtraInfo
at 
org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:39)
at 
org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:407)
at 
org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:90)
at 
org.apache.jasper.compiler.Parser.processIncludeDirective(Parser.java:339)
at 
org.apache.jasper.compiler.Parser.parseIncludeDirective(Parser.java:372)
at org.apache.jasper.compiler.Parser.parseDirective(Parser.java:475)
at org.apache.jasper.compiler.Parser.parseElements(Parser.java:1539)
at org.apache.jasper.compiler.Parser.parse(Parser.java:126)
at 
org.apache.jasper.compiler.ParserController.doParse(ParserController.java:220)
at 
org.apache.jasper.compiler.ParserController.parse(ParserController.java:101)
at org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:203)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:470)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:451)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:439)
at 
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:511)
at 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:295)
at 
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at 
org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:72)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
at 
org.jboss.web.tomcat.security.JBossSecurityMgrRealm.invoke(JBossSecurityMgrRealm.java:275)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
at 
org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
at 

[JBoss-user] [Messaging, JMS JBossMQ] - Re: message size

2005-03-27 Thread jianjia
Sorry, I haven't logged into this forum for a long time. I've tested oracle 
with openjms, and it can accept up to 10M message.  You might change a db and 
see if it works. Hope this help.

Thanks
Jianjia


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3871738#3871738

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3871738


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] jboss 4.0 , jetty, clustering

2005-03-27 Thread Alex Bahlai
Hello all
Does anyone use jboss 4.0 with jetty ?
What about clustering matters?
Could you share your experience
Thanx for advance
Alex
---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: exclude deployment file types

2005-03-27 Thread jboss123456
Thanx Dimitris

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3871740#3871740

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3871740


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user