[JBoss-user] [Installation & Configuration] - Re: Application properties outside the ear package in 4.0

2005-04-19 Thread mikesg
Posted issue report: http://jira.jboss.com/jira/browse/JBAS-1697 Mike View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874414#3874414 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874414 --

[JBoss-user] [JBossWS] - EJB3 client to web services

2005-04-19 Thread lhoriman
I'm writing an EJB3 bean that is a client to a random web service, ie one for whom I have WSDL and that's about it. I notice all the documentation and howto's demonstrate putting a element in the ejb-jar.xml. However, since I'm writing ejb3 beans, I have no ejb-jar.xml. Nor does it appear th

[JBoss-user] [Messaging, JMS & JBossMQ] - Multiple Message Delivery with ActiveMQ 3.1 / JBoss 4.0.1

2005-04-19 Thread robinroos
Hi All We're using ActiveMQ 3.1 as JMS provider to JBoss 4.0.1 which hosts our MDBs. When running a load test we recently got: PU/99/134.0.1 2005-04-18 19:35:29,366 INFO WorkManager(3)-105 [org.activemq.ActiveMQSession] Caught :java.lang.IllegalStateException: Multiple message delivery betwee

[JBoss-user] [Performance Tuning] - Re: Strange behavior: slow JDBC queries

2005-04-19 Thread rafcio
"[EMAIL PROTECTED]" wrote : How did you fix it? It wasn't JBoss problem. After switch to MySQL master/slave the result sets of some queries wasn't sent to client but write to the tmp area of MySQL. We increase only the value of 'tmp_table_size' and we get better performance. Regards, Rafal Vi

[JBoss-user] [Persistence & CMP/JBoss] - Re: problem with '/' in ejb-name

2005-04-19 Thread stundzig
Hi, I've researched this behaviour a bit and I found the following in e.g. JDBCFindByPrimaryKeyQuery line 56 (jboss4.0.1RC and 4.0.2RC1 too): | String alias = aliasManager.getAlias(entity.getEntityName()); | The ejb-name of my entity is anonymous wrote : worklist/WorkItem and therefore t

[JBoss-user] [Beginners Corner] - Re: does jboss run without installing j2ee1.4?

2005-04-19 Thread darranl
Yes that is correct, to work with JBoss all that is required is JBoss and a standard J2SE SDK. FYI - At least to begin with the majority of the classes you need for compilation / runtime will be found in the jbossall-client.jar in the client folder of your JBoss installation. View the original

[JBoss-user] [Security & JAAS/JBoss] - Re: encoding Password

2005-04-19 Thread darranl
Hopefully this will help. http://www.jboss.org/wiki/Wiki.jsp?page=EncryptingDataSourcePasswords View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874404#3874404 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874404

[JBoss-user] [JBossWS] - Problems by deploying the WS-Wiki-Example

2005-04-19 Thread rmk
Hi all, I have a problem by deploying the wiki-WS-Example in JBoss-4.0.1. I have used the ws.war. Here is the exception: 09:17:21,105 ERROR [ServiceDeployer] Cannot startup webservice for: ws.war java.lang.NoClassDefFoundError at org.jboss.webservice.ServiceDeployerJSE.class$(ServiceDeploy

[JBoss-user] [HTTPD, Servlets & JSP] - precompile JSP jmx-console

2005-04-19 Thread nobel
Hello all, Today I use an ant build target to precompile all JSPs for a web application. I wonder if that isnt possible to do from the jmx-console or web-console? Or is it possible to set a property somewhere so that the servlet engine compiles all JSPs ASAP if they are not already precompiled?

<    1   2