[jboss-user] [JBoss Seam] - Re: pdf - IllegalStateException

2007-04-01 Thread ollix
than I don't understand the behaviour here. If I call the pdf's URl fist thing after server startup, i.e. e new session, I get the above error. If I first call a page, that uses a conversational component, I can afterwards call the pdf and get it. Maybe, if you find some time, you could

[jboss-user] [JBoss Seam] - Re: pdf - IllegalStateException

2007-04-01 Thread [EMAIL PROTECTED]
You cannot access the .pdf URL directly. You must be redirected to it from the .seam URL. The redirect will temporarily extend the conversation if it needs to so you never have to worry if you are in a conversation or not. I would like to support direct access to the .pdf URL, but we don't

[jboss-user] [JBoss Seam] - Re: pdf - IllegalStateException

2007-03-31 Thread [EMAIL PROTECTED]
That is partially correct. The .pdf view can only be accessed after the PDF is generated. You don't need to worry about a conversation. A temporary conversation will be promoted to a long-running conversation for long enough to serve the redirect to the PDF. View the original post :

[jboss-user] [JBoss Seam] - Re: pdf - IllegalStateException

2007-03-30 Thread ollix
in the log there is another root cause to the above exceptions: | 13:13:51,641 ERROR [ExceptionFilter] uncaught exception | java.lang.IllegalStateException: No active event context | at org.jboss.seam.core.Manager.instance(Manager.java:264) | at

[jboss-user] [JBoss Seam] - Re: pdf - IllegalStateException

2007-03-30 Thread ollix
ok, again just for the record and in case there are some other seam dummies like me: A pdf file can only be viewed if there is an existing converstation. That means, at least in my case, that a simple call to /test.pdf does not work, unless there is a long running conversation, that was