RE: [jBoss-User] Java Service

2000-07-18 Thread Dave Smith
This is pretty complex. I have used RunExecSvc for Orion and there is no reason why it should not work for jBoss. http://www.winwinsoft.com/goodies/RunExeSvc/index.html Look at the orion support page http://www.orionsupport.com/?key=orserv for an example of using this. Dave Smith Senior Team

[jBoss-User] Java Service

2000-07-18 Thread Joe Shevland
Hi all, Firstly, apologies if anyone's actually trying to get at the JAWS archives/mailing list yesterday and today, I'm in the middle of fixing this up. This will be fixed by 9:00 EST Thursday at latest. On another note I started to look into a VC++ service wrapper for jBoss (under NT/2k) bu

RE: [jBoss-User] Mapping jdbc/Databasename into StatelessSession Bean not working

2000-07-18 Thread Dave Smith
As a follow up I should have said that Default data source jdbc/Databasename javax.sql.DataSource Container goes in ejb-jar.xml and jdbc/Databasename jdbc/Databasename ends up in jboss.x

RE: [jBoss-User] Mapping jdbc/Databasename into StatelessSession Bean not working

2000-07-18 Thread Dave Smith
There seem to be some bits missing: Default data source jdbc/Databasename javax.sql.DataSource Container Dave Smith Senior Team Leader Aristocrat Technologies Australia Pty Ltd mailto:[EMAIL PROTECTED] -Original Message-

RE: [jBoss-User] configuration with oracle

2000-07-18 Thread marc fleury
I think we need a separate "database howto" doco, based on the database folks use. Do put your stuff under bugzilla #133 when you are done we need to aggregate all the information we can there. regards marc > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On B

[jBoss-User] Mapping jdbc/Databasename into Stateless SessionBeannot working

2000-07-18 Thread Vaughn Vernon
Hi. I'm trying to access my database from within a stateless session bean. However, the: ctx.lookup("jdbc/Databasename") is throwing an exception saying "jdbc not bound". So I then tried: ctx.lookup("java:comp/env/jdbc/Databasename") and got the same exception or a null value. I've got my

[jBoss-User] configuration with oracle

2000-07-18 Thread Jeff Barnes
Looking for examples for how to configure the Oracle driver for jboss. I'd be happy to write a document if someone would show me how. Jeff __ Do You Yahoo!? Get Yahoo! Mail – Free email you can access from anywhere! http://mail.yahoo.com/ --

RE: [jBoss-User] Assignments ONLINE

2000-07-18 Thread Greg Pierce
Thanks guys. I just couldn't tell where it was on the website :) I'm signed up for clustering (I do tons of hardcore server programming so I think that's the best place for me). I'm so giddy to get started... if only I could get all the code into a managable form so I can figure out where its all

Re: [jBoss-User] Assignments ONLINE

2000-07-18 Thread utopiansoft02
Greg, This is where the individual team leads jump in and try to pitch their little corner of JBOSS. I'm involved w/QA, making sure JBOSS conforms to the EJB 1.1 specification. It entails writing lots of beans and client code in greatly varying situations. A great way to learn the nuances of

Re: [jBoss-User] Assignments ONLINE

2000-07-18 Thread Pranab Dhar
Hi Marc, I am interested in assisting development in jboss.I have a background in java/C/C++ with little knowledge in EJB,servlets,crypto.I don't know where to start and where can I be of help.I have been into jboss for the last 2-3 months and I like the stuff. PKD Greg Pierce wrote:

RE: [jBoss-User] Assignments ONLINE

2000-07-18 Thread marc fleury
You are right it is sort of embedded in the project "description page" I will make a clear link marc > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Greg Pierce > Sent: Tuesday, July 18, 2000 12:17 PM > To: 'jBoss' > Subject: RE: [jBoss-User] Assi

RE: [jBoss-User] Assignments ONLINE

2000-07-18 Thread Greg Pierce
Sorry... its probably just me, but I don't know where to find this. I don't see anything in the navigation that says anything about the project list. -Original Message- From: marc fleury [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 18, 2000 3:17 PM To: jBoss; jBoss Developer Subject: [j

[jBoss-Dev] PR needed for jboss

2000-07-18 Thread marc fleury
Guys, we are looking for a PR guy, someone that knows where, when and how to submit "news snippets" from jboss. Anyone eager to talk people's ear's off, please apply to the board ;-) A lot of corrections on the website needed too. :) regards marc Marc Fleury Chief T

[jBoss-Dev] Assignments ONLINE

2000-07-18 Thread marc fleury
guys, you can go to the the project list online, names and emails are posted. To the folks assigned please contact the squad leaders, to the folks that want to be assigned either go directly to the squad leader or go through the board and we will assign you. You will notice most slots are taken

Re: [jBoss-User] Bank.jar deploys but not my simple ejbinmydeployed .jar

2000-07-18 Thread Vaughn Vernon
Oh, yes. It was the dreaded "lower-case meta-inf directory name in my jar" problem. Changed it to META-INF and I am away!   Cheers,   Vaughn - Original Message - From: Rob Castaneda To: jBoss Sent: Tuesday, July 18, 2000 12:14 AM Subject: Re: [jBoss-User] Bank.ja

[jBoss-User] Re:[jBoss-User]jndiContext.lookup("java:comp/env/Cabin")Question?

2000-07-18 Thread Rickard Öberg
Hi! Ken Jenks wrote: > org.jboss.ejb.plugins.jrmp13.interfaces.HomeProxy (no security manager > : RMI class loader disabled) You are missing the jBoss specific classes. Either 1. set a security manager and use dynamic classloading (System.setSecurityManager(new SecurityManager())) 2. add /client

Re: [jBoss-User] NameNotFoundException

2000-07-18 Thread Ken Jenks
I'm working on the same kind of problem. When I solve it, I'll post it to the list. Conversely, if you solve it, please let us all know. -- Ken Jenks, http://abiblion.com/ Tools for reading. -- -- To subscribe:[EMAIL PROT

Re: [jBoss-User]jndiContext.lookup("java:comp/env/Cabin")Question?

2000-07-18 Thread Ken Jenks
I'm getting closer. I've figured out the client-side code to get the JNDI context: // Set up the naming provider; this may not always be necessary, depending // on how your Java system is configured. System.setProperty("java.naming.factory.initial", "org.jnp.interf

[jBoss-User] NullPointerException

2000-07-18 Thread Alex Bairov
At server: [BranchBean] java.lang.NullPointerException [BranchBean]at org.jboss.ejb.plugins.NoPassivationEntityInstanceCache.remove(NoPassivationEntityInstanceCache.java:1 72) [BranchBean]at org.jboss.ejb.plugins.EntityInstanceInterceptor.invoke(EntityInstanceInterceptor.java:93) [Branch

RE: [jBoss-User] Bank.jar deploys but not my simple ejb in mydep loyed .jar (solution)

2000-07-18 Thread ARAVIAS EFSTRATIOS
To be more specific the problem perhaps is in the dreambean parser (it may not recognize "\") or in the manifest file (?) The manifest file is created automatically by jar (not manually) Stratis > -Original Message- > From: ARAVIAS EFSTRATIOS [SMTP:[EMAIL PROTECTED]] > Sent: Ôñßôç, 18 É

RE: [jBoss-User] Bank.jar deploys but not my simple ejb in mydep loyed .jar (solution)

2000-07-18 Thread ARAVIAS EFSTRATIOS
I think i find the solution to my problem perhaps also to yours. The problem must be in the syntax of the jar command. I just changed the "\" to "/" and let the jar create the manifest manually. e.g. jar.exe -cvf D:/jboss/jboss/dist/deploy/Atmlink.jar com/informer/globus/atmlink/Atmlink.class co

RE: [jBoss-User] Bank.jar deploys but not my simple ejb in mydep loyed .jar

2000-07-18 Thread ARAVIAS EFSTRATIOS
I think i have almost the same problem but and no solution found yet (my problem is described in Stateless Bean not recognized) I have looked in source code and the only thing that i found is that when the parsing of jar is performed it should return the beans that it found in order to be deployed

Re: [jBoss-User] code generation tools

2000-07-18 Thread Rickard Öberg
hey Jeff Barnes wrote: > I have developed a tool to generate the remote and > home interfaces and implementation classes. It's no > TogetherJ, but it costs a lot less than 5k. (its > free!) > > The design is versatile enough to make it into a quite > robust tool. Right now it is command and scri