[JBoss-user] [JBoss jBPM] - behaviour of a subprocess having a new version

2006-04-06 Thread icyjamie
If I deploy a process as a new version, it will not be used by processes using this process as a subprocess. This means I have to redeploy all superprocesses using this process. Is this desired behaviour? E.g. the following business case: we have a verification process that will be used by other

[JBoss-user] [JBoss jBPM] - recursive process definition

2006-04-06 Thread icyjamie
How can I specify a processdefinition that uses itself as a subprocess? Will this deploy correctly? James View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935711#3935711 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39

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

2006-04-06 Thread [EMAIL PROTECTED]
It's late, the time when I dream up bad hacks. What if you add a FORM login config block to hello/hello2, but use your loginredirect.jsp as the login page? I would expect if the user hits hello w/o a login, loginredirect.jsp would get called, redirecting to main. However, in the failover case

[JBoss-user] [EJB 3.0] - fetch type eager

2006-04-06 Thread DoubleDenim
Hi There, I have used fetch type eager in the design of most of my pojos. This has created a problem in that in order to populate or instantiate these objects and subsequent child objects I am doing a large number of sql queries. Are there ways of minimizing these queries or do i just need to

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

2006-04-06 Thread [EMAIL PROTECTED]
Hey Jim, Finally got a chance to play with your wars, and things work as I expect -- but not as you want :( The issue is that the Principal does not get propagated around the cluster; the username and password do. Two reasons for this: 1) Principal does not extend Serializable, thus you can't

[JBoss-user] [Javassist user questions] - error (No Context configured to process this request)

2006-04-06 Thread kamini83
hi i m getting error (No Context configured to process this request) while deploying my app View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935705#3935705 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935705 -

[JBoss-user] [Clustering/JBoss] - Adding permanent Queues without restarting the servers in Si

2006-04-06 Thread me_sam
I have two servers running on a m/c using singleton cluster service. I want to add the queues to both the servers without restarting them. Also i want only master node to show the available queues. I am tring the the following approach, added a .sar file which defines the Queues to the URL Lis

[JBoss-user] [JBoss Seam] - Re: URL Friendly Links

2006-04-06 Thread mirko27
s:link element has parameters. It seems to me that default just creates new conversation. You can use . I think this should work. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935702#3935702 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[JBoss-user] [JBoss Messaging] - Re: Problem with JBoss Messaging installation

2006-04-06 Thread [EMAIL PROTECTED]
Fortunately, there's nothing wrong with Messaging, but with the example fixture. I tried to make it run out of the box everywhere and I didn't quite suceed :) I assume you're running one of 4.0.0 - 4.0.2 releases. If your server did deploy correctly, just try to validate it the old fashioned

[JBoss-user] [JBoss Seam] - Re: URL Friendly Links

2006-04-06 Thread TrippCCN
Ok so I got it to work with @Factory, but I can only link back to the same page. Is there a way to link to another JSP page and still access the outjected variable? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935700#3935700 Reply to the post : http:/

[JBoss-user] [JBoss Getting Started Documentation] - Deploying portlets

2006-04-06 Thread mlasota
Hi all, I am trying to use jbossAS +portal + kosmos, and am having some issues, I am trying to figure out how to correctly deploy the kosmos portlet, I have unziupped the .war directory into the deploy directory. There seem to be no problems. I cannot fugure out how to actually place the por

[JBoss-user] [JBoss Messaging] - Re: Problem with JBoss Messaging installation

2006-04-06 Thread baluJboss
After installing JBossMessaging, when I try to verify the installation by running /examples/queue, I get the following exception: E:\Projects\JBossMessaging\jboss-messaging-1.0.0.GA\examples\queue>ant Buildfile: build.xml identify: [echo] Running the queue example [echo] The queue: test

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - CMP or Stored Procedure?

2006-04-06 Thread jun06
Hi, I have two options to implement my database-driven applicatioin. Should I use CMP or Stored Procedure? what are their adv and disadvantages? Any one can help? Thanks Herman View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935688#3935688 Reply to the po

[JBoss-user] [JBossWS] - Re: java.lang.ClassCastException: org.jboss.axis.Message

2006-04-06 Thread rmerry72
Found a work around. Nasty as it is it does work :-) The solution is to override the offending method in the generated stub: protected void _postSendingHook(StreamingSenderState state) | throws Exception | { | Object maintainSession = _getProperty("javax.xml.rpc.ses

[JBoss-user] [J2EE Design Patterns] - Re: Module type is not compatible?

2006-04-06 Thread [EMAIL PROTECTED]
Ask the lomboz lists as I don't think any one from jboss uses it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935686#3935686 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935686 ---

[JBoss-user] [J2EE Design Patterns] - Re: Module type is not compatible?

2006-04-06 Thread Jake0719
I have this problem too. Any answers please? Thanks a lot! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935685#3935685 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935685 --

[JBoss-user] [Clustering/JBoss] - Re: A good book about clustering with jboss

2006-04-06 Thread [EMAIL PROTECTED]
A new version of the Clustering guide won't be produced any time soon. However, the old version is quite accurate and pretty complete, even for JBoss 4. There is a clustering section in the JBoss Application Server Guide as well; the most recent version of that was produced in I believe Octobe

[JBoss-user] [JBoss Seam] - Re: problems with jboss-seam-booking example

2006-04-06 Thread vlad_oz
Thanks for your reply. Incorrect JBoss installation was the problem. I've reinstalled with EJB3.0 option and all is working well now. Once again, thanks a lot for your help! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935682#3935682 Reply to the post : ht

[JBoss-user] [JBoss Seam] - Re: Problem using ADF Faces components with SEAM

2006-04-06 Thread [EMAIL PROTECTED]
If ADF completely replaces the JSF state manager (instead of wrapping and delegating), then that would certainly break Seam. Seam depends upon its state manager being called to save the conversation id. So, it seems like you have found the cause and the correct fix. View the original post : ht

[JBoss-user] [JBoss Seam] - Re: Problem using ADF Faces components with SEAM

2006-04-06 Thread jcruise
I am not sure if this is related, but I lost conversation propogation in an ADF faces app after I switched to using a post beta 2 daily. It seems like the state manager in seam wasn't being loaded and so the long lived conversations were not being persisted at all. To fix this problem I have h

[JBoss-user] [Installation, Configuration & Deployment] - Re: Is Linux better for running Jboss with MySQL than Window

2006-04-06 Thread javatwo
Windows 2003, or Windows XP which one is better to run web application(JBoss+MySQL) ? Is Windows XP designed to replace 2003? Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935679#3935679 Reply to the post : http://www.jboss.com/index.html?module=bb&

[JBoss-user] [Installation, Configuration & Deployment] - Re: Is Linux better for running Jboss with MySQL than Window

2006-04-06 Thread javatwo
Thanks again. There is one pre-imaged Linux machine with Fedora Core 3 mysql-3.23.58-16.FC3.1 are they too old for running lastest version of JBoss + Hibernate + JSF? Is it easy to upgrade MySQL? Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=39356

[JBoss-user] [Clustering/JBoss] - Re: A good book about clustering with jboss

2006-04-06 Thread mpelzsherman
The PDF link you provided does not exist. I found 3 PDF files here: http://docs.jboss.org/jbossas/clustering/ The most recent of these is dated 5/21/2004. (Jboss AS 4.0.0 was released 9/20/2004.) So will there be an update to this doc covering Jboss 4? View the original post : http://www.j

[JBoss-user] [JBoss Seam] - Re: Refreshing window using seam

2006-04-06 Thread [EMAIL PROTECTED]
I don't understand. The page is re-rendered on the server *every* time an action is invoked? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935676#3935676 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935676 ---

[JBoss-user] [JBoss Seam] - Refreshing window using seam

2006-04-06 Thread KittyK
Hi there, I'm using Seam for the first time and am wondering if there's a function available to automatically refresh a xhtml coded window when an action is performed. For example, in the application I'm developing, you can add a record. But then you have to manually refresh the window to see t

[JBoss-user] [Installation, Configuration & Deployment] - Re: EJB Deploy, Lookup Problem

2006-04-06 Thread tvanbuskirk
Ok, Went back to old EJB 3.0 RC3 bean creation, just changed the lookup. I would like to use RC5 or higher though, so if anyone knows why I couldn't create the bean as described by the trailblazer, please let me know. FYI, my remote interface after the change became: | import javax.ejb.Re

[JBoss-user] [EJB 3.0] - Re: Entity annotation, access property missing in 4.0.4CR2

2006-04-06 Thread tim.spears
OK, so I found the right new EJB3 spec and it is intentionally removed - sorry for the post. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935673#3935673 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935673 ---

[JBoss-user] [EJB 3.0] - serialVersionUID mismatch using remote client and jboss-4.0.

2006-04-06 Thread ablevine1
Im am currently using jboss 4.0.4.CR2 and trying to get the server(jboss) to return an entity bean via a call to a session bean. When I run my test program, I can see the Entity bean being loaded on the server side, but then It fails to marshal it on the client side with the following stack trac

[JBoss-user] [EJB 3.0] - Entity annotation, access property missing in 4.0.4CR2

2006-04-06 Thread tim.spears
Installed from the .jar installer, using the EJB3 configuration option, I find that the class javax.persistence.Entity has but one property, String name() default ""; Nowhere to I see the access type property that was there in 4.0.3, and is in the EJB3 persistence specification, which suggests

[JBoss-user] [EJB 3.0] - Re: problem with ejb3 on jboss4.0.3SP1

2006-04-06 Thread tim.spears
"ragsta" wrote : | package com.alblab.ejb3.interfaces; | | // remote interface | | | | import javax.ejb.Local; | | | | @Remote | | public interface RemoteCalculator { | | public double calculate(int a,int b); | | } | It strikes me as strange that you

[JBoss-user] [Security & JAAS/JBoss] - Re: SSL between apache with mod_jk+mod_ssl and JBoss 3.2.5 w

2006-04-06 Thread msolnit
Hi there! I am dealing with a similar problem. The SSL part works (clients can access my JBoss content via Apache using HTTPS), but the authentication doesn't. Before, when I was using Tomcat 5.5 stand-alone, clients had to authenticate with a name/password before viewing pages. Now, using J

[JBoss-user] [JBoss jBPM] - Re: SuperState DB tests

2006-04-06 Thread jviolette123
This issue can be fixed by adding in the following where clause to the nodes list property mapping definition in the ProcessDefinition.hbm.xml file: ... View the original post : http://www.jboss.com/inde

[JBoss-user] [JBossWS] - Annotated WebService problem

2006-04-06 Thread avlevy2k
Hi, I'm trying to deploy the following simple web service: @WebService(name = "EndpointInterface", targetNamespace = "http://localhost";, serviceName = "HelloService") @SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE, style = SOAPBinding.Style.DOCUMENT) @Remo

[JBoss-user] [Beginners Corner] - Re: Sending Mail on Errors with Log4j

2006-04-06 Thread jiwils
"jiwils" wrote : "khoyaraaz" wrote : Take a look at http://logging.apache.org/log4j/docs/api/org/apache/log4j/net/SMTPAppender.html for more information. | | The http://logging.apache.org/log4j/docs/api/org/apache/log4j/spi/TriggeringEventEvaluator.html class has more helpful input too.

[JBoss-user] [Security & JAAS/JBoss] - Re: VB.NET Client and JBoss

2006-04-06 Thread ppollard
Here's my connector: | Here's a snippet of the vb.net code: Dim cred As New System.Net.NetworkCredential | cred.UserName = "user" | cred.Password = "password" | | Dim objReq As New secTest.getValue | Dim objResp As New secTest.getValueRespon

[JBoss-user] [JBoss Portal] - Re: Deployment of same portlet with different config

2006-04-06 Thread ScottDawson
Yes, I was overlooking the obvious. Probably the best way to deploy two (or more) instances of a portlet is with multiple portlet elements in portlet.xml, so you end up with something like this: | | | MyPortlet | com.unisys.portlets.ThePortlet | | | | YourPortlet

[JBoss-user] [Beginners Corner] - Re: Sending Mail on Errors with Log4j

2006-04-06 Thread jiwils
"khoyaraaz" wrote : I am receiving 2 emails though, one for each error. Anyone know how I could get a bunch of errors in the same mail, grouped by time or session? The Log4j SMTPAppender provides much of that functionality by default. Take a look at http://logging.apache.org/log4j/docs/api/or

[JBoss-user] [JBoss jBPM] - JbpmSessionFactory is deprecated

2006-04-06 Thread aamonten
I have a doubt, as JbpmSessionFactory is deprecated are there an other class that replace it? Regards Alejandro View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935661#3935661 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[JBoss-user] [EJB 3.0] - Re: Timer event is always handled by a new instance?

2006-04-06 Thread wauwau0977
hi i had exactly the same problem with my own implementation. i'm using the jboss 4.0.4.CR2 version and recreate the timer in my timeout action. unfortunately i have somehow the problem to reproduce the behaviour. it occurs by hazard! granby: did you figured out something? Patrick Heusser --

[JBoss-user] [Beginners Corner] - Re: Log Settings

2006-04-06 Thread jiwils
"lycovian" wrote : So, is there a way to tell JBoss to append to the existing log rather than simply overwriting it? Check the log4j.xml file that you are using in your server configuration's conf directory or this http://wiki.jboss.org/wiki/Wiki.jsp?page=Logging wiki. View the original post :

[JBoss-user] [JBoss jBPM] - JBoss Portal and JBPM Weirdness

2006-04-06 Thread sparx
Hello all, I downloaded JBoss Portal Bundled RC2 and set it up to run on a PostgreSQL database. This worked fine. I also downloaded the JBPM starter kit and set it up to run on a PostgreSQL database. It worked fine. I wanted to set them up on the same AS. I moved the jbpm.sar and war from it's

[JBoss-user] [Security & JAAS/JBoss] - Re: VB.NET Client and JBoss

2006-04-06 Thread ppollard
Adding that to the connector didn't seem to change anything. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935655#3935655 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935655

[JBoss-user] [JBoss Portal] - JBoss Portal and JBPM Weirdness

2006-04-06 Thread sparx
Hello all, I downloaded JBoss Portal Bundled RC2 and set it up to run on a PostgreSQL database. This worked fine. I also downloaded the JBPM starter kit and set it up to run on a PostgreSQL database. It worked fine. I wanted to set them up on the same AS. I moved the jbpm.sar and war from

[JBoss-user] [EJB/JBoss] - StatefulSessionEnterpriseContext

2006-04-06 Thread minamti
I am running stress tests on Stateful EJB with JBoss 3.2.8 SP1 snd testing memory cnsumption using JProbe. JBoss runs out of Memory after 10 hours. ( 128 MB min and 512 MB max) Has anybody seen something similar ? The objects with high counts are org.jboss.ejb.StatefulSessionEnterpriseContex

[JBoss-user] [EJB 3.0] - Re: Why doesn't the name() attribute of the @Stateless annot

2006-04-06 Thread [EMAIL PROTECTED]
"asack" wrote : | | Scott, is that a serious suggestion or a "stop whining, call the phone company" type answer? :-)! | | Well at least EAR/lib is going to exist in J2EE 5 (that's a no brainer). Serious if you care about getting non-portable behavior standardized. View the original p

[JBoss-user] [Security & JAAS/JBoss] - Re: VB.NET Client and JBoss

2006-04-06 Thread [EMAIL PROTECTED]
In the server.xml of your tomcat sar in jboss, look for the following block: | | That should give you some pointers. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935650#3935650 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[JBoss-user] [Security & JAAS/JBoss] - Re: Web to EJB authentication

2006-04-06 Thread dhartford
sounds similar to: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=77760 debug tracing is available in the above thread. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935649#3935649 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[JBoss-user] [Beginners Corner] - Log Settings

2006-04-06 Thread lycovian
For our JBoss servers (4.03 RC1) when they are rebooted they overwrite the existing server.log rather than appending to it. Today we had all three of our servers crash simulataneously. I wanted to check the logs to see if they threw errors before they crashed but the logs all show the reboot o

[JBoss-user] [EJB 3.0] - Re: Why doesn't the name() attribute of the @Stateless annot

2006-04-06 Thread asack
"[EMAIL PROTECTED]" wrote : Send comments to: [EMAIL PROTECTED], [EMAIL PROTECTED] Scott, is that a serious suggestion or a "stop whining, call the phone company" type answer? :-)! Well at least EAR/lib is going to exist in J2EE 5 (that's a no brainer). View the original post : http://www.j

[JBoss-user] [JBoss Getting Started Documentation] - Re: varification in ejb failed...

2006-04-06 Thread mcdiarcr
Did you get this to work? If not, look at this: I finally got this to work after reading just about every forum topic on HSQL and all the different error messages such as: MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM jboss.jca:service=ManagedConnectionFactory,name=DefaultDS jboss.jca:ser

[JBoss-user] [Security & JAAS/JBoss] - Re: web-tier to intialcontext remote ejb3 call

2006-04-06 Thread dhartford
env.setProperty(Context.INITIAL_CONTEXT_FACTORY, "org.jnp.interfaces.NamingContextFactory"); | //env.setProperty(Context.INITIAL_CONTEXT_FACTORY, "org.jboss.naming.NamingContextFactory"); | | env.setProperty(Context.PROVIDER

[JBoss-user] [Remoting] - Re: Bug in org.jboss.remoting.InvokerLocator

2006-04-06 Thread [EMAIL PROTECTED]
Thanks. http://jira.jboss.com/jira/browse/JBREM-406 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935643#3935643 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935643

[JBoss-user] [Installation, Configuration & Deployment] - Disappointing Forums at JBOSS !

2006-04-06 Thread arjunnath
Hi, I'm posting my disappointment with this JBOSS forum. Others and I have tried in the past (on this forum) to get some assistance with installing the Sun Petstore on JBoss 4.0.x with absolutely no response at all. For JBoss experts , I'd expect this it be fairly simple but no one seems to be

[JBoss-user] [EJB 3.0] - Re: EJBQL - not pulling records correctly

2006-04-06 Thread tsar_bomba
Anyone? I'm sure I'm missing something obvious here... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935641#3935641 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935641 -

[JBoss-user] [JBoss Portal] - Re: CMS Portlet and indexpage problem

2006-04-06 Thread hr_k
Thanks for you advice - I had the same problem. To make it work with perferences on portal v2.2, one need to add the flowing code to CMSPortlet.java. Insert this in the beging of doView: String tmpIndexpage = req.getPreferences().getValue("indexpage", LINK_MODE_PORTLET); | if(!LIN

[JBoss-user] [JBossCache] - Re: Transaction Rollback Problem

2006-04-06 Thread [EMAIL PROTECTED]
Washeeq, commenting out that test is only a part of the fix. You're right, the test is unnecessary in this case, but I'd recommend checking out the complete fix from CVS. Cheers, Manik View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935637#3935637 Reply to

[JBoss-user] [Beginners Corner] - Re: Sending Mail on Errors with Log4j

2006-04-06 Thread khoyaraaz
So the solution (or what I was missing) was to include the SMTP appender to the root category in the lo4j.xml file (at the bottom of the file): | | | | | | | | Works now :) . That was easy, just took forever to figure it out by myself, wi

[JBoss-user] [JBossCache] - Re: Transaction Rollback Problem

2006-04-06 Thread [EMAIL PROTECTED]
Ok, I have found the problem and have a fix in the 1.3.x CVS branch (see http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossCache for branch info). I;ve tested this on WL815 so far, and after more QA on other app servers, this will make it into a service pack for 1.3.0. If you guys want, I'd recomme

[JBoss-user] [EJB 3.0] - classloaders for EJB & Web

2006-04-06 Thread silviu.marcu
I am using axis for webservice client in EJB application, Another web application uses the EJB application. In the web application I also use axis. It seems that there is a problem with this, If I remove the axis jars from Web App, the ejb app works fine, If ai add the jars back to web app, the e

[JBoss-user] [EJB 3.0] - Re: Session Bean / Classpath trobules

2006-04-06 Thread bdecoste
Your Bar class is not Serializable. It needs to be. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935626#3935626 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935626 -

[JBoss-user] [JBoss Messaging] - Re: JBoss Messaging locked up

2006-04-06 Thread [EMAIL PROTECTED]
And don't insult us calling Messaging "JBoss MQ" :) Just joking. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935625#3935625 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935625

[JBoss-user] [JBoss Messaging] - Re: JBoss Messaging locked up

2006-04-06 Thread [EMAIL PROTECTED]
Yes, I think I have an idea. You probably applied the "manual procedure" on a clustered (not default) intial configuration. A clustered configuration has its JBossMQ instance deployed in deploy-hasingleton/jms, instead of deploy/jms, hence the conflict. I actually haven't extended the instal

[JBoss-user] [JBoss Seam] - Re: Question about SeamTest

2006-04-06 Thread [EMAIL PROTECTED]
"d1g" wrote : I'm also keen on embedding Seam & JBoss EJB3 as I think I'll end up writing scripts in BSH to do disposable script stuff (maintenance). | Actually I was thinking of shipping Seam with beanshell integration so you can dynamically call Seam components from the console. Would make

[JBoss-user] [JBoss Seam] - Re: Question about SeamTest

2006-04-06 Thread [EMAIL PROTECTED]
"mk74" wrote : I am trying to get a SeamTest running which uses a JBPM process, Yes, I didn't get this working yet :-( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935621#3935621 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[JBoss-user] [JBoss jBPM] - Re: Problem running process state inside a process

2006-04-06 Thread hosierdm
Hmm, I thought this would be an easy question to get answered by the developers. If nobody knows the answer, does anybody know of some resource that would give me some definitive clues? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935617#3935617

[JBoss-user] [EJB/JBoss] - Connection warning on a Remote EJB connecting to another Rem

2006-04-06 Thread tnine
Hi all, I?m running into a strange issue, and I need a hand. I have 2 remote stateless EJB?s both use spring and hibernate 2.1.8. The flow of the standalone execution is as follows --> = Direction of the calls Client --> EJB Transaction Starts --> Spring interceptor opens hibernate sessio

[JBoss-user] [JBoss jBPM] - Re: TaskAssignment works but findTaskInstances fails

2006-04-06 Thread sps100
You are correct. There was a query substitution in our hibernate mapping file. This is not a jBPM problem. Thank you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935614#3935614 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[JBoss-user] [Installation, Configuration & Deployment] - Re: Is Linux better for running Jboss with MySQL than Window

2006-04-06 Thread PeterJ
We test with Oracle, MySQL and PostgreSQL, and have run the databases on both Windows and Linux (same with JBoss, running it on Windows and Linux). Usually we run matching OSes, that is, if we have JBoss on Linux we also have the database on Linux, but we have ocassionally run the database on

[JBoss-user] [EJB 3.0] - Re: Session Bean / Classpath trobules

2006-04-06 Thread bdecoste
Try deploying the .war and .jar in an .ear - you should have no problems. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935612#3935612 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935612 ---

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - help ! problems with connection pool and db2 connections

2006-04-06 Thread thomasr1974
hi all, i have a problem with jboss connection pool, db2 type-4 driver and db2 server 7 (z/os). so... i hope you can help me. i think the problem is between handshake of type-4 driver and the jboss connection pool. today we had a lot of network troubles, which was the cause for following exce

[JBoss-user] [Beginners Corner] - Re: Need to execute method on Shutdown

2006-04-06 Thread sony3002
if you are deploying web application with jboss then you can use ServletContextListener for this Sony View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935610#3935610 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935610

[JBoss-user] [Security & JAAS/JBoss] - VB.NET Client and JBoss

2006-04-06 Thread ppollard
I have a Java web service running under JBoss 4.0.3SP1. I have method level security in the web service, and i am trying to make calls to it using a vb.net client. I am using the UsersRolesLoginModule. I cannot get it to pass any type of credentials to the web service, so my service cannot authe

[JBoss-user] [Advanced Documentation] - how to create mail session in JNDI

2006-04-06 Thread sony3002
hello all in tomcat we can use global naming resource in server.xml to create mail session in JNDI how to do this in J Boss thanks Sony George View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935608#3935608 Reply to the post : http:/

[JBoss-user] [Installation, Configuration & Deployment] - Re: EAR packaging issue with classpaths and optional librari

2006-04-06 Thread asack
"asack" wrote : "asack" wrote : This works now in 404CR2 though I'm having a rollback issue with iBatis (I'm debugging now). It definitely does not work on 403SP1. I can't believe I'm the only one running into thismaybe I'm doing something wrong though my example is simple enough... |

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JNDI env-entry + env not bound

2006-04-06 Thread dduchaine
Th problem doesn't occur when the webapp is deployed as a .war archive in the /deploy directory. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935606#3935606 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935606 ---

[JBoss-user] [JBoss Getting Started Documentation] - Re: dukebank with HSQL

2006-04-06 Thread mcdiarcr
I finally got this to work after reading just about every forum topic on HSQL and all the different error messages such as: MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM jboss.jca:service=ManagedConnectionFactory,name=DefaultDS jboss.jca:service=DataSourceBinding,name=DefaultDS ejbFindByCustomerId

[JBoss-user] [EJB 3.0] - Capturing who modified entities

2006-04-06 Thread ajwhitney
I have the need to capture who created and last modified a number of the entities in our system. Our entites have fields for created by, modified by, creation date, and modification date. What is the recommended way to do this? My thinking was that I could update these fields using the PrePers

[JBoss-user] [Installation, Configuration & Deployment] - Re: EAR packaging issue with classpaths and optional librari

2006-04-06 Thread asack
"asack" wrote : This works now in 404CR2 though I'm having a rollback issue with iBatis (I'm debugging now). It definitely does not work on 403SP1. I can't believe I'm the only one running into thismaybe I'm doing something wrong though my example is simple enough... I lie. By default 40

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

2006-04-06 Thread CptnKirk
Any news on 2314? -Jim View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935596#3935596 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935596 --- This SF.Net email is

[JBoss-user] [JBoss Getting Started Documentation] - Re: EJB3 [java.lang.ClassCastException: org.jnp.interfaces.N

2006-04-06 Thread sony3002
Hello Ulrich, i got the solution, to solve this problem add "/remote" when requesting remote object like this UserLoginRemote obj = (UserLoginRemote)Remote.getRemoteObject("UserLoginBean/remote"); then this will be ok Sony View the original post : http://www.jboss.com/index.html?module=bb&op=

[JBoss-user] [JBoss jBPM] - Re: SuperState DB tests

2006-04-06 Thread jviolette123
We have isolated this bug to the following: When a process node list is loaded, only the nodes where superstate==null should be added via the query. However, the default behavior is to add all nodes to the query. We have not tested nested superstates, so there still may be a similar issue the

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

2006-04-06 Thread jboss2005_01
I prefer not to use JMS because I want synchronous communication between client and server. JMS can create a delay between client request and processing at server level, since it does not specify time constraints in processing requests. I want to prevent those type of delays in my application.

[JBoss-user] [JBoss Portal] - Re: RenderResponse.createActionUrl() does not work

2006-04-06 Thread mholzner
I'm not sure if this is a forum problem, or if you forgot the quotes around all the attribute values that you write. instead of: | writer.write(""); | try | writer.write(""); | ...apply the same change for the other attributes. View the original post : http://www.jboss.com/i

[JBoss-user] [Remoting] - Re: Client VM Requirements

2006-04-06 Thread eguerra
Thanks Tom, My solution will just use socket transport. I'll try to discover th restrictions and let you know. Eduardo View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935588#3935588 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[JBoss-user] [Installation, Configuration & Deployment] - Re: Is Linux better for running Jboss with MySQL than Window

2006-04-06 Thread javatwo
Thanks for reply. Do you use MySQL with JBoss for testing? some people say MySQL is more native to Linux and perform better on Linux. Is this true? My application is: JSF + JBoss + Hibernate + MySQL. Thanks for advice. View the original post : http://www.jboss.com/index.html?module=bb&op=view

[JBoss-user] [JBoss Seam] - Re: Question about SeamTest

2006-04-06 Thread d1g
I am pleased that the test functionality exists and we'll certainly be implementing tests further into development. Ideally we would have been implementing tests up front but this is hard when we're still learning Seam, JSF, EJB3, etc. I would imagine that any subsequent projects will involve us

[JBoss-user] [JBoss Portal] - Re: JBoss Portal 2.2.1RC3 with JBoss AS 4.0.4RC1

2006-04-06 Thread jon_scott
Yeah, I have one colleague using it without any problems. Another gets the transaction manager error, but the portal still runs OK. Another two are managing fine without the bundled version. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935585#3935585 Reply t

[JBoss-user] [JBoss Seam] - Re: Question about SeamTest

2006-04-06 Thread mk74
I am trying to get a SeamTest running which uses a JBPM process, but I get an exception when I try to retrieve a SEAM component with: @Override protected void invokeApplication() { Register c = (Register) Component.getInstance("register", true); } The co

[JBoss-user] [JBossWS] - JBossWS and JBoss 4.04 GA

2006-04-06 Thread esvehla
We had heard the the SOA stack that is to be bundled with JBossWS will also be provided as part of the JBoss 4.0.4 GA release, is this true? Also, will the JBoss 4.04 GA release provide it's own jars for such specs as JAX-WS? Will the JWSDP still be required or will the wstools be made availabl

[JBoss-user] [JBoss jBPM] - Re: EJB examples with jBPM?

2006-04-06 Thread Shi Yusen
After reading the codes, I should say jBPM have a long way to be mature, especially on the security part. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935577#3935577 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935

[JBoss-user] [JBoss Portal] - Re: JBoss Portal 2.2.1RC3 with JBoss AS 4.0.4RC1

2006-04-06 Thread christophe.laumond
The bundled version should work without any problem. Several colleagues are using it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935576#3935576 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935576 --

[JBoss-user] [JBoss Portal] - Re: JBoss Portal 2.2.1RC3 with JBoss AS 4.0.4RC1

2006-04-06 Thread jon_scott
Definitely got java installed! I agree that there may be something wrong with my machine, though it hasn't manifested itself in any other way. I was not insinuating that there was a problem with the great work you guys are doing! Just frustrated. View the original post : http://www.jboss.co

[JBoss-user] [JBoss jBPM] - Re: EJB examples with jBPM?

2006-04-06 Thread dhartford
regardless of tense, the text is mis-leading easily percieved that it already exists to offer clustering...not all of us are lawyers trying to read between the lines ;-) Why would someone add that text to the users guide anyway? View the original post : http://www.jboss.com/index.html?module=b

[JBoss-user] [JBoss Portal] - Re: JBoss Portal 2.2.1RC3 with JBoss AS 4.0.4RC1

2006-04-06 Thread [EMAIL PROTECTED]
If you cannot get portal to startup with the bundled distribution, there is something VERY VERY wrong on your machine -- or you just dont have java installed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935573#3935573 Reply to the post : http://www.jboss

[JBoss-user] [EJB 3.0] - Re: problem switching to 4.0.4RC1; TransactionManager not bo

2006-04-06 Thread sunilbabu
WARN [TreeCache] No transaction manager lookup class has been defined. Transactions cannot be used I am also getting this warning but I cannot find any information about this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935572#3935572 Reply to the post

[JBoss-user] [JBoss Portal] - Re: JBoss Portal 2.2.1RC3 with JBoss AS 4.0.4RC1

2006-04-06 Thread jon_scott
Yeah, I read about the problems with the installer, and tried it without. I've had similar problems with three versions of JBoss, as well as the bundled version of JBoss/Portal. So far, in two weeks, I've only managed, in one instance, to get the Portal running - but then without the default logi

[JBoss-user] [Beginners Corner] - Re: ServiceMBeanDelegate : class cast exception on

2006-04-06 Thread bport
I am having the exact same problem (although, I'm using 4.0.4RC1, and my stack trace starts as: at org.jboss.ejb3.service.ServiceMBeanDelegate.invoke(ServiceMBeanDelegate.java:170) Did you get any help with this? Thanks. -brad View the original post : http://www.jboss.com/index.html?

[JBoss-user] [EJB/JBoss] - Re: Start an EJB as an Serverprocess

2006-04-06 Thread [EMAIL PROTECTED]
You can use EJB timers, which is a standard j2ee1.4 feature, in jboss 4.0.x View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935569#3935569 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935569 -

[JBoss-user] [Security & JAAS/JBoss] - Re: Secure JMX Invoker getting principle=null (can not shutd

2006-04-06 Thread [EMAIL PROTECTED]
Specifying a username/password to the shutdown command was not supported until 4.0.2. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935567#3935567 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935567 --

[JBoss-user] [JBoss Portal] - Re: JBoss Portal 2.2.1RC3 with JBoss AS 4.0.4RC1

2006-04-06 Thread christophe.laumond
I don't know if you have used the installer as I have done, but I have read somewhere that the installer COULD contain errors. I have installed JBoss server from the .zip and used the 'all' configuration. It seems better ( fixed some TransactionManager related warning ) but doesn't work. But i

  1   2   3   >