[JBoss-user] [JBoss Portal] - Override Portlet Renderer Class(es)

2005-09-16 Thread Dan Simon
Is it possible to override the renderer classes used to render a given portlet (or perhaps region) within a given portal page? I know that within the *-portal.xml files you can define a renderer set to be used for the entire portal (org.jboss.portal.property.renderSet), but is it possible to ov

[JBoss-user] JBoss/Axis Clustering

2004-02-26 Thread BENVENUTTO, Simon, FM
port. Is this doable? Where would the JNDI or discovery parameters get configured? Many thanks, Simon > You need to put a loadbalancer in front of your JBoss/Tomcat instances, > e.g. Apache and ModJK. > > JBoss never load balances when a request can be served locally. > The extr

[JBoss-user] The server directory and clustering

2004-02-18 Thread BENVENUTTO, Simon, FM
heers Simon *** The Royal Bank of Scotland plc. Registered in Scotland No 90312. Registered Office: 36 St Andrew Square, Edinburgh EH2 2YB. Authorised and regulated b

[JBoss-user] Exposing EJB as MBean

2004-01-12 Thread BENVENUTTO, Simon, FM
register it for me. Am I confused? Any pointers or an example would be greatly appreciated! cheers Simon *** The Royal Bank of Scotland plc. Registered in Scotland No 90312. Registered Office: 36 St Andrew Sq

Re: [JBoss-user] Re: Recent CVS removals

2003-08-14 Thread Simon Hill
On Sun, 2003-08-10 at 04:16, Kevin Duffey wrote: > If I send you the money for one of those big > Australian beers we see on the commercials here, will > you reply with a nice long email? ;) You can *have* our Fosters. *bleh* signature.asc Description: This is a digitally signed message part

Re: [JBoss-user] Hibernate and JBoss 3.0.4

2002-12-02 Thread Simon Stewart
On Sunday, Dec 1, 2002, at 03:16 Europe/London, Peter Fagerlund wrote: chill - hibernate just works (TM) - inside JBoss or out ! ... It does seem like a nice O/R framework, and the demo is quite impressive. The gay is slandering hiberbate here and jboss there - Simon - U say U not going to

Re: [JBoss-user] Hibernate and JBoss 3.0.4

2002-11-29 Thread Simon Stewart
e has features to automatically generate IDs. The one that I am using (HiLoGenerator) does a commit on a Connection that it has established so that the IDs are unique. This is the root cause of my trouble. I shall post to the Hibernate dev list and see whether they have any ideas. Regards,

Re: [JBoss-user] Hibernate and JBoss 3.0.4

2002-11-29 Thread Simon Stewart
least for Postgres) Any reason for this change? And does anyone know of a work-around? Regards, Simon --- This SF.net email is sponsored by: Get the new Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourcefor

Re: [JBoss-user] Hibernate and JBoss 3.0.4

2002-11-29 Thread Simon Stewart
On Friday, Nov 29, 2002, at 14:17 Europe/London, Peter Fagerlund wrote: fredagen den 29 november 2002 kl 14.12 skrev Simon Stewart: I now have a problem using Hibernate, but that's not appropriate for this list :) How do You execute hibernate ? by deploying the JMX MBean ? I don&

Re: [JBoss-user] Hibernate and JBoss 3.0.4

2002-11-29 Thread Simon Stewart
without trouble. I now have a problem using Hibernate, but that's not appropriate for this list :) Regards, Simon --- This SF.net email is sponsored by: Get the new Palm Tungsten T handheld. Power & Color in a compact si

[JBoss-user] Hibernate and JBoss 3.0.4

2002-11-29 Thread Simon Stewart
DI" This is with the hibernate default User Transaction JNDI name. Has anyone managed to get Hibernate working with JBoss and Postgres? Or even just JBoss? A few hints would be hugely appreciated Regards, Simon --- This SF.net email is

Re: [JBoss-user] Incomplete deployment

2002-09-10 Thread Simon Stewart
s probably the cause. > If you use the -L jdom.jar you should also remove the copy from your .war, > just have the one copy in lib. (probably you did this, just checking) Did that, and the app deployed. Thanks! Cheers, Simon -- Building translators is good clean fun.

Re: [JBoss-user] Incomplete deployment

2002-09-09 Thread Simon Stewart
de it in the startup lib since it is needed > for xmbeans. If it isn't in $JBOSS_HOME/lib already, try putting it there > and starting with -L jdom.jar. Regards, Simon -- "Sometimes I...No, I don't." --- Steven Wright -

[JBoss-user] Incomplete deployment

2002-09-09 Thread Simon Stewart
e shed a little light on why this might be happening? The system is JBoss 3.0.2/Jetty from the bundle, JDK 1.4.0 and Linux 2.4.17 Regards, Simon -- "Why waste time learning when ignorance is instantaneous?" -- Hobbes --- This sf.

Re: [JBoss-user] Open Market CMS

2002-08-19 Thread Simon Stewart
On Mon, Aug 19, 2002 at 09:34:24AM -0700, Greg Turner wrote: > Simon Stewart wrote: > > > Has anyone here even tried to get the "Divine Content Server" (nee: > > OpenMarket) up and running on JBoss 3? It's not in the official list > > of supported app ser

[JBoss-user] Open Market CMS

2002-08-19 Thread Simon Stewart
rices that hover close to 20,000 UKP just for the app server and database --- and I can't believe that this is something that JBoss can't cope with. Cheers, Simon -- >You stupid? All of Europe (maybe except those crazy Brits) prints on A4 paper. Crazy we may be, bu

Re: [JBoss-user] using log4J with JBoss and Cactus

2002-07-24 Thread Simon Stewart
tests and they run on a JBoss 3.0 platform. JBoss, > Cactus and my program are all using log4J... Here is how it is written so > far: I followed your recommandations and so I adapted the log4j.xml of JBoss > and inserted my own appenders and loggers as shown in appendix. Cheers, Simon

Re: [JBoss-user] Best way to lay out source directories

2002-07-18 Thread Simon Stewart
x27;ll be running everything in the same JVM in any case. Is it okay to put the common classes in the ejb.jar for now? Cheers, Simon -- If you give a man a fire, he'll be warm for a day. If you set a man on fire, he'll be warm for the rest of his life. -

[JBoss-user] Best way to lay out source directories

2002-07-18 Thread Simon Stewart
h? I've never really seen this properly explained, so I'm keen to hear what you all have to say Regards, Simon -- (if anyone can tell me why I'm wrapping everything in parentheses, I'd be interested to know. I'm sure I had a good reason t

Re: [JBoss-user] How to register a class as a startup class in JBOSS3

2002-07-16 Thread Simon Stewart
the app. Up. It asks for Startup classes. > >> Simon Stewart said: >> >> Why not just use a singleton to load and get the variables? That's how >> I tend to handle situations like that. >> >>> On Tue, Jul 16, 2002 at 05:29:05PM +0530, Saroj Kumar wrote:

Re: [JBoss-user] How to register a class as a startup class in JBOSS3

2002-07-16 Thread Simon Stewart
lasses need to access these variables using ClassName.Method Names(). > > Please suggest me a way. Why not just use a singleton to load and get the variables? That's how I tend to handle situations like that. Cheers, Simon -- I thought we were not going to call people (or their ideas

Re: [JBoss-user] JBoss 3.0 Quick Guide/New JBoss distribution structure

2002-07-10 Thread Simon Stewart
pp (today's been soaked up with sysadmin tasks) Take the sound of silence to be me sitting there, humbled at having put my foot in it :) Cheers, Simon -- There is a little place in the jumbled sock drawer of my heart where you match up all the pairs, throw out the ones with ho

Re: [JBoss-user] JBoss 3.0 Quick Guide/New JBoss distribution structure

2002-07-10 Thread Simon Stewart
is the location for jars that should be loaded by default for the given > server configuration. Cheers, Simon -- "That time in Seattle... was a nightmare. I came out of it dead broke, without a house, without anything except a girlfriend and a knowled

Re: [JBoss-user] SSL: documentation + bugfix

2002-07-08 Thread Simon Stewart
n one place. > Of course, it's your work, you are owners and it's your choice. > > Thank you again! Cheers, Simon -- "I was once walking through the forest alone. A tree fell right in front of me -- and I didn't hear it." --- Steven Wright -

Re: [JBoss-user] Logging from within EJBs

2002-07-08 Thread Simon Stewart
ml that ships with JBoss is well commented, so you shouldn't find anything too frightening. Cheers, Simon -- "The idea of a karaoke version of ``My Way'' that lasts for 3750 minutes is just too frightening to consider." Programming Ruby, the Pragmatic Programmers -

[JBoss-user] Updated pubbitch.org

2002-07-04 Thread Simon Stewart
ne. The HOWTO about Jetty is one that I've submitted to the Jetty developers, so it might appear on their site at some point. I'd like to say a public thank you to Greg Wilkins and Jules Gosnell, both of whom have been patient enough to put up with my questions and queries. Regards, Simo

Re: [JBoss-user] PALMA TRAINING, AMSTERDAM TRAINING

2002-06-27 Thread Simon Stewart
Regards, Simon -- "When I woke up this morning my girlfriend asked me 'Did you sleep good?' I said 'No, I made a few mistakes.'" --- Steven Wright --- Sponsored by:

Re: [JBoss-user] Default values in Database.

2002-06-25 Thread Simon Stewart
e when you access it in your app. Or create a "setDefaultValues()" method in your CMP bean and call it as appropriate. Cheers, Simon -- I bet the human brain is a kludge. -- Minsky --- Sponsored

[JBoss-user] Problems with security Roles under JBoss 3.0

2002-06-18 Thread Simon Peter Nicholls
Hi everyone, I've recently moved my app to JBoss 3.0 from Orion but am having trouble with the request.isUserInRole() call. I've set up a db security policy in login-config.xml which works fine from the authorization point of view, but the roles detected in the request.isUserInRole call aren't

Re: [JBoss-user] Who can send me a copy of JBoss3.0 CMP2.0 documents

2002-06-18 Thread Simon Stewart
hcHByZWNpYXRlIHlvdSBmb3IgZXZlci4g > IE15IGVtYWlsIGlzOiBkaWtlbi5jaGVuQDE2My5jb20gICBCZXN0ICByZWdhcmRzLg0K Cheers, Simon -- etc/cron.daily/logrotate: error: file /var/log/wtmp last rotated in the future -- rotation forced Br

Re: [JBoss-user] Using auto increment of mysql for PK

2002-06-14 Thread Simon Stewart
DB access. Cheers, Simon -- "I used to be an airline pilot. I got fired because I kept locking the keys in the plane. They caught me on an 80 foot stepladder with a coathanger." --- Steven Wright ___ Don't miss the 2002

Re: [JBoss-user] CMP/CMR Example of 1:n or n:m relation for JBoss 3.0.0/PostgreSQL7.2

2002-06-13 Thread Simon Stewart
It'd help. I suspect that you've not got the name of the relationship right in the JBoss file. > Has anybody had any success with the above setup and is willing to share? I've got it working here, and have done for the last mo

[JBoss-user] Referential integrity

2002-06-12 Thread Simon Stewart
ses in the form of referential integrity. How much sense would it be to modify JBoss so that as many of the entity relationships as possible are already expressed when the tables are created? Regards, Simon -- "I have a longstanding agreement with tequila: I won't drink it,

Re: [JBoss-user] Better performance with Sun 1.4 or IBM JVM?

2002-06-11 Thread Simon Stewart
On Tue, Jun 11, 2002 at 06:40:56PM +0200, Marius Kotsbak wrote: > bug : > http://sourceforge.net/tracker/?func=detail&aid=562972&group_id=22866&atid=376685 Many thanks. Cheers, Simon -- "At Lonix everyone is too busy drinking to talk about Linux. A newbie might get

Re: [JBoss-user] Better performance with Sun 1.4 or IBM JVM?

2002-06-11 Thread Simon Stewart
'm using 1.4 here without many more problems than I would otherwise expect, but I'm still developing, and it's nice to know of the gotchas before going live Cheers, Simon -- Real Programmers don't play tennis, or any other sport which requires you to change clothes. Mo

Re: [JBoss-user] Role mappings

2002-06-10 Thread Simon Stewart
Group class (which is what I'm now doing) but it would have been nice to use the J2EE mandated Roles. Regards, Simon -- Actually Perl *can* be a Bondage & Discipline language but it's unique among such languages in that it lets you use safe words. -- Piers Cawley _

Re: [JBoss-user] Role mappings

2002-06-10 Thread Simon Stewart
27;s roles: does it read in a user's data once, or does it go back to the original store every time (assuming that we're using the JDBC LoginManager)? Time to RTFS. Thanks for the pointer! Cheers, Simon -- "If you need a wall to bang your head against, I have one for

Re: [JBoss-user] Role mappings

2002-06-10 Thread Simon Stewart
Sorry if this appears twice! Thanks for the prod, Jules: JBoss 3 final + tomcat 4.0.3 (bundle from JBoss website) Sun's JDK 1.4 On Mon, Jun 10, 2002 at 11:57:23AM +0100, Jules Gosnell wrote: > JBoss version ? > WebContainer ? > WebContainer and version ? > > Jules > &

[JBoss-user] Role mappings

2002-06-10 Thread Simon Stewart
JBoss to consult the relevant tables every time a user's role is checked? Regards, Simon -- "The dentition pattern evident on the skull is more consistent with the teeth-marks of the common domesticated dog than it is with the ravenous man-eating Pliocene clams you speculate roamed the wetl

Re: [JBoss-user] CMP Generated SQL Problem

2002-06-06 Thread Simon Stewart
#x27;t care what the PK is, I can still see situations where it would be nice to select items based on it. Cheers, Simon -- "Today I met with a subliminal advertising executive for just a second." Steven Wright ___ Don&#

Re: [JBoss-user] First Steps...

2002-06-06 Thread Simon Stewart
spec, this wasn't possible, so each and every app server had it's own method for expressing finder methods --- a developer's nightmare. Cheers, Simon -- Clothes make the man. Naked people have little or no influence on society. -- Mark Twain _

Re: [JBoss-user] Four more to go ... @ JDJ Best App Server

2002-06-06 Thread Simon Stewart
r from perfect, and the learning curve to start using it was unusually steep (though the Quickstart guide is enormously useful, if arriving a late for me ;) Cheers, Simon -- There are three kinds of death in this world. There's heart death, ther

[JBoss-user] JDBC Login Manager

2002-06-05 Thread Simon Stewart
esn't appear to check their credentials every time they access a page. This means that if someone logs on to the site in the role "admin", and the underlying database is then updated, removing them from this role, they still access the site as if they were "admin" Surely

Re: [JBoss-user] CMR N:M Relation Problem with EJB QL

2002-05-31 Thread Simon Stewart
Obviosuly, there's no error checking there, but that's the basic idea. > Sorry the newbie question, but i'm really stuck in this and there > was no examplecode in the book. Hope that helps. You might find it instructive to browse the latest version of the Java PetStore for some con

Re: [JBoss-user] Security domains

2002-05-31 Thread Simon Stewart
On Fri, May 31, 2002 at 10:36:49AM +0100, Simon Stewart wrote: > How do the security domains work in JBoss 3? There appears to be > information about JBoss 2 out there, but I strongly suspect that > things have changed quite a lot. > > Essentially, I'd like to do something

[JBoss-user] Security domains

2002-05-31 Thread Simon Stewart
;s roles and to authenticate them. Has anyone got any suggestions or pointers? Regards, Simon -- Bitter, unsuccessful middle aged loser wallowing in an unending sea of inert, drooping loneliness looking for 24 year old needy leech-like hanger-on to abuse with dull stories, tired sex and Herb Alpert albums

[JBoss-user] JAAS security

2002-05-30 Thread Simon Stewart
as plain text? Also, I'm not sure why the "rolesQuery" needs to return both a "Role" and a "RoleGroup" Can someone shed some light, please? Regards, Simon -- You are in a maze of little twisting passages, all different. ___

Re: [JBoss-user] Trouble hot re-deploying

2002-05-28 Thread Simon Stewart
t reports that it's a "known issue" and has been fixed. Cheers, Simon -- "I have a hobby...I have the world's largest collection of sea shells. I keep it scattered on beaches all over the world. Maybe you've seen some of it..." Steven Wright

Re: [JBoss-user] Trouble hot re-deploying

2002-05-28 Thread Simon Stewart
elease due out this week. Regards, Simon -- As usual, this being a 1.3.x release, I haven't even compiled this kernel yet. So if it works, you should be doubly impressed. (Linus Torvalds, announcing kernel 1.3.3 on the linux-kernel mailing list.)

[JBoss-user] Trouble hot re-deploying

2002-05-27 Thread Simon Stewart
returns an EJBLocalHome object, which is then cast to the appropriate type. Although the returned object has the same class name as before the redeployment, I'm getting ClassCastExceptions. Can anyone help? Regards, Simon -- UNIX command of the day: # ar x "matey, the treasure"

Re: [JBoss-user] Does JBoss3 have Problems Deploying Similar ejb-jars in Different EARs

2002-05-22 Thread Simon Stewart
. Turning on tracing in "org.jboss.ejb.plugins.cmp" and "javax.servlet.http" doesn't appear to provide any clues. I'm happy to get more logging out and try and provide some useful information to anyone who can help, but a pointer to the class(es) that I need to be TRACE

Re: [JBoss-user] Does JBoss3 have Problems Deploying Similar ejb-jars in Different EARs

2002-05-21 Thread Simon Stewart
3RC3 and Tomcat bundle on Linux with Sun's JDK 1.4. I'll do some more poking about, but has anyone else seen this? On Tue, May 21, 2002 at 10:02:45AM -0700, Scott M Stark wrote: > A complete redploy. Touch the META-INF/application.xml descriptor > to redeploy. Cheers, Simon

Re: [JBoss-user] Does JBoss3 have Problems Deploying Similar ejb-jars in Different EARs

2002-05-21 Thread Simon Stewart
nology Officer > JBoss Group, LLC > > - Original Message - > From: "Simon Stewart" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, May 21, 2002 4:04 AM > Subject: Re: [JBoss-user] Does JBoss3 have Problems Deploying Simil

Re: [JBoss-user] Does JBoss3 have Problems Deploying Similar ejb-jars in Different EARs

2002-05-21 Thread Simon Stewart
implentation, FWIW. Cheers, Simon -- "HTML's a cheap whore. Treating her with respect is possible, and even preferable, because once upon a time she was a beautiful and virginal format, but you shouldn't expect too much of her at this point

Re: [JBoss-user] Deserializing objects to DB

2002-05-16 Thread Simon Stewart
g at the interface I gave below, there is a slight error: I used Serializable rather than Object to ensure that data _could_ be stored in the database in the first place. Thanks for looking into this. Regards, Simon On Thu, May 16, 2002 at 09:31:45AM -0500, Dan Christopherson wrote: > I do reme

Re: [JBoss-user] Deserializing objects to DB

2002-05-16 Thread Simon Stewart
On Thu, May 16, 2002 at 09:59:11AM -0500, Dain Sundstrom wrote: > Simon Stewart wrote: > >On Wed, May 15, 2002 at 10:48:48PM -0500, Dain Sundstrom wrote: > > Before you do this, make sure it is not a DB or driver bug. I > specifically remember PostgreSQL having problems wi

Re: [JBoss-user] Deserializing objects to DB

2002-05-16 Thread Simon Stewart
en I call get(), but that's exactly what happens! I can extract the necessary bits from my code and send it to you as a simple test case if that would help Regards, Simon -- Bitter, unsuccessful middle aged loser wallowing in an unending sea of inert, drooping loneliness looking for

RE: [JBoss-user] Deserializing objects to DB

2002-05-15 Thread Simon Stewart
data > data > JAVA_OBJECT > BLOB > > > > > > > CREATE TABLE workflowejb ( > workflowId varchar(64) NOT NULL default '', &

Re: [JBoss-user] Deserializing objects to DB

2002-05-15 Thread Simon Stewart
On Wed, 2002-05-15 at 20:06, Simon Stewart wrote: > I have a simple EJB that has three fields ("ID", a "key" and a "value") > Key is a string, and value is given as being of class > java.io.Serializable, so this class represents a basic key/value pair.

[JBoss-user] Deserializing objects to DB

2002-05-15 Thread Simon Stewart
post code, should people need it. Currently using Postgres 7.2.1, JDK 1.4 (from Sun), JBoss 3RC2, the usual suspects :) Regards, Simon ___ Have big pipes? SourceForge.net is looking for download mirrors. We supply

Re: [JBoss-user] Postgresql URL mapping

2002-05-14 Thread Simon Stewart
On Tue, May 14, 2002 at 03:00:12PM +0100, Simon Stewart wrote: > When trying to store BLOBs into a postgres database, the CMP engine > attempts to create tables with column types of "oid". However, using > the latest JDBC driver from the postgres site with Postgres 7.2.1

[JBoss-user] Postgresql URL mapping

2002-05-14 Thread Simon Stewart
7;ve not tested) into the database. Manually changing the column type of the table from "oid" to "bytea" solves this problem. Is this a bug, or am I just not using either JBoss or Postgres right? Cheers, Simon -- I hooked up my accelerator pedal in my car to my brake light

Re: [JBoss-dev] Re: [JBoss-user] Your chance to work on JBoss

2002-05-13 Thread Simon Stewart
ify them to run on jboss, and produce a new jboss > compatible jar? That way the jboss code base wont get bogged down > with a load of stuff a lot of users will never go near. (don't take > it as a criticism, the idea is brilliant, I just thought this > approach could work well)

Re: [JBoss-user] Preferred JDK versions for JBoss 3?

2002-05-03 Thread Simon Stewart
, what > >does the JBoss team use for Windows (2000 or XP), Linux, Solaris, et. > >al? Obviously, most minor versions of the JDK patch bugs, but I've seen > >issues in the past where a minor version upgrade can distrupt the > >stability of an appserver. Sad, but true

Re: [JBoss-user] App development with JBoss 3

2002-04-23 Thread Simon Stewart
On Mon, Apr 22, 2002 at 06:42:53PM +0100, Simon Stewart wrote: > I'm currently developing my app heavily, and there are many small, > incremental changes that I make to one file at a time (for example, > tweaking the HTML in a JSP) It would be extremely useful if I didn't >

[JBoss-user] App development with JBoss 3

2002-04-22 Thread Simon Stewart
want to have the option of shipping an EAR file with the servlets and JSPs within a WAR. Any help on this would be appreciated. Regards, Simon -- Darn it, who spiked my coffee with water?! -- Larry Wall in <[EMAIL PROTECTED]> ___

Re: [JBoss-user] How can it support with Chinese Chaerset?

2002-04-22 Thread Simon Stewart
ing stored in the database correctly, then it won't come out properly. Is postgres configured to use GBK? Cheers, Simon -- "The bad reputation UNIX has gotten is totally undeserved, laid on by people who don't understand, who have not gotten in there and tried anything."

Re: [JBoss-user] JBoss, Tomcat and Apache 2

2002-04-22 Thread Simon Stewart
Shows how much I know. I've got everything working fine now. For other people in the same boat (wanting to get Apache 2, JBoss 3 RC1 and mod_webapp working together, I've put up a HOWTO at: http://www.pubbitch.org/jboss.html Cheers, Simon -- Real Programmers don't comment the

[JBoss-user] JBoss, Tomcat and Apache 2

2002-04-22 Thread Simon Stewart
;no local deployment path" found for the "example" app. I'm going to go about unpicking this and trying to make it work, but if anyone cares to offer advice (or a solution!) I'd be grateful. Regards, Simon -- When my dog barks in his sleep, he sounds like he has a smaller

[JBoss-user] mod_jk2?

2002-04-19 Thread Simon Stewart
/*.jsp ajp13 I've attached my workers.properties file. If I could persuade the webapp warp connector to build, I'd try that. Cheers, Simon -- And tomorrow will be like today, only more so. -- Isaiah 56:12, New Standard Version # Setup for Linux # workers.tomcat_home=/home/sms/jb

[JBoss-user] JBoss, tomcat, Apache 2

2002-04-19 Thread Simon Stewart
about the JDK1.4 that mod_jk's native build doesn't like) Anyone tried this before and want to share any "gotchas"? I'm slightly worried that the "Configuring JK2" in the mod_jk README is utterly blank, but I'm going to try anyway. If I succeed, should I

Re: [JBoss-user] File-system access

2002-04-16 Thread Simon Stewart
configure JBoss to load an arbitrary jar file and set it to a jndi > name such as "jndi:/user/resource1.jar" "jndi:/usr/resource2.jar"? Then, a > context lookup would return a JarFile for each of these resource jars. Is > this possible with Branch_3_0? > >

Re: [JBoss-dev] Re: [JBoss-user] Oracle claims to be our partner

2002-04-16 Thread Simon Stewart
ess/index.html?1279885.html > >> > >>and we didn't even know about it! how about that... > >> > >>these people are incredible, I need someone like that "JBoss partners > >>with > >>AOL and BellSouth to deliver the infrastructure of tomorrow&qu

[JBoss-user] Postgres ConnectionManager error

2002-04-16 Thread Simon Stewart
specify a different ConnectionManager. Anyone out there know which one? Cheers, Simon -- "For non-deterministic read 'Inhabited by pixies.'" ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

Postgres and JBoss 3 RC1 (was: [JBoss-user] Newbie)

2002-04-15 Thread Simon Stewart
And here's the postgres-service.xml file. Cheers, Simon -- "Those are pretty strong words coming from a guy who's been mistaken for a plush toy" --- Get Fuzzy ConnectionURL=jdbc:postgresql://localhost/ejb DriverClass=org.postgresql.Driver Use

Postgres and JBoss 3 RC1 (was: [JBoss-user] Newbie)

2002-04-15 Thread Simon Stewart
ed up, it should just be a case of renaming the DS to "DefaultDS" to have everything go according to plan. Regards, Simon On Mon, Apr 15, 2002 at 04:16:20PM +0100, Simon Stewart wrote: > How do I get to use Postgres as the backend database instead of hsqldb > in Orion? I'd like

[JBoss-user] Newbie

2002-04-15 Thread Simon Stewart
elp or advice on this would be greatly appreciated --- I'm finding it hard to get going with JBoss, even though it appears to have a good reputation amongst those that I've spoken to about it. Regards, Simon -- The plural of datum is not "f

[JBoss-user] subscribe me simon@dset.com.cn

2002-01-09 Thread Simon
subscribe me [EMAIL PROTECTED]

[JBoss-user] EJB 2.0 CMP SAMPLES

2001-10-03 Thread Simon Ng
I am new to the CMP implementation of Jboss. Can anyone direct me a good doc source and sample? ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] IBM MQSeries

2001-08-10 Thread Bulmer, Simon
Can anyone help with configuring JBoss to use MQSeries? I want to be able to write to an MQSeries Q from my EJB and I can't find any info that even hints in the right direction. Simon ** This communication is confidentia

[JBoss-user] unknown protocol

2001-07-25 Thread simon . rivas
Hi! I have a problem when I run a client. It says : javax.naming.ConfigurationException: Invalid URL: jnp://172.18.61.18:1099. Root exception is java.net.MalformedURLException: unknown protocol: jnp What can I do? Simon ___ JBoss-user mailing list

RE: [JBoss-user] RE: Struts & Jboss?

2001-07-06 Thread Simon Tang
e end. === Simon Tang Senior Software Engineer Professional Services Voxeo Corporation Tel: 415-678-4186 > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf Of > Gregor Rayman > Sent: Friday, July 06, 2001 9:39 AM > To: [E

[JBoss-user] problem : installation of JBoss

2001-07-04 Thread IMCEAEX-_O=THOMSON+20CSF+20COMMUNICATIONS_OU=THALES-ISR-MASSY_CN=DESTINATAIRES+20TEMPORAIRES+20ET+20STAGIAIRES+20DE+20ISR-MASSY_CN=SIMON+2ERIVAS
thank you. Simon ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] servlets vs. EJB

2001-06-28 Thread Simon Tang
> >Jim > > >___ >JBoss-user mailing list >[EMAIL PROTECTED] >http://lists.sourceforge.net/lists/listinfo/jboss-user Simon Tang "You shouldn't compare yourself to the best of others can do but to the best you can

Re: [JBoss-user] best web server and servlet container with JBoss

2001-06-28 Thread Simon Tang
scalability on Linux or >Windows 2000? > >Thanks, > >Jim > > >___ >JBoss-user mailing list >[EMAIL PROTECTED] >http://lists.sourceforge.net/lists/listinfo/jboss-user Simon Tang

RE: [JBoss-user] SecurityAdapter interface missing in Petstore1.1.2

2001-06-28 Thread Simon Moses
You don't need the security adapter if you are using jps1.1.2. The patch file was only required for jps1.1.1 when there was some code in the jps that was not compliant to the j2ee spec. Cheers, Simon Moses, EMAIL: [EMAIL PROTECTED] -Original Message- From: [EMAIL PROT

RE: [JBoss-user] Petstore deployed on JBoss 2.2.* ??

2001-06-22 Thread Simon Moses
ting I will let you know Simon Moses, EMAIL: [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Faisal Abdallah Sent: Friday, 22 June 2001 5:17 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Petstore deployed on JBoss 2.2.* ?? hi Me

RE: [JBoss-user] Petstore deployed on JBoss 2.2.* ??

2001-06-21 Thread Simon Moses
. Cheers, Simon. Simon Moses, EMAIL: [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of hnorris Sent: Friday, 22 June 2001 7:40 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: [JBoss-user] Petstore deployed on JBoss 2.2.* ?? Hello

RE: [JBoss-user] Help! Petstore build problems!

2001-06-21 Thread Simon Moses
Have you set up your JBoss and J2EE environment variables??? Simon Moses, 65 Hillview Pde, Ashmore, QLD, 4214. PHONE: 07 55974088 MOBILE: 0419 171348 FAX:07 55974091 EMAIL: [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of

[JBoss-user] jboss can't locate xml & xsl files

2001-06-07 Thread Simon BATESON
s, any idea why, it's driving me mad..... thanks, simon Simon Bateson ICTeam S.p.A Italia mail: [EMAIL PROTECTED] ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] Standard output in JBoss

2001-06-06 Thread Simon Moses
to appear anywhere.  Can anyone tell me where standard output gets put with JBoss? (ie is it supposed to go to the console shell that I started JBoss in, is it supposed to go to the system.log etc)   Cheers, Simon Moses,EMAIL:  [EMAIL PROTECTED]    

RE: [JBoss-user] jboss config. problem

2001-06-05 Thread Simon Moses
will send it to you.  If you are interested I have attached the changes that Cuong made to get jps1.1.2 with Hypersonic to work with JBoss.  According to Cuong the modifications were made to a clean jps1.1.2 implementation. Simon Moses,EMAIL:  [EMAIL PROTECTED]   -Original Message-From

[JBoss-user] jps1.1.2

2001-06-04 Thread Simon Moses
jps1.1.2 to JBoss, but I really do not want to do the work if someone else has.     Cheers, Simon. Simon Moses,PHONE:  07 55974088MOBILE: 0419 171348FAX:    07 55974091EMAIL:  [EMAIL PROTECTED]    

R: [JBoss-user] routing web page request via servlet

2001-06-01 Thread Simon BATESON
reply dan - not quite a mind reader but given my initial email, pretty good. any more advice gratefully receieved cheers, simon - Original Message - From: Dan - Blue Lotus Software <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 01, 2001 4:45 PM Subject

[JBoss-user] routing web page request via servlet

2001-06-01 Thread Simon BATESON
.. - any ideas anyone? thanks in advance simon ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] R: classpath for jsps??

2001-05-31 Thread Simon BATESON
.. anyone know? thanks, simon ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] Manual Build

2001-05-30 Thread Simon Moses
sions\Java\JBoss\manual\src\build>         Cheers, Simon Moses,EMAIL:  [EMAIL PROTECTED]    

[JBoss-user] JBoss Manual

2001-05-30 Thread Simon Moses
Hi there,   I am new to using JBoss, and was just wondering if there is any way I can download the JBoss documentation rather than having to view it online (using the "Manual - online HTML version" tab on the JBoss Documentation page).   Thanks, Simon Moses,EMAIL:  [EMAIL PROTECTED]    

R: [JBoss-user] dtd error or deployment error?

2001-05-29 Thread Simon BATESON
did you work out how to solve the "No local string for enterprise.deployment.application.description" error when running petstore's build.bat file?   if so, please tell   simon   - Original Message - From: mroosendaal To: [EMAIL PROTECTED] Sent:

[JBoss-user] XML Parse Time slow

2001-05-28 Thread Simon Stanlake
to the compiled native stuff? Static initializers? Object pools? Thanks, Simon ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

  1   2   >