[jboss-user] [JBoss Portal Users] - Re: jbossweb comet

2009-08-31 Thread boby
Hello, I have the same problem when I want to use Async with Resteasy : http://www.jboss.org/file-access/default/members/resteasy/freezone/docs/1.1.GA/userguide/html/Asynchronous_HTTP_Request_Processing.html#Asynch_HTTP_Tomcat6 View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: RepositorySelector and hibernate log

2008-11-25 Thread boby
Thanks for your advice. I chose the jboss-log4j.xml to configure my application's log. I'll see later to use some log4j for each application in .ear with JBoss5. I dont prefer avoiding your last solution which is the classloader scoping, as said in this Wiki :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: RepositorySelector and hibernate log

2008-11-22 Thread boby
Your thread could interest to me. I m curious to know how we can configure own log4j in JBoss-4.2. This thread may give some ideas even if I cant move to JBoss-4.2 today. Thanks a lot. Anyway, I think to give up the Log4jRepositorySelector. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - RepositorySelector and hibernate log

2008-11-21 Thread boby
Hello, In order to get my own log4j.xml in my application, I use the .sar log4j.sar of https://jira.jboss.org/jira/browse/JBAS-1313. That works well, my log4j is loaded. My problem is that the all hibernate's log uses the first log4j loaded by an application. In my case, either my own

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: RepositorySelector and hibernate log

2008-11-21 Thread boby
I forgot, Im using JBoss-4.0.5GA View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4191179#4191179 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4191179 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBOSS logs not seen after re-starting

2008-11-21 Thread boby
Your problem comes from your log4j.xml configuration. If you want to keep the log before a restart of Jboss, you have to add this param : param name=Append value=true/ For example : | appender name=FILE class=org.jboss.logging.appender.DailyRollingFileAppender | errorHandler

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: RepositorySelector and hibernate log

2008-11-21 Thread boby
In fact, it would be more simple to use the jboss-log4j.xml to manage the log config for each application. The inconvenient is to have to manage this file on every Jboss server, but this solution avoids the problems with the Log4jRepositorySelector which seems to me hard to apply perfectly. Im

[jboss-user] [EJB 3.0] - Re: EJB3 + JBoss + Linux

2007-01-15 Thread boby
your problem is not linked with your OS (Linux). This problem was discussed previously. http://www.jboss.org/index.html?module=bbop=viewtopict=97584 http://www.jboss.org/index.html?module=bbop=viewtopict=94692 View the original post :

[jboss-user] [EJB 3.0] - Re: JBoss 4.0.5 EJB3 Deploy need server restart ?

2006-11-13 Thread boby
I installed jboss 4.05GA with zip version with EJB3.0-RC9 and the redeployment problem does not exist with this version. My problem is that version is different. It lacks jta-service.xml, usertx-service.xml. We can think that our problem come from beta3 installer. I hope that a fix will be

[jboss-user] [EJB 3.0] - Re: JBoss 4.0.5 EJB3 Deploy need server restart ?

2006-11-08 Thread boby
I have the same problem with the last jboss version (4.0.5GA), whereas with the 4.0.4GA JBoss, the hot deployment worked well. This problem exists only when I change the method signature and that I want to look up the ejb session in remote. View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: IllegalArgumentException

2006-11-02 Thread boby
It is odd, because this problem occurs only when I call the method in remoting. In fact, I think there is a problem with the object in local and the object on the server. The server thinks that it is not the same objects. Im gonna look at the serialVersion uid. View the original post :

[jboss-user] [JBoss Eclipse IDE (users)] - [Resolve]Re: Problem when I want to open a file from the con

2006-10-31 Thread boby
I found the problem. In the .classpath, the JUnit library was the old of eclipse 3.1. I had to the removed of this file and add the library of eclipse 3.2. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3982010#3982010 Reply to the post :

[jboss-user] [JBoss Eclipse IDE (users)] - Problem when I want to open a file from the console

2006-10-24 Thread boby
I cannot open a file when an error is launched. I have this next error : An exception occured while following link. Reason: Error logged from JDT Debug UI: In the details: Unable to access archive c:/eclipse-3.2.1/plugins/org.eclipse.jdt?source_3.1.1/src/org.junit_3.8.1/junitsrc.zip Le chemin

[jboss-user] [JBossWS] - Re: Inject EJB problem in web service method !!

2006-09-26 Thread boby
I forgot to specify that I use jboss-4.0.4.GA with jbossws by default. And my code : | @Stateless | @SecurityDomain(Protected-Web-Services) | @Interceptors( { LoggerInterceptor.class, ConnectionInterceptor.class }) | @RemoteBinding(jndiBinding = TestSession) | @WebService(name = Test)

[jboss-user] [JBossWS] - Re: EJB3 SessionBean endpoint and security

2006-09-25 Thread boby
I have the same problem, whereas with Axis 1.4, that works. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973905#3973905 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973905 ___

[jboss-user] [JBossWS] - Inject EJB problem in web service method !!

2006-09-25 Thread boby
Hello, I try to inject an EJB with @EJB in WebMethod, but that does not works, whereas with InitialContext is ok. Is it possible to inject an EJB in a web service method ??? Regards, Joan Bordeau View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973920#3973920