[JBoss-user] Problem with local transactions in JMS/JCA

2003-03-26 Thread Wink, Stephen
Hi, My question is about the JMS/JCA wrapper in JBoss ( I am using 3.2.0rc2 ) and support for local transactions. I have to use a JMS provider other than JBossMQ as my customers already use it, and I need to be able to use local transactions as well as XA ones because this provider does not

[JBoss-user] DatabaseLoginModule problems

2003-03-26 Thread kiuma
Hello, I'm using jb 3.2.0 rc 4 I'm trying my old web application. but the call to getUserPrincipal().getName() returns 'caller_principal' when I logged into as 'kiuma'. how can I retrive the user name? Thanks in advance, kiuma --- This

Re: [JBoss-user] DatabaseLoginModule problems

2003-03-26 Thread Lennart Petersson
Can you show us your SQL commands used with DatabaseLoginModule!? Looks like the error is in there ;) /L onsdagen den 26 mars 2003 kl 11.23 skrev kiuma: Hello, I'm using jb 3.2.0 rc 4 I'm trying my old web application. but the call to getUserPrincipal().getName() returns 'caller_principal'

[JBoss-user] Default Context - JSP as Homepage

2003-03-26 Thread Robert . Hathaway
Hello, How does one create a default context, perhaps a JSP, in which the Homepage is a web application? I am new to JBoss and now have the homepage as a static 'out of war' page in the file system, but what if I want the homepage to be JSP accessed by the usual URL: http://www.someDN.com/.

Re: [JBoss-user] Default Context - JSP as Homepage

2003-03-26 Thread Adrian Brock
Add a WEB-INF/jboss-web.xml with the following content. ?xml version=1.0 encoding=UTF-8? !DOCTYPE jboss-web jboss-web context-root//context-root /jboss-web Regards, Adrian From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [JBoss-user] Default Context - JSP as

[JBoss-user] Using Scheduler Service in JBoss 3.0.2

2003-03-26 Thread Magesh Prabhu
Hi Guys, I'm trying to use the Scheduler Service in JBoss. I need a way to pass on SchedulableArguments dynamically in to the Scheduled Class. As I understand, it should be specified in the jboss-service.xml file when it is deployed. Is there any way to do it. Your suggestion will be

Re: [JBoss-user] http session drive me nuts

2003-03-26 Thread Jules Gosnell
Rupp,Heiko wrote: Jules, thanks fro your reply. Sessions will be tracked with cookies, not url rewriting, by default. I found this one out too now. For debugging, url rewriting is more obvious. Now I have a simple case (attached): browser calls the root-url

Re: [JBoss-user] Latest CVS version

2003-03-26 Thread Simone Milani
Thanks, Tried that as well, but still have the problem that my proxy servers here do not allow HTTP Tunnelling. Is there a nightly tarball for the 3.2.0 branch? Simone - Original Message - From: Guy Rouillier [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 26, 2003

[JBoss-user] setting startup page

2003-03-26 Thread Sachin Gupta
We have installed our application 'test' in jboss 2.4.4 server with Tomcat 4.0.1. What we need to do is when some one referres to the server root http://test.domain.com then the request should be taken to http://test.domain.com/test/index.html What is the easiest way of done so ? We have tried

[JBoss-user] Farming on 3.0.6 w/ tomcat

2003-03-26 Thread Christian Joelly
Hello! i'm setting up farming for my first time and i'm very impressed how cute it works. :o) thanks to the creators of JBoss! the documentation on JBoss Clustering isn't very useful on this issue, i found the article on the site onjava.com more detailed. however, i have a few questions now:

RE: [JBoss-user] Farming on 3.0.6 w/ tomcat

2003-03-26 Thread Sacha Labourey
Hello, can i deploy exploded ear and war files with farming to/from the directory ./farm ? No. and why are the ear/war files deleted from the ./farm directory if they are redeployed (or touched) during the 1st step, the undeployment? this behavior isn't like this for normal deployment

AW: [JBoss-user] CVS Modules

2003-03-26 Thread Jung , Dr. Christoph
Title: Nachricht Mark, the individual modules are listed under CVSROOT/modules. For full-blown jboss.net you will need in addition the thirdparties and a few other modules output ... For just generating the xdoclet module, it is sufficient to get thirdparty/xdoclet and tools (although you

AW: [JBoss-user] Registering Webservices.

2003-03-26 Thread Jung , Dr. Christoph
Title: Nachricht the part that registers your web-services with an external (or internal) uddi server is not yetactivated (especially, because there are millions of ways of registering a web-service in uddi and we have to find the "standard" one that is envisaged by J2EE1.4).

AW: AW: AW: AW: [JBoss-user] JBoss.NET error

2003-03-26 Thread Jung , Dr. Christoph
Title: Nachricht Nathan, for beans/value classes that you like to serialize, you have to add @jboss-net:xml-schema urn="QNAME" in order to get them mapped in the web-service.xml Unfortunately, this will be a problem if the classes are generated by xdoclet. Can you try to addsuch aline

RE: [JBoss-user] Latest CVS version

2003-03-26 Thread Sebastian Hauer
Hi Simone, Not sure if it will work with your proxy but did you follow the instructions on: https://sourceforge.net/docman/display_doc.php?docid=14033group_id=1 And did you try this? cvs -z3 -d:pserver:[EMAIL PROTECTED]:80/cvsroot/jboss login cvs -z3 -d:pserver:[EMAIL

[JBoss-user] JBoss.Net and Win Client

2003-03-26 Thread John C. Landers
NachrichtFirst I am using JBoss version 3.0.6. I have created a service in JBoss.NET and a Java client works fine with Basic Auth. However an MS Client fails. After searching all groups etc. I read something that MS .NET must receive an HTTP 401 auth failed, first and then on all calls after

[JBoss-user] error starting jboss

2003-03-26 Thread Nathan Hoover
I tried to post this last night, but it must have been suppresed due to the file attachment. The log can be found at http://nathan.dnsalias.com/download/boot.log I am able to run JBoss on my Windows system without issue. On this box I am using the Sun 1.4.1 VM. When I copy the JBoss directory

Re: AW: AW: AW: AW: [JBoss-user] JBoss.NET error

2003-03-26 Thread Nathan Hoover
I had envisioned an answer like this, and I thought it through already. I will just subclass the CheckData class generated by XDoclet and drop that line in the top. Thanks for your help! N At 10:18 AM 3/26/2003, you wrote: Nathan, for beans/value classes that you like to serialize, you have to

Re: [JBoss-user] Latest CVS version

2003-03-26 Thread Simone Milani
Hi Sebastian, Thanks for this, but yes, I tried and this is the result: E:\tmpcvs -z3 -d:pserver:[EMAIL PROTECTED]:80/cvsroot/j boss login Logging in to :pserver:[EMAIL PROTECTED]:80/cvsroot/jboss CVS password: cvs [login aborted]: connect to cvs-pserver.sourceforge.net(66.35.250.213):80 fa

[JBoss-user] Problems JNDI JBoss-3.0.6

2003-03-26 Thread Edgar Silva
Hi Folks ... I am doing tests with JBoss 3.0.6 and I am with problem in InitialContext: Following the code which I am usign right now: java.util.Properties env = new java.util.Properties(); env.setProperty(java.naming.factory.initial, org.jnp.interfaces.NamingContextFactory);

RE: [JBoss-user] Problems JNDI JBoss-3.0.6

2003-03-26 Thread Sacha Labourey
It means you don't have the jnp classes on your client classpath (jnp-client.jar or jbossall-client.jar) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Edgar Silva Sent: mercredi, 26. mars 2003 18:03 To: [EMAIL PROTECTED] Subject: [JBoss-user]

Re: [JBoss-user] Problems JNDI JBoss-3.0.6

2003-03-26 Thread Nathan Hoover
If this is in a client application, I suspect it's because you need %JBOSS_HOME%\client\jnp-client.jar on your classpath. N At 12:03 PM 3/26/2003, you wrote: Hi Folks ... I am doing tests with JBoss 3.0.6 and I am with problem in InitialContext: Following the code which I am usign right now:

[JBoss-user] startup hangs

2003-03-26 Thread MNewcomb
My admin just moved me behind *another* firewall... Now, my jboss-head, that was working fine, hangs on startup... Last line in boot.log (no server.log gets created): DEBUG [J2EEServer] postRegister(), parent: jboss.management.local:j2eeType=J2EEDomain,name=Manager My admin did screw around

Re: [JBoss-user] Problems JNDI JBoss-3.0.6

2003-03-26 Thread Edgar Silva
But, I am in the server. And before no was necessary to configure ntohing, cause I am running the server in same machine of execution of client. Cab be troubles with JAVA_HOME, JBOSS_HOME or other enviroment variable? thanks again Edgar - Original Message - From: Nathan Hoover [EMAIL

RE: [JBoss-user] CVS Modules

2003-03-26 Thread Mark.Gargan
Title: Nachricht Great stuff. Ill whip that down as soon as poss. Should be something like.. cvs checkout contrib/jboss.net or cvs checkout d jboss.net I was going to substitute the module of jboss.net Id checkout before when checking out the whole Head for the new one and

Re: [JBoss-user] Problems JNDI JBoss-3.0.6

2003-03-26 Thread Edgar Silva
Now I Have this error: java.lang.NoClassDefFoundError: org/apache/log4j/Priority at org.jnp.interfaces.NamingContext.clinit(NamingContext.java:95) at org.jnp.interfaces.NamingContextFactory.getInitialContext(NamingContextFacto ry.java:42) at

RE: [JBoss-user] startup hangs

2003-03-26 Thread MNewcomb
Disregard... Problem solved. Configuration error. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 26, 2003 1:04 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] startup hangs My admin just moved me behind *another* firewall... Now,

[JBoss-user] Attempt to remove a lock for a null object

2003-03-26 Thread Maykel Tres
I have some Entity Beans(CMP) deploy on JBoss 3.0.4 access FireBird BD. I can create de bean normaly, but I can't read attributes of bean. I create the bean, bean = home.create("attribute"); but executing bean.getName(); the error occurs.. My database has auto-increment primarykey value.

Re: [JBoss-user] Manifest Classpath enties for wars within ears

2003-03-26 Thread Ryan Hoegg
I am using JBoss 3.0.6 with Tomcat and I put classpath entries in the manifest file for each of my wars in my ear. These entries denote jars inside the ear. Everything is working fine for me. -- Ryan Hoegg ISIS Networks http://www.isisnetworks.net Dan Durkin wrote: I was hoping someone could

[JBoss-user] How to: Migrate WebServices From Websphere to JBoss

2003-03-26 Thread Edgar Silva
Hi Folks Somebody knows where can I find documentations about WebServices with JBoss? I have to migrate a project WebSphere with enumerous WebServices to JBoss. Any idea for getting started? Regards Edgar

Re: [JBoss-user] Latest CVS version

2003-03-26 Thread Guy Rouillier
Ugh, sorry, ignore this. Right after I sent it, I saw that SourceForge dosn't have nightly builds. My apologies. Guy Rouillier wrote: Sure, go here and click the download link for 3.2.0: http://sourceforge.net/projects/jboss/ Simone Milani wrote: Thanks, Tried that as well, but still

[JBoss-user] Server Crashing IBM1.4

2003-03-26 Thread Felipe Oliveira
Hi guys, My JBoss/Jetty server has been crashing quiet often, at least once a week. I am running it under Redhat 7.3, and my jvm is IBM1.4. There's no messages on the JBoss logs netheir on the OS logs. I don't see any core dumps or anything. The process just dies. Do you guys have any ideas

RE: [JBoss-user] How to: Migrate WebServices From Websphere to JBoss

2003-03-26 Thread Bill Burke
As soon as the Project menu is fixed, go to the jboss.net project. There is doco there. Bill -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Edgar SilvaSent: Wednesday, March 26, 2003 3:46 PMTo: [EMAIL PROTECTED]Subject: [JBoss-user] How

[JBoss-user] session bug?

2003-03-26 Thread Dan K.
Hello everyone, I believe there is a bug with getting the session in JBoss 3.0.6 using the all configuration with distributable/ in web.xml. The behaviour is that every request to my test servlet gets a new session id (new session is created). If I remove the distributable/ element from

Re: [JBoss-user] Server Crashing IBM1.4

2003-03-26 Thread nick
We had similar problems with Sun j2sdk1.4.1_02 on Redhat linux 7.3. We could only narrow the problem down to SNMP, somehow crashing our servers - full JVM crash that is. We use monitoring tools that rely on SNMP. There are regular core dumps in the form of hs_err_pid files in jboss bin. Does

[JBoss-user] JBoss: Not Ready For Prime Time

2003-03-26 Thread Ed Brown
I've been monitoring this email list for some time. Occasionally, I've also posted here to get information. I've come to the conclusion that JBoss is not ready for prime time. There are just too many bugs with the app server. Just my opinion. Ed Brown

Re: [JBoss-user] JBoss: Not Ready For Prime Time

2003-03-26 Thread John Childress
Wow, thanks Ed for this informative message. I guess I'll dump JBoss right now. If you have anymore helpful tips, don't hold back. John - Original Message - From: Ed Brown [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 26, 2003 9:02 PM Subject: [JBoss-user] JBoss: Not

RE: [JBoss-user] JBoss: Not Ready For Prime Time

2003-03-26 Thread James Higginbotham
Ok, thanks. Your detailed analysis will be reviewed when more time allows. -Original Message- From: Ed Brown [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 26, 2003 9:02 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] JBoss: Not Ready For Prime Time I've been monitoring

Re: [JBoss-user] JBoss: Not Ready For Prime Time

2003-03-26 Thread Neal Sanche
Yer funny. -Neal On Wednesday 26 March 2003 10:02 pm, Ed Brown wrote: I've been monitoring this email list for some time. Occasionally, I've also posted here to get information. I've come to the conclusion that JBoss is not ready for prime time. There are just too many bugs with the app

Re: AW: AW: AW: AW: [JBoss-user] JBoss.NET error

2003-03-26 Thread Nathan Hoover
Never mind, this was just idiocy on my part. I had never seen JBoss' not-found error before, and I didn't realize that someone had dropped the table (and consequently my row). It's still not working, but I'm working through the errors. N At 10:57 PM 3/26/2003, you wrote: So, I created a class

[JBoss-user]

2003-03-26 Thread 12ig
1050 0533-8652951 13853366319 QQ:66388619 http://www.8he8.com/ 1.3 1808000 ++ [EMAIL PROTECTED] --- This SF.net email is sponsored

[JBoss-user] JBoss.NET can't find serializer

2003-03-26 Thread Nathan Hoover
I am still getting java.io.IOException: No serializer found for class com.fiserv.banklink.iLink.PositivePay.interfaces.CheckDataSoap, even with having created the subclass and adding the @jboss-net tag. What to do? I get the feeling I am working against the grain, so to speak. This has to be a

Re: [JBoss-user] Latest CVS version

2003-03-26 Thread Lennart Petersson
Hi! I used to use cvs-pserver.sourceforge.net since I'm also stuck behind a firewall, but suddenly it stopped to work and i think i remember that Sourceforge had take that server down. I convinced my net-admin to open the firewall so I'm now using cvs.sourceforge.net directly. /L onsdagen den

Re: [JBoss-user] JBoss: Not Ready For Prime Time

2003-03-26 Thread Ian Duggan
On Wednesday 26 March 2003 07:02 pm, Ed Brown wrote: I've been monitoring this email list for some time. Occasionally, I've also posted here to get information. I've come to the conclusion that JBoss is not ready for prime time. There are just too many bugs with the app server. Just my

[JBoss-user] Re: Mac OSX: Hypersonic hanging during shutdown

2003-03-26 Thread Lennart Petersson
onsdagen den 26 mars 2003 kl 23.07 skrev Ricardo Argüello: Lennart, Have you considered that maybe is your SOCKS server the one giving you trouble!!! Man... Ricardo Argüello Ok, ok, ok. I am STUPID :) Who the fuck has been on my computer and clicked that I should go through a SOCKS

Re: [JBoss-user] JBoss: Not Ready For Prime Time

2003-03-26 Thread Hunter Hillegas
Huh? First off, why would you post here? I mean, no offense, but who asked you? All app servers have bugs. The difference here is that the vendor (JBoss community) doesn't try to pretend they don't exist. They are discussed and fixed... Oh... and what's this? Oh... it's a bugfix HOURS after the

Re: [JBoss-user] Mac OSX: Hypersonic hanging during shutdown Re: [Xdoclet-user] OT: Maven problems...

2003-03-26 Thread Ricardo Argüello
Lennart, You wrote in the [EMAIL PROTECTED] list: Attempting to download commons-jelly-tags-xml-20030211.142705.jar. Error retrieving artifact from [http://www.ibiblio.org/maven/commons-jelly/jars/commons-jelly-tags- xml-20030211.142705.jar]: java.net.SocketException: Malformed reply

[JBoss-user] Manifest Classpath enties for wars within ears

2003-03-26 Thread Dan Durkin
I was hoping someone could clear this up. I've seen in the forums and on the list people mention that you can specify classpath dependencies of ejb jars and wars within ear archives by putting Class-path entries in the MANIFEST.MF file of the war or ear. The ejb jar works fine and finds several

RE: [JBoss-user] Registering Webservices.

2003-03-26 Thread Mark.Gargan
Title: Nachricht Well I tell ye what, Ive just really begun using webservices however Ive been using Jboss for a little under a year now but if ye think theres anything I can help with say the word Maybe putting together small idiotproof howTo guides for getting stuff working as I go

Re: [JBoss-user] Latest CVS version

2003-03-26 Thread Guy Rouillier
Sure, go here and click the download link for 3.2.0: http://sourceforge.net/projects/jboss/ Simone Milani wrote: Thanks, Tried that as well, but still have the problem that my proxy servers here do not allow HTTP Tunnelling. Is there a nightly tarball for the 3.2.0 branch? Simone -