[JBoss-user] Re: null envelope or non-MethodRequest envelope found. while trying to > process Soap request.

2001-05-06 Thread Dmitri Colebatch
(see earlier post - msg5 from digest 421 for those on digest) I posted earlier about a problem with ZOAP - I didn't have debug set correctly, here is some more debug that may be of use (I'm still looking at it and will post a solution if I find one): http://soap.zoap.org/"; xmlns:n1="http://s

Re: [JBoss-user] Anyone know how to federate across multiple jnp ...

2001-05-06 Thread Scott M Stark
jnp is the name of the jndi provider used by JBoss and is the protocol url just as t3 is the weblogic's. The jnp.properties file is used as the default values. If you don't set the port values via the NamingService mbean attributes then the jnp.properties file is used. This jboss.jcml entry: a

Re: [JBoss-user] Anyone know how to federate across multiple jnp ...

2001-05-06 Thread Guy Rouillier
> Properties env = new Properties(); > env.setProperty(Context.INITIAL_CONTEXT_FACTORY, "org.jnp.interfaces.NamingContextFactory"); > env.setProperty(Context.PROVIDER_URL, "jnp://localhost:1099"); > env.setProperty(Context.URL_PKG_PRE

AW: [JBoss-user] Deploying the Petstore app on Jboss- Apache/Tomcat/JBoss ??

2001-05-06 Thread Ulli Hoffmann
The petstore patch includes a README which steps you through. Also, in the JBoss Online Doc itself is a section committed to that. However, I missed some files for my W2K installation. Here are the additions: 1) script dbrealm.bat is missing, use dbrealm.sh and convert it to a bat, if you are unfa

[JBoss-user] Transaction blocks forever, LOCKING-WAITING

2001-05-06 Thread Georg Rehfeld
Dear Helpers, while testing JBoss 2.1-BETA we experience this problem: the second sequence of calls (non concurrent) from a servlet to a bean blocks forever, the servlets doGet() Method never returns. - scenario (environment and config see below), shown is part of the servlet doGet() method s

Re: [JBoss-user] how to unsubscribe ????

2001-05-06 Thread Ralph Jensen
I didn't try it yet, but the suggested way to unsubsrcibe is to go to http://lists.sourceforge.net/lists/listinfo/jboss-user where you can edit your delivery options or unsubsrcibe. Ralph - Original Message - From: johnny.hill <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, May

Re: [JBoss-user] EJB question

2001-05-06 Thread Ralph Jensen
Thanks a lot for the wealth of information. I had to take off for the weekend but I also realized that there is a lot of relevant discussion on this topic and I will spend the necessary time to come up with a reasonable solution. Thanks Ralph - Original Message - From: Ralph Jensen <[EM

[JBoss-user] JBoss + Turbine.

2001-05-06 Thread poorna lakki
Hi, I am trying to use Turbine with JBoss. Has somebody worked on this combination before if so can u point me some documentation on these. I tried on the jakarta site but there is no beginner tutorial on that site(even for using Turbine). Any sample application code would be very helpful. Thanks

[JBoss-user] null envelope or non-MethodRequest envelope found. while trying to process Soap request.

2001-05-06 Thread Dmitri Colebatch
Hi, Good to see some discussion about the Zoap project on the list... I'm trying to get a simple stateless session ejb working through soap, and have followed (I think) all the instructions from the cvs/zoap/docs/howto.htm page. I have a _very_ basic stateless session which has a method: publi

[JBoss-user] remove me

2001-05-06 Thread Nathan Bruckelmyer
remove me from list _ Get your FREE download of MSN Explorer at http://explorer.msn.com ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] Deploying the Petstore app on Jboss.

2001-05-06 Thread David M. Karr
> "Robert" == Robert Nicholson <[EMAIL PROTECTED]> writes: Robert> Well I downloaded the 1.1.1 patch and fortunately I already have Robert> the 1.1.1 source release from javasoft. Despite it no longer being Robert> available today. I look at the README in the patch and it points m

Re: [JBoss-user] Anyone know how to federate across multiple jnp...

2001-05-06 Thread Jason Dillon
I will check again. I do belive that this will work, but I think that there might be a problem when it comes to using lookup() on the InitialContext. I will try this again and let you know... I might be doing something wrong =) --jason On Sat, 5 May 2001, Scott M Stark wrote: > Its been abou

Re: [JBoss-user] Newbie default installation prob - server seems to pause infinitely

2001-05-06 Thread The Allisons
danch wrote: > > The Allisons wrote: > > > Attached is my log - with my one comment inserted. > > I'm on Debian running a 2.2 kernel with the default download of JBoss > > 2.2.1 / Tomcat 3.2.1 > > > > For some reason your DefaultDS cannot connect to its database. What's in > that section of

Re: [JBoss-user] Newbie default installation prob - server seems to pause infinitely

2001-05-06 Thread danch
The Allisons wrote: > Attached is my log - with my one comment inserted. > I'm on Debian running a 2.2 kernel with the default download of JBoss > 2.2.1 / Tomcat 3.2.1 > For some reason your DefaultDS cannot connect to its database. What's in that section of your jboss.jcml? -danch

Re: [JBoss-user] Re: JBoss-user digest, Vol 1 #394 - 15 msgs

2001-05-06 Thread pohl
jim wrote: > > I have heard of this beforelike 5 years ago! > Does anyone still pay by the MB for email? It's still common in many areas, especially if you include tiered rates where the first tier is cheap but you pay through the nose if you exceed your quota. Trimming quoted material

RE: [JBoss-user] Re: JBoss-user digest, Vol 1 #394 - 15 msgs

2001-05-06 Thread James Cook
I have heard of this beforelike 5 years ago! Does anyone still pay by the MB for email? jim > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Toby Allsopp > Sent: Sunday, May 06, 2001 12:15 AM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user]

Re: [JBoss-user] JBoss / Exolab future

2001-05-06 Thread Anatoly Akkerman
I am currently integrating Exolab's Tyrex as the DTM in JBoss. But due to lack of support of RMI-IIOP in JBoss, my plugin works around to propagate transaction context via RMI Anatoly Akkerman On Fri, 4 May 2001, John Moore wrote: > > I noticed that a jar file from exolab is delivered with 2.

Re: [JBoss-user] Stateless session beans with a "little" state

2001-05-06 Thread David Jencks
Hi, I at least don't understand what state you are referring to as necessary to call external resources. How is this different from doing some jdbc-sql in a stateless session bean? Do you want to maintain a pool of "connections" to the corba resource? Possibly you are looking for resource adapt

[JBoss-user] Newbie default installation prob - server seems to pause infinitely

2001-05-06 Thread The Allisons
Attached is my log - with my one comment inserted. I'm on Debian running a 2.2 kernel with the default download of JBoss 2.2.1 / Tomcat 3.2.1 I tested to verify that the user's PATH can get to java/javac, and I've following the install instructions. I was under the impression (from the doc

[JBoss-user] Stateless session beans with a "little" state

2001-05-06 Thread jonas . bergstrom
Hello. This message is more of a design question, sorry if it doesn't belong to this list. Stateless session beans are usually used to implement service-like features, such as a CalculatorBean which might have functionality for doing certain kind of calculations. The Staless session beans work

[JBoss-user] how to unsubscribe ????

2001-05-06 Thread johnny.hill
I cant find instructions to get off this list on the sourceforge page . can anyone help   thanks

Re: [JBoss-user] oracle integration

2001-05-06 Thread Vinay Menon
Hi, placed classes12.zip in jboss/lib/ext - Good. That is required modified in jboss.jcml:name="DefaultDomain:service=JdbcProvider">name="Drivers">oracle.jdbc.driver.OracleDriver,org.hsql.jdbcDriver,org.enhydra.instantdb.jdbc.idbDriver   - Fine this should load the Oracle JDBC driversadded in jboss

Re: [JBoss-user] could not find the package

2001-05-06 Thread Vinay Menon
Is this .jsp file something you made? I would be very surprised if a package called com.name.package existed! Is this something you need to replace with something else? What EJB are you trying to access? What is its package structure?   Vinay - Original Message - From: Hao Cheng Sent: Sat

Re: [JBoss-user] Strange Behavior?

2001-05-06 Thread Vinay Menon
Why would you want to do that? Shouldn't commit option 'A' work just fine? Greg, do you want to tell us what your transaction setting is?   Vinay - Original Message - From: Rama Rao Sent: Sunday, May 06, 2001 5:48 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Strange Behavior?

Re: [JBoss-user] New User of Jboss

2001-05-06 Thread Vinay Menon
Do you want to try cleaning up the .jar directories under your tmp folder, restart jboss and try a fresh deploy. If it still fails please send the stack trace. Lets see what we can do about it.   Vinay - Original Message - From: Sachin S. Khanna Sent: Sunday, May 06, 2001 7:42 AM To: [EMA

[JBoss-user] Deploying the Petstore app on Jboss.

2001-05-06 Thread Robert Nicholson
Well I downloaded the 1.1.1 patch and fortunately I already have the 1.1.1 source release from javasoft. Despite it no longer being available today. I look at the README in the patch and it points me to a URL that's no longer valid http://www.jboss.org/newsite/documentation/petstore-1.1.1-01.html

[JBoss-user] Jboss Petstore going to be hard without access to jps 1.1.1

2001-05-06 Thread Robert Nicholson
Someone needs to update the patch I think because I didn't see an easy way to obtain the 1.1.1 release on javasoft which the patch requires. ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] CMP and finders: optimized?

2001-05-06 Thread Jakob Braeuchi
hi, on serverside.com there's a pattern called 'Fat-Key' that may help to solve this problem: http://www.theserverside.com/patterns/thread.jsp?thread_id=4540 cheers jakob ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/list