[Resin-interest] Struts Problem

2006-12-22 Thread Cafer Simsek
Hi All, I want to use Struts with my web application. But there is an error like that[1]. Is there anybody that have an idea? Best regards. [1] http://cafer.org/resin_struts_error.log -- this is my utopia (alanis) Cafer 'cfb' Simsek http://cafer.org

[Resin-interest] @TransactionAttribute

2006-12-22 Thread Markus Wolf
Hi, I have a problem with transactions in resin 3.1.s20061206. I have an EJB method annotated with @TransactionAttribute(TransactionAttributeType.REQUIRED), but there is no transaction available within the method, since if I call entityManager.flush() I'll get an exception about a missing

Re: [Resin-interest] Struts Problem

2006-12-22 Thread Matt Pangaro
You're specifying a feature (http://apache.org/xml/features/validation/dynamic) that the Caucho XML parser doesn't recognize. In this case it's specific to Xerces. http://www.caucho.com/resin-3.0/xml/jaxp.xtp That page shows how to specify the JAXP parser you'd like to use. Matt Pangaro

Re: [Resin-interest] Runing Red5 within Resin

2006-12-22 Thread Levi Stanley
Get the war distro of RED5 and set it up in resin like any other war. Hope this helps you out. Best regards, Levi Lucas Pereira wrote: Hi all. Just figured out that it's possible to run Red5 Media Server within the Resin Container, but still haven't find out what to I really have to do in

Re: [Resin-interest] Struts Problem

2006-12-22 Thread Cafer Simsek
Thank you very much. It has solved by problem. Best regads. Matt Pangaro [EMAIL PROTECTED] writes: You're specifying a feature (http://apache.org/xml/features/validation/dynamic) that the Caucho XML parser doesn't recognize. In this case it's specific to Xerces.