AW: [JBoss-user] Mysql problem

2001-09-12 Thread storck
Hi,   1. in jboss.properties add       org.gjt.mm.mysql.Driver         in the line jdbc.drivers   2. in jboss.jcml after where DefaultDS is defined add         org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl    MySqlPool    jdbc:mysql://host:port/db    user    password    10 

Re: [JBoss-user] XADataSourceLoader MBean Start/Stop

2001-09-12 Thread David Jencks
This problem is such a nuisance, isn't it? You could try patch 424399 that I submitted back in may. I couldn't get anyone interested in applying it then and I've been concentrating on the jca stuff since. Using ConnectionFactoryLoaders in rabbithole does not have this problem, but you may want t

[JBoss-user] XADataSourceLoader MBean Start/Stop

2001-09-12 Thread John Landers
When one stops an XADataSourceLoader MBean and restarts it or even destroy's it and then inits it it will not restart. It produces this error below because the ObjectPool is inited in the constructor of XAPoolDataSource and set to null on stop ( close). Any know any work arounds? I have a MBean t

Re: [JBoss-user] does JBoss2.4 support SOAP

2001-09-12 Thread Julian Gosnell
There are examples in jbosstest of SOAP services (using Apache SOAP 2.2). It works fine with JBoss-2.4.0_Jetty-3.1.RC8 Jules   Krishna Prasad wrote: Hi all,    Can anyone clarify my doubt is whether JBoss2.4 support SOAP or not. If so, please give me details how can i implement SOAP

[JBoss-user] Download and Build JBoss

2001-09-12 Thread Shamis, Leonid
Hello, I have been working with JBoss for half a year now and like it very much. I wished a couple of times to be able to try the upcoming JBoss versions (the once mentioned in posts as HEAD, MAIN, Rabbit Hole, etc.). I understand that I need to download (check out) version from CVS and build it.

RE: [JBoss-user] URGENT Help!

2001-09-12 Thread Bill Burke
findByMethods always to a JDBC call to get the list of beans. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Chris Tragas > Sent: Wednesday, September 12, 2001 6:59 PM > To: '[EMAIL PROTECTED]' > Subject: RE: [JBoss-user] URGENT Help! > > > ok; i

RE: [JBoss-user] URGENT Help!

2001-09-12 Thread Chris Tragas
ok; i've narrowed down the problem to this: when i remove ejb's jboss still can access them; so when i ask for beans via findByMethods , jboss returns beans it can find; but some of them it returns i have previously removed via the .remove() method. Although the records in the database are being

[JBoss-user] URGENT Help!

2001-09-12 Thread Chris Tragas
Hi. I;m experiencing some passivation problems when i try to remove many cmp beans. using jboss 2.4 / embedded tomcat / sqlserver7 The errors i get are listed below. You'll notice that just before the IllegalArgumentException error i'm trying to remove an entity using the container.remove().

RE: [JBoss-user] OpenSource and J2EE licensing

2001-09-12 Thread Trawick, James
please keep baseless flames out of my inbox. the guy was responding to allegations that they stole help from the community which makes the statement more than valid. FUD's bad, but a hair trigger on a loose cannon is even worse. THINK before you post. chris -Original Message- From: Di

RE: [JBoss-user] OpenSource and J2EE licensing

2001-09-12 Thread Digital Strider
One just needs to "disect" the source a bit... First, reference,... "1. Yes Lutris sells and supports both their Lutris Enhydra product, recently tested by Intel as the fastest application server around running a modified version of the PetStore application, and Lutris EAS, a services architect

Re: [JBoss-user] Mysql problem

2001-09-12 Thread pifen ellwood
Hi Marcel, Your are right. It shall be a 5 minutes task. I download the new version of Jboss 3.2.2.4 and exception went away.   What a waste of time. Thanks. Pifen Ellwood - Original Message - From: Marcel Stremming To: [EMAIL PROTECTED] Sent: Wednesday, September

RE: [JBoss-user] OpenSource and J2EE licensing

2001-09-12 Thread John Moore
Title: RE: [JBoss-user] OpenSource and J2EE licensing Should we beware of the boogie monster too.  Unless someone gives a specific legal issue all that I see just happened is a competitor just introducing fear into the group to sway people away from a great app server.  If Sun had a proble

Re: [JBoss-user] OpenSource and J2EE licensing

2001-09-12 Thread Scott M Stark
RE: [JBoss-user] OpenSource and J2EE licensingThe worst I see happening is not being able to bundle j2ee jars in the distribution. JBoss is full speed ahead. - Original Message - From: John Moore To: '[EMAIL PROTECTED]' Sent: Wednesday, September 12, 2001 11:02 AM Subject: RE: [JBoss-user

AW: [JBoss-user] Mysql problem

2001-09-12 Thread Marcel Stremming
  Try to write simple JDBC Client in order to find out if a login is really possible. Its Five minutes of work and otherwise You never know.   Hi, I've searched all the post mail and do everything I can to make mysql work with jboss but failed. If anyone got Mysql to work w

[JBoss-user] Default user and TomCat

2001-09-12 Thread Marcel Stremming
How can I make TomCat to use some kind of default user for unrestricted accesses ? I have a working JBoss+Tomcat combo. I use JAAS with a custom login module. I can create some JSP files and restrict access rights for them in the web.xml. That way only authenticated users can access them and the

Re: [JBoss-user] OpenSource and J2EE licensing

2001-09-12 Thread Michael Jara
Maybe I missed something, but I didn't think that there was any requirement for application servers to be J2EE licensed. As I understood it, the licensing was just to get the full compatibility suite from Sun, and to get them to post the app server's logo on their page. There are probably hundre

RE: [JBoss-user] OpenSource and J2EE licensing

2001-09-12 Thread Tejaswi Redkar
What is this legal trouble for ? If there is any expected legal trouble, should we stop using JBoss ? -Original Message- From: Paul A Morgan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 12, 2001 9:51 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] OpenSource and J2EE licens

[JBoss-user] Mysql problem

2001-09-12 Thread pifen ellwood
Hi, I've searched all the post mail and do everything I can to make mysql work with jboss but failed. If anyone got Mysql to work with Jboss, please let me know which version of Mysql, mysql jdbc driver that you're using and send me a sample of the jboss.jcml that works.   Thanks   Here is m

Re: [JBoss-user] OpenSource and J2EE licensing

2001-09-12 Thread Paul A Morgan
Kemp, A few points of information: 1. Yes Lutris sells and supports both their Lutris Enhydra product, recently tested by Intel as the fastest application server around running a modified version of the PetStore application, and Lutris EAS, a services architecture based J2EE platform.

Re: [JBoss-user] JBoss Open House in London--September 12, 7 pm

2001-09-12 Thread Chris Kimpton
Hi, --- Julian Gosnell <[EMAIL PROTECTED]> wrote: > > Is this still on ? > It seems so - I just phoned the Marriot and the room is booked until 9pm tonight. Chris = Need somewhere to Live in London - http://freeflats.com __ Do You Yahoo!?

Re: [JBoss-user] JBoss Open House in London--September 12, 7 pm

2001-09-12 Thread Julian Gosnell
Is this still on ? Jules > Folks, > > In case you didn't know, I will be with in London, along with Juha Lindfors > from Finland, giving the second hosted session of JBoss Group training this > coming week. > > Some have asked to meet us and the way we can do it is by offering an "Open > Hous

Re: [JBoss-user] JNDI question

2001-09-12 Thread Lachezar Dobrev
> Hello! Hello to you too. > I have a problem accessing JNDI from standalone application. I run Jboss. > And on the same machine I am trying to run my application. In the > application: > Hashtable props = new Hashtable(); > props.put("Context.INITIAL_CONTEXT_FACTORY", "org.jnp.interfaces.Nami

Re: [JBoss-user] RE: JNDI question

2001-09-12 Thread Tim Yates
JFYI, the error you had was because this: Hashtable props = new Hashtable(); props.put("Context.INITIAL_CONTEXT_FACTORY", "org.jnp.interfaces.NamingContextFactory"); props.put("Context.PROVIDER_URL", "tech2:1099"); props.put("java.naming.rmi.security.manager", "yes"); props.put("Context

[JBoss-user] RE: JNDI question

2001-09-12 Thread ALex Loubyansky
Sorry, I've solved it by adding jndi.properties file. java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory java.naming.provider.url=localhost:1099 java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces jalex -Original Message- From: ALex Loubyansky [mail

[JBoss-user] Cannot Import Transaction exception...

2001-09-12 Thread Tim Yates
Hi there... we have been running jBoss and Oracle both on an e450 for months now, and we have had no problems with it... we now have a new couple of machines, one running Oracle, and one running jBoss (both exactly the same version), but we keep (at least once a day) getting this exception:

[JBoss-user] JNDI question

2001-09-12 Thread ALex Loubyansky
Hello! I have a problem accessing JNDI from standalone application. I run Jboss. And on the same machine I am trying to run my application. In the application: Hashtable props = new Hashtable(); props.put("Context.INITIAL_CONTEXT_FACTORY", "org.jnp.interfaces.NamingContextFactory"

[JBoss-user] BMP transaction problems

2001-09-12 Thread Achilleus Mantzios
I am trying to refine the description of my situation, since i might said things unclear, in my last posting. I am using Required, for all remote and home methods. I have tried with every commit options (A,B,C,D) in jboss.xml, and the situation (for example) when using commit option A, and tran

Re: [JBoss-user] does JBoss2.4 support SOAP

2001-09-12 Thread Jason Dillon
> ZOAP is no longer active. If you're after SOAP support have a look at > Apache SOAP. > > cheers > dim > > On Wed, 12 Sep 2001, Devraj Mukherjee wrote: > > > I know that it does, ZOAP i think is that product listed on the Jboss web site > > > > At 10:43 12/09/2001 +0530, you wrote: > > >Hi all,