[jboss-user] [EJB 3.0] - Re: Problem with EJB Injection in Servlet

2009-08-22 Thread sarabjit
Hey Jaikiran, Thanks for your reply. I tried using the same annotation in JBoss 5.1 but it gives the same error. I've now used pitchfork to support annotations in my servlets and web modules. One more quick question about shared libraries here. I've put my shared libs directly under ear. And

[jboss-user] [EJB 3.0] - Re: Problem with EJB Injection in Servlet

2009-08-22 Thread sarabjit
btw i already tried changing manifest to Class-Path: myjar.jar WEB-INF/lib/mywarlib.war View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4250991#4250991 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4250991

[jboss-user] [Installation, Configuration DEPLOYMENT] - Configre DIGEST authentication

2009-08-22 Thread meme64310
Hi, I try to configure DIGEST authentication to protect a web app on JBoss 5.1 and 5.0. This is how I configured login-config.xml: | application-policy name=MyApp | authentication | login-module code=org.jboss.security.auth.spi.UsersRolesLoginModule |

[jboss-user] [JBoss Messaging] - Re: JBM2 Beta5 with JBAS5.1 - Memory leak SessionContinuatio

2009-08-22 Thread timfox
Simon- you're absolutely right. It's clear from looking at the code that it's highly inefficient to allocate a large buffer when perhaps as little as one byte is read from the stream. I have refactored the code, so this is done more sensibly! The fix will be in the next release (on Monday)

[jboss-user] [JCA/JBoss] - Bug in connection validation code

2009-08-22 Thread bortx
Hi, We have a production environment with jboss 4.2.3. It has been working successfully until now, when we are experiencing network issues. TCP connections are broken very often. Also we noticed that a great number of tcp connections in a ESTABLISHED status were beginning to increase out of

[jboss-user] [jBPM] - How To close task from FreeMarker template?

2009-08-22 Thread pektop
Hello, Assume that this is wide-spread question, but I cannot find the answer nether in documentation or in forum. The problem is that I cannot close the task to pass the transition workflow to the next task. I used taskFormExample and just added new task which uses some dummy form with only

[jboss-user] [jBPM] - Re: How To close task from FreeMarker template?

2009-08-22 Thread kukeltje
pektop wrote : Hello,pektop wrote : | Hi | pektop wrote : | | Assume that this is wide-spread question, but I cannot find the answer nether in documentation or in forum. | | | Well, maybe it is not a widespread question like you think to be sure of it is ;-) | pektop wrote

[jboss-user] [jBPM] - Re: How To close task from FreeMarker template?

2009-08-22 Thread kukeltje
sorry for the wrong quoting View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4251004#4251004 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4251004 ___ jboss-user mailing list

[jboss-user] [JBoss Messaging] - Re: Persistent Problem in JBM 2.0.0 BETA4

2009-08-22 Thread clebert.suco...@jboss.com
There was a bug on ID generations.. When you crashed the VM the data was stlil there, but because of that bug the Journal was duplicating IDs causing a few issues. It will be available on Monday's release. thanks again View the original post :

[jboss-user] [Apache Tomcat Users] - How to add http headers to ResteasyProviderFactory

2009-08-22 Thread elangovans
Hi all, I new to this forum... so dont know if this is right place to post this question... However... I have a problem but cant fine the solution, so I thought I would ask you. I am using ResteasyProviderFactory, ProxyFactory and ClientResponse to send receive my request to the server from

[jboss-user] [JBoss AOP Users] - Can somebody HELP ME to translate that into JBoss AOP?

2009-08-22 Thread milka
public interface Writer { public void write(String s); } public class SystemOutPrinter { public void printToSystemOut(String s) { System.out.println(s); } } public aspect PrinterAdapter { declare parents: SystemOutPrinter implements Writer;

[jboss-user] [Installation, Configuration Deployment] - Re: Exception on ear deployment

2009-08-22 Thread gt384u
I think this post might prove useful. I didn't think of my case in the extreme, which is simply being able to deploy when the broker machine was down. http://forum.springsource.org/showthread.php?t=74124 View the original post :