Re: [JBoss-user] 3.0.1 client InitialContext

2002-08-12 Thread Stephen Coy
We use the following to run standalone junit tests without problems: java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces java.naming.provider.url=localhost I imagine you just need to change 'localhost' to '192.168.0.

[JBoss-user] 3.0.1 client InitialContext

2002-08-12 Thread G.L. Grobe
I'm still trying to get my stuff ported from 2.4.4 to 3.0.1. This was working fine w/ 2.4.4.   Using the following jndi.properties config, I get the NoInitialContextException error below. I have the JNDI_RESOURCE variable set to this file and it's also in the CLASSPATH. I've also copied every

Re[2]: [JBoss-user] way to see if a class is JAAS protected

2002-08-12 Thread Alex Loubyansky
means that any authenticated principal could access the method(s). Do you access the bean being authenticated? I guess, no (principal is null). Tuesday, August 13, 2002, 12:20:19 AM, you wrote: ECSS> Hey scott, I know that (source of permissions), but i tried to uncheck ECSS> the ejb and it do

Re: [JBoss-user] help with url-pattern

2002-08-12 Thread Alex Loubyansky
Hello Seth, do you have http-server set up? if you are running just jboss with jetty or tomcat you should specify a port number. default is 8080. Monday, August 12, 2002, 10:48:09 PM, you wrote: SL> Hello, SL> I have a simple webapp that I'm trying to port to JBoss. My web.xml SL> includes t

[JBoss-user] Clustered HttpSession with Tomcat

2002-08-12 Thread Greg Turner
I have installed jboss-3.0.1_tomcat-4.0.4 onto 2 networked machines I have copied jbossha-httpsession.sar into all/deploy and run the all configuration. From the output in the command console on both machines, it appears that clustering is turned on. If I were using Jetty, I would add jetty-web

Re: [JBoss-user] What does section: in verifier point to?

2002-08-12 Thread Andreas Kuckartz
> > I have a verifier warning and see one line that's: > > Section: 7.10.6 > > > > I'm guessing it refers to a document, but durned if I can figure out > which! > The ejb spec. It should be the 2.0 spec, but some comments > may be referring to the 1.1 spec still. Some comments still are referrin

Jetty versus Tomcat (Re: [JBoss-user] JBoss 3.0.1 + Tomcat Release?)

2002-08-12 Thread Andreas Kuckartz
Any hints regarding differences between Jetty and Tomcat ? Which one is better (and why)? Andreas --- This sf.net email is sponsored by: Dice - The leading online job board for high-tech professionals. Search and apply for tech jobs today! h

Re: [JBoss-user] JBoss 3.0.1 + Tomcat Release?

2002-08-12 Thread Scott M Stark
The jboss-3.0.1_tomcat-4.0.4 is available now.   Scott StarkChief Technology OfficerJBoss Group, LLC - Original Message - From: Luttrell, Peter To: [EMAIL PROTECTED] Sent: Monday, August 12, 2002 9:53 AM Subject: [J

Re: [JBoss-user] ClusteredHttpSession Question

2002-08-12 Thread Joao Clemente
- On Fri, 09 Aug 2002 14:05:34 -0700 Greg Turner <[EMAIL PROTECTED]> wrote: > I am looking for a free software solution to load balance http requests > to multiple instances of JBoss/Jetty in a cluster inorder to test > ClusteredHttpSessions. Any ideas? What does everyo

Re: [JBoss-user] Netboot

2002-08-12 Thread Greg Turner
You might think about configuring the demo to use JBoss internal Hypersonic database, which would negate the requirement that the demo communicate with your machine. Then it becomes a problem of populating the database with data. If its a lot of data, then perhaps your original idea is better.

RE: [JBoss-user] Netboot

2002-08-12 Thread Bill Burke
Don't understand why you need the JBoss server A. Why not just communicate directly to B? Anyways. You could write a JRMPInvoker that simply forwards requests to Server B. You may have to worry about firewalls and such too. Let us know if you ever implement this. Bill > -Original Messag

Re: [JBoss-user] Netboot

2002-08-12 Thread David Jencks
I would investigate whether you can make a partially functional demo version of your app using the all-java hsqldb that comes with jboss: then the entire app + jboss can be downloaded via netboot. I would expect the trip between jboss instances in your proposal would give users an unrealistically

AW: [JBoss-user] Netboot

2002-08-12 Thread Stefan Groschupf
>Does it make sense (from a technical point of view) ? So far, you don't include a evolution security mechanism, it make no sense on a business point of view. I believe to know, that the customer can save the downloaded files? Or isn't it? stefan -

Re: [JBoss-user] JBoss 3.0.1 : Jetty integration

2002-08-12 Thread Jules Gosnell
Felix, It looks as if someone is passing a jboss jmx format configuration to a a Jetty configuration parser. It looks as if this is happening a startup - not upon deployment of a webapp. The only file read by Jetty at startup, in which and nodes appear is the jbossweb.sar/META-INF/jboss-se

[JBoss-user] Netboot

2002-08-12 Thread Dimitri Pissarenko
Hello! I've looked at the Netboot demo on the JBoss web-site. Being quite impressed by its functionality, I'm considering to use this feature in the following way. I'm currently working on an application which is based on EJB and is being developed for several research institutions located in di

Re: [JBoss-user] way to see if a class is JAAS protected

2002-08-12 Thread Emerson Cargnin - SICREDI Serviços
Hey scott, I know that (source of permissions), but i tried to uncheck the ejb and it doesn't work either. I got the error when using create of Home. cadastro/FacadeTeste * my test: Object ref

RE: [JBoss-user] Anyone using JBoss 3 for Swing apps?

2002-08-12 Thread Ryan Marsh
I'm currently developing rich GUI apps using Swing and JBoss on the backend. -ryan On Mon, 2002-08-12 at 10:48, Saroj Kumar wrote: > Hi Greg, > > Pls. excuse this post off the list. > > I went to your site and saw that there is a demo for use of MBEAN to > store config vars. > > I would

[JBoss-user] url-pattern solved

2002-08-12 Thread Seth Ladd
After reading the servlet spec, it appears that /something/*/something is not allowed as a url-pattern. I'm sorry for the confusion. Thanks very much, Seth smime.p7s Description: S/MIME Cryptographic Signature

[JBoss-user] url-pattern followup

2002-08-12 Thread Seth Ladd
My apologies, In a follow up to my previous question, I forgot to include some of the most basic information of my environment: I am using JBoss 3.0.0 w/ Jetty. This is on Linux, running the IBM 1.3 JVM. Thanks very much, Seth smime.p7s Description: S/MIME Cryptographic Signature

[JBoss-user] help with url-pattern

2002-08-12 Thread Seth Ladd
Hello, I have a simple webapp that I'm trying to port to JBoss. My web.xml includes this servlet mapping: Example /control/*/person When I try this URL: http://example.com/context/control/43434/person I get a 404. This pattern works in other containers (weblogic and resin). Does

Re: [JBoss-user] Directory structure for using Jboss with Eclipse

2002-08-12 Thread Holger Baxmann
matt, my main goal for using jboss.org is _not_ the development of some fancy (sorry, ejb fans) technology, it is using the fabulous infrastructure of the jmx implementation in jboss the webos for business applications. > >if we have eclipse as an mbean then we will have the ucl above the whole

Re: Re[3]: [JBoss-user] SAR deployement

2002-08-12 Thread David Jencks
There was a problem with registering UnifiedClassLoaders with the wrong LoaderRepository. I believe it is fixed in cvs head and probably 3.2 david jencks On 2002.08.12 13:20:07 -0400 Alex Loubyansky wrote: > > Solved it by commenting loader-repository in jboss-app.xml and didn't > meet problem

RE: [JBoss-user] Swing to Session Bean

2002-08-12 Thread Maris Orbidans
Also use BusinessDelegate pattern. > -Original Message- > From: Saroj Kumar [mailto:[EMAIL PROTECTED]] > Sent: Monday, August 12, 2002 5:31 PM > To: [EMAIL PROTECTED] > Subject: RE: [JBoss-user] Swing to Session Bean > > > Use EJBHomeFactory pattern > > -Original Message- > Fr

Re: [JBoss-user] Anyone using JBoss 3 for Swing apps?

2002-08-12 Thread Greg Turner
Sure.  Please send me this request offline, so that I can reply offline. Greg     Saroj Kumar wrote:  Hi Greg,Pls. excuse this post off the list.I went to your site and saw that there is a demo for use of MBEAN to store config vars.I would like to see the source files but i could not download the

Re[3]: [JBoss-user] SAR deployement

2002-08-12 Thread Alex Loubyansky
Solved it by commenting loader-repository in jboss-app.xml and didn't meet problems with deployment on startup as in the first post in the thread. But what's wrong with loader-repository? alex Monday, August 12, 2002, 8:12:27 PM, you wrote: AL> Hello Burkhard and all, BV>> Hmmm, BV>> For a s

[JBoss-user] More problems

2002-08-12 Thread Nir Oren
Hi... I managed to solve my problem with the xdoclet tags, but am now facing further obstacles: The database seems to have been created as appropriate, but when I try to set a unidirectional field, it appears not to get updated in the db. The following code extract illustrates this: /** @ejb:

Re[2]: [JBoss-user] SAR deployement

2002-08-12 Thread Alex Loubyansky
Hello Burkhard and all, BV> Hmmm, BV> For a start put the mysql jar from the META-INF dir to the root dir of the BV> sar... Sorry, I wrongly pictured the ear's structure. Here is the correct one. dbdrvsar.ear: META-INF/ META-INF/MANIFEST.MF META-INF/application.xml META-INF/jboss-app.xml dbdrvsa

Re: RE : [JBoss-user] Directory structure for using Jboss with Eclipse

2002-08-12 Thread Igor Fedorenko
Michael Mattox wrote: >> Hi, for development I use uncompressed wars inside the >> server/default/deploy directory. Any servlet/JSP/EJB should run >> exactly the same in JBoss within eclipse as it runs outside. > > > But how do you partition your code? Or do you use ANT to deploy? > I'm ho

[JBoss-user] JBoss 3.0.1 + Tomcat Release?

2002-08-12 Thread Luttrell, Peter
Is there going to be a JBoss3.0.1 + Tomcat build posted to sourceforge and jboss.org?   In the past the tomcat integration builds have been posted about a day after the jetty releases, but not in this case. Does this represent a change in direction for tomcat releases?   There is another th

Re: RE : [JBoss-user] Directory structure for using Jboss withEclipse

2002-08-12 Thread Marius Kotsbak
On Mon, 2002-08-12 at 18:10, Michael Mattox wrote: > > Hi, for development I use uncompressed wars inside the > > server/default/deploy directory. Any servlet/JSP/EJB should > > run exactly the same in JBoss within eclipse as it runs outside. > > But how do you partition your code? Or do you u

RE: [JBoss-user] Directory structure for using Jboss with Eclipse

2002-08-12 Thread Matt Munz
bax, Some of the functionality you propose interests me. Could you clarify the following? >if we have eclipse as an mbean then we will have the ucl above the whole >eclipse infrastructure, By this do you mean Universal Class Loader? What is the main gain in functionality here? Is the purpose

RE : [JBoss-user] Directory structure for using Jboss with Eclipse

2002-08-12 Thread Michael Mattox
> Hi, for development I use uncompressed wars inside the > server/default/deploy directory. Any servlet/JSP/EJB should > run exactly the same in JBoss within eclipse as it runs outside. But how do you partition your code? Or do you use ANT to deploy? I'm hoping to do it without ANT so I can u

RE: [JBoss-user] Anyone using JBoss 3 for Swing apps?

2002-08-12 Thread Saroj Kumar
Title: Message Hi Greg,   Pls. excuse this post off the list.   I went to your site and saw that there is a demo for use of MBEAN to store config vars.   I would like to see the source files but i could not download them.   I would be greatful if you could send me those files.   Thanks, S

Re: [JBoss-user] Directory structure for using Jboss with Eclipse

2002-08-12 Thread Holger Baxmann
hi greg, thank you for the flowers [do not know if it has the same meaning in english, ask dr. jung for details :]. i'll keep the community infomed - we have an actually project that needs exactly this ... ... but only in conjunction with a mature security and identity infrastructure - especial

AW: [JBoss-user] Directory structure for using Jboss with Eclipse

2002-08-12 Thread Stefan Groschupf
>just doing that So far your nickname at the eclipse news server is not Joel, you are not alone.. See "Plugin ClassLoader Bug?" stefan --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _

Re: [JBoss-user] Directory structure for using Jboss with Eclipse

2002-08-12 Thread Marius Kotsbak
I'm using eclipse developing EJBs for jboss without problems. Just do it as in whatever other IDE, using a src-directory. Debugging EJBs is also no problem with the EASIE-plugin. Just set the breakpoints on in the code,that is compiled (with ant) and deployed on the jboss you have specified to EA

Re: [JBoss-user] Directory structure for using Jboss with Eclipse

2002-08-12 Thread Francisco Andrades
Hi, for development I use uncompressed wars inside the server/default/deploy directory. Any servlet/JSP/EJB should run exactly the same in JBoss within eclipse as it runs outside. Francisco Andrades www.NextJ.com > - Original Message - > From: "Michael Mattox" <[EMAIL PROTECTED]> > To: <

Re: [JBoss-user] Directory structure for using Jboss with Eclipse

2002-08-12 Thread Greg Turner
Holger, I am very interested in unusual uses for JBoss, so please do keep us informed of your progress on this project. I think you have a good concept. Holger Baxmann wrote: > if we have eclipse as an mbean then we will have the ucl above the whole > eclipse infrastructure, the whole webos jm

RE: [JBoss-user] JBoss 3.0.x and PostgresDS

2002-08-12 Thread Saroj Kumar
In file , Do it like (For ORACLE): java:/OracleDS Oracle8 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Allan Kamau Sent: Monday, August 12, 2002 1:11 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] JBoss 3.0.x and PostgresDS I ha

Re: [JBoss-user] JBoss/Tomcat Question

2002-08-12 Thread Greg Turner
I believe this is a necessary but insufficient condition for running clustered http sessions.  I mean, you have to also tell the tomcat specific code to hook into the JBoss clustering code because it is tomcat code that implements the servlet API. scott ditzenberger wrote: Greg, I think you need

Re: [JBoss-user] How to deploy Mbean in JBOSS 3

2002-08-12 Thread Holger Baxmann
> Pls. explain the process of deploying Mbean in JBOSS3. It does not have > any jboss.jcml in this version. > pls. explain why do you not read the getting started guide at http://prdownloads.sourceforge.net/jboss/JBoss.3.0QuickStart.Draft3.pdf? download and http://prdownloads.sourceforge.net/jbo

Re: [JBoss-user] Directory structure for using Jboss with Eclipse

2002-08-12 Thread Holger Baxmann
if we have eclipse as an mbean then we will have the ucl above the whole eclipse infrastructure, the whole webos jmx infrasturcture [and not the ugly win's, X's with their ugly filesystems] as a support for the eclipse and all the plugins, jndi federated namespaces - and last, but not least: a fro

Re: [JBoss-user] ClusteredHttpSession Question

2002-08-12 Thread Jules Gosnell
I didn't write the jbossha-httpsession stuff (Sacha/Bill did). So I cannot be sure that this is implemented, but I would be very surprised if not. If you bounce a node, it should rejoin it's group and then sync it's entire state from another member of that group. 3.0.1 also contains a CMPStor

Re: [JBoss-user] Oracle sequence with CMP

2002-08-12 Thread Holger Baxmann
the bmp choice is "select mysequence.next from dual;" for oracle and in the case of cmp the entitypersistancemanager will compute the pk. but have a look at: GUIDs without Singletons and Databases http://www.theserverside.com/patterns/thread.jsp?thread_id=4976 and CMP Primary Key Sequence Gene

RE: [JBoss-user] Directory structure for using Jboss with Eclipse

2002-08-12 Thread Matt Munz
bax, I'm curious. How do you plan to use Eclipse-embedded-in-jboss? - Matt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Holger Baxmann Sent: Monday, August 12, 2002 8:26 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Directory structure for

RE: [JBoss-user] Swing to Session Bean

2002-08-12 Thread Saroj Kumar
Use EJBHomeFactory pattern -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Arijit Ghosh Sent: Monday, August 12, 2002 1:21 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] Swing to Session Bean Hi, I would like to use a swing component as my client whic

[JBoss-user] How to deploy Mbean in JBOSS 3

2002-08-12 Thread Saroj Kumar
Hi All, Pls. explain the process of deploying Mbean in JBOSS3. It does not have any jboss.jcml in this version. TIA, Saroj --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf __

[JBoss-user] How to ensure that Singleton class is not garbage collector

2002-08-12 Thread Saroj Kumar
Hi All, I was just wondering under what circumstances a Singleton class is garbage collected in JBOSS. How do we prevent it? JDK1.2 + --> A class loaded by local/system classloader is not garbage collected untill all the classes loaded by this classloader are dereferenced. How do we achieve thi

[JBoss-user] Oracle sequence with CMP

2002-08-12 Thread Anthony Geoghegan
Is there anyway of using an Oracle sequence with CMP in JBOSS 3.0.1? Any indication I have is that you must use BMP Best Regards, Anthony Geoghegan. J2EE Developer CPS Ireland Ltd. --- This sf.net email is sponsored by:ThinkGeek Welcome to geek

RE : [JBoss-user] Directory structure for using Jboss with Eclipse

2002-08-12 Thread Michael Mattox
Title: Message What I'm wanting to do is have eclipse compile the files to a place where JBoss will be looking for them, so they will be deployed automatically.  This is how people say they use the hotswapping debugging features but I have no idea how this is actually set up.  I'm trying to

Re: [JBoss-user] Directory structure for using Jboss with Eclipse

2002-08-12 Thread Holger Baxmann
hi all, is anybody on the way or simply interested in having eclipse running inside the jboss as an mbean ? thanks bax - Original Message - From: "Michael Mattox" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 12, 2002 12:00 PM Subject: [JBoss-user] Directory structure

[JBoss-user] JBoss-3.0.1 Stopping Axis fails

2002-08-12 Thread Maris Orbidans
I have noticed this in JBoss 3.0.0 as well. Configuration "all". Maris Orbidans 14:51:47,201 ERROR [AxisService] Stopping failed java.lang.NullPointerException at org.jboss.deployment.SubDeployerSupport.stopService(SubDeployerSupport.java:110 ) at org.jboss.net.axis.server.Ax

Re: [JBoss-user] Directory structure for using Jboss with Eclipse

2002-08-12 Thread Jonathan . O'Connor
Michael, I'm not sure if I can help, but here's what we do with JBoss and Eclipse. We have our own ANT build script which can run outside of all IDEs. We set up an external run command to run this script for a full build. It has its own dirctory structure with build directories for any generated f

RE: [JBoss-user] Receive timed out

2002-08-12 Thread Sacha Labourey
you need to set correctly your jndi settings in jndi.properties for the *client* (it must be on the client classpath). > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de > [EMAIL PROTECTED] > Envoyé : lundi, 12 août 2002 12:16 > À : [EMAIL PROTECTED]

[JBoss-user] Receive timed out

2002-08-12 Thread Daniel.Santos.Ext_Pararede
Hello ! I have a simple session bean. Also have a client that calls a method on the session bean. The initial context is obtained, but when I go get the home interface the following exception is thrown to the client : javax.naming.CommunicationException: Receive timed out. Root exception is j

[JBoss-user] Directory structure for using Jboss with Eclipse

2002-08-12 Thread Michael Mattox
I installed the EASIE Jboss plugin for Eclipse and that is working properly (I can start and stop Jboss with the menu). Now I'm having trouble configuring my project for Jboss. I'm not sure how to organize the directory structure. If someone using Jboss with Eclipse can tell me how they organiz

Re: [JBoss-user] JBoss/Tomcat Question

2002-08-12 Thread jboss-user
You can easily migrate fom 3.0. Just copy catalina dir from 3.0 into 3.0.1 and remove jbossweb.sar directory from deploy and copy tomcat4-service.* from 3.0 deploy into 3.0.1 deploy dir. Should work...:) Martin Vanek > Is there going to be a release of > JBoss-3.0.1Final/Tomcat-4.0.3 ? > Greg

[JBoss-user] Swing to Session Bean

2002-08-12 Thread Arijit Ghosh
Hi, I would like to use a swing component as my client which will be accessing the stateless session beans. Any pointers for this ? What should be the design strategy as I want to use the swing component for the presentation layer only and would like to do the lookup in some interface between swi

RE: [JBoss-user] URGENT-Lifecycle of the property file

2002-08-12 Thread Sacha Labourey
Hello, why don't you put it in the JAR/WAR/EAR of your application? It will always be part of your classpath and you will be able to cycle it with your application. Cheera, Sacha > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de Pr

[JBoss-user] JBoss 3.0.x and PostgresDS

2002-08-12 Thread Allan Kamau
I have successfully configured and deployed the PostgresDS on JBoss-3.0.0 now I seem to be stuck in getting JBoss use PostgresDS as CMP of my EJBs in place of the DefaultDS. What additional configurations are required (is jboss.xml used in JBoss-3.0.x for the same?) Allan. _

[JBoss-user] URGENT-Lifecycle of the property file

2002-08-12 Thread Preeti Sood
In the application I am working on the need is to have a propertyfile for various configurable parameters. How can I ensure the life cycle of this file. If I put it in the server/default/conf folder the is it always available Regards, Preeti --