[jboss-user] [JBoss Seam] - Re: iText (PDF) support in Seam

2008-02-16 Thread elponderador
I appreciate that since I did mention a jira issue, but the jira issue is a actually a feature addition based off code I am contributing, does that also fall under the need for a contributors agreement? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129844#41

[jboss-user] [JBoss Seam] - Re: iText (PDF) support in Seam

2008-02-14 Thread elponderador
I got the approval email for my contributor agreement. I have also put in some jars, an example war and source code attached to the jira issue. Let me know if you need anything else to begin reviewing and/or incorporating any of it. View the original post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss Seam] - Re: iText (PDF) support in Seam

2008-02-11 Thread elponderador
Hey, not sure really who to ask, but I guess I won't be able to much contributing till my agreement is approved, any idea how long that takes? I put one in about 2 months ago, and another request like 2 weeks ago, and still no response... anyways. View the original post : http://www.jboss.com/

[jboss-user] [JBoss Seam] - Re: iText (PDF) support in Seam

2008-01-23 Thread elponderador
Excuse my ignorance, but I don't appear to be able to add JIRA issues or simply do not know how. Maybe it relies on my contributors agreement being approved. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122823#4122823 Reply to the post : http://www.jboss.c

[jboss-user] [JBoss Seam] - Re: iText (PDF) support in Seam

2008-01-23 Thread elponderador
I agree with the templates idea, a case where you have forms provided to you or you create one and then need to fill it in, to save the user time. I am not sure about overlays, but I have built a component set based off of the ITextComponent class that uses the PdfContentByte more extensivly. I

[jboss-user] [EJB 3.0] - Specifying what host to deploy a EJB3 web service using JSR-

2007-02-27 Thread elponderador
I have tried configuring something inside the web xml to point to the web service as mentioned in the examples: | | WsAPI | some.package.WsAPIImpl | | | | WsAPI | /SomeService | | But as I soon realized this only tries to instantiate WsAPIImpl, not ac

[jboss-user] [JBossWS] - Re: java.lang.UnsupportedOperationException: setProperty mus

2006-10-04 Thread elponderador
Are you by any chance using the new Java SE 6.0 Beta? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976145#3976145 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976145 ___ j

[jboss-user] [JBoss Seam] - Double processing on getter() outjection

2006-09-13 Thread elponderador
Whenever you have a method like this: | @Out(scope=ScopeType.EVENT) @Factory Boolean getSomeFlag () { | return this.someMethod() != null; | } | which is useful for being able to generate a value for a particular scope without having to manage a variable inside your bean. If inside th