[jboss-user] [Beginners Corner] - Re: java.util.logging to Log4j mapping

2008-05-24 Thread jaikiran
Do you have a configuration file of your own for the java.util logger? If not, it will pick up the logging.properties file from lib folder of the JRE home. The logging.properties by default configures the handlers to handlers= java.util.logging.ConsoleHandler As Peter already mentioned and as

[jboss-user] [Microcontainer] - Re: SchemaResolverDeployer is parsing but not deploying

2008-05-24 Thread alesj
[EMAIL PROTECTED] wrote : | Hm, for some reason it thinks my SchemaResolverDeployer outputs a KernelDeployment: | | | [EMAIL PROTECTED] outputs=[org.jboss.kernel.sp | | i.deployment.KernelDeployment]} | | | | Actually, I take that back - I have no idea how to read this

[jboss-user] [JNDI/Naming/Network] - Re: Dtabase connection Error(Mysql)

2008-05-24 Thread pepelara
I have set up MySQL as default DataSource (DefaultDS). You can try it. I think this is not the question because I guess you are on a BMP Ejb. Anyway, what version are you using? I am using 4.2.2 GA and I have no any jboss-ds.xml. Can you tell me if it is a BMP and the version of your JBoss. By

[jboss-user] [JBossWS] - Re: Peculiar in Jboss 4.2.1

2008-05-24 Thread islpe
I forgot to mention, that I also received a WSDL for the service, and this was the one I used with wsconsume Lasse Petersen View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4153153#4153153 Reply to the post :

[jboss-user] [JBoss Portal] - Re: How to get Ldap informations?

2008-05-24 Thread rammyramkumar
hi this is my configuration in login-config.xml file . it is working for me. May be this will be of some help to you. !DOCTYPE policy PUBLIC -//JBoss//DTD JBOSS Security Config 3.0//EN http://www.jboss.org/j2ee/dtd/security_config.dtd; !-- For the JCR CMS --

[jboss-user] [JBoss Messaging] - Re: JBoss 4.2.2 to use ActiveMQ 5.0.1 as an external JMS pro

2008-05-24 Thread timfox
Why are you asking this on the JBoss Messaging forum? That's like me making as post on the ActiveMQ forum How do I set up Geronimo to use JBoss Messaging? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4153157#4153157 Reply to the post :

[jboss-user] [EJB 3.0] - Flush during cascade is dangerous Exception

2008-05-24 Thread thiagu.m
hi every one this is my project environment jboss seam: 2.1.0.A1 jboss server:4.2.2.GA I my page I display the huge amount of data displayed in the form of table. I fetch those data by using EJP 3 by using PersistenceContext. When more than one person try to access that particular page at a

[jboss-user] [Messaging, JMS JBossMQ] - Regarding JBOSS JMS Server configurations

2008-05-24 Thread modulla
Hi All, Please provide documents for JMS Server configurations in JBOSS. Thanks, Madhusudhan. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4153163#4153163 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4153163

[jboss-user] [Clustering/JBoss] - Re: Access to jnp://localhost:1100 is denied on IPv6 dual st

2008-05-24 Thread [EMAIL PROTECTED]
I've been unable to reproduce your problem with the setup you sent me. I have no problem sending messages. What's in your /etc/hosts file? Mine includes | # Do not remove the following line, or various programs | # that require network functionality will fail. | 127.0.0.1

[jboss-user] [Clustering/JBoss] - Re: WAR redeployment requires restart

2008-05-24 Thread [EMAIL PROTECTED]
Can you put the org.jboss category at DEBUG in your server.log and post the redeploy logging? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4153165#4153165 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4153165

[jboss-user] [Clustering/JBoss] - Re: HAJNDI failover exception

2008-05-24 Thread [EMAIL PROTECTED]
Thanks, David, for posting back with that info. :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4153166#4153166 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4153166 ___

[jboss-user] [Clustering/JBoss] - Re: Access to jnp://localhost:1100 is denied on IPv6 dual st

2008-05-24 Thread ishai
I have -Djava.net.preferIPv4Stack=true in run.sh My localhost is resolved as ::1 and there are no explicit definitions in /etc/hosts for ::1. 127.0.0.1 localhost appears in the file. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4153167#4153167 Reply to the

[jboss-user] [JBoss Tools (users)] - Re: Creating attributes of facts

2008-05-24 Thread amit_tomar
http://downloads.jboss.com/drools/docs/4.0.3.15993.GA/html/ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4153169#4153169 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4153169 ___

[jboss-user] [EJB 3.0] - Transaction in injected EJB

2008-05-24 Thread rituraj_tiwari
Folks, I have a SLSB that launches tasks in a threadpool. The task threads need to access entities and persist them. I am accessing this SLSB by injecting it into another SLSB (which is also a seam component). My problems are : 1. The moment my threads try to persist anything using the

[jboss-user] [EJB 3.0] - Re: Single persistence.xml file with multiple EJB jars

2008-05-24 Thread gcshields
anonymous wrote : | By any chance, is your jar file in exploded format (in the form of a directory) instead of a zipped archive? If yes, then the issue might be because of this http://jira.jboss.org/jira/browse/EJBTHREE-1254 Yes I am ... I should have mentioned that in the post. Thanks for

[jboss-user] [EJB 3.0] - Bean Managed Transaction: No JTA transaction found

2008-05-24 Thread rituraj_tiwari
I am resorting to BMT due to the need to launch persistence operations in worker threads. I am using the BMT format as described here http://www.hibernate.org/hib_docs/entitymanager/reference/en/html/transactions.html So, I have | @PersistenceUnit EntityManagerFactory m_emf; | @Resource

[jboss-user] [JBossWS] - ClassCastException at $Proxy109

2008-05-24 Thread shaikbash
Hi, I have a State-Less Session Session EJB (3.0) deployed as a WebService on JBOSS 4.2.2 server in its own EAR file. I have another EAR which has a web application (WAR), which calls the EJB methods as a web-services client (service consumer). When I deply both EARS and run my application, I

[jboss-user] [JBoss Cache: Core Edition] - Re: Why concrete region fails override the default one?

2008-05-24 Thread beep_beep
Thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4153189#4153189 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4153189 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] Automatically rejected mail

2008-05-24 Thread Mail Delivery Subsystem
Your message was automatically rejected by Dovecot Mail Delivery Agent. The following reason was given: Quota exceeded binO0iu0vkpe8.bin Description: message/disposition-notification ---BeginMessage--- ---End Message--- ___ jboss-user mailing list