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
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
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=
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
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
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
|{
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
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
_
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
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
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
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 :
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
_
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=
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
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
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
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
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
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
__
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
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
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
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
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
__
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
26 matches
Mail list logo