[jboss-user] [JBoss Seam] - Support for project

2007-05-15 Thread ollix
Hi there, I work on a project, that uses seam. After finishing implementing we are experiencing strange errors, that we cannot really nail down. One of those I already posted some days ago - with no response from the community. Because of a lack of time we are looking for someone, who can

[jboss-user] [JBoss Seam] - NPE in RepositoryClassLoader

2007-05-13 Thread ollix
I get an exception, that I cannot relate to where it is thrown. It happens, when I try to read a property of a stateful session bean inside a JSP using the EL. This property is a simple getter inside the component. The component has an @In refrence to the seam identity component, but it is not

[jboss-user] [JBoss Seam] - ajax and internet explorer 6.0

2007-04-10 Thread ollix
I notived, that the ajax4jsf stuff I built runs fine with safari and mozilla, but completly fails on internet explorer 6.0 (SP2). Is this a known issue? Are there any work arounds? I mean besides throwing the pc out the window? Thanks for any help on this one. View the original post :

[jboss-user] [JBoss Seam] - Render PDF to binary

2007-04-09 Thread ollix
now and than and I just don't understand why and based upon which exact runtime conditions. I would be very much interested, if I am the only one with those PDF problems. Maybe I'm just too stupid. It drives me mad thanks a lot for you feedback and happy eastern! :ollix View the original post

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

2007-04-01 Thread ollix
document more on how to use the DocumentStore and explain the runtime situation, so one can more understand what exactly is going on. Besides that - using iText in seam is damn easy and a joy to work with. Thanks for your work! regards :ollix View the original post : http://www.jboss.com/index.html

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

2007-03-30 Thread ollix
Hi, I try to render PDFs. I use the lists.xhtml form the seam examples. I configured the SeamServeltFilter and DocumentStoreServelt as documented (1.2.0 GA). It seems, that the pdf is created, but cannot be retrieved. I see, that the extension is changed to *.pdf, but I get the following

[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

[jboss-user] [JBoss Seam] - keeping context using external webapp

2007-03-29 Thread ollix
, that can be returned even using a GET call, but does that have to be the java session id, or some seam internal id, like the cid, that shows up on get requests? Thanks for any help :ollix View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4032748#4032748 Reply

[jboss-user] [JBoss Seam] - Re: keeping context using external webapp

2007-03-29 Thread ollix
a hint how to get a hold on that id? Thanks a lot :ollix View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4032848#4032848 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4032848 ___ jboss

[jboss-user] [JBoss Seam] - Re: keeping context using external webapp

2007-03-29 Thread ollix
ok, i found a solution. not very elegant, but it works. | @Name(jsessionId) | public class SessionIdHelper { | | @Override | public String toString() { | return

[jboss-user] [JBoss Seam] - Re: keeping context using external webapp

2007-03-29 Thread ollix
just in case someone needs to do the same, I wrap up my last post. I created that ugly helper, to enable to use the web container's jsessionid. I use it to create a simple link, that contains both the jsessionid and the conversation id. The remote server uses this information to setup a

[jboss-user] [JBoss Seam] - Serialization Exception after Session timeout

2007-03-24 Thread ollix
Hi there, I am having problems after a session timeout. When a session times out, my web page tries to access a property in an Stateful Session Bean in Session Scope and I get the following Exception: top: Exception getting value of property headline.line1 of base of type :

[jboss-user] [JBoss Seam] - Re: Serialization Exception after Session timeout

2007-03-24 Thread ollix
phew... I'm glad... thanks a lot. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031320#4031320 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4031320 ___ jboss-user mailing list