[jboss-user] [JBossWS] - Load balancer problem

2008-05-21 Thread tnfink
Hi, we are developing a clustered application with webservices as interface for the clients. We use Apache and mod_jk for load-balancing and fail-over and JBoss 4.2.2 in the all configuration. To measure the performance of our system we implemented a small load test application. It uses some t

[jboss-user] [JBoss Seam] - Re: DataModel bug in Seam 2

2007-11-10 Thread tnfink
We had a similar behavior after migrating to 2.0.0CR2. We changed the scope of the DataModel to PAGE and the problems vanished. Maybe this could help you too. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4103421#4103421 Reply to the post : http://www.jbos

[jboss-user] [JBoss Seam] - German characters in a FacesMessage under Mac OS X

2007-09-24 Thread tnfink
Hi, I have problems using German characters in a Faces message, such as: | facesMessages.add("Bitte wählen Sie ..."); | The foreign characters are wrongly displayed in the web application. This only happens under Mac OS X. My colleagues with their Windows notebooks seem to have no problems

[jboss-user] [JBoss Seam] - Christian Bauer gives a talk about Seam in Berlin (5th of Se

2007-08-24 Thread tnfink
Hi, at the 5th of September, Christian Bauer will give a talk about Seam in Berlin. It will be held in German and the title is: Die Entwicklung von Web-Applikationen mit JBoss Seam Anyone can participate for free, but a registration in advance would be nice. You can get more information here

[jboss-user] [JBoss Seam] - Re: Q: Using Seam-jBpm in a MDB?

2007-08-23 Thread tnfink
Yes, JBoss 4.0.5GA. I think I solved my problem. I discovered the Seam core component "org.jboss.seam.core.jbpm" which has Application scope. It does all the jBpm-configuration stuff I need and works like a charm. :-) -- torsten View the original post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss Seam] - Q: Using Seam-jBpm in a MDB?

2007-08-23 Thread tnfink
Hi, I would like to use the jBPM-support in Seam from a Message Driven Bean. I naively just tried it with Seam 1.2.1 and ran into problems regarding the jBPM-context. I could get the JBPM-session and do Seam-jBpm-stuff but I could not finish/commit my operation. Then I read the documentation a

[jboss-user] [JBoss Seam] - Re: How to flush a persistence context when the conversation

2007-06-13 Thread tnfink
I choose to persist them in the database :-) My problem is that - I only want one access/flush to the database once at the end of the conversation - and I do not want to loose any changes the user did to the entity in the conversation scope because of a conversation timeout. I already adapte

[jboss-user] [JBoss Seam] - How to flush a persistence context when the conversation tim

2007-06-12 Thread tnfink
Hi, we are developing a wizard for creating an offer in several web pages. To reduce database operation we use the manual flush mode. This works good if the user starts the conversation, does his job and ends the conversation. But what if he decides to take a break, while the conversation is ac

[jboss-user] [EJB 3.0] - Re: EAR scoped persistence unit

2007-06-12 Thread tnfink
The error was that we forgot to add the empty marker file seam.properties to the jar containing the entities. Now it works without problems. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4053377#4053377 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss Seam] - Question regarding overlapping wildcards in pages.xml

2007-06-12 Thread tnfink
Hi, regarding overlapping wildcards in pages.xml the Seam reference manual says: anonymous wrote : | If multiple wildcarded page actions match the current view-id, Seam will call all the actions, in order of least-specific to most-specific. | I would like to use this feature to reduce repe

[jboss-user] [JBoss Seam] - problem with

2007-06-05 Thread tnfink
Hi, I have a problem with the convertEntity-Tag. Maybe someone can help :-) This is the XHTML-code: | | | | | The data is loaded correctly from the database and displayed on the web page. This is the signature of the bean method: | public class ItemCacheBean implements

[jboss-user] [JBoss jBPM] - Who knows jBpm success stories?

2007-05-31 Thread tnfink
Hi, as a consultant I often discuss with customers the technical architectures for their applications. I often suggest the use of jBpm for process management instead of heavy-weight commercial alternatives. My technical arguments are often convincing but there is always this moment in the discu

[jboss-user] [JBoss Seam] - Feature-Request: @CreateProcessAndStartTask

2007-05-24 Thread tnfink
Hi, I had now twice the need for a new feature, thus I would like to utter a feature request. I am not sure if this is the right place, but it is worth a try. >From looking at the examples, the Seam-way to work with processes is to 1. Create a process (@CreateProcess) 2. Show a list with the t

[jboss-user] [JBoss Seam] - German article about Seam published

2007-05-24 Thread tnfink
Hi, I wrote an article in German about Seam that was now published in the JavaSPEKTRUM. It contains mainly a brief introduction and a discussion about the architectural changes in comparison with "traditional" JEE web application. If somebody is interested, here is a link: http://akquinet.de/f

[jboss-user] [EJB 3.0] - EAR scoped persistence unit

2007-04-23 Thread tnfink
Hi, does JBoss EJB 3 support EAR scoped persistence units? I am not finished with testing. But currently I get the impression that the may entites.jar in the lib-folder of my EAR is ignored. Thanks for any hints. -- Torsten View the original post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBoss Seam] - Does Seam support EAR-scoped persistence units?

2007-04-23 Thread tnfink
Hi, we are currently setting up the base structure for a bigger project. We want to use an EAR-scoped persistence unit, i.e. a jar-file in the lib folder of the EAR. Can anybody tell me if Seam supports this? I am currently not sure about the criteria Seam uses to decide which artefact in an

[jboss-user] [JBoss Seam] - Re: Exadel, JBoss and Seam

2007-03-08 Thread tnfink
"petemuir" wrote : "lisaanm" wrote : the team should provide a short integration guide for RichFaces-Seam | | AFAIK you would set up a project as if for ajax4jsf (seam-gen will do this for you :) and just drop the richfaces jar into WEB-INF/lib we tried this. But it only worked with simple

[jboss-user] [JBoss jBPM] - Re: Query processes by process variables

2007-02-16 Thread tnfink
Actually it is pretty simple. The data model in the Wiki helped a lot to see it. Here is the query: | Query query = session.createQuery( | "select proc " | + "from org.jbpm.graph.exe.ProcessInstance as proc, " | + " org.jbpm.context.exe.VariableInstance as var " | + "where var

[jboss-user] [JBoss jBPM] - Query processes by process variables

2007-02-16 Thread tnfink
Hi, this is probably something I should solve by myself but after 3h of confusion I thought maybe someone did this already and could give me a hint. What I like to do is query all the processes in jBPM to find some with a specific variable values. For example, find all processes with "customer=

[jboss-user] [Security & JAAS/JBoss] - Re: Propagating Roles from Servlet Security Context to EJB3

2007-01-29 Thread tnfink
I now put up a quickly written tutorial on our web site. You can find it here: http://www.akquinet.de/content/java-sap/jems-tutorials/how-to-securely-access-ejbs-from-a-web-application-in-jboss.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4007835#400783

[jboss-user] [JBoss Seam] - Re: Newbie question: jBPM-processes and pageflows in one Sea

2007-01-11 Thread tnfink
ok, that helped. It is a little bit surprising that the view-id in pages.xml seems to be not the usual JSF view id but the path to the resource that defines the view. In the page-flow definition you have to use the JSF-Id and in the debug page also the JSF-ids are displayed. Maybe it is a good

[jboss-user] [JBoss Seam] - Newbie question: jBPM-processes and pageflows in one Seam ap

2007-01-11 Thread tnfink
Hi, I am currently evaluating Seam und try to use jBPM processes and Seam pageflows. I got the jBPM processes working using Seam annotations and standard context objects. Now I try to use pageflow for navigation. I looked at the numberguess example and tried to port it to my application. The

[jboss-user] [Security & JAAS/JBoss] - Re: Propagating Roles from Servlet Security Context to EJB3

2007-01-11 Thread tnfink
yes, I could do this. Where should I put this tutorial? Somewhere on the JBoss site or on our web-site? -- Torsten View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4000380#4000380 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[jboss-user] [Security & JAAS/JBoss] - Re: Propagating Roles from Servlet Security Context to EJB3

2007-01-09 Thread tnfink
it works now. The main problem was caused by the different configuration styles of the security-domain. In jboss-web.xml it is | | java:/jaas/reisekosten | | But in jboss.xml it is | | reisekosten | | Now everything works automagically as expected. My login config

[jboss-user] [Security & JAAS/JBoss] - Propagating Roles from Servlet Security Context to EJB3

2007-01-08 Thread tnfink
Hi, this is probably a stupid poblem, but I dare to ask... I have a web application (JSF using Seam) that access an EJB-3 bean. For testing I use the UsersRolesLoginModule and put the configuration files in my JBOSS/server/default/conf directory. I have no problems to access the authenticated