[jboss-user] [Installation, Configuration & DEPLOYMENT] - Problem with progress-ds.xml

2008-01-29 Thread alessandrolt
Hi, I'm trying to connect Jboss with progress 9.1E, but when Jboss starts the following error appears. What Can I do ? The driver: jdbc.jar (in /server/default/lib) The ddl: jdbcprogress.dll (path on windows) I can connect with SqlExplorerTool.exe of Progress, that use the same jdbc. The Da

[jboss-user] [JBoss Seam] - Re: Exceptions ending conversations

2008-01-28 Thread alessandrolt
Yes Pete. Uploded in JIRA: http://jira.jboss.org/jira/browse/JBSEAM-2524 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4124019#4124019 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4124019

[jboss-user] [JBoss Seam] - Re: Exceptions ending conversations

2008-01-25 Thread alessandrolt
When this occurs, the ConversationEntry is lock and never unlocked,until they are discarded. Maybe that is the problem ... I found this in JIRA: Http://jira.jboss.org/jira/browse/JBSEAM-537 This can be the cause? How to solve? View the original post : http://www.jboss.com/index.html?module=

[jboss-user] [JBoss Seam] - Re: Exceptions ending conversations

2008-01-23 Thread alessandrolt
Posted in JIRA: http://jira.jboss.org/jira/browse/JBSEAM-2524 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122593#4122593 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122593

[jboss-user] [JBoss Seam] - Re: Exceptions ending conversations

2008-01-22 Thread alessandrolt
alessandrolt wrote : | The error remains, even with JavaBeans, @ApplicationContext, RuntimeException or Exceptions | ... @ApplicationException View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122365#4122365 Reply to the post

[jboss-user] [JBoss Seam] - Re: Exceptions ending conversations

2008-01-22 Thread alessandrolt
The error remains, even with JavaBeans, @ApplicationContext, RuntimeException or Exceptions. Have reproduce this Error in the example "Booking". Please follow these steps: 1) Change the method bookHotel() of HotelBookingAction. | |public void bookHotel() throws Exception |{

[jboss-user] [JBoss Seam] - Re: Exceptions ending conversations

2008-01-17 Thread alessandrolt
Hi Pete, Once that occurs any exception, accessing a page that used a component of the conversation, the fields appear clean. If you look at debug.seam, yet this conversation there, but without objects Then the message appears on the console: [Manager] destroying conversation with garbage loc

[jboss-user] [JBoss Seam] - Re: Exceptions ending conversations

2008-01-17 Thread alessandrolt
Ainda não consegui resolver o problema. Alguém sabe uma trick? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4120869#4120869 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4120869 _

[jboss-user] [JBoss Seam] - Re: Exceptions ending conversations

2008-01-17 Thread alessandrolt
Sorry: Still unable to solve the problem. Someone knows a trick? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4120870#4120870 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4120870

[jboss-user] [JBoss Seam] - Re: Exceptions ending conversations

2008-01-16 Thread alessandrolt
Someone? :( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4120545#4120545 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4120545 ___ jboss-user mailing list jboss-user@lists.j

[jboss-user] [JBoss Seam] - Re: Exceptions ending conversations

2008-01-16 Thread alessandrolt
More information: This behavior is not repeated each time. In most cases occurs in Internet Explorer and some in Firefox. Seam FAQ wrote: http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamProblemsFAQ "I've configured Seam's exception handling, but it doesn't always work If the exception is thrown e

[jboss-user] [JBoss Seam] - Re: Exceptions ending conversations

2008-01-15 Thread alessandrolt
The error in console have serverity FATAL: 18:14:58,741 FATAL [application] br.com.siq.eqm.exception.NoSelectionException ... does it make any sense with end of conversation? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4120214#4120214 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Exceptions ending conversations

2008-01-15 Thread alessandrolt
Appear now this message in console: [Manager] destroying conversation with garbage lock View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4120109#4120109 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4120109 _

[jboss-user] [JBoss Seam] - Exceptions ending conversations

2008-01-15 Thread alessandrolt
Hi ! I'm using exception handling (by annotation and / or pages.xml) of Seam, but when an exception is launched, the classes that are in long-running conversation are discarded. Why this happens? | | /* | * Exception class | */ | @Redirect(viewId="/module/anypage.xhtml", message=

[jboss-user] [JBoss Seam] - Re: How to get a seam components in Filters ?

2008-01-14 Thread alessandrolt
yeah, worked now ! Thanks Pete View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4119743#4119743 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4119743 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: How to get a seam components in Filters ?

2008-01-14 Thread alessandrolt
It's impossible? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4119713#4119713 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4119713 ___ jboss-user mailing list jboss-user@lis

[jboss-user] [JBoss Seam] - Re: How to get a seam components in Filters ?

2008-01-14 Thread alessandrolt
Need to access components in "custom" filter of the my application. I read about "context-filter": http://docs.jboss.com/seam/2.0.1.CR1/reference/en/html/configuration.html#d0e14020 ... but the url-pattern can't conflicting with JSF FacesSerlvet, and my custom filter have mapping for *.seam, eq

[jboss-user] [JBoss Seam] - How to get a seam components in Filters ?

2008-01-14 Thread alessandrolt
I tried Componente.getInstance in servlet filters and the contexts aren't active. How can I do? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4119648#4119648 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=41196

[jboss-user] [JBoss Seam] - Re: Exceptions on the same page

2008-01-01 Thread alessandrolt
It is impossible? What do I manage exceptions on the same page where the error occurred? thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116295#4116295 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116295

[jboss-user] [JBoss Seam] - Re: Exceptions on the same page

2007-12-21 Thread alessandrolt
Unable to use the Exception Control of Seam without indicate a redirect? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115024#4115024 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115024 __

[jboss-user] [JBoss Seam] - Exceptions on the same page

2007-12-21 Thread alessandrolt
How does an exception be launched on the same page that called it, using pages.xml (or annotations)? Only see redirects ... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114960#4114960 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[jboss-user] [JBoss Tools (users)] - Re: TestNG fails

2007-12-03 Thread alessandrolt
I have the same problem. My project was created with RHDS and all team received a copy for CVS, and started the development. I can't delete and override by a new project from command-line interface, the development has started. No exists other work around? View the original post : http://www

[jboss-user] [JBoss Seam] - Re: Entity withiout Injection --- How do construct a efficie

2007-11-03 Thread alessandrolt
Using aspect I kept the annotation @In in Entities, may inject any seam component. The Aspect intercepting the criation of the Entity and search the annotation @In. After it inject by Component.getInstance("componentName"). Below that the code written in AspectJ: Using aspect I kept the annota

[jboss-user] [JBoss Seam] - Re: Entity withiout Injection --- How do construct a efficie

2007-09-27 Thread alessandrolt
I´m work with JPA and associations. But a "Repository Pattern" isn´t a relationship, is much more. In my Entity Bean, I need execute complex query (by your attribute "Repository"). The implementation of the Repository class is child of EntityHome. I don´t know how instanciate or inject this Rep

[jboss-user] [JBoss Seam] - Re: Entity withiout Injection --- How do construct a efficie

2007-09-27 Thread alessandrolt
The title of topic is: Entity withiout Injection --- How do construct a efficient Domain Model. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089372#4089372 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4089372 __

[jboss-user] [JBoss Seam] - Entity withiout Injection --- How do construct a efficient D

2007-09-27 Thread alessandrolt
I know that can´t use @In with Entities objects. But, I need inject "Repositories" in entity class for "find" things of my Domain Model. The designs, for example like Domain Model (DDD), says that logic and data exist in same class (Fowler/Evans). If use development with JBoss Seam, how can I c