[JBoss-user] [JBoss Portal] - My JSF messages won't appear....

2006-04-11 Thread MarkusNSD
I can get them with this: But not with this So where's the problem, is it me, JSF or

[JBoss-user] [EJB 3.0] - Re: MDB pool configuration & EJB3

2006-04-11 Thread jjklappenbach
One way is presented in the test classes provided with the source distribution of JBoss 4.0.3SP1. The example uses annotations to configure the pool, but each annotation has its descriptor analog. Look for the file StrictlyPooledMDB.java. The lines you will find of interest: @PoolClass (value

[JBoss-user] [JBoss jBPM] - Re: How to let process stay in node

2006-04-11 Thread [EMAIL PROTECTED]
Hm, there is some inconsistency here. What if the subprocess spawns again a subprocess and then another subprocess... What would a signal to the mainprocess then be supposed to do? What if you want to cancel one of these running subprocesses? There is no reason you should not signal the token of

[JBoss-user] [JBoss Seam] - Re: generating seam files with hibernate tools prob.

2006-04-11 Thread DoubleDenim
anyone got any ideas on this one before I jump out the window? I've solved the problem of "Hibernate Dialect must be explicitly set" by just adding the database connection details (even though I'm not using them). I'm left with this one org.hibernate.MappingException: An AnnotationConfiguration

[JBoss-user] [JBoss jBPM] - Re: ask for help .about org.jbpm.ui.wizard.ExportParWizard;

2006-04-11 Thread [EMAIL PROTECTED]
AFAIK Runa is using jBPM 2. But then it is a very long time since I checked their product. Regards, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936784#3936784 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936

[JBoss-user] [JBoss jBPM] - Re: Need help with EJB3 and jBPM 3.1 transactions on JBoss 4

2006-04-11 Thread [EMAIL PROTECTED]
Johan, We did not yet port/test jBPM on the JBoss 4.0.4 branch, so there are probably some incompatibilities between jars. Are you sure you use the same jars for jBPM as for your JBoss instance? Regards, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=39

[JBoss-user] [JBoss jBPM] - Re: ThreadSafe Access to jBPM

2006-04-11 Thread [EMAIL PROTECTED]
The classes you mention are not threadsafe, so you should indeed create them for each client. Regards, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936782#3936782 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3

[JBoss-user] [JBoss jBPM] - Re: how to specify external jar files for ActionHandlers

2006-04-11 Thread [EMAIL PROTECTED]
Yes, this would be the best way if you don't want to modify the webapp. Put the jars in the '%jbpm_server_home%/server/jbpm/lib' folder where '%jbpm_server_home%' is the location where you extracted your starter's kit. Another possibility is to rebuild the webapp and put the jars in the WEB-INF

[JBoss-user] [JBoss jBPM] - Re: swimlane question

2006-04-11 Thread [EMAIL PROTECTED]
The expressions used in the websale processdefinition are nothing else than a special kind of assignmenthandler. So if you use the jBPM identity module, this expressions are very convenient. Look in the docs for how you should use this. If the provided identity model does not meet your needs, fe

[JBoss-user] [Remoting] - Re: Client connections.

2006-04-11 Thread [EMAIL PROTECTED]
Well, could never be totally synchronous as would have to call on the other clients when one client made an synchronous invocation (basically making those other clients accept callbacks). This is also going to require some server component to be running within each of these client instances. T

[JBoss-user] [JBossWS] - JBossWS performances versus other JavaEE Application Server

2006-04-11 Thread oliv06
Hi all, I'm evaluating some application servers. Jboss was for me THE choice, but Web Services are something very important for us and we are in front of serious performance issue. I use a web service to send up to 4000 customers objects, JBoss is really slow compared to others application serv

[JBoss-user] [JBoss jBPM] - Re: modeling a long running process

2006-04-11 Thread [EMAIL PROTECTED]
Fred, There *is* some unreleased code wrt JMS in CVS. It will be released in the 3.2 branch AFAIK. The moment you want to switch is really up to you. If you want to use clustering for instance, you would have to use a clusterable JMS solution. As long as the internal system works for you, ther

[JBoss-user] [Installation, Configuration & Deployment] - Re: JBoss 4.0.3 SP1 Start-up problem

2006-04-11 Thread sabbir
Thanks Scott for your reply. I closed my MS Outlook application and got rid of Port 1098 already in use error, but got another problem - jboss.service = HAJNDI failed due to port 1101 already in use. But I can see the content in http://localhost:8080/jmx-console I used TCPView (as suggested in

[JBoss-user] [EJB/JBoss] - Re: [EJBTimerServiceImpl] Cannot obtain TransactionManager -

2006-04-11 Thread [EMAIL PROTECTED]
Scott, Luntain, Thanks for the help ! This cleared things up - thanks ! Jeff View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936775#3936775 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936775 --

[JBoss-user] [Clustering/JBoss] - Re: Clustered SSO not following the semantics of local SSO

2006-04-11 Thread [EMAIL PROTECTED]
JIRA: http://jira.jboss.com/jira/browse/JBAS-3096 Scheduled for 4.0.5.CR1 (or 5.0.0.Beta if it comes out first. Release schedule: Neither of the above has a scheduled date right now. To monitor: http://jira.jboss.com/jira/secure/BrowseProject.jspa?id=10030&subset=-1 Kind of a pain, but that'

[JBoss-user] [JBossWS] - Re: J2EE-compliant way to retrieve ServletRequest and Servle

2006-04-11 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : The jacc way of obtaining the servlet request may work as Portal Security reuses the JBossSX Jacc layer. Chris, you need to check that out. The ServletFilter solution is probably good enough for now. If proven otherwise, I will check out the JACC solution. :) View t

[JBoss-user] [JBossWS] - Re: J2EE-compliant way to retrieve ServletRequest and Servle

2006-04-11 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : | Access to the ServletEndpointContext is available via the init method of the javax.xml.rpc.server.ServiceLifecycle interface. See the org.jboss.test.ws.samples.jsr109pojo.JaxRpcJSEEndpoint testcase. | It is indeed how I tried to access the information. The fol

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Custom onMessage routine with return type?

2006-04-11 Thread [EMAIL PROTECTED]
Its simple. Look at the javamail message inflow adaptor I did in a few hours. http://fisheye.jboss.com/viewrep/JBoss/jbosscx/src/main/org/jboss/resource/adapter/mail goto the jca forum for followup help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936770#

[JBoss-user] [Installation, Configuration & Deployment] - Remote deployment of WARs, EARs and JARs

2006-04-11 Thread Fernando1910
Hi! I am a member of a small group of developers who share a common linux server (which has a JBoss application server running on it) for testing purposes. I am looking for a way to allow all team members to deploy our WARs/EARs/JARs on the remote JBoss server without having to log on to the OS

[JBoss-user] [JBoss jBPM] - Re: How to let process stay in node

2006-04-11 Thread hoogenbj
Koen, if that was all I wanted to do, then, yes, an actionhandler will give me that. But that's not all I want. My process definition drives a page flow. By definition such a process definition includes wait states - one for every input page at least. At some point I want another (sub) process d

[JBoss-user] [JBossWS] - Re: J2EE-compliant way to retrieve ServletRequest and Servle

2006-04-11 Thread [EMAIL PROTECTED]
The jacc way of obtaining the servlet request may work as Portal Security reuses the JBossSX Jacc layer. Chris, you need to check that out. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936767#3936767 Reply to the post : http://www.jboss.com/index.html?modu

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Custom onMessage routine with return type?

2006-04-11 Thread asack
"[EMAIL PROTECTED]" wrote : A custom message inflow jca adaptor is the answer. Thanks Scott, I was afraid you would say that. That really sucks since implementing a JCA adaptor involves a lot of work (i.e. JCA is one of those specs that seems way uber complicated than it really needs to be but

[JBoss-user] [JBoss Seam] - Re: Complex validation assign message to specific component.

2006-04-11 Thread [EMAIL PROTECTED]
Try updating again. Perhaps you got a broken checkout. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936764#3936764 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936764 --

[JBoss-user] [JBossWS] - Re: J2EE-compliant way to retrieve ServletRequest and Servle

2006-04-11 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : My question was meant to provide the WSRP component with the required context in a "standard" way. Retrieving that information is necessary for us to build the proper WSRP request context so that the rest of the routing is done correctly. Does that answer your questio

[JBoss-user] [Beginners Corner] - Re: exception=java.io.OptionalDataException when running the

2006-04-11 Thread crazybuddy
I have exactly the same problem with Jboss 4.0.4.CR2. The exception ERROR [UDP] exception=java.io.OptionalDataException keeps ocurring about every 15 seconds. Any body can help? Or just how to prevent it from displaying? I think that JBoss is working fine. View the original post : http://www

[JBoss-user] [Installation, Configuration & Deployment] - Re: JBoss 4.0.3 SP1 Start-up problem

2006-04-11 Thread [EMAIL PROTECTED]
The the following faq question: Get an java.net.BindException "Address already in use" on startup? http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossFrequentlyAskedQuestions View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936760#3936760 Reply to the post : http:/

[JBoss-user] [JBossWS] - Re: J2EE-compliant way to retrieve ServletRequest and Servle

2006-04-11 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : Especially since the context is regarding routing of requests, why isn't the integration context of the wsrp component providing this info? This is for the case of a portlet using wsrp to incorporate content from a webservice or what? My question was meant to provide

[JBoss-user] [Messaging, JMS & JBossMQ] - Browsing the front of a queue

2006-04-11 Thread robinP
Hi I would like to be able to browse the front of a queue. Unfortunately I can't think of a message selector that will bring back only the first message on the queue and I don't want to browse the whole queue just to guarantee returning the first message in the queue. Is there a simple way of d

[JBoss-user] [Beginners Corner] - Re: Migrating Tomcat custom realm to Jboss

2006-04-11 Thread [EMAIL PROTECTED]
Start with the jaas howto stick post in this forum: http://www.jboss.com/index.html?module=bb&op=viewforum&f=49 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936756#3936756 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[JBoss-user] [Security & JAAS/JBoss] - Re: Webapp Auth/Auth with Custom LoginModule Principals

2006-04-11 Thread [EMAIL PROTECTED]
See: http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingCustomPrincpalsWith We have no notion of a custom role as its an internal detail. What is you use for a custom role class? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936755#3936755 Reply to the post :

[JBoss-user] [Security & JAAS/JBoss] - Re: JaasSecurityManager try to insert duplicate entry into T

2006-04-11 Thread [EMAIL PROTECTED]
1. No. 2. The TimedCache is created with thread-safe set to true, and the update is done within a synchronized block holding the cache monitor. If the principal is seen to already be in the cache the existing value is removed so its not clear how a race condition can exist. Are you using a cust

[JBoss-user] [JBossWS] - Re: J2EE-compliant way to retrieve ServletRequest and Servle

2006-04-11 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : WS is indeed transport-agnostic. However, WSRP is not necessarily. Some methods on the required interfaces (initCookie for example on the Markup interface), explicitely need to set HTTP headers (when using the HTTP transport, that is). | | This is indeed a Portal

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Custom onMessage routine with return type?

2006-04-11 Thread [EMAIL PROTECTED]
A custom message inflow jca adaptor is the answer. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936752#3936752 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936752 --

[JBoss-user] [Installation, Configuration & Deployment] - Re: jboss 4.0.4 CR2 outof memory

2006-04-11 Thread [EMAIL PROTECTED]
You 64 bit jdk is broken: http://jira.jboss.com/jira/browse/JBAS-1837 http://www.jboss.com/index.html?module=bb&op=viewtopic&t=74994 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936751#3936751 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[JBoss-user] [JBoss Seam] - would you change examples libs layout

2006-04-11 Thread xiangya
Congratulations to you jboss. I'm happy to working with FC5 or FC6 and Jboss-*. Ok, there are 2 points: 1, tag missing at seam examples/hibernate/view/template.xhtml: | Welcome #{user.name} | | Search | | Settings |

[JBoss-user] [EJB 3.0] - Generic collection type binding

2006-04-11 Thread nick.hynes
Hi All, We're looking our data access layer, and I'm curious how JBoss/Hibernate intends to implement 9.1.22 of the EJB 3.0 spec? anonymous wrote : If the collection is defined using generics to specify the element type need not be specified. In particular, how can you determine the generic ty

[JBoss-user] [JBoss jBPM] - ask for help .about org.jbpm.ui.wizard.ExportParWizard;

2006-04-11 Thread bennyandy
first thanks for all i read the source code of runa which is a Russian product. It use JBPM and when i read the code it tell me to import org.jbpm.ui.wizard.ExportParWizard; but i can not find the jar maybe it is writen in JBPM 2 or any other reasons? View the original post : http://www.jboss.co

[JBoss-user] [JBoss jBPM] - Re: ThreadSafe Access to jBPM

2006-04-11 Thread sbhatti
Right, I understand that I am still wondering whether context, sessions and process definitions can be shared by different threads or should I create them for each client. For example, in JMS sessions cannot be shared across threads so I am not sure if there is similar constraint on these object

[JBoss-user] [Installation, Configuration & Deployment] - JBoss 4.0.3 SP1 Start-up problem

2006-04-11 Thread sabbir
When I start up JBoss (using Windows batch file), it finds that port 1098 is being used...so can't start up properly. At the end, I get "Page Not Found" when I point "localhost:8080/jmx-console" in my browser. How can I solve this problem? Thanks in advance. Sabbir View the original post : ht

[JBoss-user] [JBoss jBPM] - Re: JBoss jBPM 3.1 Data Model Wiki

2006-04-11 Thread im_ytk
Thanks Kevin, your work really helps a lot. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936744#3936744 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936744 --- T

[JBoss-user] [Security & JAAS/JBoss] - Webapp Auth/Auth with Custom LoginModule Principals

2006-04-11 Thread gkushida
I'm trying to port an existing web application from Tomcat (5.5.16) to JBoss (4.0.3rc1). This app uses an existing JAAS LoginModule, which uses custom User and Role principals. I am currently trying to get JBoss to propagate these custom Principal implementations to my webapp. The sticking point

[JBoss-user] [JBoss Seam] - Re: Complex validation assign message to specific component.

2006-04-11 Thread supernovasoftware.com
I checked out the CVS head and saw your modifications. Then I complied my project against the new seam jar and included it with my project I cannot get any messages to appear from either the annotations or using your modification as shown below. Going back to the old jar solves the problem. N

[JBoss-user] [JBoss Eclipse IDE (users)] - Hibernate Reverse Engineering Editor - no tables are shown

2006-04-11 Thread [EMAIL PROTECTED]
When I click a refresh button in Configure Table Filters no tables are shown. I am connecting to oracle 9i View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936741#3936741 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=393

[JBoss-user] [EJB 3.0] - Fetching...Lazy but initialized?

2006-04-11 Thread tsar_bomba
So, I'm using Wicket + JBoss EJB3 to build a small sample application to present to my co-workers. I was trying to figure out an elegant way around the general tricky nature of lazily loaded collections and found this post: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=75525 Could s

[JBoss-user] [EJB 3.0] - Re: EJB POJO has returned null values when returned to the c

2006-04-11 Thread ejb3workshop
Could you please post the entity. Also please make sure that there is data in the database. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936739#3936739 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936739

[JBoss-user] [EJB 3.0] - Re: Force LAZY loading on One-One relationship

2006-04-11 Thread ejb3workshop
This looks like a bug to me, so should I raise a JIRA ? I was just hoping that somebody could confirm this as a know issue. If you like I could post a complete example which illustrate this point. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936738#39367

[JBoss-user] [Beginners Corner] - "Directory Listing For /" Problem

2006-04-11 Thread sranil
I am trying to deploy a servlet. But, I am unable to see the result and getting the result as Directory Listing For / FilenameSizeLast Modified Apache Tomcat/5.5.9 Please help me. What could have been wrong ? View the original post : http://www.jboss.com/index.html?module=bb&op=vie

[JBoss-user] [JBoss jBPM] - Re: conditional Fork: execute NOT all transition

2006-04-11 Thread Hannes
hmm, yes, that way sounds reasonable. Anyway, I'll take a shot and try my own fork node - the processdefiniton.xml is already fat and so I can save some nodes. I have already started: the read-method similar to the decision-node, and in the execute-method only the right transitions get picked.

[JBoss-user] [JBoss jBPM] - Need help with EJB3 and jBPM 3.1 transactions on JBoss 4.0.4

2006-04-11 Thread J.Hedin
I have the same result with JBoss 4.0.4.CR2 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936735#3936735 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936735 --- T

[JBoss-user] [JBoss jBPM] - Re: how to use duedate? (in a task, NOT timer)

2006-04-11 Thread fptoth
Hi, The websale example does exactly this in one of its nodes: | | | | | salesman | | | | | | | | | | | | | See jbpm/src/process.examples/webs

[JBoss-user] [JBoss jBPM] - Re: Class Browse Button/Dialog not working

2006-04-11 Thread MattJackson86
FYI, that is in: ChooseHandlerClassDialog.java View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936732#3936732 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936732 --

[JBoss-user] [JBoss jBPM] - Re: Class Browse Button/Dialog not working

2006-04-11 Thread MattJackson86
I did some debugging and it never exits: SelectionDialog dialog= JavaUI.createTypeDialog( | parent, | new ProgressMonitorDialog(parent), | Searc

[JBoss-user] [JBoss jBPM] - Class Browse Button/Dialog not working

2006-04-11 Thread MattJackson86
Anyone noticed if the latest from CVS the browse button where you choose a class for an action handler does not work? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936729#3936729 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[JBoss-user] [JBoss Seam] - Re: Script.aculo.us with Seam Remoting

2006-04-11 Thread sbryzak2
"d1g" wrote : | As an example, I wasn't able to use a member function of a script.aculo.us class as a remoting callback. The function executed but it lost it's 'instance' context. This might not be possible to solve... I usually define an anonymous function to handle situations like this:

[JBoss-user] [EJB 3.0] - Re: Embedded and Application Server versions

2006-04-11 Thread fabricio.lemos
It seems the issue does not mention lib/ dependencies jars. It would be very nice if these jars were fixed as well. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936726#3936726 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[JBoss-user] [JBoss jBPM] - Re: ThreadSafe Access to jBPM

2006-04-11 Thread kukeltje
the processdefinitions are already kept in the hibernate 2nd level cache, so there is no need to optimise that. Ronald View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936725#3936725 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[JBoss-user] [Beginners Corner] - Re: Fibo Tutorial on JBoss 4.0.2

2006-04-11 Thread josrra
Hi there: I am having a similar problem. Can somebody helping me? I am using: Jdk1.5 Jboss1.40.2 Eclipse I am working on Windows Xp without problems, I have deployed my webApp here and works allright, but now that I try to run it on Linux Mandriva, i get the next excpetion: java.lang.ClassCast

[JBoss-user] [JCA/JBoss] - Re: MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM - NOTYETIN

2006-04-11 Thread sgv
Yes, I did oralce-ds.xml. I am able to connect to the DB, insert rows, but this message does not seem to go away. I did not use oracle-xa* because I am not using distributed transactions etc. Do you know which configuration file is causing this error ? Thanx in advance :-) View the original po

[JBoss-user] [JBoss jBPM] - ThreadSafe Access to jBPM

2006-04-11 Thread sbhatti
I understand that JbpmConfiguration is thread safe and can be shared, but can someone let me know if any of following are thread safe: - JbpmContext - GraphSession - ProcessDefinition Basically, I would like to use a singleton class to keep shared definitions of processes and then create proc

[JBoss-user] [JBoss Seam] - Re: Script.aculo.us with Seam Remoting

2006-04-11 Thread [EMAIL PROTECTED]
I'm currently working on integrating SeamRemote and scriptaculous. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936721#3936721 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936721 --

[JBoss-user] [JBoss Seam] - Re: using commandButton to link to a new window (xhtml)

2006-04-11 Thread KittyK
Thanks heaps!!! :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936719#3936719 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936719 --- This SF.Net email is spons

[JBoss-user] [JBoss jBPM] - Re: how to specify external jar files for ActionHandlers

2006-04-11 Thread ShavianShakes
I got it to work by modifying the classpath in the run.sh for starting jboss: JBOSS_CLASSPATH="$JBOSS_BOOT_CLASSPATH:/mypath/myjar.jar I am sure there is a better way to do this but am unable to find it in the docs. thanks. View the original post : http://www.jboss.com/index.html?module=bb&o

[JBoss-user] [JBoss Seam] - Re: Script.aculo.us with Seam Remoting

2006-04-11 Thread d1g
Hi sbryzak2, My application is mapped to the root context as I want to have complete control of URLs for the entire site. You're right, it would be more portable if I'd used your SeamRemote.contextPath value and I'll add this in to my code. Thanks! Well done with Seam Remoting, it's pretty cool

[JBoss-user] [JBoss jBPM] - Re: Example Decision Node XML

2006-04-11 Thread kukeltje
see the testcases. Lots of 'examples' there. Ronald View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936716#3936716 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936716

[JBoss-user] [JBoss jBPM] - Re: EAI integration

2006-04-11 Thread kukeltje
JBoss jBPM can be linked with anything since it has the concept of actionhandlers. Either sync or async. see the documentation. Ronald View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936715#3936715 Reply to the post : http://www.jboss.com/index.html?module=b

[JBoss-user] [JBoss jBPM] - Re: DB Design

2006-04-11 Thread kukeltje
Even better, make a wiki page for it ;-) Ronald View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936714#3936714 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936714

[JBoss-user] [JBoss jBPM] - Re: conditional Fork: execute NOT all transition

2006-04-11 Thread kukeltje
Why not do somathing like | +-+ | | Fork | | +-+ | / \ |Decsision 1 Descision 2 | / || \ |++ ||+---+ ||State A | |||State B|

[JBoss-user] [Installation, Configuration & Deployment] - Which Platform is JBoss 4.03 and later supported?

2006-04-11 Thread kiwisdontdrinktea
I'm looking for docs which state which Platforms JBoss is certified on. Hoping to find: Linux AS 4 upgrade 3 on AMD64/EMT64 with J2SE 5.0 upgrade 4 or higher. If you have this link can you point me to it. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&

[JBoss-user] [JBoss jBPM] - Re: scheduling process execution

2006-04-11 Thread kukeltje
PLEASE search the forum. This has been answerd very recently. Ronald View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936711#3936711 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936711 --

[JBoss-user] [JCA/JBoss] - Re: JCA 1.5 Deployment question on RA property

2006-04-11 Thread [EMAIL PROTECTED]
Please read: http://wiki.jboss.org/wiki/Wiki.jsp?page=DSdotXML This should allow you to configure and set up your adapter. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936710#3936710 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[JBoss-user] [JBoss jBPM] - Example Decision Node XML

2006-04-11 Thread MattJackson86
Could someone provide me some different examples of the decisions node xml. One with a handler with fields filled in, one with bean shell etc. The more variants the better. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936709#3936709 Reply to the po

[JBoss-user] [JCA/JBoss] - Re: JCA pooling

2006-04-11 Thread [EMAIL PROTECTED]
Please see: http://wiki.jboss.org/wiki/Wiki.jsp?page=StrangePoolingConnectionsDestroyed View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936708#3936708 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936708 --

[JBoss-user] [JBoss jBPM] - Re: modeling a long running process

2006-04-11 Thread fptoth
Sorry, the above is supposed to say "plain node", but the code got lost. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936707#3936707 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936707

[JBoss-user] [JBoss Seam] - to upload a file with seam - do i extend SeamServletFilter?

2006-04-11 Thread tsoucy
I'm trying to upload a file. I had done this with JSF and when I try to migrate the application using seam i'm having assorted problems. As I try to discover the root cause I'm thinking that someone may have already achieved a nice way to upload using seam. Does anyone have a pattern of code

[JBoss-user] [JCA/JBoss] - Re: MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM - NOTYETIN

2006-04-11 Thread [EMAIL PROTECTED]
The issue is with your datasource deployment. Did you deploy the appropriate *-ds.xml file? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936704#3936704 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936704 --

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Variation in annotations between ejb3 and Hibernate?

2006-04-11 Thread Charlie Kelly
Sorry Folks, I should "read the FRIENDLY manual", but I'll post the answer here so that it might help someone else. I was previously compiling in Eclipse using older Hibernate jars (for inclusion within Eclipse osgi container). I am currently compiling the same application with current JBoss e

[JBoss-user] [JCA/JBoss] - MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM - NOTYETINSTAL

2006-04-11 Thread sgv
Any help deeply appreciated, do I post to this forum or another ?? 16:01:07,320 ERROR [URLDeploymentScanner] Incomplete Deployment listing: --- MBeans waiting for other MBeans --- ObjectName: jboss:service=KeyGeneratorFactory,type=HiLo State: CONFIGURED I Depend On: jboss:service=Transact

[JBoss-user] [JBoss Seam] - Re: Complex validation assign message to specific component.

2006-04-11 Thread [EMAIL PROTECTED]
Fixed in CVS, please try it out for me. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936699#3936699 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936699 --

[JBoss-user] [JBoss jBPM] - scheduling process execution

2006-04-11 Thread tperrigo
I couldn't find much in the docs about this, but I aplogize if I'm missing something obvious. Is there a facility in jBPM for scheduling process executions? For example, I'd like to have a process kick off at 8am every business day. Can this be accomplished with jBPM's timers and business ca

[JBoss-user] [JBoss Portal] - deploy a servlet like a portlet into jboss portal

2006-04-11 Thread M3rH
Hello, I am new this thing of portlet and am trying to deply servlet to jasper report like portlet in jboss portal, if they can facilitate some information to me I thank for much to them. Greetings. P.S. excuse my accent or the form to write I am using a translator to write since a little

[JBoss-user] [JBoss Seam] - @DataModel problem or conversation problem

2006-04-11 Thread mcrose
hi all I have a problem trying to delete an object of a list that is in a @DataModel, I add perfectly with this action: | @Stateless | @Name("solvencyAddComponents") | @Scope(ScopeType.CONVERSATION) | @Interceptors(SeamInterceptor.class) | public class SolvencyAddComponentsAction imple

[JBoss-user] [JBossWS] - Re: J2EE-compliant way to retrieve ServletRequest and Servle

2006-04-11 Thread jimhenderson
Not sure if i should add this here - but it sounds very similar to the originally reported problem... With jboss-4.0.3SP1 & jboss-4.0.4RC1 i have used this to get the url used to call my servlet style web service endpoint... String transportUrl = (String)messageContext.getProperty("transport.ur

[JBoss-user] [JBoss Seam] - Re: using commandButton to link to a new window (xhtml)

2006-04-11 Thread chane
The booking demo has an example of this. Also discussed in this thread. http://www.jboss.com/index.html?module=bb&op=viewtopic&t=80815 Good luck! Chris View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936692#3936692 Reply to the post : http://www.jboss.co

[JBoss-user] [Clustering/JBoss] - Re: Clustered SSO not following the semantics of local SSO

2006-04-11 Thread CptnKirk
Great. So the problem appears to be identified. Is there a jira tracking this issue? Do you know the anticipated release date of the next product cycle that this fix might be included in? Is there CVS or milestone access to this release so that I can test and give feedback in a more timely m

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Variation in annotations between ejb3 and Hibernate?

2006-04-11 Thread Charlie Kelly
@Id (generate=GeneratorType.AUTO) appears to be a valid annotation when compiled with Hibernate annotations but generates a warning when compiled with JBoss ejb3 ("the attribute generate is undefined for the annotation Id") Inside the JBoss AS container, which annotations are used? How are varia

[JBoss-user] [Installation, Configuration & Deployment] - jboss 4.0.4 CR2 outof memory

2006-04-11 Thread [EMAIL PROTECTED]
Hi, running jboss 4.0.3 is fine, but running jboss 4.0.4.CR2, in JAVA: /usr/java/jdk1.5.0_06/bin/java JAVA_OPTS: -server -Xms128m -Xmx1024m -Dsun.rmi.dgc.client.gcInterval=360 -Dsun.rmi.dgc.server.gcInterval=360 -Dprogram.name=run.sh CLASSPATH: /usr/local/jboss/bin/run.jar:/usr/jav

[JBoss-user] [JBoss jBPM] - Re: how to specify external jar files for ActionHandlers

2006-04-11 Thread ShavianShakes
I had already added the jars to the classpath ( in Eclipse -> -> Properties -> Java Build Path -> Libraries and "Order and Export"). I hope these are the right places to add. Also they are added to the the $CLASSPATH variable on my linux development system. The build/compile is just fine, but i

[JBoss-user] [EJB 3.0] - Re: No ClassLoaders found

2006-04-11 Thread osterday
I could never figure out the what the problem was here. The sample from LaLiLuna still worked as did the EJB3Trail.ear. I really have no clue what the problem was - maybe something in MyEclipse or Eclipse or JBoss, but it was really hosed - even stripping it down to the bare ejbs didn't help.

[JBoss-user] [JBoss Portal] - Problems with building CVS main -

2006-04-11 Thread [EMAIL PROTECTED]
I've just attempted to checkout and build the main branch of jboss-portal without success. These are the steps I'm taking: []$cvs get tools jboss-portal | []$cd jboss-portal/build | []$./build.sh release-tgz | build.sh: *WARNING* Ignoring environment value for $ANT_HOME | build.sh: Execut

[JBoss-user] [JBoss Seam] - Problem with Requestparameter

2006-04-11 Thread mirko27
I`m combining tree2 with @RequestParameter. At first it seemed to work if requestparameter actually was there, but gave error if failed to inject(this is not nice error to show to users, any solution?) but then it did not work at all. I clicked link but still it was complaining that no requestpa

[JBoss-user] [JBoss jBPM] - swimlane question

2006-04-11 Thread greg823
I am new to jBPM, and not still clear as to how to use the Swimlane and SwimlaneInstance. In the websale processdefiniton.xml, the swimlanes have user name expressions assigned. Is this the normal way to do it, or should I have an assignment handler class pick and assign an actor? If the asi

[JBoss-user] [JBoss jBPM] - Re: modeling a long running process

2006-04-11 Thread fptoth
gudake, I've been trying to play with this too. I think I need to have actions on plain rather than on tasks, because I want the external process to control the process flow. Isn't it true that in your experiment with async tasks, the process continued on regardless of what happened in the asy

[JBoss-user] [JBoss jBPM] - Re: modeling a long running process

2006-04-11 Thread fptoth
Thanks for your response. But can we learn at what point we need to switch from internal messaging to JMS? What are the problems with internal messaging? How will we know when not to use it? Does it turn blue under load? Does the CPU burst into flames? Excess stomach acid? What is the status of

[JBoss-user] [EJB 3.0] - Re: Embedded and Application Server versions

2006-04-11 Thread [EMAIL PROTECTED]
Versions in the jars are a weak convention that just propagates version info to all docs/build scripts, and has no support from any programatic apis. The version info belongs in the manifest. If you can't use the jdk extcheck -verbose tool to display this info, the jars are broken. All of the ej

[JBoss-user] [JBoss Messaging] - Re: Integration with ServiceMix

2006-04-11 Thread [EMAIL PROTECTED]
I don't see why not. It would be an interesting exercise. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936678#3936678 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936678 ---

[JBoss-user] [EJB 3.0] - Accessing custom annotations on an EJB3 bean at runtime?

2006-04-11 Thread asack
I've used the @PostConstruct lifecycle method to pass the bean itself for post processing which seems to contain all the annotations to process via Reflect. But besides that, is there a way to find out what annotations are on an EJB3 bean at runtime? Let's say I have a SLSB with some custom ann

[JBoss-user] [EJB 3.0] - Re: @PersistenceContext in JMX Service Object with 4.0.4RC2

2006-04-11 Thread echon
OK! THIS IS A BUG! Problem is that the EntityManager is injected AFTER the start() method of the JMX Service Object is executed! Because of this [EMAIL PROTECTED]'s code works, mine not :'( Is this realy how it should work? I want my Objects injected before I start my service, especially if t

[JBoss-user] [Messaging, JMS & JBossMQ] - Custom onMessage routine with return type?

2006-04-11 Thread asack
Is it possible to have my own message listener interface (basically onMessage with a return type) and still use JMS as my infrastructure? Any insight into this topic would be appreciated! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936674#3936674 Reply to

[JBoss-user] [Beginners Corner] - Re: Migrating Tomcat custom realm to Jboss

2006-04-11 Thread gelinasc
Ok, so I added the jaas.config stuff into the specific custom application-policy of login-config and it appears that I am logging in (shows that login is successful according to database timestamp) but getting a 403 error, access denied to the page View the original post : http://www.jbo

[JBoss-user] [Installation, Configuration & Deployment] - Use Log4J to audit the user / sql statements.

2006-04-11 Thread chenson
We have an enterprise security requirement to audit the users who are logged in when SQL statements get executed against the database. I would like to accomplish this by simply configuring log4i to print out an audit log. Is there a way out of the box that I can configure log4j to print both

  1   2   3   >