[jboss-user] [JBoss jBPM] - Re: JBPM Timer Problem

2007-05-05 Thread avivstav
I know there is a problem with the hibernate.cfg.xml file but I wonder if it's my application configuration problem, I add the following entries relevant to hibernate config as documented: | oracle.jdbc.driver.OracleDriver | jdbc:oracle:thin:@srv-ora:1521:orcl |

[jboss-user] [JBossWS] - Re: After Adding WSDL to JBossWS, the

2007-05-05 Thread MichelRobert
Thank you so very much for the quick reply! And you've made my day (well night now) - as your suggestion does in fact fix the problem. Now that I have the "Project Explorer" up, the "JBossWS Web Services" node appears populated just as shown in the documentation. Now I can actually start do

[jboss-user] [JBoss Seam] - Re: Help: problem with EntityHome

2007-05-05 Thread qzhengyy
Here is the code | public class FooHome extends EntityHome { | @In EntityManage em | @Transactional | public String persist() { | getEntityManager().joinTransaction(); | getEntityManager().persist( getInstance() ); | getEntityManager().flush(); |

[jboss-user] [JBoss jBPM] - Re: Looking for localhost:8080/jbpm (referenced in demo)

2007-05-05 Thread [EMAIL PROTECTED]
Thanks! I did find the console already. In future, I'll read the forum more closely! ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043494#4043494 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043494

[jboss-user] [JBoss Seam] - Re: Problem with s:convertEntity

2007-05-05 Thread fhh
Exactly that was my point. I was refering to the wiki page: anonymous wrote : | Strongly Recommended Ensure that you are in a long-running conversation that spans the both the select list creation and the submission of the form. | I would strongly recommend to implement a proper equals()

[jboss-user] [JBoss Seam] - Re: @Future being ignored

2007-05-05 Thread [EMAIL PROTECTED]
@CreditCardNumber is also not even known in Seam. Are all the Hibernate validations etc. supported? Can we drop in a new jar to catch up? http://www.hibernate.org/hib_docs/validator/reference/en/html/validator-defineconstraints.html View the original post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss Portal] - Connect JBoss Portal to a different JCR compliant repository

2007-05-05 Thread akgindia
Hi, I am looking for a way to disconnect JBoss Portal from internal Jackrabbit repository and connect to an external repository. The repository I want to use is HippoCMS. Please provide some inputs on how this can be achieved. Many thanks. View the original post : http://www.jboss.com/index.

[jboss-user] [JBoss Seam] - Re: Can i use another kind of architeture for a SEAM applica

2007-05-05 Thread Delphi's Ghost
I don't know anyplace that currently does it, but I'm no expert. Take a look at Michael Yuans posts about virtual private servers that lets you put what you want on the server. I'll refer you to his blog for details : http://www.michaelyuan.com/blog/index.php?s=hosting View the original po

[jboss-user] [JBoss Seam] - @Future being ignored

2007-05-05 Thread [EMAIL PROTECTED]
I am not having the @Future being honoured. Is this a valid annotation and is there anything wrong with this: | @NotNull | @Future | @Basic | @Temporal(TemporalType.DATE) | public Date getStartDate() { | return startDate; | } | View the original

[jboss-user] [JBoss jBPM] - JBPM Integration

2007-05-05 Thread amontobin
Hi, Currently, i'm studying usage of workflow mangament in particular for doing a big application. My application will have its own persistence (Hibernate or Ejb3), it's own user interface, it's own authentification, it's own task management My questions concerns integration between my app

[jboss-user] [EJB 3.0] - Re: ClassNotFound Exception in Tomcat Servlet in response to

2007-05-05 Thread tonioc
Some news. If I put all jboss*.jar from JBOSS_HOME/client, except jbossall-client.jar in my war file, it works ok. Now a question is: As I have a lot (20-30) web applications that uses jboss-client, is there a way to avoid putting in every application all jboss-client jars ? thanks again tonio

[jboss-user] [JBossWS] - Re: After Adding WSDL to JBossWS, the

2007-05-05 Thread omatzura
Hi! You will need to switch to the "Project Explorer" view instead of the "Package Explorer" to see the WSDL under the JBossWS Web Services node. does that help? regards, /Ole eviware.com View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043481#4043481 Reply

[jboss-user] [JBoss Seam] - Re: Can i use another kind of architeture for a SEAM applica

2007-05-05 Thread carlos.abreu
Thanks very much for the tips given, they will be very helpful. Last question There is a place to host a seam application ? I'm thinking in develop a project using SEAM and provide to the open community... thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewto

[jboss-user] [JBoss Seam] - conversation propagation and navigation rule

2007-05-05 Thread atao
With seam 1.2.1.GA, I tried this code: | | | | | | | | | | and I got this exception: anonymous wrote : | javax.servlet.ServletException: Invalid expression: 'none

[jboss-user] [JBoss Seam] - Re: Sun's app server and Seam

2007-05-05 Thread [EMAIL PROTECTED]
The "examples/glassfish" shows how to use Seam with GlassFish EJB3. The "examples/jpa" shows how to use Seam POJO and JPA in Glassfish (as well as in WebLogic 9 and WebSphere 6) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043478#4043478 Reply to the post

[jboss-user] [JBossWS] - After Adding WSDL to JBossWS, the

2007-05-05 Thread MichelRobert
Hello, I seem to have some sort of configuration problem. When I "Add a WSDL" to my project using JBossWS, the IDE reads in the wsdl, but does not actually populate the "JBossWS Web Services" entry in package Explorer. After lots of tests, I finally manged to get an error message: "Error impo

[jboss-user] [Beginners Corner] - Socket problems when invoking EJB method

2007-05-05 Thread kuvera
My program gets past JNDI lookup to remote host, but fails when it actually invokes the method on the remote object. I suspect I need some more ports other than 1098,1099,, but I'm not sure. I get this exception: | org.jboss.remoting.CannotConnectException: Can not get connection to serve

[jboss-user] [EJB 3.0] - ClassNotFoune Exception in Tomcat Servlet in response to a r

2007-05-05 Thread tonioc
Hi, My configuration: 1. Jboss 4.0.5.GA - EJB3 2.Tomcat 5.5.23 in an independent JVM 3.All jboss-client jar's are in tomcat's share class loader, not in the war-archive I'm experiencing a strange problem when calling a stateless Session Bean from Tomcat. - The first time I call it gives a Clas

[jboss-user] [JBoss jBPM] - BPEL: adding an element to an array?

2007-05-05 Thread zauberlehrling
Hi, is there a way to add an element to an array in a BPEL-program? In the bpel-engine from oracle there exists a function addChildNode for this purpose. Best regards, Frank View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043472#4043472 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Problem with s:convertEntity

2007-05-05 Thread petemuir
http://hibernate.org/109.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043466#4043466 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043466 ___ jboss-user mailing list j

[jboss-user] [JBoss Seam] - Re: Problem with s:convertEntity

2007-05-05 Thread fhh
Why is the conversation approach recommended. I thought entites do require overwriting equals() anyway because it is used in many other locations as well. Regards Felix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043465#4043465 Reply to the post : ht

[jboss-user] [Clustering/JBoss] - Re: Session Replication - Concurrency Problems?

2007-05-05 Thread sparrow
Hi ! I've discavered same problem too. Mode REPL_SYNC with SERIALIZABLE with SyncCommitPhase=true and SyncRollbackPhase=true doesn't always allow to replicate session succsessfully. I would glad for any advices. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [JBoss Seam] - Re: Problem with s:convertEntity

2007-05-05 Thread Seto
Thanks. I make it into long-running conversation and it runs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043461#4043461 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043461 _

[jboss-user] [JBoss Seam] - Re: Problem with s:convertEntity

2007-05-05 Thread petemuir
http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamProblemsFAQ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043459#4043459 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043459 __

[jboss-user] [JBoss Seam] - Re: ClassCastException with @DataModel

2007-05-05 Thread anarinsky
I have the same problem. Did you find a solution? Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043457#4043457 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043457

[jboss-user] [JBoss Seam] - Re: Problem with s:convertEntity

2007-05-05 Thread Seto
No View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043456#4043456 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043456 ___ jboss-user mailing list jboss-user@lists.jboss.org h

[jboss-user] [JBoss Seam] - Re: Seam validation problem with facelets source tag

2007-05-05 Thread [EMAIL PROTECTED]
I had the same problem. It's a known issue - http://jira.jboss.com/jira/browse/JBSEAM-666. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043455#4043455 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043455 ___

[jboss-user] [JBoss Seam] - Re: Problem with s:convertEntity

2007-05-05 Thread petemuir
is this happening inside a long running conversation? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043454#4043454 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043454 ___ j

[jboss-user] [JBoss Seam] - Re: Problem with s:convertEntity

2007-05-05 Thread Seto
The field is annotated as below. I forgot to show here. | @SuppressWarnings("unused") | @DataModel | private List categoryList; | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043453#4043453 Reply to the post : http://www.jboss.com/inde

[jboss-user] [JBoss Seam] - Re: Problem with s:convertEntity

2007-05-05 Thread Seto
I thought I'm misunderstanding it. It isn't caused by datamodel. I use the @Out error again. I'm confused. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043452#4043452 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=404

[jboss-user] [JBoss Seam] - Re: Problem with s:convertEntity

2007-05-05 Thread Seto
1.2.1 GA. The reason is 'Error: "_id19": .', translating into English as 'Error:"_id19":invalid option. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043451#4043451 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=40

[jboss-user] [JBoss Seam] - Re: Seam validation problem with facelets source tag

2007-05-05 Thread czhao07
There was a typo in previous post, the facelets that uses the tag acutally was: | ... | | ... | | ... | | ... | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043450#4043450 Reply to the post :

[jboss-user] [JBoss Seam] - Seam validation problem with facelets source tag

2007-05-05 Thread czhao07
Here is what I am trying to do: 1. Create facelets source tag: In taglib: | | address | xhtml/address.xhtml | | In address.xhtml: | | ... | | | | ... |

[jboss-user] [JBossWS] - can any one know how to return a collection object in a @web

2007-05-05 Thread shaiknoor_basha
please help View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043448#4043448 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043448 ___ jboss-user mailing list jboss-user@lists.jb

[jboss-user] [JBoss Seam] - Re: can I join a session with a conversation?

2007-05-05 Thread mnrz
"petemuir" wrote : And the exception? The WHOLE stack trace no exception I can see in tomcat console, but the first page will be displayed and the message "The conversation ended, timed out or was processing another request" will be displayed at that page. I expect to go back to another page b

[jboss-user] [JBoss Seam] - Re: can I join a session with a conversation?

2007-05-05 Thread petemuir
And the exception? The WHOLE stack trace View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043446#4043446 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043446 ___ jboss-user mai

[jboss-user] [JBoss Seam] - Re: can I join a session with a conversation?

2007-05-05 Thread mnrz
sorry and this is the setting.xhtml and when I click on "continueButton" i want to go back to last conversatin but I receive this message: The conversation ended, timed out or was processing another request | | http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> | http://www.w3.or

[jboss-user] [JBoss Seam] - Re: can I join a session with a conversation?

2007-05-05 Thread mnrz
ok here is the page that has a button to go to setting.xhtml: | | http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> | http://www.w3.org/1999/xhtml"; | xmlns:ui="http://java.sun.com/jsf/facelets"; | xmlns:h="http://java.sun.com/jsf/html"; | xmlns:t="http://myface

[jboss-user] [JBoss jBPM] - Re: How to delete a process archive?

2007-05-05 Thread kukeltje
jbpm has fairly good api docs. Use them to your advantage and you'll find two methods to delete a processdefinition in the class GraphSession View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043443#4043443 Reply to the post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss Seam] - Re: can I join a session with a conversation?

2007-05-05 Thread petemuir
You need to post *all* the code involved - not just random portions. "mnrz" wrote : I think I put @Begin in wrong place because when the session is creating it will calls the @Create method and it is also lunches a conversation so this conversation is different from the next one that I will lunc

[jboss-user] [JBoss jBPM] - Re: Enumerations in jPDL

2007-05-05 Thread kukeltje
The most simple way is to do it in the forms. The more complex way is to use an actionhandler that takes parameters and sets a processvariable as an enummeration. The form can then display that processvariable. There is no option (yet) to set/declare an enumeration in jpdl View the original

[jboss-user] [JBoss Seam] - Re: can I join a session with a conversation?

2007-05-05 Thread mnrz
I think I put @Begin in wrong place because when the session is creating it will calls the @Create method and it is also lunches a conversation so this conversation is different from the next one that I will lunch later but I dont know, if I remove @Begin how can I notify to join to current con

[jboss-user] [JBoss jBPM] - Re: Nullable properties and Text control behaviour in the GP

2007-05-05 Thread kukeltje
Item 1: I have to experience that I think, no preference yet. Item 2: I wanted to post that. Maybe real pure eclipse users are used to this, I'm not (although I use eclipse regularly, I rarely come across using tables). I think other (business?) users will not be used to this either. So imo an

[jboss-user] [JBoss jBPM] - Re: Looking for localhost:8080/jbpm (referenced in demo)

2007-05-05 Thread kukeltje
look at the first post in this forum. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043438#4043438 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043438 ___ jboss-user ma

[jboss-user] [JBoss Seam] - Re: can I join a session with a conversation?

2007-05-05 Thread mnrz
here is the component in session scope: | @Stateful | @Name("userSetting") | @Scope(ScopeType.SESSION) | public class UserSettingAction implements UserSetting { | | private Log logger = LogFactory.getLog(SearchResultAction.class); | | private List selectedItems; | |

[jboss-user] [JBoss Seam] - Re: can I join a session with a conversation?

2007-05-05 Thread petemuir
post code View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043435#4043435 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043435 ___ jboss-user mailing list jboss-user@lists.jbos

[jboss-user] [JBoss Seam] - Re: Loosing the URL parameters between requests

2007-05-05 Thread Sammy8306
My approach is to cache the parameters in a page scoped component. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043434#4043434 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043434

[jboss-user] [JBoss Seam] - Re: can I join a session with a conversation?

2007-05-05 Thread mnrz
"petemuir" wrote : What you are saying makes no sense. Views aren't bound to conversations or the session, components are. well, I meant the same component, sorry I made mistake I want to go to a page which has a component in session scope but when I want to go back to conversation it says it

[jboss-user] [JBoss Seam] - Re: ClassCastException: org.jboss.seam.jsf.SeamApplication11

2007-05-05 Thread petemuir
It appears that WAS isn't well behaved here as it assumes that the JSF Application will be a particular implementation, rather than using an API class, or even putting the cast inside an if. You'll need to take this up with IBM I think. View the original post : http://www.jboss.com/index.html

[jboss-user] [JBoss Seam] - Re: jboss-el improvements?

2007-05-05 Thread petemuir
No, its currently not been documented. I believe Jacob (Hookom) blogged about it a while ago, but I'm not sure how up to date that syntax is. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043431#4043431 Reply to the post : http://www.jboss.com/index.html?m

[jboss-user] [JBoss Seam] - Re: can I join a session with a conversation?

2007-05-05 Thread petemuir
What you are saying makes no sense. Views aren't bound to conversations or the session, components are. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043430#4043430 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=40434

[jboss-user] [JBoss Seam] - Re: Sun's app server and Seam

2007-05-05 Thread petemuir
There is also a glassfish example in the seam distribution View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043429#4043429 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043429

[jboss-user] [JBoss Seam] - Re: Help: problem with EntityHome

2007-05-05 Thread petemuir
You've got an NPE in you own code. Fix it. At least show the code that gives the NPE! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043428#4043428 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043428 __

[jboss-user] [JBoss Seam] - Re: Problem with s:convertEntity

2007-05-05 Thread petemuir
s:convertEntity doesn't need to know about DataModels, and s:selectItems, which does need to, does know about them. What version of Seam? Add a message component to the h:selectOneMenu and see why it's not submitting. View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[jboss-user] [EJB 3.0] - Performance issues with batch insert

2007-05-05 Thread toni
Hi, in our webapplication the user can trigger a batch insert, which will create about 400 entities. This takes about 40 minutes. In the beginning each entity gets created within a second. The more entities are inserted and the further the process progreses, the slower it gets. In the end it t

[jboss-user] [JBoss Seam] - Re: Problem with s:convertEntity

2007-05-05 Thread Seto
Oh, I see. The @DataModel outjected the List as DataModel, so the entityConverter can't judge the type. Should I add an issue for s:convertEntity DataModel not supported? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043423#4043423 Reply to the post : http

[jboss-user] [JBoss Seam] - Re: Problem with s:convertEntity

2007-05-05 Thread Seto
I don't want to use the entity-query because of the limitation of it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043422#4043422 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043422 _

[jboss-user] [JBoss Seam] - Re: Problem with s:convertEntity

2007-05-05 Thread Seto
I've tried the entity-query to be running sucessful. So it seem that it is caused by the type. The converter seems to have the problem of judge the type of the object. What should I do to make it run? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043421#4043

[jboss-user] [JBoss Seam] - Re: Nested conversations and transaction management

2007-05-05 Thread FabBoco
Christian, thank you again. anonymous wrote : | You believe that there are nested transactions and that transactions span requests. These things do not happen or don't exist. | Your answers helped me to realize that this is not true. anonymous wrote : | It took me a while to realize t

[jboss-user] [Remoting] - Re: unexpected server shutdown with sslsocket

2007-05-05 Thread [EMAIL PROTECTED]
Hi Claudia, There's no indication that there was any problem closing the old ServerSocket, so it looks like the the port was just unavailable (in a TIME_WAIT) state. Do you set "reuseAddress" to true? Maybe that would fix the problem. -Ron View the original post : http://www.jboss.com/index

[jboss-user] [JBoss Seam] - Re: Nested conversations and transaction management

2007-05-05 Thread [EMAIL PROTECTED]
OK, last post from me, this is what you need: - A long-running conversation that is started when the form in 1) is rendered - A Seam-managed persistence context with @In EntityManager (read the docs) that is bound to that conversation (automatically) - The conversation should begin with FlushMo

[jboss-user] [JBoss Seam] - can I join a session with a conversation?

2007-05-05 Thread mnrz
hello I have some beans in one conversation (or rather some pages) but I want to use another page which is in session scope and then back to last conversation and resume the job but when I enter the session scope page after pressing the button to go back it throws exception and tell me the conv

[jboss-user] [JBoss Seam] - Re: Nested conversations and transaction management

2007-05-05 Thread [EMAIL PROTECTED]
You believe that there are nested transactions and that transactions span requests. These things do not happen or don't exist. It took me a while to realize that you actually wanted to say "persistence context" whenever you said "transaction", because that is what you are looking for. View th

[jboss-user] [Remoting] - Re: https with path and ejb3 can not be configured

2007-05-05 Thread [EMAIL PROTECTED]
Hi Rino Are you still having problems with this issue? If so, I can tell you a couple of things that might help. 1. The problem in JBWS-1141 comes from the fact that Remoting versions 2.x require a call to org.jboss.remoting.Client.connect() before any calls to Client.invoke(), whereas earli

[jboss-user] [JBoss Seam] - problem with security and login

2007-05-05 Thread mnrz
Hi I have a problem with security. I am using JBoss Seam 1.1.6 when I press login button I encounter following exception: | ERROR Servlet.service() for servlet Faces Servlet threw exception | javax.faces.FacesException: Error calling action method of component with id login:_id13 |

[jboss-user] [Beginners Corner] - Stateless session bean locking policy for jboss 3.2.3

2007-05-05 Thread hasifinc
Hi all, I am new in jboss and I have 3 questions. 1) Can I set locking policy for stateless session bean in standardjboss.xml, because in the standardjboss.xml it doesn't state the locking policy for stateless session bean, and if available, what type of locking policies are available for 3.2.