Re: [JBoss-user] Error creating table

2002-07-01 Thread Michael Delamere
thanks, I managed to resolve that one and you are right! :-) Regards, Michael - Original Message - From: Neal Sanche [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 01, 2002 12:53 AM Subject: Re: [JBoss-user] Error creating table Probably because 'index' is a reserved

RE: [JBoss-user] JBoss 3.0.0, Jetty, Eclipse 2.0

2002-07-01 Thread Michael Angelo Libio
I've had a similar problem trying to execute a build script through the integrated ant module. Is your JAVA_HOME pointing to your SDK (not just the runtime) directory? If that didn't help, try adding the tools.jar file to your classpath. It may be related try -Original Message- From:

[JBoss-user] Classloader Question

2002-07-01 Thread Peter Luttrell
Title: Message Is the classpath isolated for separate ears? If the classpath is not isolated, does anyone have a recommended strategy for handling ears with different versions of the same jar? I just deployed 2ears with radically different versions of the struts jar in them. Depending on

RE: [JBoss-user] Classloader Question

2002-07-01 Thread Sacha Labourey
Title: Message Yes, both EAR will share a common struts.jar "thanks" to the UnifiedClassLoader (UCL). If you want two distincts UCL, you need to configure your EAR accordingly: http://www.jboss.org/forums/thread.jsp?forum=66thread=15984message=3721110 -Message d'origine-De:

[JBoss-user] creating a Topic on the fly

2002-07-01 Thread Ionel Gardais
Hi, I'm planning to develop a simple chat app. I'd like to use the JMS topic system to broadcast messages. I would also want my users to be able to create their own chat rooms. (ie. creating their own topic on demand) I think of creating a template XML service file and deploy it, filled with

RE: [JBoss-user] creating a Topic on the fly

2002-07-01 Thread Sacha Labourey
Wouldn't be easier to use the same topic but use filters to filter out distinct rooms? -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la part de Ionel Gardais Envoye : lundi, 1 juillet 2002 10:44 A : [EMAIL PROTECTED] Objet : [JBoss-user] creating a Topic

[JBoss-user] Help me about Tibco and JBoss???

2002-07-01 Thread
Who can tell me how to config the jboss to intergate tibco ent. for jms? I modify jboss's config file according the document of tibco,but can't success. please help me.

[JBoss-user] Turk romen bulgar amatorler gtujrl

2002-07-01 Thread Dena CHOCS
Title: Updated jboss-user Günlük update edilen en genis video arsivi Bu sayfalari gezmeden porno gördük demeyin. Kaliteli, seri video arsivi Günlük Videolar

RE: [JBoss-user] creating a Topic on the fly

2002-07-01 Thread Sacha Labourey
Yes but the JMS would generate traffic from server to clients even if clients are not logged into the rooms. ?!? The data is filtered on the *server*. Filters are a JMS feature, it is part of the spec. Cheers, Sacha

Re: [JBoss-user] creating a Topic on the fly

2002-07-01 Thread Ionel Gardais
Yes but the JMS would generate traffic from server to clients even if clients are not logged into the rooms. I don't know how many users will use the system at the same time but I guess this will fllod the network, won't it ? ionel Sacha Labourey wrote: Wouldn't be easier to use the same

[JBoss-user] Requestor/Reply hung in JBoss 2.4.6

2002-07-01 Thread Sheng Zou
Title: Requestor/Reply hung in JBoss 2.4.6 Hi, Can anyone confirm if there is such bug in JBoss2.4.6? During debugging, I could see the request message got delivered, and the reply message got sent w/o any sort of exception. However, the requestor is blocked for ever because the reply

Re: [JBoss-user] JBoss 3.0.0, Jetty, Eclipse 2.0

2002-07-01 Thread Jules Gosnell
I think that the run.bat tries to find tools.jar in your jdk distributions and add it to Jboss' classpath before starting it. This makes sun/tools/javac/Main available to Jetty/Jasper to compile JSPs on-the-fly. It looks like your plugin is starting JBoss directly from Java without having

[JBoss-user] Re: jBoss+Catalina+SSL

2002-07-01 Thread Bruno Lowagie
Sean Howell wrote: Hi bruno, I actually didn't solve the problem, my requirement to use SSL actually went away instead. Let me know if you solve it though, I'll be doing something with SSL in the near future. Frederic Soulier wrote: Hi Bruno, No. But I had a few things that did not

Re: [JBoss-user] Connection from DataSource Already Closed

2002-07-01 Thread David Jencks
You should try to figure out why you are getting closed connections. Is there a chance the driver/db closed them due to a long idle period? If so, there is an idle timeout you can set, although with 2.4 you also have to set many other parameters to get it to work (I think GCEnabled, GCInterval,

[JBoss-user] another SSL question

2002-07-01 Thread Bruno Lowagie
So I finally have the combination Catalina/SSL working. Now I want RMI over SSL. When I change this in jboss-service.xml: !-- RMI/JRMP invoker -- mbean code=org.jboss.invocation.jrmp.server.JRMPInvoker name=jboss:service=invoker,type=jrmp attribute

[JBoss-user] jboss-net and axis

2002-07-01 Thread Bruce Scharlau
Hi all, Two things. First, I found that builds I made using the cvs files from JBoss include the old axis-beta1 jar. A solution around this is to download the current axis-beta2 from http://xml.apache.org/axis/dist/beta2/ and switch this newer axis.jar file for the one included in the

[JBoss-user] A beginner's query on JBoss.

2002-07-01 Thread Kakoli
Hi,I have downloaded JBoss3.0.1RC1_tomcat4.0.4.Then I am calling run.bat on Windows to start the server. It is starting successfully. But pointing to url http://localhost:8080/index.html in IE browser gives the following error :No Context configured to process this request The server

Re: [JBoss-user] A beginner's query on JBoss.

2002-07-01 Thread Bruno
Quoting Kakoli [EMAIL PROTECTED]: Hi, I have downloaded JBoss3.0.1RC1_tomcat4.0.4. Then I am calling run.bat on Windows to start the server. It is starting successfully. But pointing to url http://localhost:8080/index.html in IE browser gives the following error : No Context configured

Re: [JBoss-user] JBoss-3.0.1RC1 Released

2002-07-01 Thread David Ward
If you're just deploying war files, you can just omit the jboss-web.xml and rename the war file to whatever you want, and that will be the context-root. For example, with not context-root in jboss-web.xml, naming a war file foobar.war and dropping it in the deploy directory will give your web

Re: [JBoss-user] Debugging EJBs

2002-07-01 Thread Aleksander Grzebyta
Ufortunately I still have: Caused by: java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver exception. sincerely Olek PS/ My friens are using NetBeans. Is Eclipse somehow better ? - Original Message - From: Emerson Cargnin - MSA [EMAIL PROTECTED] To: [EMAIL PROTECTED]

[JBoss-user] ClassCastException

2002-07-01 Thread Conover, Ryan
I am using JBoss-2.4.4. When I return a collection from an entity bean 1.1 spec, I get a Class Cast Exception whenever I try to cast it from an Object to an Integer. using the following code. Collection returnedlist = usersyshome.findByUsername(this.Username); UserSysMatch usersys = null;

[JBoss-user] bug in org/jboss/invocation/jrmp/server/JRMPInvoker

2002-07-01 Thread Bruno Lowagie
JRMPInvoker has a method private void loadCustomSocketFactories() If you defined a custom serverSocketFactory, an instance of this factory is made and the BindAddress is set: if( serverSocketFactoryName != null ) { Class ssfClass =

[JBoss-user] Re: [Xdoclet-user] problem trying to run ejbdoclet with xdoclet1.2

2002-07-01 Thread David Ward
Please do a Reply-All not just Reply to user list emails. That way everyone can benefit from the discussion. Concerning your problem: 1) Don't use classpathref in ejbdoclet; you only need it in taskdef. 2) Don't use sourcepaths in 1.2. Use nested filesets. Here are some snippets from one of

AW: [JBoss-user] jboss-net and axis

2002-07-01 Thread Jung , Dr. Christoph
Bruce, Since we did a few patches to the axis-beta (I´ll be changing this policy in the near future to include the patched sources into jboss.net instead), I did not plan to include every beta into jboss-net (especially since there is nothing spectacular in functionality in beta2 from my point

Re: [JBoss-user] JBoss-3.0.1RC1 Released

2002-07-01 Thread David Ward
The root context is a special case (obviously). Name your war file ROOT.war (case sensitive). As far as a tool, admins (at least UNIX admins) love command line (as I do). I guess you could overcomplicate a couple mv's with a shell script if you wanted... David -- LaBanca, Rick wrote:

RE: [JBoss-user] Classloader Question

2002-07-01 Thread Luttrell, Peter
Title: Message Excellent. thanks. .peter -Original Message-From: Sacha Labourey [mailto:[EMAIL PROTECTED]]Sent: Monday, July 01, 2002 3:24 AMTo: [EMAIL PROTECTED]Subject: RE: [JBoss-user] Classloader Question Yes, both EAR will share a common struts.jar "thanks" to the

RE: [JBoss-user] JBoss-3.0.1RC1 Released

2002-07-01 Thread LaBanca, Rick
Ok, thanks same as tomcat (should have thought of that!, d'oh!) -Original Message- From: David Ward [mailto:[EMAIL PROTECTED]] Sent: Monday, July 01, 2002 10:04 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] JBoss-3.0.1RC1 Released The root context is a special case (obviously).

[JBoss-user] [UCE-Spam Complaint/Sex]Turk romen bulgar amatorler gtujrl

2002-07-01 Thread Stephen Davidson
Greetings. The attached UCE was sent to a Application Server discussion list. The list is for anything and everything to do with JBoss. This UCE is advertising a sex-site, and is most definately off-topic for this list. Please terminate this site. ATTN: Vienna University; You appear to be

RE: [JBoss-user] Space Bar to Continue?

2002-07-01 Thread Starsinic, Frank
i use SRVANY.EXE with INTSRV.EXE. you can find all this on the web easily. just do a google search for them. they are part of the nt resource kit. Here are the steps (there are several steps but it is very easy) search the web for the following executables and put them on your system available

[JBoss-user] JUnit test of a EJB using JAAS

2002-07-01 Thread Emerson Cargnin - MSA
My problem is to make a junit test to access the EJB's using security. I tried to use the tests from CVS. My server uses ldap to authenticate users. From embbeded tomcat it works allright, i did the following to access through junit task : - ant build.xml file that calls junit test:

Re: [JBoss-user] ClassCastException

2002-07-01 Thread Burkhard Vogel
Hi, I'm guessing you are on JDK 1.4 and you hit a JDK bug. Try usersys = (UserSysMatch) key; hth, Burkhard - Original Message - From: Conover, Ryan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 01, 2002 8:51 AM Subject: [JBoss-user] ClassCastException I am using

[JBoss-user] Container-managed Transactions

2002-07-01 Thread Corby Page
I am currently running JBoss 2.4.4 / Tomcat 4.0.1. I will be migrating to JBoss 3.0.1. I have a bean which receives a request, gets an XA JMS connection, creates a message, and puts the message into a queue (thereby enlisting the queue in the bean's transaction). If I make the bean a Session

Re: [JBoss-user] JBoss 3.0.0, Jetty, Eclipse 2.0

2002-07-01 Thread Claudio Miranda
This error is common, the javac compiler is not in classpath, put tools.jar in classpath of jboss startup. Put in eclipse setting plugin for jboss, tools.jar. Claudio Miranda From: Sullivan, Sean C - MLG [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' Date: Sun, 30 Jun 2002 21:03:39

RE: [JBoss-user] Debugging EJBs

2002-07-01 Thread Ruwei \(Randy\) Hu
I don't know a lot about JBoss 3.0, in 2.4, JDBC driver is something you can't deploy with your ear files if the application uses JBDI based data source created by JBoss. The driver has to be visible outside the application. You probably want to copy the driver to JBoss lib/ext directory instead.

RE: [JBoss-user] ClassCastException

2002-07-01 Thread Starsinic, Frank
I'm using JDK1.3.1 and have run into the same problem wiht JNDI where i get a ClassCastException when i do a Thing t = (Thing) ctx.lookup(name); i have no idea why it happens. I know for sure that the class is a Thing. the Exception occurs when i do a lookup from a different JVM than wihtin

[JBoss-user] is coding a bean truly independent from deployment?

2002-07-01 Thread Eric Kaplan
The theory certainly seems to suggest that there is the ejb coder and the ejb deployer, and that neither one should have to do much with the other. If bean A calls bean B, a deployer can choose to have bean B be Required or RequiresNew at deployment time. However, in reality, the choice has a

[JBoss-user] timed out transactions

2002-07-01 Thread Eric Kaplan
Where specifically can I control the timeout of my transactions. Right now, I think it's too short. Thanks Eric Kaplan Armanta, Inc. 55 Madison Ave. Morristown, NJ 07960 Phone: (973) 326-9600 winmail.dat Description: application/ms-tnef

[JBoss-user] RE: timed out transactions

2002-07-01 Thread Eric Kaplan
please ignore, found it -Original Message- From: Eric Kaplan [mailto:[EMAIL PROTECTED]] Sent: Monday, July 01, 2002 2:56 PM To: Jboss-User Subject: timed out transactions Where specifically can I control the timeout of my transactions. Right now, I think it's

[JBoss-user] How do I undeploy running thread?

2002-07-01 Thread Frank Morton
Using 3.0.0. I have an application that I deploy as a .jar and a .war file separately. Running under supervision of jetty is a servlet that starts and allows to run continually a number of Threads. When I redeploy the application (actually undeploy and then deploy), the old threads continue to

Re: [JBoss-user] How do I undeploy running thread?

2002-07-01 Thread David Ward
1) Why do you deploy the .jar and .war separately? If the .jar is an ejb-jar file, you should put them both into a single .ear file. This will also allow you to use local interfaces and improve performance. 2a) You can add a destroy() method to your servlet that can stop your custom threads.

Re: [JBoss-user] JUnit test of a EJB using JAAS

2002-07-01 Thread Emerson Cargnin - MSA
no sugestion? Emerson Cargnin - MSA wrote: My problem is to make a junit test to access the EJB's using security. I tried to use the tests from CVS. My server uses ldap to authenticate users. From embbeded tomcat it works allright, i did the following to access through junit task : -

[JBoss-user] Packaging beans - need some examples...

2002-07-01 Thread David Brady
I'd love to see some examples of source code organization and packaging as it relates specifically to EJBs and Jboss. Things I'm looking for are: 1) Easy versioning - allow one EJB to evolve without impacting others. 2) Clean separation between client and server side classes, while dealing

Re: [JBoss-user] Re: [Xdoclet-user] problem trying to run ejbdocletwith xdoclet1.2

2002-07-01 Thread David Ward
Oops; sorry to tek1 and jboss-user subscribers. When I re-added the user list address, I forgot my context and typed in jboss-user when I meant to type in xdoclet-user. Silly me, David -- David Ward wrote: Please do a Reply-All not just Reply to user list emails. That way everyone can