[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=bbop=viewtopicp=4256849#4256849

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4256849
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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=bbop=viewtopicp=4127708#4127708

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4127708
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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=bbop=viewtopicp=4127409#4127409

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4127409
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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:


  | dependency
  | groupIdorg.jboss/groupId
  | artifactIdjboss-as/artifactId
  | version4.2.1.GA/version
  | scopeprovided/scope
  | /dependency
  | 

Thanks

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4123760#4123760

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4123760
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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=bbop=viewtopicp=3974814#3974814

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3974814
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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:


  |category name=org.hibernate.SQL
  |   priority value=DEBUG/ 
  |   appender-ref ref=YOURAPPENDER/
  |/category
  | 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3968295#3968295

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3968295
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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=bbop=viewtopicp=3965468#3965468

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3965468
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user