[jboss-user] [JBoss Seam] - PDF - is there a way?

2007-11-18 Thread Kragoth
Hi all, I'm experiencing a little difficulty in getting SEAM's PDF functionality to work. I can get what I want if I put all my variables into a SESSION scope. But as soon as I want to try use a CONVERSATION scope the PDF has no data in it. Now I'm assuming that this is because of the way that

[jboss-user] [JBoss Tools (users)] - Re: 2.0 CR1 very slow on OS X 10.5.1

2007-11-18 Thread garyaiki
I don't have any Seam docs in Eclipse "Help Contents" and just token descriptions in the help panel. I looked there after reading the documentation thread. http://docs.jboss.com/seam/2.0.0.GA/reference/en/html/index.html is good, and a version incorporating JBossTools would be very helpful. But

[jboss-user] [JBoss Seam] - Re: Myseam, the jboss seam2.0GA's expander framework, offers

2007-11-18 Thread amitev
Why just don't contribute this to jboss seam? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4105904#4105904 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4105904 ___ jboss-use

[jboss-user] [JBoss Portal] - Re: Half working SSO with Portal 2.6.2

2007-11-18 Thread Soon5
Thanks for the answer. I'm looking forward to that release. Greetings Arne Luedtke View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4105902#4105902 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4105902 _

[jboss-user] [JBoss Tools (users)] - Re: 2.0 CR1 very slow on OS X 10.5.1

2007-11-18 Thread [EMAIL PROTECTED]
which docs are you missing ? or rather which steps are so annoying/illogical that they require documentation in your opinion ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4105901#4105901 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - jboss-4.0.5.GA-Cannot parametrize List in JSP

2007-11-18 Thread AnuSree
Hai all, I am using jboss-4.0.5.GA and java5 to create&deploy a web application. But inside the jsp file I cannot parametrize the generic type list, Because it shows the following error while executing the jsp file The error is Generated servlet error: Syntax error, parameterized types are only

[jboss-user] [JBoss jBPM] - Re: is there any convention or idea for naming states and tr

2007-11-18 Thread nasimsalehi
Thanks kukeltje,but I meant about tense of verbs and the difference between state names and transitions what people usually do? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4105899#4105899 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[jboss-user] [JBoss Seam] - Put mail components under one jar

2007-11-18 Thread thejavafreak
Dear seam developers, I saw that the mail components are packaged under two separate jar. The first one is in jboss-seam.jar while the mail UI component is in jboss-seam-mail.jar. Is there any reason for not including these components in one jar? View the original post : http://www.jboss.com/i

[jboss-user] [JBoss Messaging] - Running JBoss Messaging on JBoss AS 4.0.4 ?

2007-11-18 Thread minnkey73
Hi, Could anyone please clarify the following. In the JBoss Messaging homepage, it's stated the JBoss Messaging is designed to run on AS 4.2.2 or later. Unfortunately, we have an old 4.0.4 AS, which we can't upgrade any time soon. My question: can we run JBoss Messaging on our 4.0.4 AS (by repl

[jboss-user] [JBoss Seam] - Re: Myseam, the jboss seam2.0GA's expander framework, offers

2007-11-18 Thread saeediqbal1
Hi Chen, This looks interesting. I'll check it out :) By the way please email me at saeedcs (at) gmail (dot) com , I would like to try to contribute to your project as well. I love seam by Jboss & Gavin as well as appfuse by Matt Raible -saeed View the original post : http://www.jboss.com/i

[jboss-user] [JBoss jBPM] - Re: jBPM Designer bug [http://jira.jboss.com/jira/browse/GPD

2007-11-18 Thread pobrien
Hi Koen, I built the designer over the weekend and deployed it, however GPD-169 does not seem to be fixed. The test I did to check whether the bug had been fixed was to create a simple process flow, save it, close it, reopen it, add a new node, save it, close it, open it. The result was a jum

[jboss-user] [JBossWS] - Help:Cannot obtain endpoint meta data!

2007-11-18 Thread caijc
jboss4.2.2+jdk6 @WebService(name="BookWS",targetNamespace="http://net.cjc.ws",serviceName="BookWSService";) @SOAPBinding(style= SOAPBinding.Style.RPC) @Stateless public class BookWS { @EJB private AuthorManager am; @WebMethod public List getMyBook(String me) { return am.

[jboss-user] [Security & JAAS/JBoss] - Re: JAAS + JSF Programmatic login

2007-11-18 Thread skethama
WebAuthentication took care of my problem. Thanks to the forum View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4105891#4105891 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4105891

[jboss-user] [JBoss Seam] - Seam 2.0 + JSF 1.2 + Tomcat 5.5

2007-11-18 Thread krismcg
I am attempting to get the registration example app to work in Tomcat 5.5. I am using the following technologies: Seam 2.0 Tomcat 5.5 JSF 1.2 I ran the "tomcat.deploy" build target from the jboss-seam-registration example app. The app deployed successfully, however, upon processing a submit, I

[jboss-user] [JBoss jBPM] - LazyInitializationExceptions while using JbpmTemplate (JBPM

2007-11-18 Thread bluesnails
I have my JbpmTemplate configured correctly in my spring application context and I can inject it into my Spring controllers and other beans, but I am having troubles with LazyInitializationExceptions when using the JbpmTemplate.findProcessInstance(long id) method. The test code is like that: ==

[jboss-user] [Security & JAAS/JBoss] - Re: Save LoginContext !

2007-11-18 Thread [EMAIL PROTECTED]
Every EJB invocation goes over a single thread of execution. So you can incorporate the logout functionality in your client. If you insist on saving the LC in a database, the chair I am sitting on cannot hold me longer as I am ROTFL. View the original post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss Seam] - Myseam, the jboss seam2.0GA's expander framework, offers new

2007-11-18 Thread chlol
new feature that the jboss seam don't contain: 1. the Home Bean,List Bean,entity can be generated into difference package,and the view can be generated into difference directory. | 2. the table prefix can be get off when generating code | 3. the label value in page be config in resource file

[jboss-user] [EJB 3.0] - sequence generator and bigDecimal

2007-11-18 Thread X490812
Not sure about this one... I have a bunch of legacy tables where the PK is number(22) (in Oracle). I have created a sequenceGenerator to be used for isnerts with an entityManager. My annotations are as follows : | @Id | @GeneratedValue(strategy = GenerationType.SEQUENCE, generator = "

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - JBoss 4.2.2: How to deploy a JSF web app with Sun's JSF 1.1

2007-11-18 Thread redolive
My JSF web app doesn't work with JSF 1.2 RI intergrated in JBoss 4.2.2, it's only work fine with Sun's JSF 1.1 RI, how to deploy it with Sun's JSF 1.1 RI to JBoss 4.2.2? According to an article for JBoss 4.0.5 on the JBoss Wiki, I tried to remove jsf-libs from deploy\jboss-web.deployer, it cause

[jboss-user] [JBoss Seam] - Re: Identity retains roles after Identity.logout()?

2007-11-18 Thread [EMAIL PROTECTED]
This should be fixed in CVS. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4105881#4105881 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4105881 ___ jboss-user mailing list jb

[jboss-user] [EJB 3.0] - Re: Problems mixing descriptors and annotations?

2007-11-18 Thread fiddlesticks
It does, yes. Before I add the deployment descriptor, both Foo and FooChild deploy fine. It's only when I add the entity listener to Foo via orm.xml that they fail to deploy. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4105879#4105879 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Annotation for adding a column comment?

2007-11-18 Thread chris.simons
We're using Seam 1.21 GA (migrating to 2.0 soon) on JBoss 4.2 GA. Is there an annotation, whether through Hibernate/JPA or Seam that allows adding a comment to a database column? I haven't found anything that accomplishes this yet. Thank you! View the original post : http://www.jboss.com/inde

[jboss-user] [JBoss Tools (users)] - Re: 2.0 CR1 very slow on OS X 10.5.1

2007-11-18 Thread garyaiki
anonymous wrote : ...so is it working ok now ? Maybe. Thanks for your help. I'll wait for documentation before road testing this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4105877#4105877 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss Seam] - Re: Seam question

2007-11-18 Thread kukeltje
First some answers than a rant 1: 404 handling is either done on the reverse proxy, the appserver, in the webapp (last 2 both plain jee), or like in your 'example' seam (when there is an ENFE, a 404 is send back) 2: search the forum, has been discussed multiple times before. One of the possibl

[jboss-user] [JBoss Seam] - Re: Security rule warn

2007-11-18 Thread [EMAIL PROTECTED]
You can create an empty rules file and then this warning won't appear. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4105875#4105875 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4105875

[jboss-user] [JBoss Seam] - Re: Complex PDF generation and architecture question

2007-11-18 Thread kukeltje
If I find the time, I'll update my locally created tags to seam 2.0 and post them. I made tags that take an existing pdf and can do either: - fill in forms based on acrofield names - do overlay based on x,y coordinates in combination with a pagenumber It works kinda great, but never found the tim

[jboss-user] [JBoss Seam] - Seam question

2007-11-18 Thread Stateless Bean
Hi, 1. How can I catch 404 error and redirect to some page? I found this but i'm not sure that' is it? | | | | 2. Why Seam 2.0.GA when I work offline load so slooww!? Each page loads few minutes, and second? Why my page try to connect to some google analitics page th

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Cannot deploy my persistence-unit

2007-11-18 Thread tdemuth
Well in Germany, we say: "who's able to read, has a big advantage" - forget my last post. I did not specify a @Id-annotation. I have same new errors, but I want to think about that one first before I bother you. kind regards Tobias View the original post : http://www.jboss.com/index.html?modul

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Cannot deploy my persistence-unit

2007-11-18 Thread tdemuth
Ok, seems to work ... somehow - new error: org.hibernate.AnnotationException: No identifier specified for entity: de.tobiasdemuth.cube.server.security.Role What does that mean? I just specified the annotation "Entity" for Role. mpG Tobias View the original post : http://www.jboss.com/index.h

[jboss-user] [JBoss Seam] - Re: Seam Security & Richfaces (a4j) form problem

2007-11-18 Thread wporzo
Yeah.. this exactly what I need :) I hope.. it will be working with ajax4jsf. Thank you for answer. I'm waiting for Seam 2.0.1.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4105861#4105861 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBoss Seam] - Re: Error using Eclipse Hibernate Tools for JPA after greati

2007-11-18 Thread shivdeepk
following the JPA structure is not a hack...but doing it to get it working with hibernate tools, after seam-gen finishes its work is :-). if seam-gen can create persistence-xxx.xml files, its no big deal for it to create a persistence.xml with the project name as the PersistenceUnit name by def

[jboss-user] [JBoss Seam] - Re: Seam Security & Richfaces (a4j) form problem

2007-11-18 Thread [EMAIL PROTECTED]
You need something like http://jira.jboss.org/jira/browse/JBSEAM-1893 which I added to Seam today ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4105859#4105859 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4105859 _

[jboss-user] [JBoss Seam] - Seam Security & Richfaces (a4j) form problem

2007-11-18 Thread wporzo
Hello. My application uses Seam 2.0 and RichFaces 3.2.0-SNAPSHOT I've got simple login form: | | | | | | | | | | | | | | | And it works almost fine ;) When I press button.

[jboss-user] [JBoss Seam] - Re: define a variable in xhtml and inject into seassion bean

2007-11-18 Thread [EMAIL PROTECTED]
How do you mean? Like a page action? No, Seam doesn't support action for each xhtml fragment you include. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4105857#4105857 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4105

[jboss-user] [JBoss Seam] - Re: define a variable in xhtml and inject into seassion bean

2007-11-18 Thread srmo642002
emm,, can i call a action of a session bean when ui:include loads a xhtml page into my page ??? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4105856#4105856 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4105856 __

[jboss-user] [JBoss Seam] - Re: How to use entity converter with hibernate

2007-11-18 Thread [EMAIL PROTECTED]
This is supported in CVS currently and will be in the 2.0.1 release View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4105855#4105855 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4105855 ___

[jboss-user] [JBoss Seam] - How to use entity converter with hibernate

2007-11-18 Thread dbinder
I'm building a seam 2 application using hibernate and tomcat 6. Is there a way to use entity converter with an hibernate session rather than an entity manager or is there some sort of workaround ? Dav View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4105854#410

[jboss-user] [JBoss Seam] - Re: define a variable in xhtml and inject into seassion bean

2007-11-18 Thread [EMAIL PROTECTED]
You shouldn't do this as it is a bad confusion of presentation and backing layers. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4105852#4105852 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4105852 ___

[jboss-user] [JBoss Seam] - define a variable in xhtml and inject into seassion bean

2007-11-18 Thread srmo642002
hi,, i write a ui:composition in a xhtml file and use ui:include to include this composition into another page,, a stateful session bean handles data of this composition,, ui:include takes a ui:param to pass some parameter into that xhtml page,, i want to use this parameter in that stateful se

[jboss-user] [Beginners Corner] - Two simple q.

2007-11-18 Thread amnon77
Hi , new to JBoss and i would appreciate some pointers : 1. i have a web project that refrences an EJBProject , the later uses a java project inside it's session when i added the java project to the EJB javabuildpath in projects tag it recodnized it in the development but failed to do so in ru

[jboss-user] [JBossWS] - Re: Necessary artifacts/descriptors for JAX-WS web service

2007-11-18 Thread kyriakost
Thank you Alessio, The wsdlLocation was what was missing. The test cases helped a lot. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4105849#4105849 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4105849 __

[jboss-user] [JBossWS] - Get time of request

2007-11-18 Thread abdujaparov
Hi, how can I obtain the time in that a request to my web service arrives? An how can I obtain the time whrn the response to the request is send? Thanks, bye bye. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4105848#4105848 Reply to the post : http://www.jb

[jboss-user] [JBoss AOP] - Re: What jboss aop version for jboss 3.2.8sp1?

2007-11-18 Thread abdujaparov
Hi Kabir, I have to use jboss3.2.8 because I must use mobicents that runs on jboss3.2.8. I've configure jboss and jboss as it's mentioned in the guide but the output is that you can see. What can I do? Thanks, bye bye. View the original post : http://www.jboss.com/index.html?module=bb&op=viewto

[jboss-user] [JBoss Seam] - Re: Parameters not sent when using s:selectItems

2007-11-18 Thread marius.oancea
simple code not working (the List is not set on submit): | | | import java.util.ArrayList; | import java.util.List; | | import org.jboss.seam.annotations.Name; | | @Name("testAction") | public class TestAction { | public List multiSelect; | | public List getMul

[jboss-user] [JBoss Seam] - Re: Parameters not sent when using s:selectItems

2007-11-18 Thread [EMAIL PROTECTED]
Ok, I finally understand what you are trying to do! This is why its important to clearly structure your posts ;) I don't see why you get that error when trying to apply request values to the model - that parameter should be empty when you submit the form, and populated in the render phase. How

[jboss-user] [JBoss Seam] - Re: Seam and url question

2007-11-18 Thread [EMAIL PROTECTED]
Look at urlrewrite as used in the wiki example and the seambay example (IIRC) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4105844#4105844 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4105844 _

[jboss-user] [JBoss Seam] - Seam and url question

2007-11-18 Thread Stateless Bean
Hi, My app has address: http://localhost:8080/Universum/Universum.seam?cid=32 what if I want to use custom adresses like http://localhost:8080/Universum/Universum_my_page and http://localhost:8080/Universum/Universum_other_page how can I do it? Is this possible in seam? View the original pos

[jboss-user] [JBoss Seam] - Re: Parameters not sent when using s:selectItems

2007-11-18 Thread marius.oancea
In other words I do not want to use conversation propagation as in UI example but to transfor my selection into request parameters that makes the page bookmarkable. All controls works fine (including selectOne but selectMany brings me that error) View the original post : http://www.jboss.com/

[jboss-user] [JBoss Seam] - Re: Parameters not sent when using s:selectItems

2007-11-18 Thread marius.oancea
Yes, except ui example does not use a thing like that: | | http://jboss.com/products/seam/pages"; | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLocation="http://jboss.com/products/seam/pages http://jboss.com/products/seam/pages-2.0.xsd";> | |

[jboss-user] [JBoss Seam] - Security rule warn

2007-11-18 Thread Stateless Bean
Hi, I use Seam 2.0GA and opensymphony quartz. When job is saved in db, and server startup I get this warn | WARN 18-11 12:14:52,125 (RuleBasedIdentity.java:initSecurityContext:72) -no security rule base available - please install a RuleBase with the name 'securityRules' if permission check

[jboss-user] [JBoss jBPM] - Re: is there any convention or idea for naming states and tr

2007-11-18 Thread kukeltje
I use CamelCasing, no spaces, underscores or whathever but no real convention (although / are a problem afair) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4105835#4105835 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[jboss-user] [JBoss jBPM] - Re: Email handling in JBPM

2007-11-18 Thread kukeltje
1: no, yes 2: yes, e.g. use the jboss esb which has a 'mail poller' or write one yourself View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4105836#4105836 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4105836 _

[jboss-user] [JBoss jBPM] - Re: transitionButton

2007-11-18 Thread FabianW
I got it working! :) I simply had to replace the jbpm4jsf.jar in the jbpm-console.war. Now it works perfect. Thank you very much for your help, guys! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4105834#4105834 Reply to the post : http://www.jboss.com/inde

[jboss-user] [JBoss jBPM] - Email handling in JBPM

2007-11-18 Thread aapthorp
A couple of quick questions on using email in JBPM, before I reinvent the wheel: 1) Are there any inbuilt mechanisms to attach a MIME attachment to an e-mail sent from JBPM? Or will I need to create my own Actionhandler? 2) I'm also looking at the possibilities of handling incoming e-mail in as

[jboss-user] [JBoss jBPM] - is there any convention or idea for naming states and transi

2007-11-18 Thread nasimsalehi
Hi all, I wanted to know if there is any convention or suggestion for naming states and transitions? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4105832#4105832 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4105832 _