[JBoss-user] J2EE design help needed!

2004-06-09 Thread Brian Styles
Hi all, I'm trying to develop an extensible architecuture to add new services to my existing website. I want this to be similar to www.salesforce.com, where each service is accessed via a main tab, and each service is essentially a mini-application in itself. I have an existing struts app which

RE: [JBoss-user] [Beginners Corner] - deployment big picture

2004-05-19 Thread Brian Styles
Hi everyone, I've built an application in a standard j2EE format JSPs-->Struts-->Session Beans-->CMR Entity Beans. This is deployed in an exploded ear, with struts and JSPs in the war as well as the session bean interfaces. Then I have the Session Beans and CMR Entity Beans in a jar. Now I want

RE: [JBoss-user] [Nukes User] - Setting up forums

2004-03-26 Thread Brian Styles
I'd also really like to know this. Is there any good basic documentation on jboss nukes out there for the newbie? The software seems really cool, but like all things with jboss - documentation is a disaster :-( It seems to be all over the place at the moment. Can anyone point me to a good doc? c

[JBoss-user] Nukes setup with Mysql

2004-03-23 Thread Brian Styles
Hi all, this has probably been asked many times but I tried to search for it and couldn't find it. I'm trying to setup nukes using the mysql download nukes-1.0.0-mysql.zip I've downloaded it and am following the instructions to create the nukes tables in mysql "2/ There are two ddl files that

[JBoss-user] Thank you!

2004-02-18 Thread Brian Styles
Just a quick mail to thank everyone on the struts and jboss list for their help over the last year with all my postings and questions. I finally have created my struts based website which uses struts with JBoss www.suppliersourcing.com If anyone needs help or wants to ask questions on how to bu

Re: [JBoss-user] Why does restart force recompile

2004-01-14 Thread Brian Styles
_B for web app B Hope that makes sense. Matt - Original Message - From: "Brian Styles" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 14, 2004 11:22 AM Subject: Re: [JBoss-user] Why does restart force recompile > Thanks Matt, > > looks

Re: [JBoss-user] Why does restart force recompile

2004-01-14 Thread Brian Styles
will have to read up on the org.apache.jasper.servlet.JspServlet class to find out about these and other attributes.. This is the way I prevented JSP's being recompiled - not sure if there is any other way. Matt - Original Message - From: "Brian Styles" <[EMAIL PROTECTED]> To:

[JBoss-user] Setting up forums

2004-01-14 Thread Brian Styles
Hi all, another question :-). I wonder is it possible to add the forums module to my application without redesigning my entire system to run around nukes. I'd like to just deploy the forums. I'm sure there are others who would also like this, and I reckon it would be a big attraction towards J

[JBoss-user] Why does restart force recompile

2004-01-14 Thread Brian Styles
Just a simple question, Why when we restart JBoss does it force a recompile of all the jsps in every deployed war. What's the logic in this? The jsps haven't changed. Any way to avoid it? Brian _ Protect your PC - get McAfee.com V

[JBoss-user] Stop recompile every time a virtual host is added

2004-01-13 Thread Brian Styles
Hi all, I was wondering if anyone knows if it is possible to stop a recompile of all web apps if a virtual host is added. Currently you add a virtual host by changing deploy\jbossweb-tomcat41.sar\META-INF\jboss-service.xml by adding the following: However this reloads all the services and

Re: [JBoss-user] Two wars using the same ejb-jar

2004-01-03 Thread Brian Styles
ar and the two wars should work for you. An application.xml will look something like this: My App war1.war /war1 war2.war /war2 myejb.jar //Nicholas --- Brian Styles <[EMAIL PROTECTED]> wrote: > Hi all, > >

[JBoss-user] Two wars using the same ejb-jar

2004-01-03 Thread Brian Styles
Hi all, I am trying to deploy two different wars that both use the same ejb jar. a) Is this possible b) How do you go about the deployment? currently I'm deploying the ejb jar file in an ear with the war. thanks for any help, Brian __

Re: [JBoss-user] log4j SMTPAppender

2003-12-16 Thread Brian Styles
g your own category? thanks again, Brian From: Marek Lange <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] log4j SMTPAppender Date: Tue, 16 Dec 2003 14:29:01 +0100 Brian Styles wrote: However I don't even see it trying to send the emails.

Re: [JBoss-user] log4j SMTPAppender

2003-12-16 Thread Brian Styles
From: Marek Lange <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] log4j SMTPAppender Date: Tue, 16 Dec 2003 13:14:44 +0100 Brian Styles wrote: Hi all, this is the third time I've asked this question. Hopefully someone w

[JBoss-user] log4j SMTPAppender

2003-12-16 Thread Brian Styles
Hi all, this is the third time I've asked this question. Hopefully someone will know this time. Has anyone ever got the log4j SMTPAppender working so that emails are sent out when an error occurs. If so, how --> it doesn't seem to work for me at all. thanks, Brian ___

Re: [JBoss-user] MDB transaction help

2003-12-15 Thread Brian Styles
[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] MDB transaction help Date: 15 Dec 2003 19:27:51 +0000 On Mon, 2003-12-15 at 19:09, Bob Cotton wrote: > "Brian Styles" <[EMAIL PROTECTED]> writes: > > > > Now because

Re: [JBoss-user] MDB transaction help

2003-12-15 Thread Brian Styles
I can flag only one of my mdbs a singleton how do I do it? thanks very much, Brian From: Adrian Brock <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] MDB transaction help Date: 15 Dec 2003 19:27:51 + On Mon, 2003-12-15 at 19:09, Bob Cotton

[JBoss-user] MDB transaction help

2003-12-15 Thread Brian Styles
Hi all, I was sending my emails with a little mail utility class that I had. My application is a web app, so things like - forgot password etc, would use the little mail util app. However I found that because this wasn't aysnchronous, the user could be left hanging on a web page for along time

[JBoss-user] Xdoclet jboss tag question

2003-12-15 Thread Brian Styles
Hi all, In my session beans I am currently using the xdoclet "resource-manager" to link my session beans to other services such as MDBs. For example: * @jboss.resource-manager * res-man-name="${jndi.queue.mymdb}" * res-man-jndi-name="${jboss.queue.mymdb}" However, I see that there is als

RE: [JBoss-user] Multiple deploy of ear, how to steps

2003-12-09 Thread Brian Styles
s. I am pretty sure Bill Burke (JBoss Chief Architect and Subscription CD Manager:) is adding a multihome discussion to the documentation. -Original Message- From: Brian Styles [mailto:[EMAIL PROTECTED] Sent: Tue 12/9/2003 5:35 AM To: [EMAIL PROTECTED]

RE: [JBoss-user] Multiple deploy of ear, how to steps

2003-12-09 Thread Brian Styles
JVMs or several JVMs (depending on how powerful the box is in terms of CPUs and memory and bus speeds...) might be the way to go. -Original Message- From: Brian Styles [mailto:[EMAIL PROTECTED] Sent: Tue 12/9/2003 3:49 AM To: [EMAIL PROTECTED] Cc:

RE: [JBoss-user] Multiple deploy of ear, how to steps

2003-12-09 Thread Brian Styles
run the same configuration twice and remove /jboss/server/whaddeva/deploy/snmp-adapter.sar, from every instance. That's about it. -Original Message- From: Brian Styles [mailto:[EMAIL PROTECTED] Sent: Monday, December 08, 2003 2:18 AM To: [EMAIL PROTECTED] Subject: [JBoss-user] Mult

RE: [JBoss-user] performing tasks on application startup

2003-12-08 Thread Brian Styles
If your app has a web component to it you can use a listener that will notify you when the servlet context gets created. For example: public class MyListener implements ServletContextListener { private static Logger log = Logger.getLogger( MyListener .class); /** Constructs a new SimpleList

[JBoss-user] Multiple deploy of ear, how to steps

2003-12-08 Thread Brian Styles
Hi all, This list has been very helpful to me so I thought I'd write some notes on things I experienced in order to get the same application deployed and virtual hosted multiple times on jboss-3.2.2. This has been a common enough query on the lists and the forums. The application was a standar

Re: [JBoss-user] Two datasources, almost working...

2003-12-04 Thread Brian Styles
to two different ds.xml-files (dell-mysql-ds and microsoft-mysql-ds.xml). This also gives you the ability to deploy/undeploy only needed datasources.. t. Jarkko Brian Styles wrote: Hi all, In my effort to deploy two versions of my ear on the same jboss3.2.2 under different virtual hosts, I'm

[JBoss-user] How to test virtual hosting

2003-12-04 Thread Brian Styles
Hi all, just wondering if there is any way to test virtual hosting without having to register the domain name! Eg, say I try to virtual host my app on http://brian.test.com and I map this to some context-root, how do I then test that http://brian.test.com will work? I think that it's probably

[JBoss-user] Two datasources, almost working...

2003-12-03 Thread Brian Styles
Hi all, In my effort to deploy two versions of my ear on the same jboss3.2.2 under different virtual hosts, I'm left with one little problem. Try as I might, my two applications are using the one datasource. For examples sake, lets say the two versions of the applications are for two differen