[jboss-user] [EJB 3.0] - Re: JndiUtil - assumes HA-JNDI service is installed

2009-05-18 Thread andyredhead
Hi, sorry, no I didn't post the stack trace (though the position of the null object reference was clear). There isn't an entry in JIRA yet, I was holding off creating one until someone confirmed that I should do... would you like me to? The issue is definitely the assumption that the HA JNDI

[jboss-user] [EJB 3.0] - JndiUtil - assumes HA-JNDI service is installed

2009-05-15 Thread andyredhead
Hi, in JBoss AS 4.2.3 the code for org.jboss.ejb3.JndiUtil includes: | Object object = null; | | try | { | object = jndiContext.lookup(binding); | } | catch (NameNotFoundException e) | { | Context haCtx = InitialContextFact

[jboss-user] [EJB 3.0] - How to size EJB3 continer for EJB3 stateless session beans (

2008-01-04 Thread andyredhead
Hi, I'd like to know if anyone has any guidelines or techniques for sizing the instance pool for EJB3 stateless session beans in JBoss 4.2.1? We are going live with an EJB3 based application and I'd like to know if I've got the EJB3 container configured sensibly... In ejb3-interceptors-aop.xm

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Set tomcat connector/request processor JMX ObjectName?

2007-12-17 Thread andyredhead
Hi, I'm "playing" with some JMX monitoring for a group of jboss 4.2 application servers that sit behind apache webservers (sticky sessions enabled). I'd like to include values from the AJP connector ThreadPool and the GlobalRequestProcessor - the problem is that the names of these mbeans seems

[jboss-user] [JBoss jBPM] - Re: gpd from cvs head - process flow editor broken

2007-07-26 Thread andyredhead
It was a recent checkout, however an even more recent checkout (and re-getting the repository and deleting the previous build output) works fine. Thanks, Andy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067795#4067795 Reply to the post : http://www.jbos

[jboss-user] [JBoss jBPM] - gpd from cvs head - process flow editor broken

2007-07-25 Thread andyredhead
Hi, I'm not sure if this is the appropriate forum (perhaps it should go into the developers forum as its not a problem with a formal release)... I've just done a cvs update against the head and built the gpd. I've tried to start editing a process definition but the editor won't start up. In th

[jboss-user] [JBoss jBPM] - Re: 3.2.1 jbpm.jpdl.postgresql.sql

2007-07-24 Thread andyredhead
Thanks for the example, I used something similar myself ;) I don't run plsql in auto-commit mode, so I wrapped the script with BEGIN/COMMIT - but as soon as you get an error inside a transaction you have to roll back, hence removing the drop statements. It's nice to know that there are other pe

[jboss-user] [JBoss jBPM] - Re: 3.2.1 JbossService as a jboss sar - does it work?

2007-07-24 Thread andyredhead
It seems that the answer to my question is nope, 3.2.1 does not work as a service. However - putting together a 3.2.2 build from head and it does work :) I've got a slightly modifed setup - defining the service as an xmbean so I can add a property to set the Jbpm config file name. The jboss-se

[jboss-user] [JBoss jBPM] - 3.2.1 JbossService as a jboss sar - does it work?

2007-07-23 Thread andyredhead
Hi, I've been having a "play" with org.jbpm.jmx.JbpmService, trying to get it to run as a service in JBoss from a sar. I've tried packaging the files up in various ways but I keep getting an error on startup (full stack trace below), basically saying that it cant read jbpm.cfg.xml Has anyone

[jboss-user] [JBoss jBPM] - 3.2.1 jbpm.jpdl.postgresql.sql

2007-07-23 Thread andyredhead
Hi, has anyone had any problems running the ddl for creating a 3.2.1 schema in postgresql? To run the script from plsql I had to put a ";" at the end of each line... I also had to remove the "drop xxx" statements at the start. Cheers, Andy View the original post : http://www.jboss.com/index

[jboss-user] [JBoss jBPM] - Re: jbpm-jpdl-designer-3.1.0.beta1 and seam page node

2007-07-21 Thread andyredhead
Just tried to add an issue in Jira - it won't let me add new issues (or add comments to existing issues) at the moment. I'll try again later. Is putting "proper" process definitions under a source folder new for gpd 3.1? I'm fairly certain that this wasn't a requirement in 3.0 (I have project

[jboss-user] [JBoss jBPM] - Re: jbpm-jpdl-designer-3.1.0.beta1 and seam page node

2007-07-20 Thread andyredhead
I must have been using a very old version of the designer, there wasn't a JBoss Seam option from the new file -> other menu (honest!). I've built and deployed beta2 from cvs HEAD and now I see the option of JBoss Seam -> New Pageflow Wizard The wizard seems to work :) Is there a reason why th

[jboss-user] [JBoss jBPM] - Re: jbpm-jpdl-designer-3.1.0.beta1 and seam page node

2007-07-19 Thread andyredhead
Hi Koen, Thanks for getting back to me :) It's probably me missing the point but I got the idea about a page node in the standard process designer from here: http://docs.jboss.com/seam/2.0.0.B1/reference/en/html/jbpm.html#d0e4949 (scroll down to the first image...) I'll have a go at building

[jboss-user] [JBoss jBPM] - jbpm-jpdl-designer-3.1.0.beta1 and seam page node

2007-07-19 Thread andyredhead
Hi, I've started "tinkering" with Seam. One of the most interesting parts of Seam (for me) is the use of jBPM processes to control page-flow. In the seam manual there is a screenshot showing a process editor in eclipse that includes a "page" node (though not an email node etc). I've just inst

[jboss-user] [JBoss Seam] - Re: Problem with EL method call in jboss 4.2 and facelet (ne

2007-06-25 Thread andyredhead
Works fine with 1.3.ALPHA :) Many thanks, Andy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057484#4057484 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4057484 ___ jboss-

[jboss-user] [JBoss Seam] - Re: Problem with EL method call in jboss 4.2 and facelet (ne

2007-06-25 Thread andyredhead
Am downloading 1.3.alpha now. I'll let you know how I get on. Cheers, Andy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057420#4057420 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4057420 _

[jboss-user] [JBoss Seam] - Re: Problem with EL method call in jboss 4.2 and facelet (ne

2007-06-25 Thread andyredhead
Thanks, I gave it a go but got the error: Error Parsing: #{criteria.entityPropertyValue('id')} It looks like seam 1.3 is still alpha - I don't think I'm going be be able to sell that to the rest of the team :( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=40

[jboss-user] [JBoss Seam] - Problem with EL method call in jboss 4.2 and facelet (newbie

2007-06-25 Thread andyredhead
Hi, I've just got started with seam, the el and facelets (been working with ejb3 on the server side for a little while). Until now its all just slotted together - really good stuff :) However - I've come grinding to a halt trying to use the EL extensions to call a method rather than just read

[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss 4.2.0.GA jdk 5 NoSuchFieldError: TRACE

2007-05-31 Thread andyredhead
You're right, including the log4j jar from 4.2 on the client side sorts it out. I'm fairly certain just using jbossall-client.jar was sufficient in the past (not that it matters). Thanks Dimitris :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4050183#40501

[jboss-user] [JBoss AOP] - Re: JBoss 4.2.0 EnableLoadtimeWeaving true prevents server s

2007-05-31 Thread andyredhead
I should have explained, the log line I pasted in my first post came from server.log. We disable console logging so I was looking at a tail of server.log Are you sure about the logging category snippet? When I add it to my log4j config file I get: java.lang.ClassNotFoundException: org.jboss.m

[jboss-user] [Installation, Configuration & Deployment] - JBoss 4.2.0.GA jdk 5 NoSuchFieldError: TRACE

2007-05-31 Thread andyredhead
We are migrating from jboss 4.0.5.ga to jboss 4.2.0.ga Currently working on our development machines (win xp) running on jdk 1.5. We have a remote ejb3 client that could successfully connect to the server when the application is hosted on 4.0.5. We have updated the libraries used by the remote

[jboss-user] [JBoss AOP] - JBoss 4.2.0 EnableLoadtimeWeaving true prevents server start

2007-05-30 Thread andyredhead
Hi, I'm using loadtime weaving inside the jboss app server (aop 1.5.5). Everything works fine if I use JBoss 4.0.5.GA Everything works fine if I use JBoss 4.2.0.GA on windows If I try to enable loadtime weaving on JBoss 4.2.0 running on solaris then the server gets as far as: 2007-05-30 13:08

[jboss-user] [Installation, Configuration & Deployment] - Re: build error: thirdparty\jboss\aop\component-info.xml:1:

2007-03-13 Thread andyredhead
Ahhh - that would be what I've missed! I've done a checkout using subversion from the url you suggested, ran the build script and everything worked fine :) Many thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027736#4027736 Reply to the post : http:

[jboss-user] [Installation, Configuration & Deployment] - build error: thirdparty\jboss\aop\component-info.xml:1: Cont

2007-03-13 Thread andyredhead
I'm trying to build jboss 4 from the source (I want to build a test case for a specific ejb3 problem and I'd like to use as much of what already exists as possible). I've followed the instructions at: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossBuild These boil down to using cvs to do a chec

[jboss-user] [EJB 3.0] - Re: servlet:// InvokerLocator with @RemoteBinding(jndiBindin

2006-10-06 Thread andyredhead
I'm using whatever version of the EJB3 container shipped with jboss 4.0.4.GA. Looking at the date on the cr9 download I guess the version I have is somewhat earlier... I'll have another go with the @RemoteBinding and let you know how I get on. Thanks, Andy View the original post : http://ww

[jboss-user] [EJB 3.0] - servlet:// InvokerLocator with @RemoteBinding(jndiBinding="x

2006-10-06 Thread andyredhead
I've been having a play with changing the transport layer used by remote clients to access an EJB3 session bean (using the versions supplied with JBoss 4.0.4.GA). I deployed servlet-invoker.war, modified the Connector mbean inside the ejb3.deployer to use a servlet://... Invoker locator and eve

[jboss-user] [JBoss jBPM] - Re: Transacted JMS from an Action

2006-10-03 Thread andyredhead
Doh, being stupid - should have been looking up java:/JmsXA Works fine now. Cheers, Andy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975751#3975751 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975751 ___

[jboss-user] [JBoss jBPM] - Transacted JMS from an Action

2006-10-03 Thread andyredhead
Hi, I have an action on a transition, in that action I post a message onto a JMS queue (using a jms session created with transact=true). jBPM is being called from an EJB3 stateless session bean with the default "REQUIRED" transaction setting. The behaviour I was hoping to see was that if the e