[jboss-user] [JBoss jBPM] - Re: How to coordinate amongst child & parent processes?

2007-06-05 Thread lachelt
Thanks Ed. Sounds like there are a few different ways to do it. Requirements: * child process does not need to be independent of the parent process... that is we can write the parent & child together has a pair (or even a single process definition). * user wants to be able to monitor the parent

[jboss-user] [JBoss Seam] - NameNotFoundException

2007-06-05 Thread stephenwilliams
Hi! I generated a new eclipse project using seam-gen (1.2.1.GA) and added a simple helloworld remoting example like the example in the documentation. Whilst the same code worked on a previous version (1.1.0.GA?) I get the following error upon calling the after calling my javascript proxy funct

[jboss-user] [JBossWS] - Re: Stop enforcing parameter names?

2007-06-05 Thread bcowan
"[EMAIL PROTECTED]" wrote : The question is, whether the incomming message conforms to the abstract contract published by the endpoint. If the message is invalid with that respect it simply is invalid At this point we're much more concerned about consistency. Updating to a newer server version

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging Locked Up

2007-06-05 Thread timfox
Yes, please send me the whole stack traces. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051419#4051419 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051419 ___ jboss-user

[jboss-user] [JBoss AOP] - Re: Newbie needs help with configuration

2007-06-05 Thread JReifsnyder
Thread [DestroyJavaVM] (Running) Thread [main] (Running) Thread [Timer-0] (Running) Thread [ScannerThread] (Running) Thread [JBoss System Threads(1)-1] (Running) Thread [Timer-1] (Running) Thread [JBoss System Threads(1)-2] (Running) Thread [TimeoutFactory-0] (R

[jboss-user] [JBossWS] - Re: JBossWS with JBoss 4.2.0 and Axis 1.4 don't work with WS

2007-06-05 Thread bigdaddy66
Btw. the certificates are selfsigned (with the keytool) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051415#4051415 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051415 ___

[jboss-user] [JBossWS] - JBossWS with JBoss 4.2.0 and Axis 1.4 don't work with WSSecu

2007-06-05 Thread bigdaddy66
Hi, i want to setup a testbed to communicate secure between JBoss 4.2.0 and Axis 1.4 with WSS4J 1.5.2. I already setup an WSFacade (EJB2.1) with a simple Add-Method to sum up two Integer. The Method works (the whole WSFacade has more Methods that are all already used and working fine. Now i w

[jboss-user] [JBoss Portal] - Re: xwiki-1.0.war on JBoss Portal as a portlet

2007-06-05 Thread [EMAIL PROTECTED]
yes I meant the jar that contains javax.portlet.* classes. their SVN is a bit messy and their 1.0 downloads does not seem to contain the source code. I used the user dev alias to download a trunk version of xwiki and looked at the source code briefly. I don't know what is the URI for the 1.0 re

[jboss-user] [Messaging, JMS & JBossMQ] - Re: create durable topic

2007-06-05 Thread [EMAIL PROTECTED]
IIRC this was the very first FAQ created for JBossMQ. So if you can't find the answer in the FAQ I'd be very surprised. :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051410#4051410 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[jboss-user] [Messaging, JMS & JBossMQ] - Re: JMS error with SQLServer

2007-06-05 Thread [EMAIL PROTECTED]
The release notes (JIRA) should answer your question. It is easier for you to find them and read them than its for me to find and cut and paste redundantly. If they don't answer your question then feel free to explain which part you don't understand here. Don't update the JIRA issue with question

[jboss-user] [JBoss Seam] - Re: Class loading problem

2007-06-05 Thread Lightguard
Probably shouldn't matter, but try cleaning out your tmp and work directories in Jboss then redeploying. Also check the JBOSS_HOME/server/which_server_name_you_use/jbossweb-tomcat55.sar/jsf-libs dir and see if there's a copy of facelets in there (if you haven't already). View the original post

[jboss-user] [JBoss Seam] - Re: Seam + Maven + Richfaces + softeu

2007-06-05 Thread Lightguard
Is it the seam references that are giving you a hard time or the richfaces stuff? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051407#4051407 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051407

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging Locked Up

2007-06-05 Thread rtm333
Hi Tim, The related JIRA entry JBMESSAGING-962 has been marked as non-reproducible. I have to grant that it was very difficult to produce the deadlock. I think I saw it only a couple of times, although the test program ran for more than 24 hours. I have now started my test program (adapted to

[jboss-user] [Messaging, JMS & JBossMQ] - DON'T POST EJB3 questions here

2007-06-05 Thread [EMAIL PROTECTED]
Go here http://www.jboss.com/index.html?module=bb&op=viewforum&f=221 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051403#4051403 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051403 __

[jboss-user] [JBoss Seam] - Re: Class loading problem

2007-06-05 Thread kosmos
The other one was created during deployment in server/default/tmp JBoss AS 4.0.5 GA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051402#4051402 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051402 ___

[jboss-user] [JBossWS] - Re: Stop enforcing parameter names?

2007-06-05 Thread [EMAIL PROTECTED]
The question is, whether the incomming message conforms to the abstract contract published by the endpoint. If the message is invalid with that respect it simply is invalid View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051401#4051401 Reply to the post : ht

[jboss-user] [JCA/JBoss] - Re: Config number of requests per second

2007-06-05 Thread [EMAIL PROTECTED]
Why? They are normally limited in terms of concurrent requests. i.e. 20 In practice, the JCA ConnectionManager/Pool doesn't even see all requests, only the connection state management, i.e. open/close connections, start/end transaction, etc. If you are going to do it anywhere, it would have to

[jboss-user] [Security & JAAS/JBoss] - Re: Unable to implement custom LoginModule example

2007-06-05 Thread Ken from Mera
Looks like everything written above was big mistake: In order to make this example working I had to: 1. Rename jboss.xml to jboss-web.xml. 2. Remove login-config.xml file from WEB-INF and put its content into jboss\server\default\conf\login-config.xml file. As for exception, root cause of it

[jboss-user] [JBoss Seam] - Re: DRY Edit pages

2007-06-05 Thread [EMAIL PROTECTED]
Well, size and maxlength are nothing to do with validation. Well, I guess maxlength kinda is. I suppose you could argue that its a bad idea that we include the maxlength in there. Take it out if you like... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=405139

[jboss-user] [Installation, Configuration & Deployment] - Re: Fedora 7 [SARDeployer] create operation failed for packa

2007-06-05 Thread PeterJ
anonymous wrote : | 12:30:56,025 INFO [ServerInfo] Java version: 1.5.0,Free Software Foundation, Inc. | | 12:30:56,025 INFO [ServerInfo] Java VM: GNU libgcj 4.1.2 20070502 (Red Hat 4.1.2-12),Free Software Foundation, Inc. Try installing and using a Sun JDK (1.5 is recommended). View th

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JSP pre-compilation

2007-06-05 Thread PeterJ
If you post XML text, bracket the text with "[ code ] ... [ /code ]" tags, without the spaces. The compiled JSPs, which are just class files, go into the WEB-INF/classes directory of the WAR file, of course preserving the package name. View the original post : http://www.jboss.com/index.html?m

[jboss-user] [JBoss Messaging] - Re: Messaging Oracle persistence problem

2007-06-05 Thread timfox
"snecu001" wrote : Yes I agree it would be but DBA's are very "weird" sometimes. | Very true. Will I guess if your entire career revolves around configuring a specific product, then you're going to get defensive/protective sometimes :) View the original post : http://www.jboss.com/index.html

[jboss-user] [JBoss Seam] - Re: required jars & config

2007-06-05 Thread quilleashm
Questions: 1) hibernate-all.jar should have all the hibernate + JPA classes/annotations. You'll also need the core Seam jars, jsf jars, facelets jars and any other seam dependencies. Which of these are required depends on the features of seam you use. When in doubt include everything in the

[jboss-user] [JBoss Seam] - Re: Class loading problem

2007-06-05 Thread Lightguard
Maybe I'm missing something in the thread. Are there two facelets jars in the classpath? You said there's one in the WEB-INF/lib, is there one in JBoss already? What version of the AS are you running? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051385#

[jboss-user] [JBoss Messaging] - Re: Messaging Oracle persistence problem

2007-06-05 Thread snecu001
Yes I agree it would be but DBA's are very "weird" sometimes. I will try to ask for a testUser/testPassword and replace my credentials in the datasource config before JBoss gets installed on the production server. --Thank you View the original post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss Seam] - Re: How to use @Startup annotation?

2007-06-05 Thread quilleashm
You cannot use a session scoped component from within the @Create method of an application scoped component that has @Startup. If you think about it your create method is getting run as soon as the web application starts up. At this point there will never be an active session scope. The sess

[jboss-user] [JBoss Seam] - Re: DRY Edit pages

2007-06-05 Thread stephen.friedrich
Huh? Either I am not understanding the anwser or Gavin, you did not understand the question. What if the maximum length changes to 5? Currently you have to update both the entity and the xhtml. Is there any possibility to avoid this? A JSF component or validator that queries the bean's metadata

[jboss-user] [JBossWS] - Stop enforcing parameter names?

2007-06-05 Thread bcowan
I've recently updated a web service from JBoss 4.0.2 to 4.0.5 with JBossWS 1.2.1, and it's causing problems. The new setup enforces the proper naming of method parameters, instead of just taking them positionally. Some older clients don't send the proper parameter names. For example, Axis gen

[jboss-user] [JBoss Portal] - Re: Unique constraint (JBOSSPORTAL.SYS_C0034349) violated

2007-06-05 Thread sasiportal
Hi sohil, I made changes. I replaced with 2.4.2 Final build files, But Still i am facing same problem, I am looking for your help. Your help will be appreciated. Thanks sasiumar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051377#4051377 Rep

[jboss-user] [JBoss Seam] - required jars & config

2007-06-05 Thread urosmil
Hi, I am trying to start app with seam on tomcat 5.5. I have spend whole day and I can't. Questions: 1) What are required jars (all of them) for seam to work on tomcat 5.5 with JSF RI 1.1 and Facelets BUT WITHOUT EJB3 - JUST JPA + HIBERNATE? 2) Also how should web.xml and faces-config.xml look?

[jboss-user] [JBoss Messaging] - Exceptions and Inconsistent Display of listMessageCountersAs

2007-06-05 Thread rtm333
Hi, JBoss Messaging 1.3.0.GA on JBoss AS 4.2.0.GA shows the following behaviour: When opening and closing JMS sessions in quick succession while concurrently publishing messages at a fast rate (using the test program from JIRA JBMESSAGING-962) exceptions as the ones below are thrown on the serv

[jboss-user] [JBoss Messaging] - Re: [Error] Failed to expire delivery

2007-06-05 Thread timfox
Please *always* state your versions when you make a post!! (I don't know how many times I have to say this to people) :) Anyway I suspect you are using a version prior to 1.3.0.GA since this looks like this bug http://jira.jboss.com/jira/browse/JBMESSAGING-951 which was fixed in 1.3.0.GA View

[jboss-user] [JBoss Messaging] - Re: Messaging Oracle persistence problem

2007-06-05 Thread timfox
Normally oracle schemas default to being your username. Prefixing the table names is one way of addressing a different schema but it would probably be easier just to log in as the correct user in your datasource config. View the original post : http://www.jboss.com/index.html?module=bb&op=vie

[jboss-user] [Security & JAAS/JBoss] - run-as value doesn't get authenticated (vs WebLogic, where i

2007-06-05 Thread Mr_Anonymous
We are in the process of moving an application from WebLogic to JBoss. Under WebLogic, any of our run-as values needed to be in LDAP as well. That is, WLS appeared to verify their existence as users in LDAP, though not to the extent of actually logging them in with a password. JBoss seems to let me

[jboss-user] [JBoss Messaging] - [Error] Failed to expire delivery

2007-06-05 Thread Elvoret
Hi All, I'm trying to send messages from servlet inside JBoss to JMS Queue and I've encountered a strange error: "Failed to expire delivery". What can cause such error? Servlet code that sends messages: private void sendMessage(String messageText) throws JMSException, NamingException

[jboss-user] [JBoss Seam] - Re: DOCTYPE definition on *pages.xml performance warning/imp

2007-06-05 Thread lowecg2004
anonymous wrote : Sometimes we want to reuse the same components.xml file with minor changes during both deployment and testing. Seam lets you place wildcards of the form @wildcard@ in the components.xml file which can be replaced | either by your Ant build script (at deployment time) or by pro

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

2007-06-05 Thread carlos.abreu
Hy, i tried to use the seam gen shell script in my Ubuntu O.S and i had the following exception: [EMAIL PROTECTED]:/opt/jboss-seam-1.2.1.GA# sh seam generate-entities Buildfile: build.xml validate-workspace: validate-project: generate-entities: [hibernate] Executing Hibernate Tool with a JDBC

[jboss-user] [Clustering/JBoss] - Re: Clustered EJB3 Client Proxy

2007-06-05 Thread [EMAIL PROTECTED]
Also, the standard-jboss.xml stuff is for EJB2, not EJB3. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051358#4051358 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051358 _

[jboss-user] [Clustering/JBoss] - Re: Clustered EJB3 Client Proxy

2007-06-05 Thread [EMAIL PROTECTED]
Yes, it should be StatelessClusteredProxy. The fact that it's not tells me there is some issue with properly marking the SLSB as @Clustered. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051356#4051356 Reply to the post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss Seam] - datatable without html table

2007-06-05 Thread nicolasb
hello i would like to align items horizontally, something without is there a possiblity ? i tried to use u:repeat but i can't get row-level editing functions to work like a delete button or a text-field similarly to a checkout cart. thx 4 any help regards nicolas View the original post :

[jboss-user] [JBoss Seam] - Re: seam-dvd example JBPM issue (seam 1.2.1.GA with jboss as

2007-06-05 Thread [EMAIL PROTECTED]
This is a one-line fix that has been discussed before, search. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051353#4051353 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051353

[jboss-user] [JBoss Seam] - Re: seam-dvd example JBPM issue (seam 1.2.1.GA with jboss as

2007-06-05 Thread koenhandekyn
i have replaced the admin.xhtml with a more recent version. it now works fine. 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:f="http://java.sun.com/jsf/core"; xmlns:h="http://java.sun.c

[jboss-user] [Messaging, JMS & JBossMQ] - 4.0.5 GA EJB3 and temporary destinations

2007-06-05 Thread swjackson
I have created 2 mdbs and have seen some strange behavior on deployment. I initially created the mds with no implementation code in them. I saw that on deployment each had a temporary destination created. I was able to view them in the jmx-console in the jboss.mq.destination section. When I a

[jboss-user] [JBoss Messaging] - Re: Messaging Oracle persistence problem

2007-06-05 Thread snecu001
Problem solved: It seems that certain Oracle databses like to be refered to by their names. If you got a database called test where you have your messaging tables(JBM_**) them in the oracle-persistence-**.xml file need to change all table references to databaseName.tableName this is what worked

[jboss-user] [Installation, Configuration & Deployment] - DST and JBOSS Scheduler

2007-06-05 Thread kaymenji
Hi, I have a jboss service which built on top of JBOSS scheduler. It used to work fine with JDK1.5.0_06 and JBOSS4.0.3SP1. When each time I mannually changed "InitialStartDate" in JMX MBean View to trigger my service, it will work well. However, from this March 2007, because of DST(daytime sa

[jboss-user] [JBoss jBPM] - Re: download and use jbpm-console as a startup web applicati

2007-06-05 Thread kukeltje
the first one is correct. FW issues? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051347#4051347 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051347 ___ jboss-user mailin

[jboss-user] [JBoss jBPM] - Re: Superstate-enter event not fired

2007-06-05 Thread jeanbobby
FYI : http://jira.jboss.com/jira/browse/JBPM-980 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051345#4051345 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051345 ___ jboss-

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Dynamic External Directories

2007-06-05 Thread formica
I'm interested in this subject and I tried to follow instructions from the WIKI page, but my situation is slightly different , since I'm using Jboss 4.2 where there is only the jboss-web.deployer war file, in which I can find a server.xml, but adding the ... to the configuration did not allow m

[jboss-user] [JBoss Portal] - getting a portlet to load in maximized state

2007-06-05 Thread advaittrivedi
Hi All, I have a portlet which does nothing, but I when I put it on page, I want it in maximized state. For that I have added following in *-object.xml: default.xwiki overwrite XWikiWindow XWikiIFramePortletInstance center

[jboss-user] [JBoss Messaging] - Re: Is scoped loader-repository feature unusable now

2007-06-05 Thread [EMAIL PROTECTED]
I moved it to dev forum because it became a Dev Thread at some point. Next time I will leave a shadow. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051343#4051343 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051343

[jboss-user] [JBoss Messaging] - Re: Is scoped loader-repository feature unusable now

2007-06-05 Thread timfox
Next time - when people move posts - please leave behind a shadow so people can click through to the new location. (Actually I don't know why it was moved in the first place - maybe I shall move it back) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051342#

[jboss-user] [JBoss Portal] - Re: xwiki-1.0.war on JBoss Portal as a portlet

2007-06-05 Thread advaittrivedi
I had a look at WEB-INF/lib of xwiki war, but was unable to find portlet.jar !! Though a portlet-api.jar file is there, is this what you meant in your reply? Also, I will try to modify xwiki code as per your suggestion, but right now facing some subversion issue and unable to download source :(

[jboss-user] [JBoss Messaging] - Re: Is scoped loader-repository feature unusable now

2007-06-05 Thread timfox
Your post was moved to the dev forum View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051339#4051339 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051339 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - Re: Signal a task on a html form submit

2007-06-05 Thread cahimoped
Hi, I just come to add precisions on my previous solution (it can eventualy help). Finally there is a big problem with the previous solution : you can't control the result of the servlet and the task is always validated. It didn't matter for me so far... but now I need it. So I came back to th

[jboss-user] [JBoss jBPM] - Re: help with jpdl el needed

2007-06-05 Thread kukeltje
you can't and I would not know a specific solution. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051334#4051334 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051334 ___

[jboss-user] [JBoss jBPM] - Re: Custom define process-definition.xml file?

2007-06-05 Thread kukeltje
if you remove the xsd declaration from the Processdefinition, no validation will take place and what you want should be possible (afaik) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051331#4051331 Reply to the post : http://www.jboss.com/index.html?module=

[jboss-user] [JBoss Seam] - seam-dvd example JBPM issue (seam 1.2.1.GA with jboss as 4.0

2007-06-05 Thread koenhandekyn
out of the box the current seam dvd example seems broken wrt JBPM. after creating on order the task assignment list appears "empty" when logging in as a manager. the headers of the table are rendered but there is no content : Task Assignment Order IdTaskOrder AmountCustomer

[jboss-user] [JBoss jBPM] - Re: Superstate-enter event not fired

2007-06-05 Thread estaub
jb, anonymous wrote : Copy/paste from the post is detailed enough ? It would be for me. I'd include the doc reference too. -Ed Staub View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051329#4051329 Reply to the post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBoss Messaging] - Is scoped loader-repository feature unusable now

2007-06-05 Thread chip_schoch
I see my thread from yesterday and the weekend has disappeared from this forum. Sorry if I breeched protocol somehow. Anyway, my question was and continues to be, is it a feature that we can no longer scope a loader repository in an MBean that uses JBM? Having my service code in the main re

[jboss-user] [JBossWS] - Re: JBossWS 1.2.0CR2 with JEMS 1.2 (and JBoss 4.0.5) fails

2007-06-05 Thread [EMAIL PROTECTED]
good idea ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051325#4051325 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051325 ___ jboss-user mailing list jboss-user@lists.j

[jboss-user] [JBoss jBPM] - Re: Superstate-enter event not fired

2007-06-05 Thread jeanbobby
Ok, thanks Ed. Copy/paste from the post is detailed enough ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051324#4051324 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051324 __

[jboss-user] [JBossWS] - Re: SWA / MTOM attachments

2007-06-05 Thread [EMAIL PROTECTED]
Sreedhar, MTOM and SwA are two diffrent things. Both deal with attachments but in different manner. Actually when talking about attachments you'll encounter SwA, SwARef and MTOM/XOP. SwA has interop issues which SwARef did solve and MTOM relieves the interposed SOAP processors from having to

[jboss-user] [JBoss Portal] - Re: from hibernate to sybase

2007-06-05 Thread [EMAIL PROTECTED]
Well, the best way to find will be to look into jar and see if it has the class you are using. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051320#4051320 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051320 __

[jboss-user] [JBoss jBPM] - Re: Superstate-enter event not fired

2007-06-05 Thread estaub
jb, It looks like a bug to me - I'd JIRA it and see what response you get. Maybe the intent was to not allow transitions to the superstate. One way or another, though, there's probably something that needs doing. -Ed Staub View the original post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss jBPM] - Re: Deployment error using Eclipse GPD plugin (3.0.12) on jb

2007-06-05 Thread NinjaCross
Nobody has got a hint ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051316#4051316 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051316 ___ jboss-user mailing list jboss-u

[jboss-user] [JBossWS] - Re: ant task produces java.lang.NoClassDefFoundError: com/s

2007-06-05 Thread [EMAIL PROTECTED]
Could you post the build file excerpt that defines the wsconsume task? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051315#4051315 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051315

[jboss-user] [JBossWS] - Re: wsrunclient for jax-ws

2007-06-05 Thread [EMAIL PROTECTED]
It's the Stax API (stax-api.jar) missing from on the client classpath. Did you use the JBOSS_HOME/bin/wsrunclient.sh ? It does setup the correct classpath for you... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051314#4051314 Reply to the post : http://ww

[jboss-user] [EJB/JBoss] - Way to implement a removeAll() method?

2007-06-05 Thread seansawyer
I want to implement a method on an entity bean's home interface to remove all entities of a particular type. Basically, I'm looking for something akin to the following simple SQL query: | DELETE FROM entitytable; | My initial idea was to try to use EJB-QL to do this, but upon further inv

[jboss-user] [JBoss jBPM] - Re: Problem in getting proper workflow transitions:

2007-06-05 Thread estaub
Max, What I was trying to ask was: You're using a constant for a task instance ID. Where did it come from? What relationship does it have to the process instance you just created? Or is this another instance of "I do something like this" where you don't really use 1L at all? "What the L is 1L?

[jboss-user] [JBoss jBPM] - Re: Problem in getting proper workflow transitions:

2007-06-05 Thread estaub
Max, anonymous wrote : Is it something related to same context or something ? Any ideas how i can achieve this . | | I must mention i am creating seperate contexts in these different servlets if that might be the case. I am really unsure of this behaviour . | Once you cross contexts, yo

[jboss-user] [JBossWS] - Re: MIssing wsdl4j.jar in scripts

2007-06-05 Thread [EMAIL PROTECTED]
Thanks for the report. Your fix will be included in 2.0: http://jira.jboss.com/jira/browse/JBWS-1696 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051308#4051308 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051308 __

[jboss-user] [JBoss jBPM] - Re: Problem in getting proper workflow transitions:

2007-06-05 Thread maxp
trailing L to hint the compiler to treat it as long (language fundamental) -Max View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051307#4051307 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051307 __

[jboss-user] [JBossWS] - Re: WebServiceRef injection does not work

2007-06-05 Thread [EMAIL PROTECTED]
Well, looking at the wsrunclient script i'd say it's really pointless. In order for @WebServiceRef annotations to work on the client side it needs an IoC container that's capable of providing the injection. EJB3 comes with a ClientLauncher (take a look at the jaxws/samples/webserviceref/WebServ

[jboss-user] [JBoss Seam] - Re: Class loading problem

2007-06-05 Thread Jump
So, are there any workarounds? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051305#4051305 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051305 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - JBPM BPEL Hello World Example

2007-06-05 Thread vpnuser
Hi, I am trying JBPM BPEL Hello World example and face errors in deployment. When ant tool is used to deploy, in the eclipse the following error is coming. | Buildfile: D:\Va\jbpm-bpel-1.1.Beta3\examples\hello\build.xml | pack-definition: | deploy-definition: | [deployprocess] target u

[jboss-user] [JBoss jBPM] - Re: Superstate-enter event not fired

2007-06-05 Thread jeanbobby
from the doc : (http://docs.jboss.com/jbpm/v3/userguide/processmodelling.html#superstateevents) 9.6.2. Superstate events | ... | These events will be fired no matter over which transitions the node is entered or left respectively I cant find anything more precise about the expected behaviou

[jboss-user] [JBoss jBPM] - Re: Problem in getting proper workflow transitions:

2007-06-05 Thread estaub
TaskInstance taskInstance = context.loadTaskInstanceForUpdate(1L); 1L??? What the L is 1L? -Ed Staub View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051302#4051302 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=405130

[jboss-user] [JBossWS] - Re: wsconsume, now what? server side deployment

2007-06-05 Thread [EMAIL PROTECTED]
This should help: http://jbws.dyndns.org/mediawiki/index.php/Quick_Start If it doesn't, please feel free to add a 2 minute tutorial to the WIKI. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051301#4051301 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [JBossWS] - Re: SOAP header not being set as request param

2007-06-05 Thread [EMAIL PROTECTED]
Looks like a bug to me. I've created an issue for this: http://jira.jboss.com/jira/browse/JBWS-1694 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051300#4051300 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051300 ___

[jboss-user] [Installation, Configuration & Deployment] - Re: Unable to access my application with my computer name ur

2007-06-05 Thread artd
JBoss 4.2 binds to 127.0.0.1 by default. You need to specify the bind address with -b eg -b 0.0.0.0 to bind to all addresses View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051298#4051298 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[jboss-user] [JBossWS] - Re: Error: Unable to createEndpointReference Provider

2007-06-05 Thread [EMAIL PROTECTED]
How you you invoking the client? What version (AS+JBossWS) are you using? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051296#4051296 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051296 _

[jboss-user] [JBoss jBPM] - help with jpdl el needed

2007-06-05 Thread ax666
hi, I'd need a little help with this one: I'd like to print all comments of a node in an email template, like this: | | | Error in process '#{processDefinition.name}' | | Process: #{processDefinition.name} id = #{processInstance.id} | | Variables: |

[jboss-user] [JBoss jBPM] - Re: How to coordinate amongst child & parent processes?

2007-06-05 Thread estaub
Jon, If the child processes are really trivial, and you don't need to be able to deploy new versions of them independently, then maybe just fork. Otherwise, probably subprocess. Another thing to consider is what monitoring and/or intervention you will need on the child processes. If you ne

[jboss-user] [JBoss jBPM] - Re: Problem in getting proper workflow transitions:

2007-06-05 Thread maxp
Nopes i have done that. I have checked the same twice and i am closing the context properly. -Max View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051291#4051291 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051291

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

2007-06-05 Thread [EMAIL PROTECTED]
Only in CVS View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051289#4051289 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051289 ___ jboss-user mailing list jboss-user@lists.jb

[jboss-user] [JBoss jBPM] - Re: Problem in getting proper workflow transitions:

2007-06-05 Thread estaub
I think you forgot to jbpmContext.close(). -Ed Staub View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051287#4051287 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051287 ___ j

[jboss-user] [EJB 3.0] - Re: Stateless minimum pool size

2007-06-05 Thread wolfc
The beans are pooled inside the ThreadlocalPool. This means that each remoting thread is given an instance when asked. Depending on how many remoting threads you have it can take a while for the whole ThreadlocalPool to fill up. You can switch to a more traditional pool: StrictMaxPool, but this

[jboss-user] [JBoss Seam] - Seam Wiki Example

2007-06-05 Thread trouby
Hey, I was wondeirng, I've seen many posts regarding Seam Wiki Example, Where is it located? In last ver archive 'jboss-seam-1.2.1.GA.zip' I couldnt find it under examples folder, Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051286#4051286 Rep

[jboss-user] [JBoss Seam] - Re: Class loading problem

2007-06-05 Thread Jump
But I had the only jsf-facelets.jar ( war.dir/WEB-INF/lib/jsf-facelets.jar). The other one was created by deployer. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051285#4051285 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[jboss-user] [JBoss Seam] - Re: Class loading problem

2007-06-05 Thread [EMAIL PROTECTED]
To not have two facelets jars in the classpath, of course! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051283#4051283 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051283

[jboss-user] [JBoss Seam] - Re: Recommendation for layered architecture???

2007-06-05 Thread [EMAIL PROTECTED]
Well, basically, I think these problem becomes much easier once you stop thinking in terms of "what layers should I have", and start thinking in terms of "what code do I have that is reusable when the client is not JSF, and what code do I have that is not reusable?", and then implement the reusa

[jboss-user] [JBoss Seam] - Re: Class loading problem

2007-06-05 Thread Jump
So, what is your recommended solution? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051279#4051279 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051279 ___ jboss-user maili

[jboss-user] [JBoss jBPM] - Re: Problem in getting proper workflow transitions:

2007-06-05 Thread maxp
Any clues anyone ?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051278#4051278 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051278 ___ jboss-user mailing list jboss-user

[jboss-user] [JBoss Seam] - Re: Recommendation for layered architecture???

2007-06-05 Thread maku01
Thanks for answering. I realized that it is possible to layer the app in such a way. But it seems that this is not the recommended way to layer the app according to the "Seam" spirit. I'm not really bound to such a stateless session layer. I would want to use as much power Seam can give me.

[jboss-user] [Installation, Configuration & Deployment] - Unable to access my application with my computer name urgent

2007-06-05 Thread sanoj_mathew
i am using JBOSS 4.2.0 GA . i have deployed my application . i can access my application from my local machine as http://localhost:8080/ but page cannot be displayed, when i access the application with my computer name http://ws19:8080/ ws19 is my computer name the problem is with JBOSS 4.2.0

[jboss-user] [Security & JAAS/JBoss] - Unable to implement custom LoginModule example

2007-06-05 Thread Ken from Mera
Hello, Probably, it is stupid problem, but I am unable to resole it myself :( I was going to implement very simple custom LoginModule in my web app discussed in section 8.4.7.2. 'A Custom LoginModule Example' of 'The JBoss 4 Application Server Guide' book published at http://docs.jboss.org/jbo

[jboss-user] [JBoss Seam] - Re: DOCTYPE definition on *pages.xml performance warning/imp

2007-06-05 Thread [EMAIL PROTECTED]
components.properties is used when running tests inside the IDE. It is not used when deploying (ant replaces the @tokens@ when deploying) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051272#4051272 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss Seam] - Re: Class loading problem

2007-06-05 Thread [EMAIL PROTECTED]
"Jump" wrote : ?he suggestion is to set | | true | | in jbossweb-tomcat55.sar/META-INF/jboss-service.xml This is definitely NOT our recommended solution! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051271#4051271 Reply to the post : http://www.

[jboss-user] [JBoss Seam] - Re: Recommendation for layered architecture???

2007-06-05 Thread [EMAIL PROTECTED]
This question has been asked several times and my answer is always that nothing about Seam prevents you from structuring your code in the "traditional" layered manner. For example, one possible architecture would be: A "DAO" is a Seam EntityHome object, or even just a @Stateless session bean t

[jboss-user] [JBossCache] - Re: Using Jboss Cache 1within WebLogicServer 10.0

2007-06-05 Thread [EMAIL PROTECTED]
Even in JBoss AS you shouldn't be using the DummyTransactionManager. The GenericTransactionManagerLookup would locate the JBossTransactionManager, which comes with JBoss AS. There is no such thing as a JBossCacheManager. What I was talking about was a JTA compliant TransactionManager. To bin

<    1   2   3   >