[jboss-user] [JBoss jBPM] - Re: JBPM WITHOUT the starter kit

2007-03-17 Thread akpraha
I've also got to agree that trying to deploy jBPM according to the docs is frustrating at best. For instance, in chapter 5 of the user guide, (http://docs.jboss.com/jbpm/v3/userguide/deployment.html), we're told we can deploy jbpm-enterprise.ear. I downloaded the current production release,

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

2007-03-17 Thread [EMAIL PROTECTED]
You're right, this should be overridable. If you raise a JIRA issue for it we'll take a look at it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029008#4029008 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029008

[jboss-user] [EJB 3.0] - Help! ClassCastException: $Proxy?? Issue

2007-03-17 Thread ebross
I have spent a whole week trying to solve a problem without success. Frankly, I don't know what else to do except to turn for help here. For development: JDeveloper JbossAS Window 2003 Server Components: Entity bean(AddressEntity.java) Session bean(AddressFacade.java) Session bean

[jboss-user] [Installation, Configuration Deployment] - How to configure JBoss MQ while porting from weblogic

2007-03-17 Thread Dsaurabh
Hi, I am in a project where I want to migrate an application from Weblogic to JBoss.I have the following entry in weblogic server's config.xml for a message queue: I have got a JBoss MQ entry as following: depends optional-attribute-name=DestinationManager

[jboss-user] [Messaging, JMS JBossMQ] - MDB @PostConstruct error

2007-03-17 Thread sandrocchio_0.1
Hi there, I'm trying to run a sample MDB which should send emails. Jboss 4.0.5 GA - EJB3 anonymous wrote : I can correctly deploy the EJB Module, | 10:28:17,683 INFO [Ejb3Deployment] EJB3 deployment time took: 26 | 10:28:17,692 INFO [JmxKernelAbstraction] installing MBean:

[jboss-user] [JBoss Seam] - TestNG + embeddable EJB3 Container

2007-03-17 Thread Udo.Krass
Hi, i just try to test my webapp with TestNG. I have problems with the embedded EJB3 Container. When i start my test, i get following exception: |[testng] 12:09:37,439 INFO [HbmBinder] Mapping collection: org.jbpm.taskmgmt.def.TaskMgmtDefinition.tasks - JBPM_TASK |[testng]

[jboss-user] [JBoss Seam] - and it goes on

2007-03-17 Thread Udo.Krass
Hi, i got it: i had to set in my components.xml ejb installed to true ;) Now i am getting this exception: |[testng] FAILED: org.jboss.seam.mock.SeamTest.init() |[testng] java.lang.RuntimeException: java.lang.IllegalStateException: Incompletely deployed: |[testng] ***

[jboss-user] [JBoss Seam] - Re: BUG: #{redirect.returnToCapturedView} does not work with

2007-03-17 Thread fhh
anonymous wrote : | Use a page parameter instead of @RequestParameter. | This will not work for me as I am using RESTful model where all data is passed in from another site. Will this bug (?) be fixed in later releases? I guess the problem is that the request parameter map is immutable.

[jboss-user] [JBoss Seam] - Re: BUG: #{redirect.returnToCapturedView} does not work with

2007-03-17 Thread [EMAIL PROTECTED]
anonymous wrote : | This will not work for me as I am using RESTful model where all data is passed in from another site. | Why not? A page parameter is just an automatically applied request parameter, effectively the same as @RequestParameter on a property setter method. View the

[jboss-user] [JBoss Seam] - Re: BUG: #{redirect.returnToCapturedView} does not work with

2007-03-17 Thread fhh
Oops, sorry. I haven't read up on all the new features of seam. I thought you meant a page scoped parameter component. Looking at the documentation now I think this should work for me. I will test and report back. Thanks Felix View the original post :

[jboss-user] [JBoss Seam] - Re: Problem with Hibernate

2007-03-17 Thread svadu
Is this hot deployment? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029020#4029020 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029020 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Converter

2007-03-17 Thread KoniKoni
I don't now why this doesn't work: view: s:decorate | h:selectOneMenu value=#{hmodel.selectedHersteller} required=true | s:selectItems value=#{kfzList} var=her label=#{her.bezeichnung} noSelectionLabel=Bitte waehlen.../

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

2007-03-17 Thread petemuir
Are you inside a conversation? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029022#4029022 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029022 ___ jboss-user mailing list

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

2007-03-17 Thread KoniKoni
No View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029023#4029023 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029023 ___ jboss-user mailing list jboss-user@lists.jboss.org

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

2007-03-17 Thread petemuir
You need to be. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029024#4029024 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029024 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: How to model object flow?

2007-03-17 Thread kukeltje
in jBPM you model the workflow and do not need to model which artifacts are passed between activities. All 'artifacts' are available at each node. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029025#4029025 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: go download jPDL 3.2.GA, it's good for you

2007-03-17 Thread kukeltje
Congratulations Small note to all who are are interested in the forms stuff (it is cool, check it out): use the latest 3.0 version of the GPD since the GPD 3.1 does not have forms generation (yet) View the original post :

[jboss-user] [JBoss Seam] - Re: Redirect to error-page for AuthorizationException with @

2007-03-17 Thread hamtho2
As a lot of people still have the same problems, would this be something to file in JIRA? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029028#4029028 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029028

[jboss-user] [JBoss Seam] - Re: DataModelSelection with two beans without using session

2007-03-17 Thread hamtho2
sorry - not yet! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029029#4029029 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029029 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: JBPM WITHOUT the starter kit

2007-03-17 Thread kukeltje
@Mark: Thank you to, I love these kinds of constructive discussions and will certainly Regarding the searchcriteria, I will, tonight... but there is one problem with the forum... searches sometimes (in fact I should say often) do not yield what you (I) think it should. The new jboss forum

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

2007-03-17 Thread KoniKoni
@Begin(join=true) | @End | public String saveMod(){... Okay, but the messages on the view page is, not valid value. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029031#4029031 Reply to the post :

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

2007-03-17 Thread petemuir
No! At least it needs to span the point from when the selectitems are rendered to where they are submitted. Take a look at the ui example. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029033#4029033 Reply to the post :

[jboss-user] [JBoss Seam] - @Restrict - No redirection to Error Page

2007-03-17 Thread FabBoco
Hi, since no one answered to my previous post (http://www.jboss.com/index.html?module=bbop=viewtopict=104141) I decided to remove trinidad from my application. Now I am using jsf 1.2 only and I downloaded jboss-seam-CVS.20070317 Anyway when I try to call a method annotated

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

2007-03-17 Thread KoniKoni
| /* | * fill selectOneMenu | */ | @Begin(join=true) | public ListHersteller getKfzList() { |ListHersteller lher= em.createQuery(from Hersteller where akzept=true) | .getResultList(); | return lher; | } | | /* | *submiit | */

[jboss-user] [JBoss Seam] - Re: Redirect to error-page for AuthorizationException with @

2007-03-17 Thread [EMAIL PROTECTED]
Negative. This works beautifully in me. Use your debuggers and follow the examples! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029045#4029045 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029045

[jboss-user] [JBoss Seam] - Re: @Restrict - No redirection to Error Page

2007-03-17 Thread [EMAIL PROTECTED]
This works just perfect, people! Generate an app using seam-gen. Generate an action. Add @Restrict(#{identity.loggedIn}) to the action method. Watch what happens. Now fix your code to look like seam-gen. View the original post :

[jboss-user] [JBoss Seam] - Re: Redirect to error-page for AuthorizationException with @

2007-03-17 Thread [EMAIL PROTECTED]
To repeat: Generate an app using seam-gen. Generate an action. Add @Restrict(#{identity.loggedIn}) to the action method. Watch what happens. Now fix your code to look like seam-gen. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029047#4029047 Reply to the

[jboss-user] [JBoss Seam] - Re: Problem with Hibernate

2007-03-17 Thread [EMAIL PROTECTED]
This is a JDBC or JPA configuration problem, nothing else. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029048#4029048 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029048 ___

[jboss-user] [JBoss Seam] - Re: @Restrict - No redirection to Error Page

2007-03-17 Thread [EMAIL PROTECTED]
Actually the best way to get an authorization exception in seam-gen is to just do a plain @Restrict, or @Restrict(#{false}). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029049#4029049 Reply to the post :

[jboss-user] [EJB 3.0] - Deleting parent entity should clear out its foreign key in c

2007-03-17 Thread TheXFed
I'm having an issue where deleting the parent entity isn't clearing out the Foreign Keys in the child entities (since I don't have cascade REMOVE from the parent to the child entities). In my application, I will assign a category (parent) to an entry (child) and save the entry which will

[jboss-user] [Installation, Configuration Deployment] - deployment and staging concepts

2007-03-17 Thread ghilling
Hello, I just ran into the task of deploying the same application (using MDBs) on different stages of our system (development, integration, consolidation, production). The problem is that the names of the JMS-Queues are different on all of the stages. To bind my mdb to different destinations I

[jboss-user] [JBoss Seam] - Re: SuggestionBox + h:inputText + entityConverter

2007-03-17 Thread damianharvey
Thanks Pete. I've added it : http://jira.jboss.com/jira/browse/JBSEAM-1067 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029053#4029053 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029053

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - SerializationException

2007-03-17 Thread eelgueta
Hi All, When I'm persisting some entities, everything seems to be going fine, util I get this error: | javax.ejb.EJBException: org.hibernate.type.SerializationException: could not serialize | at org.jboss.ejb3.tx.Ejb3TxPolicy.handleExceptionInOurTx(Ejb3TxPolicy.java:69) | at

[jboss-user] [JBoss Seam] - Re: SEAM - TRINIDAD - @Restrict

2007-03-17 Thread hamtho2
Don´t define any view-handler in the faces-config.xml. That won´t work. You can try to replace the sun-facelet view handler with the SeamFaceletViewHandler. Only replace the corresponding entry in the web.xml from the sun FaceletViewHandler to the SeamFaceletViewHandler. Maybe that might work

[jboss-user] [JBoss Seam] - Re: Dependent Fields in 2 Classes Best Practice?

2007-03-17 Thread chuckadams
You could take the suggestion of using persistence events to accumulate a running tally, but I would at most use such a total to update the UI with a non-authoritative figure. Especially for financial data, you should only have one authoritative definition of any figure, and that should be

[jboss-user] [Installation, Configuration Deployment] - Re: Making the application as default

2007-03-17 Thread niranjanshetty
Peter, After doing the configuration changes I get this error afterorg.jboss.deployers.spi.DeploymentException: Failed to create web module... any idea abt this ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029061#4029061 Reply to the post :

[jboss-user] [JBoss Seam] - seam in production systems

2007-03-17 Thread michael.ninaus
are there any references or reports about seam projects in production? any information about experiences, problems and project sizes is welcome --- Michael Ninaus. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029064#4029064 Reply to the post :

[jboss-user] [JBossCache] - Re: Deployment in Tomcat

2007-03-17 Thread [EMAIL PROTECTED]
Yes you can use this with Tomcat. You probably want each Tomcat node to create an instance of JBoss Cache though, and let the JBoss Cache instances form a cluster among themselves to share state. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029066#4029066

[jboss-user] [JBoss Seam] - Re: Trinidad PPR/Ajax and Seam

2007-03-17 Thread dajevtic
My appologies for not answering earliert. I didn't sign up for notification of new posts. If anyone still needs help regarding this matter, I'll be glad to help. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029071#4029071 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: New jBPM Getting Started Documentation

2007-03-17 Thread kukeltje
please use a new topic for this not related at all to the gettingstarted documentation View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029074#4029074 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029074

[jboss-user] [EJB 3.0] - Bundle jars within EAR?

2007-03-17 Thread oskar.carlstedt
Hello!! I have tried to find a solution on my problem by reading this forum, googling for a day or two, but I can't find a good solution. My problem is EAR files containing other jar files. Deploying this file give an error telling me EJBLocal is not visible... A std. EAR file can contain a

[jboss-user] [JBoss Portal] - Re: renderRequest cannot be resolved

2007-03-17 Thread PeterJ
Did you add the portal jar files to your Eclipse project? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029079#4029079 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029079 ___

[jboss-user] [Installation, Configuration Deployment] - Re: Making the application as default

2007-03-17 Thread PeterJ
It would help if you posted the full stack trace... Also, do you get this error when you restart the app server or when you attempt to access your application via a browser? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029080#4029080 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Bundle jars within EAR?

2007-03-17 Thread oskar.carlstedt
Deploying the same file again, but without the jars log4j and commons-logging. Wolla!!, It seems to work. Isn't this a classloader bug/error? What I mean is. The files I put in my ear are those I want to use, especially in isolated mode. It shall not matter if a put a log4j jar in my ear, it

[jboss-user] [JNDI/Naming/Network] - How to bind a non serializable object to JNDI

2007-03-17 Thread forumer
JBoss4.0.4.CR2 EJB3.0 I have a third party object that is not serializable and I'll like to bind it to JNDI, preferably in contextInitialized() of a ServletContextListener. I see that one can do it by using MBean. Such an approach uses a NonSerializableFactory. But when I try to use this in

[jboss-user] [JBoss Seam] - Mail rendering fails with MyFaces exception

2007-03-17 Thread [EMAIL PROTECTED]
I didn't touch that code in a while but it also didn't change, only continuous Seam CVS upgrades. I'm rendering an email template with m, h, and f namespaces: 01:11:38,863 INFO [MailSession] Creating JavaMail Session (mail.bluewin.ch:25) 01:11:38,866 INFO [MailSession] connected to mail server

[jboss-user] [JBoss Seam] - Re: Mail rendering fails with MyFaces exception

2007-03-17 Thread [EMAIL PROTECTED]
What does your template look like? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029086#4029086 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029086 ___ jboss-user mailing list

[jboss-user] [JBossWS] - Re: JAX-WS servlet initializing error during deployment of j

2007-03-17 Thread oskar.carlstedt
Hi Trivedi! Can you please give me some more of your code. Then I might help you. I have been struggeling al lot now an finally found a solution that seems to work for me. //Oskar View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029087#4029087 Reply to the

[jboss-user] [JBoss Seam] - Re: seam in production systems

2007-03-17 Thread [EMAIL PROTECTED]
Michael, I would like to know that too very much. I want to see if any mid size+ projects out there that have any problem with the conversation stuffs, and I do have problems with the long conversations 'cuase my app requires very complex layout like tree, tab blah. However, I know the CMS

[jboss-user] [JBoss Seam] - Re: Redirect to error-page for AuthorizationException with @

2007-03-17 Thread fhh
I can confirm this. @Restrict(#{identity.loggedIn}) on action methods also works for me. However, I have not tried to throw an action method programmatically whithin that methhod. Regards Felix View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029090#4029090

[jboss-user] [JBossCache] - Invalidate cache for an Entity Bean?

2007-03-17 Thread sonu131
I have an entity bean which is marked as NonShared with commit option A. a new backend application is coming up which can update the data via direct jdbc calls. this happens rarely but when that will happen my entity bean if already cached will get out of sync with the changes updated . I have

[jboss-user] [EJB/JBoss] - Re: Entity Bean data synchronize with DataBase with commit o

2007-03-17 Thread sonu131
Please if somebody can advice me. I have an entity bean which is marked as NonShared with commit option A. a new backend application is coming up which can update the data via direct jdbc calls. this happens rarely but when that will happen my entity bean if already cached will get out of sync