[jboss-user] [JBoss Messaging] - Re: PingTimerTask broken pipe

2007-07-03 Thread ron_sigal
1. Each JBossMessaging connection has a "control:" thread associated with it on the client side. I've tried to reproduce the phenomenon of control threads outliving the messaging connection, but so far I haven't been able to. 2. I noticed that a new Timer is being created on the client side for

[jboss-user] [JBoss Seam] - Re: ResourceBundle in Database

2007-07-03 Thread Zerg-Spirit
Ok thanks. I don't know if I did it the right way though, but it seems to be working, and I tryed to follow peter's steps (page1) as much as possible. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060246#4060246 Reply to the post : http://www.jboss.com/ind

[jboss-user] [JBossWS] - web service returns list?

2007-07-03 Thread patel_123
hi i am using JAX-WS RI 2.0_03-b24-fcs version. i want to know JAX WS 2.0 supports list interface.can web service return list? could any one help me in this? thanks in advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060244#4060244 Reply to the

[jboss-user] [JBoss Portal] - portlet with eCommerce style assets

2007-07-03 Thread lionelp
Does JBoss Portal support some kind of concept of assets with cms type functionality. I need to create a e-commerce style portlet that allows a user to choose two products see the total cost and buy. Each product would have a number of attributes such as description, features etc. Its not t

[jboss-user] [JBoss Seam] - New to seam: How to choose proper context and achieve extern

2007-07-03 Thread mmakundi
Hi! Here is what I am trying to do: 1. I need a page that loads its dataTable contents from db fresh every time I access the page. 2. The items in the dataTable need to be clickable and bookmarkable in the future; this is why s:link was chosen. According to my experience, @Scope(PAGE) does not

[jboss-user] [JBoss jBPM] - Re: [newbie] problem with hibernate mapping while trying to

2007-07-03 Thread syngolis
Your object is stored in jbpm_bytearray/block because there is no hibernate mapping for it, that means, unknown serializeable objects are stored as byte-array. (This behaviour is declared in jbpm.varmapping.xml) I tired a similar scenario some time ago. I am not sure if it fits exactly your nee

[jboss-user] [JBoss Seam] - Re: Icefaces+seam

2007-07-03 Thread mokua_ombati
Hi, thanks for the reply. After following the instructions provided at the seam/ice-faces integration,i get the following exception: | java.lang.IllegalStateException: ICEfaces requires the PersistentFacesServlet. Please check your web.xml servlet mappings | at com.icesoft.faces.context

[jboss-user] [Installation, Configuration & Deployment] - How to find deployed entity bean(3)

2007-07-03 Thread srihari1247
Dear all, Im using ejb3 sample applications on jboss 4.2 version. jboss4.2 providing APIs(EJB3Registry) to find bean metadata for session and MD beans. But I want to find out ejb3 entity bean(annotated) metadata programatically. is there any other API call to find it? Thanx Shivamani View

[jboss-user] [JBoss jBPM] - Cannot find port in wsdl:

2007-07-03 Thread ram_kumar
Hi, I also get the similar error in the deployment of a service in the JBoss 4.0.4 GA. We are using Jbpm bpel1.1beta3. During the deployment process we get the following error. | org.jboss.ws.WSException: Cannot find port in wsdl: {http://abc.com/ws-bp/batchproduct}BatchproductPT |

[jboss-user] [JBossWS] - Re: Cannot find port in wsdl (need help)

2007-07-03 Thread ram_kumar
Hi, I also get the similar error in the deployment of a service in the JBoss 4.0.4 GA. We are using Jbpm bpel1.1beta3. During the deployment process we get the following error. | org.jboss.ws.WSException: Cannot find port in wsdl: {http://abc.com/ws-bp/batchproduct}BatchproductPT |

[jboss-user] [JBoss Seam] - Re: page action not called when login-required=

2007-07-03 Thread [EMAIL PROTECTED]
I could not reproduce this issue. Comments in JIRA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060235#4060235 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060235 ___ jb

[jboss-user] [JBoss Portal] - jsp portlet commuinication

2007-07-03 Thread selvarevathi
Hi, I have to develop a portlet application. my frontend is JSP.i just want to call a Portlet from my JSP page. how to call n plz send the code snippet for sample verification any assistance is greatly appreciated. thanx View the original post : http://www.jboss.com/index.html?module=bb&op=vie

[jboss-user] [JBossWS] - wstools-config file for multiple port-types in wsdl

2007-07-03 Thread tejasjani
Hi, I am trying to create a wstools config file for a wsdl with multiple ports. Can someone show an example or point me to the DTD/schma for this config file? Thank You in advance Tejas View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060231#4060231 Reply

[jboss-user] [JBoss jBPM] - Re: process instance and groups

2007-07-03 Thread syngolis
You are right. The first task is assigned to the initiator. No other assignments are possible. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060232#4060232 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060232 ___

[jboss-user] [JBoss Seam] - Re: Seam-PDF + Facelets

2007-07-03 Thread ivanflorentin
sorry... dynamically include other facelests while generating a pdf... | ... | | | | | | ... |some other specific info | | | | | It works beautifully in jsf/fscelets but not in seam-pdf View the original post : h

[jboss-user] [JNDI/Naming/Network] - Re: java.rmi.ConnectException

2007-07-03 Thread Malert
Thank you for your reply, the problem is with the network now it has been corrected and working fine. Thank you very much. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060228#4060228 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[jboss-user] [JBoss jBPM] - Re: Deployment Problem From Example

2007-07-03 Thread grdzeli_kaci
"colablade" wrote : since IDE 1.6, the deployment is done as the following: | | open ur processdefinition.xml in the IDE and u'll find 5 tabs underneath the 3rd is 'deployment', click on it, and there it is. | | actually, there're explanations at http://wiki.jboss.org/wiki/Wiki.jsp?page

[jboss-user] [EJB 3.0] - Re: ;issue with java.lang.reflect.Proxy

2007-07-03 Thread chrisrevilla
please post the solution if you solve this problem or send a mesagge.. thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060226#4060226 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060226 _

[jboss-user] [EJB 3.0] - Re: ;issue with java.lang.reflect.Proxy

2007-07-03 Thread chrisrevilla
please I have the same problem ... did you solve it? ...please View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060225#4060225 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060225

[jboss-user] [JBoss Seam] - Re: Problem with Seam 1.2.1 and Trinidad 1.0.1

2007-07-03 Thread fquimbay
Greetings ... Pete and Fmars, thanks for your answers. I obtained successfully deploy a project with Seam 1.2.1 and Trinidad 1.0.1 on JBoss AS 4.2.0, with the normal Jars required and I put adf-facelets.jar in the WEB-INF/lib ... I needed this jar to works my project. I have a only question, th

[jboss-user] [JBoss Seam] - Re: Seam is better than Struts..?

2007-07-03 Thread Delphi's Ghost
anonymous wrote : If you are brand new to Java web development, Seam will appear to be confusing and terrible. I'm new to web development, and found that coming from Client Server to the web was thoroughly depressing Once I understood the problems involved in the bigger picture of web developme

[jboss-user] [Datasource Configuration] - Error when making mysql as the default datasource

2007-07-03 Thread Deep_Edward
Hi, I am trying to change my the JDBC Persistence in JBoss 4.0.2 from the default hsqldb to mysql. For this it says that i need to deploy the relevant datasource. So i am tryin to change the datasource from hsql to mysql. The procedure which I followed for it is as follows: 1. To use JBoss 4

[jboss-user] [JBoss Seam] - Re: pages-2.0.xsd schema - undocumented features

2007-07-03 Thread Delphi's Ghost
Obviously, this is an undocumented feature so I could be wrong here but: The conversation element is for business conversation Ids, so you can define the conversation Id based on a context variable. You can also use the conversation element to define a conversation parameter definition and then

[jboss-user] [EJB 3.0] - Re: A better IsLocalInterceptor?

2007-07-03 Thread jahlborn
we have the compiled class in a jar in the server/[profile]/lib directory. the interceptors file has: | | | | | | | ... | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060220#4060220 Reply to the post : http://www

[jboss-user] [JBoss Seam] - Re: DEFAULT concurrent request timeout value for session-sco

2007-07-03 Thread azalea
Hi, I understood that there was no way to configure the default timeout value now. DEFAULT timeout value is fixed with Synchronized.DEFAULT_TIMEOUT(1000msec). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060219#4060219 Reply to the post : http://www.jboss

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

2007-07-03 Thread cormet
Hi Aza, Thanks for the reply. Just wondering the entityManager.. Currently iam using hibernate session rather than entityManager...is it good possible or good practice to mix both? I am still confuse how to configure the entityManager... Hope you can give me some direction... Cheers, View t

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

2007-07-03 Thread azalea
Hi, If you see section in http://docs.jboss.com/seam/2.0.0.B1/reference/en/html/controls.html, the problem will be solved. Define Seam-managed persistence context named "entityManager" in components.xml. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060217

[jboss-user] [JBoss Seam] - page action not called when login-required="true"

2007-07-03 Thread rlhr
Hello, This is about the issue: http://jira.jboss.org/jira/browse/JBSEAM-1157 Is it going to be fixed in Seam2? Regards, Richard View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060216#4060216 Reply to the post : http://www.jboss.com/index.html?module=bb&op

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

2007-07-03 Thread cormet
Hi, another update for this problem. Looks like is looking for Entity Manager : | [EntityConverter] Entity Manager not found | but how do i use/configure entity manager as i have use hibernate session factory? Cheers, View the original post : http://www.jboss.com/index.html?module=bb

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

2007-07-03 Thread cormet
Hi, problem still the existThanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060214#4060214 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060214 ___ jboss-user mail

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

2007-07-03 Thread azalea
I noticed one thing. | | ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060213#4060213 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060213 ___ jboss-user mailing

[jboss-user] [JBoss Seam] -

2007-07-03 Thread cormet
Hi All, I having problem in converting the object from dropdown menu. I have seen the example in UI section. however, it did the same and I got the error message "Error selecting object". The drop menu listed all account types but when i click submit button, i got that error message. Looks like

[jboss-user] [EJB 3.0] - Re: service=EJB3 + is already registered

2007-07-03 Thread sp4rt4n029
I keep getting the same exception and I don't have a client app or any jndi.props (except for the default ones) in my project either. i've tried restarting the server many times but it didn't "suddenly" disappear for me. And this only happens when I try to start JBoss from IntelliJ. View the or

[jboss-user] [JBoss Seam] - DEFAULT concurrent request timeout value for session-scoped

2007-07-03 Thread azalea
Hi, The following is descriped in Seam 2.0.0.BETA1 reference guide, 3.2.2 Stateful session beans. anonymous wrote : | Concurrent requests to session-scoped stateful session beans are always serialized by Seam. | I can change maximum wait time for a thread attempting to gain a lock on Seam

[jboss-user] [JBoss Seam] - Re: Securing components

2007-07-03 Thread [EMAIL PROTECTED]
You shouldn't call your authenticate method directly, you need to call identity.login() and it will perform a JAAS login which in turn calls your authenticate method. Also, addRole() only adds a role to the list of pre-authenticated roles for the user. It doesn't become a "real" role until au

[jboss-user] [JBoss Seam] - Re: SSL Security in seam

2007-07-03 Thread [EMAIL PROTECTED]
Seam doesn't support SSL directly, rather it supports "scheme" switching, i.e. switching between HTTP and HTTPS requests for different pages in your app. To set up SSL, I recommend using Apache HTTPD with SSL in front of JBoss/Tomcat, using the mod_jk (JK 1.2) Tomcat connector. View the orig

[jboss-user] [JBoss Seam] - Seam-PDF + Facelets

2007-07-03 Thread ivanflorentin
Is there a way to use templates and/or in seam-PDF? I would like to separate headers and footers in other files and dynamically other facelets wile generating a PDF to the client. Is it possible? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060206#40602

[jboss-user] [JBoss Seam] - Re: remoting error in 2.0.0.B1 (No application context activ

2007-07-03 Thread [EMAIL PROTECTED]
I've fixed this, the unmarshalling of the remote call was being done before the application (or any) context was created. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060205#4060205 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [JBoss jBPM] - Re: jBPM or pages.xml overloading / extending / composition

2007-07-03 Thread utiba_davidr
Hey, Any feedback on this? I don't really need examples, just to know what I want to do is possible and a pointer in the right direction. But if it's not possible, anyone with ideas of how best to tackle it for now would be great as well. Thanks so much for your help, David View the origin

[jboss-user] [JBoss Seam] - Re: Icefaces+seam

2007-07-03 Thread ivanflorentin
I sugest you go to the IceFaces forum where they discuss the integration with seam: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=112518 I think IceFaces is a much more cleaner concept than ajax4jsf but it proved really hard for me to integrate nicely with seam. I ended up dropping Ic

[jboss-user] [JBoss Seam] - Re: Seam and JBossWS

2007-07-03 Thread [EMAIL PROTECTED]
You'll need to provide more information than this. What exactly is the problem? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060202#4060202 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060202 __

[jboss-user] [JBoss Seam] - Re: Seam Beta Lib Jars different from JBoss 4.2.0.GA

2007-07-03 Thread [EMAIL PROTECTED]
The ones shipped with Seam are the latest production version (1.2.1) however they are a compile-time dependency only. It shouldn't really matter which library you use client-side, remember they are web services so the client could be .Net or C++ for all you care :) View the original post : ht

[jboss-user] [Security & JAAS/JBoss] - Re: Authentication with more parameter than username and pas

2007-07-03 Thread kindsol
I am also interested in a non-javascript solution. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060200#4060200 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060200 ___ jbos

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging suitable for these requirements?

2007-07-03 Thread timfox
I guess you could scheduled deliveries to do what you want. Strikes me as a strange usage though. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060198#4060198 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060198

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging suitable for these requirements?

2007-07-03 Thread timfox
We don't cuirrently support throttling. This is scheduled for 2.0 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060197#4060197 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060197 _

[jboss-user] [JBoss Seam] - Re: how to extend EntityQuery

2007-07-03 Thread fhh
The error has nothing to do with extensind EntityQuery. | there should be exactly one value binding in a restriction: p.featured=true | You must have exactly one value binding in your restriction. Try using | p.features=#{true} | Regards Felix View the original post : http://www

[jboss-user] [JBoss jBPM] - Re: Sibling process executions

2007-07-03 Thread kukeltje
yes this is possible, just do it... nothing special to it View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060195#4060195 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060195 _

[jboss-user] [JBoss jBPM] - Re: process instance and groups

2007-07-03 Thread kukeltje
group assignments do not work for start tasks afair, but I could be wrong. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060194#4060194 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060194

[jboss-user] [JBoss Messaging] - Re: disappearing topic

2007-07-03 Thread timfox
Ah right. This was fixed by Sergey today in TRUNK and will be in 1.4.0.CR1 out in a few days. http://jira.jboss.com/jira/browse/JBMESSAGING-1008 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060193#4060193 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [JBoss Messaging] - Re: disappearing topic

2007-07-03 Thread jgilbert
found it! i have been using dots (.) in my subscriptionNames and clientIds. MessageQueueNameHelper now relies on dot as a delimiter. so i removed my dots and all is well. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060191#4060191 Reply to the post : htt

[jboss-user] [JBoss Seam] - Re: h:selectManyCheckbox replaces PersistentBag with Arrays.

2007-07-03 Thread [EMAIL PROTECTED]
I'm not sure why it replaces it, but thats not really the point - the point is that the JSF spec allows it to do this (it doesn't say - if there is an already existing List, then remove all its elements and add new ones). This may be a flaw in the spec (I'm not sure it is) but we can't address

[jboss-user] [JBoss Seam] - Re: pages-2.0.xsd schema - undocumented features

2007-07-03 Thread wschwendt
"hstang" wrote : | anonymous wrote : The "in"-element can have 3 attributes: | | | | name (required) | | value (required) | | scope (optional) | | name is the context variable name, e.g. a component name | | value is a value expression where you want to set that that l

[jboss-user] [JBoss Seam] - Re: h:selectManyCheckbox replaces PersistentBag with Arrays.

2007-07-03 Thread gena777
>This is well within the contract for JSF - It simply says that the value >attribute of the UISelectMany should be an array or List - it doesn't say that >it is a PersistentBag. PersistentBag is an implementation of java.util.List and i don't see any need in a replacement of an existing and no

[jboss-user] [JBoss Seam] - Re: problem instrumenting hibernate classes with seam 2.0.0B

2007-07-03 Thread [EMAIL PROTECTED]
The contents of thirdparty-all probably changed. I would suggest ensuring you have to the correct dependencies for instrumentation in your classpath outside thirdparty-all.jar (yes, we are working to improve our dependency management). View the original post : http://www.jboss.com/index.html?m

[jboss-user] [Installation, Configuration & Deployment] - Re: Run JBoss on Linux!

2007-07-03 Thread PeterJ
See http://wiki.jboss.org/wiki/Wiki.jsp?page=StartJBossOnBootWithLinux View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060185#4060185 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060185

[jboss-user] [JBoss Seam] - Re: Using log4j's NDC

2007-07-03 Thread trautmane
For what it is worth, here is what I'm currently using with Seam 1.2.1 to add the Seam identity username to the log4j mapped diagnostic context: | @Startup | @Scope(ScopeType.APPLICATION) | @Name("some.package.loggingContextFilter") | @Intercept(InterceptionType.NEVER) | @Install |

[jboss-user] [JBoss Seam] - Re: Why doesn't this h:message work for the h:selectOneMenu?

2007-07-03 Thread [EMAIL PROTECTED]
Whats the message (aka where is it originating) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060183#4060183 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060183 ___ jboss-u

[jboss-user] [JBoss Portal] - Re: JBoss AS 4.2.0GA + JBoss Portal 2.6 + JSF 1.2 + JSFPortl

2007-07-03 Thread [EMAIL PROTECTED]
No, i will have a look at it. Thanks for your patience and the report. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060182#4060182 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060182 ___

[jboss-user] [Installation, Configuration & Deployment] - Run JBoss on Linux!

2007-07-03 Thread sheila lety
Hi I execute sh run.sh to run my jboss server but it stop after a few minutes so i went to browser an set http://localhost:8080/ and it set to jboss page but i dont know how see if jboss is running after i torn off the computer it starts automatically? whitc are the commands to see it? Help p

[jboss-user] [JBoss Seam] - Re: pages-2.0.xsd schema - undocumented features

2007-07-03 Thread hstang
Now I must say since this is undocumented, what I just said to you may very well change..OR it may not. So I would just be cognizant of this fact before relying on it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060180#4060180 Reply to the post : http:/

[jboss-user] [JBoss Seam] - Re: pages-2.0.xsd schema - undocumented features

2007-07-03 Thread hstang
"wschwendt" wrote : "hstang" wrote : | | "in" is like @In.does injection. | | yes, "in" sounds like injection. But injection into WHAT?For @In we have a component as injection target (the instance of the class that contains the @In annotation). But what would be the injection

[jboss-user] [EJB/JBoss] - separate Entity Beans in a jar file

2007-07-03 Thread witterkoer
hi, on a workin ear, i tryied to separate my Entity Beans into a jar, added this one to my project libpath, but i've got this error : 18:07:08,515 INFO [EntityBinder] Bind entity com.satis.specific.bpoccitane.archive.standard.search.data.ArchRequestForSearch on table VARCH REQUESTFINDWITHP

[jboss-user] [JBoss Portal] - Re: No bridge detected for application factory org.jboss.sea

2007-07-03 Thread jgilbert
i'm with you! i have been wanting to upgrade to Sun RI, but was waiting for all the pieces of the puzzle line up. portal was the last piece and until this morning i didn't think it supported the Sun RI. i look forward to getting this thread straightened out and then leaving myfaces behind. l

[jboss-user] [JBoss Messaging] - Re: disappearing topic

2007-07-03 Thread timfox
Also check you're not including messaging-client.jar or any other messaging or remoting jars in your ear. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060176#4060176 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060

[jboss-user] [JBoss Messaging] - Re: disappearing topic

2007-07-03 Thread timfox
I find in situations like this a process of elimination works well. Have a look at the ejb3 example in the distro. First verify that it works for you. Then have a look at the differences between that and your application. Eliminate the differences one by one. At some point it will start working

[jboss-user] [JBoss Seam] - separate out Entity Beans in a jar file

2007-07-03 Thread witterkoer
hi, on a workin ear, i tryied to separate my Entity Beans into a jar, added this one to my project libpath, but i've got this error : 18:07:08,515 INFO [EntityBinder] Bind entity com.satis.specific.bpoccitane.archive.standard.search.data.ArchRequestForSearch on table VARCH REQUESTFINDWITHP

[jboss-user] [JBoss Portal] - Re: JBoss AS 4.2.0GA + JBoss Portal 2.6 + JSF 1.2 + JSFPortl

2007-07-03 Thread viggo.navarsete
Could it be that I need the patched jsf portlet bridge mentioned in this issue?http://jira.jboss.com/jira/browse/JBPORTAL-1486;jsessionid=788CB448234352BDD5561EA5DDD2875B?page=all Is that all that's required you think? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtop

[jboss-user] [JBoss Messaging] - Re: disappearing topic

2007-07-03 Thread jgilbert
i'm not sure i follow. if you are talking about the classpath my ear is not scoped. i have not specified a loader-repository in the jboss-app.xml. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060172#4060172 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [JBoss Portal] - Re: No bridge detected for application factory org.jboss.sea

2007-07-03 Thread [EMAIL PROTECTED]
It wasn't supposed to be a solution, just a question :) I was just curious to know why you so wanted to use myFaces. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060171#4060171 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[jboss-user] [JBoss Seam] - Re: What must I do to make the back button stop working?

2007-07-03 Thread hkarapuu
if ( history.forward(1) ) { history.replace(history.forward(1)); } ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060170#4060170 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060170 _

[jboss-user] [JBoss Seam] - Re: converter and dropdowns

2007-07-03 Thread [EMAIL PROTECTED]
Try | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060169#4060169 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060169 ___ jboss-user mailing list jb

[jboss-user] [JBoss Seam] - Re: Access messages for a component from el

2007-07-03 Thread [EMAIL PROTECTED]
If you are using Seam 1.2.1.GA then the templated s:decorate which includes a #{invalid} variable which evaluates to true if there is an error message View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060166#4060166 Reply to the post : http://www.jboss.com/inde

[jboss-user] [JBoss Seam] - Why doesn't this h:message work for the h:selectOneMenu?

2007-07-03 Thread grettke_spdr
Hi folks, I've got a page with a selectOneMenu on it. The validation h:message just displays the message right next to it. This approach works for all of the text fields correctly, but for some reason it doesn't work with this selectOneMenu. Instead the message gets displayed in the area of the

[jboss-user] [JBoss Seam] - Re: pages-2.0.xsd schema - undocumented features

2007-07-03 Thread [EMAIL PROTECTED]
"wschwendt" wrote : | 1) In pages.xml an element named "conversation" can be placed as child element below the "pages"-element. This conversation element can have three attributes: name, parameter-name and parameter-value. | | What is this "conversation"-element good for? This is curre

[jboss-user] [JBoss Seam] - Re: Seam2.0B1: Asynchrony and mailer applications

2007-07-03 Thread [EMAIL PROTECTED]
This is a Seam JavaBean so try marking the method @Transactional View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060164#4060164 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060164 __

[jboss-user] [JBoss Seam] - Re: Does Seam really support back buttoning?

2007-07-03 Thread hkarapuu
Ok thanks for the help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060163#4060163 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060163 ___ jboss-user mailing list jboss-u

[jboss-user] [JBoss Portal] - Re: No bridge detected for application factory org.jboss.sea

2007-07-03 Thread jgilbert
yep, same thing with Sun RI | 17:53:09,515 WARN [JSFMetaBridgeFactory] No bridge detected for application factory org.jboss.seam.jsf.SeamApplicationFactory | 17:53:09,515 ERROR [STDERR] javax.faces.FacesException: org.jboss.portal.faces.portlet.JSFMetaBridgeLifecycleFactoryImpl | 17:53:0

[jboss-user] [JBoss Seam] - Re: pages-2.0.xsd schema - undocumented features

2007-07-03 Thread wschwendt
"hstang" wrote : | "in" is like @In.does injection. yes, "in" sounds like injection. But injection into WHAT?For @In we have a component as injection target (the instance of the class that contains the @In annotation). But what would be the injection target for the "in"-element when

[jboss-user] [JBoss Portal] - Re: No bridge detected for application factory org.jboss.sea

2007-07-03 Thread jgilbert
i am actually moving in that direction, but i suspect this error will happen with the SUN RI also. thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060160#4060160 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=406

[jboss-user] [JBoss Portal] - Re: No bridge detected for application factory org.jboss.sea

2007-07-03 Thread [EMAIL PROTECTED]
I will look at it tomorrow. Any specific reason why you want to use myFaces and not using the Sun RI ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060159#4060159 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060159

[jboss-user] [JBoss Seam] - Re: Does Seam really support back buttoning?

2007-07-03 Thread smithbstl
The easiest way to test this is to try it out with a simple app. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060158#4060158 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060158 __

[jboss-user] [JBoss Seam] - Re: Does Seam really support back buttoning?

2007-07-03 Thread smithbstl
Ok, I guess I told you wrong. jPDL pageflows are related to jBPM because they are installed using the jBPM namespace in components.xml | | pageflow.jpdl.xml | | But you don't have to use jBPM in order to use pageflows. Now if you are not defining any jBPM processes

[jboss-user] [Security & JAAS/JBoss] - Assigning Roles to Scheduler MBean

2007-07-03 Thread metatime
I've a scheduler MBean service that does a lookup for a session EJB. The create on the localhome fails with Insufficient method permissions, principal=null, ejbName=ReportingPeriodManager, method=create, interface=LOCALHOME, requiredRoles=[servlet, ejbsession], principalRoles=[] | Her

[jboss-user] [JBoss Portal] - Re: No bridge detected for application factory org.jboss.sea

2007-07-03 Thread jgilbert
you can reproduce the error using the examples/portal from the seam 1.2.1.GA distribution. steps: - install portal 2.6 on AS 4.2 - replace the jsf libs with myfaces per the wiki - build seam/examples/portal - copy war and datasource to deploy dir - start app server the exception from the origina

[jboss-user] [JBoss Seam] - Re: pages-2.0.xsd schema - undocumented features

2007-07-03 Thread hstang
anonymous wrote : | | 2) The "page"-element can have a child element named "in" with the following attributes: name, scope and value. | | Again, what is the "in"-element good for? | in is like @In.does injection. View the original post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss Portal] - Re: JBOSS Portal 2.6 + MyFaces within my application not wor

2007-07-03 Thread [EMAIL PROTECTED]
"egandt" wrote : First off there is a Wiki document at http://wiki.jboss.org/wiki/Wiki.jsp?page=Running2.6WithJBossAS4.2.xAndMyFaces | This is only needed if you intend to use MyFaces instead of JSF RI globally, at the application-server level. "egandt" wrote : Which appears to cover this to

[jboss-user] [JBoss Seam] - Re: Does Seam really support back buttoning?

2007-07-03 Thread hkarapuu
"smithbstl" wrote : Nope, I think you just have to use jPDL for navigation (aka Seam Navigation). That is in no way dependent on using jBPM. Ok, so lets assume i use jPDL to define the navigation rules. Is it the conversation scope that gets rolled back to previous state, or the process scope

[jboss-user] [JBoss jBPM] - Re: Assigning a task to->{group, rolebased, ...}

2007-07-03 Thread petia
Hi Ronald, Without any success, I have been trying to install version 3.2.1 of jbpm-jpdl today. (As I had problems with the previous installation i.e., version 3.1.2, I was a bit resistant to do this until your reply yesterday). I can not get the GPD Eclipse plugin to work. I find the installat

[jboss-user] [JBoss Seam] - Re: Does Seam really support back buttoning?

2007-07-03 Thread smithbstl
Nope, I think you just have to use jPDL for navigation (aka Seam Navigation). That is in no way dependent on using jBPM. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060146#4060146 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[jboss-user] [JBoss Seam] - Seam2.0B1: Asynchrony and mailer applications

2007-07-03 Thread hstang
I'm trying to use @Asynchronous for sending emails--typical use-case. I'm running into a couple bizarre problems doing this. I'm getting two different stack traces in a couple areas of my application when sending emails using this approach. I try looking at the docs and the provided examples,

[jboss-user] [JBoss Seam] - Re: Does Seam really support back buttoning?

2007-07-03 Thread hkarapuu
Thanks! But I thought that the back=enabled was only relevant when using jBPM? /Henri View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060144#4060144 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060144

[jboss-user] [JBoss jBPM] - Failed to deploy hello example

2007-07-03 Thread pei_guo
Hi, Our company is currently evaluating BPEL solutions, and JBoss is naturally a top one, since we use JBoss today in production. However the hello example that came with the package failed to deploy, and gave the following error: java.lang.AbstractMethodError: org.jbpm.bpel.xml.ArchiveWsdlLoca

[jboss-user] [JBoss Seam] - Re: Does Seam really support back buttoning?

2007-07-03 Thread smithbstl
You have to enable back button support on a page by page basis via pages.xml http://docs.jboss.com/seam/2.0.0.B1/reference/en/html/jbpm.html#d0e5005 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060141#4060141 Reply to the post : http://www.jboss.com/index.

[jboss-user] [Security & JAAS/JBoss] - Can LdapLoginModule do role "inheritence"?

2007-07-03 Thread rickla
I'm not quite sure how to express this. I've always had a hard time grasping ldap concepts for some reason, but I know what I want to accomplish. I want to have inherited, or overridable roles. I want to set up default roles for all servers, and have override settings. So for a role "canFoo"

[jboss-user] [JBoss jBPM] - Re: jbpm-bpel deploy example problem

2007-07-03 Thread pei_guo
I had the same problem. We are currently investigate different BPEL solutions, and JBoss is one of the tops ones, since we use Jboss AP today. the evaluation period is rather short... it will be great if someone from JBoss can help to answer this question. View the original post : http://www.

[jboss-user] [JBoss Seam] - Access messages for a component from el

2007-07-03 Thread supernovasoftware.com
I am removing tomahawk from my application. One of the tags that I use is | | | I do this to have the error message as a title to the input so that it will appear with it is moused over without any extra javascript. I also use it to change the color of the the text in the fie

[jboss-user] [JBoss Portal] - JBOSS Portal 2.6 + MyFaces within my application not working

2007-07-03 Thread egandt
First off there is a Wiki document at http://wiki.jboss.org/wiki/Wiki.jsp?page=Running2.6WithJBossAS4.2.xAndMyFaces Which appears to cover this topic, however after making the changes suggested, the portal works, but not my application which uses both ADF and MYfaces. In a JBoss Application Se

[jboss-user] [JBoss Seam] - pages-2.0.xsd schema - undocumented features

2007-07-03 Thread wschwendt
I've just taken a look at the schema definition ( pages-2.0.xsd ) for the pages.xml configuration file. >From my perspective there are two things of note: 1) In pages.xml an element named "conversation" can be placed as child element below the "pages"-element. This conversation element can ha

[jboss-user] [JBoss Seam] - how to extend EntityQuery

2007-07-03 Thread gmarcus
Seam 1.2.1 Jboss 4.0.5 I have extended EntityQuery: | @Name("predictionList") | @Scope(CONVERSATION) | public class PredictionList extends EntityQuery | { | private static final long serialVersionUID = -28849438634100838L; | | @In(required=true, create=true) | private

[jboss-user] [JBoss Seam] - Re: Seam is better than Struts..?

2007-07-03 Thread grettke_spdr
If you are brand new to Java web development, Seam will appear to be confusing and terrible. If you have been doing web development for a while, you will know that Seam is the best that we have got. If you want to do StrutsV1, then do StrutsV1. The sad truth is that the Java world is moving tow

  1   2   3   4   >