gaaak (RE: [JBoss-user] Exception "Attempt to get lock ref with a null object" with self-referential CMR)

2003-07-06 Thread Brian Topping
p.s. - if anyone here is interested in open source financial accounting, please check out the link! :) > -Original Message- > From: Brian Topping > Sent: Monday, July 07, 2003 4:55 AM > To: JBoss User List (E-mail) > Subject: [JBoss-user] Exception "Attempt to get lock ref w

[JBoss-user] Exception "Attempt to get lock ref with a null object" with self-referential CMR

2003-07-06 Thread Brian Topping
Hi all, Has anyone seen anything like this before? I doing an import of a bunch of records in a file. The entities are created just fine, until I try to set the parent on one of them. The CMR is self-referential -- the parent is a record in the same table. There is only a get/setParent call, n

RE: [JBoss-user] creating virtual host on the fly

2003-06-25 Thread Brian Topping
> -Original Message- > From: Ionel Gardais [mailto:[EMAIL PROTECTED] > Subject: Re: [JBoss-user] creating virtual host on the fly > > Does creating a virtual host is as simple as adding a second Host > element in the > jbossweb-tomcat.sar/META-INF/jboss-service.xml's server > element ?

RE: [JBoss-user] creating virtual host on the fly

2003-06-24 Thread Brian Topping
> -Original Message- > From: Ionel Gardais [mailto:[EMAIL PROTECTED] > Subject: Re: [JBoss-user] creating virtual host on the fly > > > Brian Topping wrote: > > >Yes, read up on the contents of jboss-web.xml. > > > >-b > > > > &g

RE: [JBoss-user] creating virtual host on the fly

2003-06-24 Thread Brian Topping
> -Original Message- > From: Ionel Gardais [mailto:[EMAIL PROTECTED] > Subject: [JBoss-user] creating virtual host on the fly > > Is it possible to create virtual hosts "on the fly" at deploy time ? Yes, read up on the contents of jboss-web.xml. -b ---

[JBoss-user] Adding to Tomcat configuration under 3.2.1/4.1.24

2003-06-24 Thread Brian Topping
Hi all, I'm trying to add a subclass of org.apache.naming.resources.BaseDirContext to a deployment for a specific webapp to implement a VFS for the single webapp. I'm having some problems understanding where to hook this in while Tomcat is running under JBoss. Any ideas? More information about w

RE: [JBoss-user] Jboss and Xdoclet

2003-06-16 Thread Brian Topping
> -Original Message- > From: Marco Tedone [mailto:[EMAIL PROTECTED] > Subject: [JBoss-user] Jboss and Xdoclet > > Can I ask question related to Jboss on xdoclet tasks on this list? Marco, You can ask here, but sometimes the best place to ask them is on the XDoclet user list. Here's why,

RE: [JBoss-user] JBossSX in a cluster

2003-06-15 Thread Brian Topping
gt; security context. Submit an example > ear and two node cluster config description that fails with > the indicated exception. > > > Scott Stark > Chief Technology Officer > JBoss Group, LLC > > > - Original Messag

[JBoss-user] JBossSX in a cluster

2003-06-10 Thread Brian Topping
Hi all, I'm just bringing up my code completely under a cluster for the first time and running into some issues with authentication. Maybe others have seen this before and can make some comments. The environment is set up with two login modules under one JAAS realm, both set as "sufficient". On

RE: [JBoss-user] unsend (Why does my ObjectFactory...)

2003-01-13 Thread Brian Topping
Oh, okay, now I see... finally... this is really interesting stuff! -b --- This SF.NET email is sponsored by: FREE SSL Guide from Thawte are you planning your Web Server Security? Click here to get a FREE Thawte SSL guide and find the answer

[JBoss-user] Why does my ObjectFactory get called on the client JVM?

2003-01-13 Thread Brian Topping
Hi all, This is an obvious mistake to someone who's been here already. This is my first distributed stuff. Can someone point me out of the weeds? I've put a Reference to an ObjectFactory in JNDI. I set up the server, I set up the client. I do a lookup on the object, the ObjectFactory.getObjec

RE: [JBoss-user] [non HTML repost] References & ObjectFactories

2003-01-07 Thread Brian Topping
> From: Scott M Stark [mailto:[EMAIL PROTECTED]] > Subject: Re: [JBoss-user] [non HTML repost] References & > ObjectFactories > Sorry, this is my first time for remoted MBeans, so I'm a little slow. > 1. Expose the security manager interfaces methods as MBean > operations on > the JaasSecurity

[JBoss-user] [non HTML repost] References & ObjectFactories

2003-01-05 Thread Brian Topping
[I've been experimenting with other than plain text lately because it allows for doing things like formatting stack traces in italics and not having them word wrapped at 80 characters. Having a word-wrapped stack trace is about as worthless to me as HTML for someone that doesn't have an HTML email

[JBoss-user] References & ObjectFactories

2003-01-05 Thread Brian Topping
Title: References & ObjectFactories I've been wanting to expose the necessary objects for JaasSecurityManagerServiceMBean to be able to work in a standalone Tomcat for a couple of weeks now, and it's starting to make sense, but not entirely yet.  My experience so far has been w/ web & EJB, so

RE: [JBoss-user] Asking about Schedular Servlet in JBoss

2003-01-04 Thread Brian Topping
.  Note, however, that Andreas added a much more robust scheduler.  This is what the *Provider classes are for. - Original Message - From: Brian Topping To: [EMAIL PROTECTED] Sent: Wednesday, January 01, 2003 5:48 PM Subject: RE: [JBoss-user] As

RE: [JBoss-user] Non-HTTP Servlets?

2003-01-02 Thread Brian Topping
> -Original Message- > From: Rodrigo Chandía [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 02, 2003 7:02 PM > To: [EMAIL PROTECTED] > Subject: [JBoss-user] Non-HTTP Servlets? > > > Hi Everyone: > > Can Servlets be used to handle protocols other than HTTP? Yes, this is quite sta

RE: [JBoss-user] Asking about Schedular Servlet in JBoss

2003-01-01 Thread Brian Topping
I mentioned "quartz" because he mentioned "cron".  Just curious, which JBoss scheduler will allow for cron-type recurring calendar-based triggers to be fired off?  -Original Message-From: Guy Rouillier [mailto:[EMAIL PROTECTED]]Sent: Wednesday, January 01, 2003 3:36 PMTo: [E

RE: [JBoss-user] Standalone Tomcat 4.1 and JAAS

2002-12-31 Thread Brian Topping
rity manager. Its doable since all the > interface objects are > compatible with RMI, its just going to take some work. > > > Scott Stark > Chief Technology Officer > JBoss Group, LLC > > > - Original Message -

[JBoss-user] Help request: Deploying separated EJB and Web containers

2002-12-30 Thread Brian Topping
Title: Help request: Deploying separated EJB and Web containers Hi all, I have an application that is using container-managed authentication via Catalina Realms and would like to deploy it separately of the EJB container.  I've tried a few different setups, but none of them have really pann

RE: [JBoss-user] Asking about Schedular Servlet in JBoss

2002-12-30 Thread Brian Topping
Use Quartz:  http://www.part.net/quartz.html.  Works for me...   -b -Original Message-From: Thaer Hani Al-Ibaisi [mailto:[EMAIL PROTECTED]]Sent: Monday, December 30, 2002 3:48 AMTo: [EMAIL PROTECTED]Subject: [JBoss-user] Asking about Schedular Servlet in JBoss Hi all,

RE: [JBoss-user] java.rmi.MarshalException: error marshalling arguments

2002-12-25 Thread Brian Topping
Title: java.rmi.MarshalException: error marshalling arguments FWIW, I've also tried this configuration with all the jars referenced at http://www.purposesolutions.com/Resources/EclipseJ2EE.html, still no luck.    TIA,   -b -Original Message-From: Brian Topping Sent: Thu

[JBoss-user] java.rmi.MarshalException: error marshalling arguments

2002-12-25 Thread Brian Topping
Title: java.rmi.MarshalException: error marshalling arguments Hi all, I'm working on a client to access a some EJBs on a 3.2B3 server.  The client is a standalone Tomcat 4.1.17 server (no JBoss) with the jbossall-client.jar directly from the server's "client" folder, put in /server/lib.  Th

RE: [JBoss-user] Standalone Tomcat 4.1 and JAAS

2002-12-23 Thread Brian Topping
> -Original Message- > From: David Jencks [mailto:[EMAIL PROTECTED]] > Sent: Saturday, December 21, 2002 9:26 AM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] Standalone Tomcat 4.1 and JAAS > > Why not run "remote" tomcat in micro-jboss with just jmx, > security, and > jndi? The

RE: [JBoss-user] Standalone Tomcat 4.1 and JAAS

2002-12-21 Thread Brian Topping
> -Original Message- > From: Mauricio De Diana [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 18, 2002 4:01 PM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] Standalone Tomcat 4.1 and JAAS > > > You have to use ClientLoginModule on Tomcat side. See > the chapter on Security

RE: [JBoss-user] Standalone Tomcat 4.1 and JAAS

2002-12-18 Thread Brian Topping
ection of meaty bits from both the JBossSecurityMgrRealm and ClientLoginModules. Am I on the right track here? Are there any potential API issues that you know of that would cause this to be impossible from a design standpoint? Thanks for your consideration, -b > ----- Original Message -

RE: [JBoss-user] Standalone Tomcat 4.1 and JAAS

2002-12-18 Thread Brian Topping
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Subject: RE: [JBoss-user] Standalone Tomcat 4.1 and JAAS > > If a class cannot be found, it will usually throw a > ClassNotFoundException. > A NoClassDefFoundError error means that the RealmBase class > was found,

RE: [JBoss-user] Standalone Tomcat 4.1 and JAAS

2002-12-18 Thread Brian Topping
there something simple that I am missing? RealmBase is in catalina.jar, so there's no good reason why it shouldn't be found. I presume there is something else missing. Any ideas? Thanks!!! -b > -Original Message----- > From: Brian Topping > Sent: Wednesday, December 18, 2

RE: [JBoss-user] Virtual Hosts

2002-12-18 Thread Brian Topping
> From: Valter Nogueira [mailto:[EMAIL PROTECTED]] > Subject: RE: [JBoss-user] Virtual Hosts > > What you mean is that we can't refer directly to IP address, > as I usually do > when developing, and I should config a hosts file (or DNS) to > assign apps to > IP and use the app name. yes, that

RE: [JBoss-user] Virtual Hosts

2002-12-18 Thread Brian Topping
> -Original Message- > From: Valter Nogueira [mailto:[EMAIL PROTECTED]] > Subject: RE: [JBoss-user] Virtual Hosts > > Will app1.myhost.com and app2.myhost.com respond to the same > IP address? Yes > If yes how a remote computer switch between app1 and app2, > since conection > is ulma

RE: [JBoss-user] Virtual Hosts

2002-12-18 Thread Brian Topping
> -Original Message- > From: Valter Nogueira [mailto:[EMAIL PROTECTED]] > Subject: RE: [JBoss-user] Virtual Hosts > > I thought that tag was about a server name like > www.myhost.com. And this make me really confuse. > > Shouldn't www.myhost.com be setted at DNS or hosts file? Tomcat r

RE: [JBoss-user] Start JBoss 3 upon Linux Reboot

2002-12-18 Thread Brian Topping
There's a really great script called "jboss_init_redhat.sh" that's in the distribution for 3.2.  It works like a champ!   hth,   -b -Original Message-From: Mike Lecza [mailto:[EMAIL PROTECTED]]Sent: Wednesday, December 18, 2002 7:33 AMTo: [EMAIL PROTECTED]Subject: [JBoss-use

RE: [JBoss-user] Virtual Hosts

2002-12-18 Thread Brian Topping
> -Original Message- > From: Valter Nogueira [mailto:[EMAIL PROTECTED]] > Subject: [JBoss-user] Virtual Hosts > > > Hi everybody, > > I am really sorry to bother you with such fool question. > After reading some > answers and docs, I can't estabilsh virtual hosts. You should read the

[JBoss-user] Standalone Tomcat 4.1 and JAAS

2002-12-18 Thread Brian Topping
Hi all, I'm trying to get a standalone Tomcat 4.1 instance to use the JAAS authentication realm of a remote JBoss 3.2 instance. This is a standalone "downloaded from Apache" instance of Tomcat, not one running under JBoss. Using VM arguments, I'm able to mesh the JNDI tree and remote EJB calls wo

RE: [JBoss-user] cmp mapping question

2002-12-16 Thread Brian Topping
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf Of Eric Kaplan > Sent: Sunday, December 15, 2002 12:24 PM > To: Jboss-User > Subject: [JBoss-user] cmp mapping question > > > 1. I've only seen cmp beans specify mapping to individual

[JBoss-user] java.lang.LinkageError -- help!

2002-12-09 Thread Brian Topping
Hi all, I'm stumped on a problem that I wondered if anyone recognizes. I've set up Quartz (http://www.part.net/quartz.html) as a SAR and have no problem repeatedly launching JBoss 3.0.4/Tomcat 4.1.x with it installed. Then I have a session bean that calls Quartz, into the SAR, through an Initia

RE: [JBoss-user] JBoss migration

2002-09-22 Thread Brian Topping
> -Original Message- > From: Marius Kotsbak [mailto:[EMAIL PROTECTED]] > Subject: Re: [JBoss-user] JBoss migration > > > Pete Beck wrote: > > >Dear JBoss users, > >One of the challenges I have found with JBoss is migrating to new > >versions. > > > I agree. At least, we should get a lis

RE: [JBoss-user] Deploying Cocoon 2.0.3 in JBoss 3.0.2 with Embedded Catalina 4.0.4

2002-09-20 Thread Brian Topping
I don't know if this helps or not, but it would probably help others to know whether you can unpack the war into the deploy directory and see if it starts working. In other words, move the cocoon.war file into another directory or rename it, then unpack the war file into a *directory* named cocoo

RE: [JBoss-user] Virtual hosting question

2002-09-19 Thread Brian Topping
ty. I'll have to look > into the tomcat behavior. > > > Scott Stark > Chief Technology Officer > JBoss Group, LLC > xxxx > > - Original Message - > From: "Brian Topping" <[EMAIL PROTECTED]> &

RE: [JBoss-user] Virtual hosting question

2002-09-18 Thread Brian Topping
t; xxxx > > - Original Message - > From: "Brian Topping" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, September 18, 2002 8:10 AM > Subject: [JBoss-user] Virtual hosting question > > > Hi guys, > > I ha

[JBoss-user] Virtual hosting question

2002-09-18 Thread Brian Topping
Hi guys, I have map a different war deployment at the root of several different name-based virtual hosts. In other words, http://a.foo.com and http://b.foo.com should map directly to separate .war files. Right now, I have two separate war deployments, each with a jboss-web.xml. They look like:

[JBoss-user] Jetty and Container Managed Auth

2002-09-10 Thread Brian Topping
Hi all, Is there anything special that I have to do to set up Container Managed Authentication on Jetty besides setting up the security realm and making sure that my application web descriptor points to it? An application that works fine under Tomcat, but no dice under Jetty. The error that I g

[JBoss-user] *SOLVED* (SecurityException *after* secured method return)

2002-09-07 Thread Brian Topping
> -Original Message- > From: Brian Topping > Sent: Saturday, September 07, 2002 12:40 AM > To: [EMAIL PROTECTED] > Subject: [JBoss-user] SecurityException *after* secured method return > Sorry, this is something else angh!!! Back to the regularly scheduled

[JBoss-user] SecurityException *after* secured method return

2002-09-06 Thread Brian Topping
Good day all, I'm having a problem with a method of one of my session beans, I'm getting a "SecurityException: No method permissions assigned to method=createSite, interface=REMOTE". What's strange is that the container is throwing this exception *after* the method executes. I've stepped throug

RE: [JBoss-user] problems with multiple login modules.

2002-07-31 Thread Brian Topping
Is this fixed? I'm running 3.0.1RC1 and also having a problem. Is it me? Possibly. Probably... Config: java:/OracleDS

[JBoss-user] "Unpack WAR" option w/ Tomcat

2002-07-30 Thread Brian Topping
Hiyas, I suppose this question has been asked a thousand times and I am just not finding it, but is there a way to have the 3.x/Tomcat deployer unpack my WAR and run from there? I'd like to be able to make changes to view components on a running development system without having to redeploy the

RE: [JBoss-user] CMP Deployment with

2002-07-30 Thread Brian Topping
te: > > Hi, > > I would suggest to use a mbean packaged within your app which has a > > dependency on the deployed ejbs. This mbean would do a lookup on the > > userBean and creates the superuser or does a direct SQL call. > > hth, > > Burkhard > > &g

[JBoss-user] CMP Deployment with

2002-07-27 Thread Brian Topping
Hi, Is there any way to trigger a user script after is complete? I'm thinking this would be good for early testing purposes, I'd like to add a superuser entry to the generated users tables after they are deployed. This would be ideal for Ant to do, but Ant can't tell when the deployer is done w

RE: [JBoss-user] Multityped Collection in CMP

2002-07-11 Thread Brian Topping
think it is legal, but I have been wrong before. > > -dain > > Brian Topping wrote: > > Collective Brain: > > > > I'm wondering if it is legal under CMP to have a Collection > that does not > > have a single type of object in it. In other words, for

[JBoss-user] Multityped Collection in CMP

2002-07-11 Thread Brian Topping
Collective Brain: I'm wondering if it is legal under CMP to have a Collection that does not have a single type of object in it. In other words, for a Person object, I would have a 'Collection attribute' that had a CustomerLocal object, two AddressLocal objects, an EmployeeLocal object, etc. Tha

RE: [JBoss-user] Design Question

2002-07-10 Thread Brian Topping
is how to manage the problem, it's not going to disappear because it's "hard". I know, small businesses don't need all this. Same businesses that will be small forever. Think small, stay small. I'm sure not going to be remembered on the same page as Egghead...

RE: [JBoss-user] Design Question

2002-07-09 Thread Brian Topping
How about using an entity bean against a separate data source pointing at a memory DB such as hypersonic? You could configure it not to cache, then when the process died, your single data entry would go with it. To prime the db, the operator would hit an operator page that also had access to tha

RE: [JBoss-user] Re: any stuts users out there?

2002-07-09 Thread Brian Topping
more specific > > than "Re: Contents of JBoss-user digest..." > > > > > > Today's Topics: > > > >1. Re: JBoss3.0 -- any stuts users out there? (Alex Loubyansky) > >2. Re: JBoss 3.0 Quick Guide (Bruno) > >3. Re: Running diffe

[JBoss-user] JBoss3.0 -- any stuts users out there?

2002-07-09 Thread Brian Topping
k, hopefully i'm "real close now"... any other jboss 3 / struts 1.1 users out there that can help? someone on the struts list reminded me that the struts.jar belonged in the app.war's web-inf/lib folder, not as a peer to the app.war. that could theoretically solve the problem with the getResourc

RE: [JBoss-user] OracleDS binding on 3.0.1RC1?

2002-07-08 Thread Brian Topping
ld. best, -b > -Original Message- > From: Bob Cotton [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 08, 2002 5:24 PM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] OracleDS binding on 3.0.1RC1? > > > >>>>> "Brian" == Brian Topping <[E

RE: [JBoss-user] [SOLVED] OracleDS binding on 3.0.1RC1?

2002-07-08 Thread Brian Topping
> You can include both in an .ear with a jboss-app.xml to get the > oracle-service.xml deployed, or change the names of the > packages -- I think > 10oracle-service.xml and 20myejbs.jar will work. > > david jencks > > On 2002.07.08 14:27:16 -0400 Brian Topping wrote: > &

RE: [JBoss-user] weblogic --> 3.0.0 --> 3.0.1 very buggy

2002-07-08 Thread Brian Topping
> -Original Message- > From: Dain Sundstrom [mailto:[EMAIL PROTECTED]] > Subject: Re: [JBoss-user] weblogic --> 3.0.0 --> 3.0.1 very buggy > > The Oracle drivers are very buggy. The only reason they work with > weblogic is bea coded around Oracle specific bugs. At JBoss > we try not

RE: [JBoss-user] OracleDS binding on 3.0.1RC1?

2002-07-08 Thread Brian Topping
Even suggestions of how I can start to trace down this problem, where to look, etc. would be appreciated... best, -b > -Original Message- > From: Brian Topping > Sent: Monday, July 08, 2002 2:27 PM > To: [EMAIL PROTECTED] > Subject: [JBoss-user] OracleDS bind

[JBoss-user] OracleDS binding on 3.0.1RC1?

2002-07-08 Thread Brian Topping
G'day! Wondering if anyone has a solution to this. I'm trying to regress a classloader problem that I am having with 3.0 release, figured i would try 3.0.1RC1. I added classes12.jar to server/default/lib put my oracle-service.xml into server/default/deploy and the OracleDS reports it was bound

[JBoss-user] Troubleshooting Classloader -- transitive closure issue

2002-06-18 Thread Brian Topping
Hi all, I'm trying to fix a problem in my code with a missing library, but having a lot of problem understanding exactly which library is missing. The exception that is getting thrown is incorrect. The class is being loaded by a servlet running under Tomcat, so I suppose that Tomcat is using th

RE: [JBoss-user] WinCvs write access to JBoss in SourceForge

2002-05-31 Thread Brian Topping
> -Original Message- > From: Guy Rouillier [mailto:[EMAIL PROTECTED]] > Subject: Re: [JBoss-user] WinCvs write access to JBoss in SourceForge > > Hmmm, as I noted in my second message > > :ext:[EMAIL PROTECTED]:/cvsroot/jboss > > does NOT work for me using WinCvs/PUTTY. The following d

RE: [JBoss-user] OT: WEB-INF v. web-inf

2002-05-29 Thread Brian Topping
WEB-INF, I've no idea what will happen on a > case-insensitive system. > > You might end up with this situation in a war that has been > unpacked and > repacked on different systems. > > > Jules > > > Brian Topping wrote: > > Hi all, > > &g

[JBoss-user] OT: WEB-INF v. web-inf

2002-05-29 Thread Brian Topping
Hi all, This is off topic, but was hoping someone might recognize my problem here. I've noticed some of the WAR files I have been building with ant have had a problem with the WEB-INF directory name being lower-cased. Seems Catalina can't find web.xml as a result. I opened a WAR I built for

RE: [JBoss-user] Compiling JBoss 3.x CVS head with Catalina

2002-05-26 Thread Brian Topping
sversion.major=3version.minor=1version.revision=0version.tag=alphatomcat.server.root=/usr/local/Java/servlets/jakarta-tomcat-4.0.3-LE-jdk14 catalina 1208>build.batCalling ..\tools\bin\ant.batBuildfile: build.xmlmain:   BUILD SUCCESSFUL   Total time: 7 seconds xxxxxxxxScott S

RE: [JBoss-user] where is the doc?

2002-05-25 Thread Brian Topping
If you are looking for free docs, check out http://www.jboss.org/online-manual/HTML/index.html. I would suggest buying the $10 manual from http://www.jboss.org/doco.jsp though. It is the PDF of the book that is out there. Mostly covers 2.4, which is a good place to start learning on your own

RE: [JBoss-user] Compiling JBoss 3.x CVS head with Catalina

2002-05-25 Thread Brian Topping
alling ..\tools\bin\ant.batBuildfile: build.xmlmain:   BUILD SUCCESSFUL   Total time: 7 seconds Scott StarkChief Technology OfficerJBoss Group, LLC - Original Message - From: Brian Topping To:

[JBoss-user] Compiling JBoss 3.x CVS head with Catalina

2002-05-25 Thread Brian Topping
Can anyone drop me a line on what the build command for 3.x with Catalina looks like under Windoze?   I'm able to build with Jetty, I just can't figure out the build system or the instructions with the -D on the build line.  Maybe a real-life example would help, I'll submit one after I get

RE: [JBoss-user] DeploymentException: InputStream cannot be null

2002-05-18 Thread Brian Topping
> -Original Message- > From: Scott M Stark [mailto:[EMAIL PROTECTED]] > Subject: Re: [JBoss-user] DeploymentException: InputStream cannot be > null > > Show a jar -tvf of the ear. 0 Sat May 18 19:50:30 EDT 2002 META-INF/ 48 Sat May 18 19:50:30 EDT 2002 META-INF/MANIFEST.MF 83

RE: [JBoss-user] DeploymentException: InputStream cannot be null

2002-05-18 Thread Brian Topping
> -Original Message- > From: Scott M Stark [mailto:[EMAIL PROTECTED]] > Subject: Re: [JBoss-user] DeploymentException: InputStream cannot be > null > > > And this is located at ear/META-INF/application.xml? The location > says it is not. yes, the app.xml is in ear/META-INF. Is there

[JBoss-user] DeploymentException: InputStream cannot be null

2002-05-18 Thread Brian Topping
Hi all, My name is Brian, I'm new to the list, just getting started with JBoss, but was fortunate enough to go to the JBoss Internals training in SF with Marc and Dain. If any of you are fortunate enough to make the time and energy for either of the next two sessions -- GO! It was awesome!