[jboss-user] [JBoss Cache Users] - Re: Depracated CacheJmxWrapperMBean

2009-09-24 Thread muhviehstarr
I've the same problem. Did you found a solution? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4256849#4256849 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4256849 ___ jboss-

[jboss-user] [JBoss Seam] - Re: programmatic starting a list of conversations

2008-02-08 Thread muhviehstarr
For my needs I found the following solution. To build multiple independent conversations I use this code to create one conversation: | Conversation.instance().root(); | Conversation.instance().begin(false, true); | View the original post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBoss Seam] - Re: programmatic starting a list of conversations

2008-02-07 Thread muhviehstarr
Did you find any solution for your problem, because I want to do a similar thing. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127409#4127409 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127409

[jboss-user] [Beginners Corner] - Re: Maven Question

2008-01-26 Thread muhviehstarr
Anyone having a nice solution other than installing the provided jars manually into an own repository? If not, is this planned for the 5.x releases of jboss-as? it would be nice something like: | | org.jboss | jboss-as | 4.2.1.GA | provided | | Thanks View the original post

[jboss-user] [EJB 3.0] - Re: EJB 3.0 Simplified API

2006-09-28 Thread muhviehstarr
I think it belongs more to http://jira.jboss.com/jira/browse/EJBTHREE-212 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974814#3974814 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3974814

[jboss-user] [EJB 3.0] - Re: How to enable log level for EJB3 QL?

2006-08-30 Thread muhviehstarr
you just need to add this to your log4j.xml: | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968295#3968295 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3968295

[jboss-user] [EJB 3.0] - Re: Can i to create the database with SchemaExport without x

2006-08-16 Thread muhviehstarr
Hi you can use the hibernate-annotations package and hibernate-core. With which libs and the class AnnotationConfiguration you can use SchemaExport with annotated beans. Bye muh View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965468#3965468 Reply to the p

[jboss-user] [EJB 3.0] - Re: @EJB DI in a servlet always null

2006-07-23 Thread muhviehstarr
Currently you cannot use the @EJB-annotation in servlets. It is only available in SessionBeans and MDBs. You should try to look via JNDIView (JMX-Console -> JNDIView -> list-Method) for your SessionBean to know the correct name. View the original post : http://www.jboss.com/index.html?module=