[jboss-user] [JBoss Seam] - problem with delegate

2007-11-24 Thread ivicac
When I try to call delegate (Session) entityManager.getDelegate() I am getting this exception: 2007.11.25 00:33:54 com.sun.enterprise.server.logging.SystemOutandErrHandler$LoggingByteArrayOutputStream flush WARNING: java.lang.RuntimeException: could not proxy delegate at

[jboss-user] [JBoss Seam] - Re: Incremental Hot deploying and servlets

2007-11-12 Thread ivicac
And components can be in dev directory? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103631#4103631 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4103631 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Programmatically create new Log instance

2007-11-09 Thread ivicac
Is there a way to programmatically create new Log instance? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103207#4103207 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4103207 ___

[jboss-user] [JBoss Seam] - Re: Incremental Hot deploying and servlets

2007-11-08 Thread ivicac
I am hot deploying my Seam components, but when they are hot deployed they are not visible from servlet. Am I right? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103102#4103102 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Incremental Hot deploying and servlets

2007-11-08 Thread ivicac
I am talking for development time, not production. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103104#4103104 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4103104 ___

[jboss-user] [JBoss Seam] - Re: Incremental Hot deploying and servlets

2007-11-07 Thread ivicac
I understand that, but is there any possibility that in hot deploying servlet and hot deployed seam component play together(my servlet calls some seam components) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4102458#4102458 Reply to the post :

[jboss-user] [JBoss Seam] - Incremental Hot deploying and servlets

2007-11-06 Thread ivicac
I am using incremental hot deploying while developing and I have defined one servlet that is use for serving pictures. But, the problem is, it is not visible to my app server, so it can't be loaded at startup beacuse it is in dev directory. What should I use as a replacement for servlets in

[jboss-user] [JBoss Seam] - Incremental Hot deploying and servlets

2007-11-06 Thread ivicac
I am using incremental hot deploying while developing and I have defined one servlet that is use for serving pictures. But, the problem is, it is not visible to my app server, so it can't be loaded at startup beacuse it is in dev directory. What should I use as a replacement for servlets in

[jboss-user] [JBoss Seam] - Re: Problem with s:conversationPropagation

2007-10-05 Thread ivicac
I am using facelets. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4091892#4091892 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4091892 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Problem with s:conversationPropagation

2007-10-04 Thread ivicac
I have this situation on my page: h:commandButton value=Apply action=#{personHome.update} s:conversationPropagation type=end / /h:commandButton I have current long-running conversation. After finishing this action current long-running conversation should't exist anymore, but it is still alive.

[jboss-user] [JBoss Seam] - Problem with glassfish and portlet

2007-04-04 Thread ivicac
I am using liferay 4.2.1 inside of glassfih and jsf-portlet.jar portlet bridge version 1.2 from open source portlet container project(it should work with jsf 1.2). Seam is initialized without any errors but when I click on the button to do some action my Session bean method is not invoked. What