AW: [JBoss-user] Bugs in JBoss.NET,SOAP found (NoSoapAction)

2002-04-09 Thread Jung , Dr. Christoph

This is good to hear. This is great to hear. This is fantastic to hear. This
is damned fantastic to hear ;-)

Up to now, I did not notice that we were using the SoapAction header at all
... 

I have a handler for that installed in the default http-chain (see the
jboss/server/conf/default/axis-config.xml), but that was just to Allow
SoapAction as an optional way to identify the target method. Maybe I should
take that out? Seems like
regular axis and .NET clients will set the header automatically?

There are still a few bugs in axis wsdl-generation (jboss.net does currently
no overriding of the axis generation methods), such as upper-Case element
names for lower-case properties, but I think I have patched that in the
checked-in axis.jar - I really should double-check that with their
repository and file a patch at apache ...

CGJ

-Ursprüngliche Nachricht-
Von: Marius Kotsbak [mailto:[EMAIL PROTECTED]] 
Gesendet: Dienstag, 9. April 2002 20:01
An: Marius Kotsbak
Cc: Jung , Dr. Christoph; 'Martin Maisey'; [EMAIL PROTECTED]
Betreff: Re: [JBoss-user] Bugs in JBoss.NET,SOAP found (NoSoapAction)


I verfied it was a bug. I manually downloaded the generated .wsdl-file and
added hello in the  field, and then it
actually worked :-)) Great work!

I think this is easily fixed, don't know if it is in axis or jboss-module.



On tir, 2002-04-09 at 19:46, Marius Kotsbak wrote:
> I managed to get the ASP-client running on MS Personal Web server 
> (under
> win4lin.com) with the SOAP toolkit 2.0 from microsoft.com to lookup the
> wsdl, but when i try to run the hello-method, nothing happens, but I
> traced the network traffic and found this:
> 
> 
> =
> POST /axis/services/Hello HTTP/1.1
> Content-Type: text/xml
> User-Agent: SOAP Sdk
> Host: marius.kotsbak.com:8080
> Content-Length: 365
> Connection: Keep-Alive
> Cache-Control: no-cache
> 
>  standalone="no"?> SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
>
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";>http://localhost:8080/axis/services/Hello";>Bob
> 
> =Answer from axis==
> HTTP/1.1 500 Internal Server Error
> Date: Tue, 09 Apr 2002 17:28:03 GMT
> Server: Jetty/4.0.0 (Linux 2.4.18-lsmw4l x86)
> Servlet-Engine: Jetty/1.1 (Servlet 2.3; JSP 1.2; java 1.3.0)
> Content-Type: text/xml; charset=utf-8
> Content-Length: 1538
> 
> 
>  xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";>
>  
>   
>
xmlns:ns1="http://xml.apache.org/axis/";>ns1:Client.NoSOAPAction
>no SOAPAction header!
>
> http://xml.apache.org/axis/";>no
> SOAPAction header!
>   at
> org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:509)
>   at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
>   at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
>   at
> org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:326)
>   at
> org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:595)
>   at org.mortbay.http.HttpContext.handle(HttpContext.java:1357)
>   at org.mortbay.http.HttpContext.handle(HttpContext.java:1309)
>   at org.mortbay.http.HttpServer.service(HttpServer.java:744)
>   at org.jboss.jetty.Jetty.service(Jetty.java:528)
>   at org.mortbay.http.HttpConnection.service(HttpConnection.java:743)
>   at
org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:916)
>   at org.mortbay.http.HttpConnection.handle(HttpConnection.java:758)
>   at
> org.mortbay.http.SocketListener.handleConnection(SocketListener.java:145)
>   at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:287)
>   at org.mortbay.util.ThreadPool$JobRunner.run(ThreadPool.java:715)
>   at java.lang.Thread.run(Thread.java:498)
> 
>
>   
>  
> 
> ==
> 
> 
> 
> I wounder if this happens because the soapAction="" in the generated 
> wsdl below:
> 
> ==
> 
> 
> 
>  encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
> namespace="http://localhost:8080/axis/services/Hello"/>
> 
> 
>  encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
> namespace="http://localhost:8080/axis/services/Hello"/>
> 
> 
> ==
> 
> This is the same for all operations. Anyway, is this right?
> 
> Here is the asp-script I am running against the hello-bean from the
> testsuite:
> 
> ===
> <% Option Explicit
> 
> Dim soapClient
> set soapclient = CreateObject("MSSOAP.SoapClient")
> On Error Resume Next
> Call
> soapclient.mssoapinit("http://localhost:8080/axis/services/Hello?wsdl";,
> "HelloService", "Hello")
> if err <> 0 then %>
> initialization failed " + <%=err.description%>
> <% end if %>
> 
> Test: <%=soapclient.hello("Bob") %> 
> ===
> 
> 
> Another posible bug is that the  in web-service.xml doesn't 
> seem to wor

RE: [JBoss-user] Building Catalina .sar (Tomcat to work with JBossBeta 2 HOWTO)?

2002-04-09 Thread James Higginbotham

Attached is a testcase that reproduces the problem that we talked about
here. My apologies for sending this to all on the list, but I hope that
this testcase finds it way to the appropriate Jboss developers. I don't
have an official bug number for reference, nor do I have a specific
email to send this to within the development team. 

If you have any questions about the testcase, feel free to send me an
email to this address. 

Regards,
James

> -Original Message-
> From: Dennis Muhlestein [mailto:[EMAIL PROTECTED]] 
> Sent: Monday, April 08, 2002 4:29 PM
> To: James Higginbotham
> Subject: RE: [JBoss-user] Building Catalina .sar (Tomcat to 
> work with JBossBeta 2 HOWTO)?
> 
> 
> I'm pretty busy with other work, so go ahead.  Hopefully this 
> issue is resoved soon.
> 
> Thx for you effort.
> 
> Dennis
> 
> On Mon, 2002-04-08 at 15:14, James Higginbotham wrote:
> > Are you planning on writing a test case for them or should 
> I? I'm not 
> > sure if you have the time, but I'm booked up. I can put something 
> > together if need be, but didn't want to duplicate effort if 
> you have 
> > something to send them for their rework this week.
> > 
> > Thanks,
> > James
> > 
> > > -Original Message-
> > > From: Dennis Muhlestein [mailto:[EMAIL PROTECTED]]
> > > Sent: Monday, April 08, 2002 2:43 PM
> > > To: Bunker, Dan
> > > Cc: [EMAIL PROTECTED]
> > > Subject: RE: [JBoss-user] Building Catalina .sar (Tomcat to 
> > > work with JBos sBeta 2 HOWTO)?
> > > 
> > > 
> > > I tried with tomcat on a separate machine, and with embedded
> > > tomcat running withing Jboss to perform the same method 
> > > method call.  The exception occurs when the container tries 
> > > to invoke the create method of my SSB only when I try from 
> > > the embedded tomcat.
> > > 
> > > Note: I am using the same instance of JBoss for both
> > > instances of Tomcat.  I can use the application without error 
> > > from the remote tomcat.
> > > 
> > > I added debugging into JBoss to print the contends of
> > > homeMapping and the method I want to get in the 
> > > StatelessSessionConainer.invokeHome
> > > method.  It does not matter if I try via the remote tomcat or 
> > > the embedded tomcat.. The map contains the exact same values 
> > > and the method I am trying to get is the same. (At least he 
> > > contents of
> > > mi.getMethod().toString() are exactly the same).
> > > 
> > > If I pass in a value to the map, shouldn't I always get the
> > > correct value back.  It seems to me that I'm executing the 
> > > same code in StatelessSessionContainer regardless of the 
> > > instance of tomcat I am trying to access the ejb from.  When 
> > > I try the embedded instance of tomcat though, the "Method 
> > > m"(StatelessSesssionContainer.java:590 aprox) is null.  As 
> > > far as I can tell, it's the same map and JBoss is passing in 
> > > the same value.
> > > 
> > > I'm not completely convinced that this is a classloader issue
> > > but then again, I'm not to familiar with the in's and 
> out's off jboss.
> > > 
> > > Guess for the time being, I'll use tomcat remotely and wait
> > > for someone to fix this.  Happy to provide additional info if 
> > > anyone is interested.
> > > 
> > > -Dennis
> > > 
> > > PS: the bug on sourceforge related to a different issue that
> > > did regard classloading.
> > > 
> > > 
> > > 
> > > On Mon, 2002-04-08 at 12:52, Bunker, Dan wrote:
> > > > I have played with the same issues and am fairly confident
> > > that this
> > > > is a ClassLoader issue.  Investigating the tomcat.sar source 
> > > > files,
> > > > jboss hands the WAR file off to Catalina to handle.  This 
> > > means that
> > > > all web content is loaded with the catalina WebClassloader.
> > >  So even
> > > > though you have class1 in the jboss tier and you have class1 in 
> > > > the
> > > > catalina tier they are not compatible due to the two different 
> > > > classloaders.  Sibling class loaders cannot understand 
> each others 
> > > > content.  This issue should be addressed by the UCL or 
> > > other relavant
> > > > code.  I believe there is a bug on sourceforge relating to this.
> > > > 
> > > > Dan
> > > > 
> > > > -Original Message-
> > > > From: David Jencks [mailto:[EMAIL PROTECTED]]
> > > > Sent: Monday, April 08, 2002 11:42 AM
> > > > To: James Higginbotham
> > > > Cc: David Jencks; [EMAIL PROTECTED]
> > > > Subject: Re: [JBoss-user] Building Catalina .sar (Tomcat to
> > > work with
> > > > JBoss Beta 2 HOWTO)?
> > > > 
> > > > 
> > > > Well, I wonder if it is some kind of classloader 
> problem.  I don't
> > > > really have a clue about what it could be.
> > > > 
> > > > The mi (method invocation) contains info about what you are
> > > trying to
> > > > do: the method name and arguments you called, and 
> various context
> > > > info.  I don't see how the mi could be null there, so I'm 
> > > assuming the
> > > > method map doesn't have what you are looking for.  What is the
> > > > mi.getMethod()? What is

Re: [JBoss-user] JBoss 3.0.0beta2 and Tomcat 4.0.2 -> No Contextconfigured to process this request?!

2002-04-09 Thread Peter Fagerlund

on 09-04-2 22.39, James Richards at [EMAIL PROTECTED] wrote:

> I'm assuming that deploying a war file into the server/default/deploy
> will work, but I would like to develop locally without the pain of
> jarring everything up...

Ahhh ...

A web service deployed as a .sar will give You a context able place to
deploy on ... You could have Your IDE(text editor) to save the source if it
lives in deploy and BANG - done - ... -hehe ... I am just dreaming ... right
;-) ...

/peter_f


___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] JBoss 3.0.0beta2 and Tomcat 4.0.2 -> No Context configured to process this request?!

2002-04-09 Thread James Richards

Hello,

I have been trying out JBoss3.0.0beta2 on  Mac OS X 10.1.3.  I built 
from the latest CVS [maybe a day ago] and downloaded the original JBoss 
3.0 beta/Tomcat 4.0.2 distribution.  I copied the 4.0.2 directory from 
the root Jboss3.0beta directory to the JBoss3.0.0beta2 directory and 
copied the Tomcat-service.sar to the deploy directory [removing the old 
jetty sar].  The Catalina service starts up fine and I know that it is 
running on port 8080 because I can reach it, however something further 
needs to be configured as I am given the following error:

 >>
Apache Tomcat/4.0.2 - HTTP Status 500 - No Context configured to process 
this request

type Status report

message No Context configured to process this request

description The server encountered an internal error (No Context 
configured to process this request) that prevented it from fulfilling 
this request.
 >>

Jetty gives a similar error but I have been through the entire online 
manual [http://www.jboss.org/online-manual] and cannot find any 
information on configuring the proper context.  I have used Tomcat 
before but usually as a pure servlet engine, not as an embedded 
service.  I purchased the 2.4.4 PDF documentation but it was not of any 
help [is there any official 3.0 documentation other than the out of date 
2.4.4 docs?]  Is there any documentation available about actually 
running Tomcat within JBoss?

I'm assuming that deploying a war file into the server/default/deploy 
will work, but I would like to develop locally without the pain of 
jarring everything up...

Thanks for any help,

James Richards


___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] Apache/Mod_backhand/JBoss & Jetty - Help Please?

2002-04-09 Thread Stephen Davidson

Greetings.

I think this is one of those simple questions that I just don't know where to look for 
the answer for.  I have checked the Forums and the Apache 
documentation.   I have come up with the "CGI-General" way of doing this, but not what 
I am looking for.
Please help if you can.

I am trying to configure Apache/Mod_backhand to proxy and loadbalance only (all) SSL 
requests to a Jboss/Jetty Server Cluster.  But I am having 
trouble figureing out all of the settings to use, specifically the ones to send the 
calls to the backend.

IP   Box
192.168.1.54   Apache
192.168.4.11   JBoss/Jetty #1
192.168.4.12   JBoss/Jetty #2

Thanks,
Steve

-- 
Stephen Davidson
Java Consultant
Delphi Consultants, LLC
http://www.delphis.com
Phone: 214-696-6224 x208


___

Sponsored by:
Looking for hip toys and fun scwag.  There is no better place
then the good friends at ThinkGeek. http://www.ThinkGeek.com/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] Bugs in JBoss.NET,SOAP found (NoSoapAction)

2002-04-09 Thread Marius Kotsbak

I verfied it was a bug. I manually downloaded the generated .wsdl-file
and added hello in the  field, and
then it actually worked :-)) Great work!

I think this is easily fixed, don't know if it is in axis or
jboss-module.



On tir, 2002-04-09 at 19:46, Marius Kotsbak wrote:
> I managed to get the ASP-client running on MS Personal Web server (under
> win4lin.com) with the SOAP toolkit 2.0 from microsoft.com to lookup the
> wsdl, but when i try to run the hello-method, nothing happens, but I
> traced the network traffic and found this:
> 
> 
> =
> POST /axis/services/Hello HTTP/1.1
> Content-Type: text/xml
> User-Agent: SOAP Sdk
> Host: marius.kotsbak.com:8080
> Content-Length: 365
> Connection: Keep-Alive
> Cache-Control: no-cache
> 
>  SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
> 
>xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";> 
>xmlns:SOAPSDK1="http://localhost:8080/axis/services/Hello";>Bob
> 
> =Answer from axis==
> HTTP/1.1 500 Internal Server Error
> Date: Tue, 09 Apr 2002 17:28:03 GMT
> Server: Jetty/4.0.0 (Linux 2.4.18-lsmw4l x86)
> Servlet-Engine: Jetty/1.1 (Servlet 2.3; JSP 1.2; java 1.3.0)
> Content-Type: text/xml; charset=utf-8
> Content-Length: 1538
> 
> 
>  xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";>
>  
>   
> xmlns:ns1="http://xml.apache.org/axis/";>ns1:Client.NoSOAPAction
>no SOAPAction header!
>
> http://xml.apache.org/axis/";>no
> SOAPAction header!
>   at
> org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:509)
>   at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
>   at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
>   at
> org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:326)
>   at
> org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:595)
>   at org.mortbay.http.HttpContext.handle(HttpContext.java:1357)
>   at org.mortbay.http.HttpContext.handle(HttpContext.java:1309)
>   at org.mortbay.http.HttpServer.service(HttpServer.java:744)
>   at org.jboss.jetty.Jetty.service(Jetty.java:528)
>   at org.mortbay.http.HttpConnection.service(HttpConnection.java:743)
>   at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:916)
>   at org.mortbay.http.HttpConnection.handle(HttpConnection.java:758)
>   at
> org.mortbay.http.SocketListener.handleConnection(SocketListener.java:145)
>   at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:287)
>   at org.mortbay.util.ThreadPool$JobRunner.run(ThreadPool.java:715)
>   at java.lang.Thread.run(Thread.java:498)
> 
>
>   
>  
> 
> ==
> 
> 
> 
> I wounder if this happens because the soapAction="" in the generated
> wsdl below:
> 
> ==
> 
> 
> 
>  encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
> namespace="http://localhost:8080/axis/services/Hello"/>
> 
> 
>  encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
> namespace="http://localhost:8080/axis/services/Hello"/>
> 
> 
> ==
> 
> This is the same for all operations. Anyway, is this right?
> 
> Here is the asp-script I am running against the hello-bean from the
> testsuite:
> 
> ===
> <% Option Explicit
> 
> Dim soapClient
> set soapclient = CreateObject("MSSOAP.SoapClient") 
> On Error Resume Next
> Call
> soapclient.mssoapinit("http://localhost:8080/axis/services/Hello?wsdl";,
> "HelloService", "Hello")
> if err <> 0 then %>
> initialization failed " + <%=err.description%>
> <% end if %>
> 
> Test: <%=soapclient.hello("Bob") %>
> ===
> 
> 
> Another posible bug is that the  in web-service.xml doesn't
> seem to work. When i changed to "helloworld/HelloWorld", it worked.
> 
> BTW: what kind of client (on the M$ platform) are you using, Martin?
> 
> Marius K
> SW Dev
> Boost communications A/S
> Norway
> boostcom.no
> 
> 
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user



___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] Bugs in JBoss.NET,SOAP found (NoSoapAction)

2002-04-09 Thread Marius Kotsbak

I managed to get the ASP-client running on MS Personal Web server (under
win4lin.com) with the SOAP toolkit 2.0 from microsoft.com to lookup the
wsdl, but when i try to run the hello-method, nothing happens, but I
traced the network traffic and found this:


=
POST /axis/services/Hello HTTP/1.1
Content-Type: text/xml
User-Agent: SOAP Sdk
Host: marius.kotsbak.com:8080
Content-Length: 365
Connection: Keep-Alive
Cache-Control: no-cache

http://schemas.xmlsoap.org/soap/encoding/";
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";>http://localhost:8080/axis/services/Hello";>Bob

=Answer from axis==
HTTP/1.1 500 Internal Server Error
Date: Tue, 09 Apr 2002 17:28:03 GMT
Server: Jetty/4.0.0 (Linux 2.4.18-lsmw4l x86)
Servlet-Engine: Jetty/1.1 (Servlet 2.3; JSP 1.2; java 1.3.0)
Content-Type: text/xml; charset=utf-8
Content-Length: 1538


http://schemas.xmlsoap.org/soap/envelope/";>
 
  
   http://xml.apache.org/axis/";>ns1:Client.NoSOAPAction
   no SOAPAction header!
   
http://xml.apache.org/axis/";>no
SOAPAction header!
at
org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:509)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:326)
at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:595)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1357)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1309)
at org.mortbay.http.HttpServer.service(HttpServer.java:744)
at org.jboss.jetty.Jetty.service(Jetty.java:528)
at org.mortbay.http.HttpConnection.service(HttpConnection.java:743)
at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:916)
at org.mortbay.http.HttpConnection.handle(HttpConnection.java:758)
at
org.mortbay.http.SocketListener.handleConnection(SocketListener.java:145)
at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:287)
at org.mortbay.util.ThreadPool$JobRunner.run(ThreadPool.java:715)
at java.lang.Thread.run(Thread.java:498)

   
  
 

==



I wounder if this happens because the soapAction="" in the generated
wsdl below:

==



http://schemas.xmlsoap.org/soap/encoding/";
namespace="http://localhost:8080/axis/services/Hello"/>


http://schemas.xmlsoap.org/soap/encoding/";
namespace="http://localhost:8080/axis/services/Hello"/>


==

This is the same for all operations. Anyway, is this right?

Here is the asp-script I am running against the hello-bean from the
testsuite:

===
<% Option Explicit

Dim soapClient
set soapclient = CreateObject("MSSOAP.SoapClient") 
On Error Resume Next
Call
soapclient.mssoapinit("http://localhost:8080/axis/services/Hello?wsdl";,
"HelloService", "Hello")
if err <> 0 then %>
initialization failed " + <%=err.description%>
<% end if %>

Test: <%=soapclient.hello("Bob") %>
===


Another posible bug is that the  in web-service.xml doesn't
seem to work. When i changed to "helloworld/HelloWorld", it worked.

BTW: what kind of client (on the M$ platform) are you using, Martin?

Marius K
SW Dev
Boost communications A/S
Norway
boostcom.no


___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] drop table failing silently?

2002-04-09 Thread Dan Berger

I've run into a strange problem over the last few days, and I'm trying
to get a handle on where the root cause might be.

I'm using JBoss 2.4.4 and Oracle's thin JDBC driver (I've tried versions
8.1.7 and 9.0.1 with no difference) against an Oracle 8i instance.

If I issue the following three statements from a JSP using a pooled
connection.  Each statement is in it's own transaction scope, and each
transaction is committed.

drop table test_table cascade constraints
create table test_table ( col1 date, col2 varchar(64) )
insert into test_table ( col1, col2 ) values ( to_date( '12/22/2001
12:23:23 PM', 'MM/DD/ HH:MI:SS AM'), 'test' )

The first time I run this JSP I get an (expected) exception on the drop
(the table doesn't yet exist), then the table is created and the row
inserted.

So far, so good.

The problem:

if I run the JSP again, immediately, everything claims to work (i.e.
there are no exceptions thrown and the return values are 0,0, and 1
respectively) but if I inspect the table using dbvis (or sqlplus)
test_table contains two rows - the second drop isn't working.  If I run
the JSP n times, I end up with n rows in the table.

The strange part:

if I restart jboss and run the jsp, the table get's dropped correctly
and I'm back to one row.

Anyone seen this (or anything similar) before, or have any idea if this
is:

a. an oracle driver issue?
b. a connection pooling issue?
c. stupid user error?

I'm stumped - any suggestions would be appreciated.

-- 
   Dan Berger [[EMAIL PROTECTED]]

   "We are what we repeatedly do.  Excellence, then, is not an act, 
but a habit."
  -- Aristotle

   "It comes in pints?!"
  -- Pippin


___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



RE: [JBoss-user] is it a bug?

2002-04-09 Thread James Higginbotham

Well, I noticed that one message:

called from
java.lang.Throwable: here
at
org.jboss.web.catalina.EmbeddedCatalinaServiceSX.startService(EmbeddedCa
tali
naServiceSX.java:229)

Twice! Can someone please remove that, as it appears to be a silly check
of the stacktrace for debugging but is deceving to those of us working
off of the CVS tips. 

James

> -Original Message-
> From: Alex Loubyansky [mailto:[EMAIL PROTECTED]] 
> Sent: Tuesday, April 09, 2002 10:10 AM
> To: Jboss-User (E-mail)
> Subject: [JBoss-user] is it a bug?
> 
> 
>   I've written two simple applications: queue sender and 
> queue receiver. They work properly without exceptions. Both 
> create sessions this way: qsession = 
> qcon.createQueueSession(false, Session.AUTO_ACKNOWLEDGE);
> 
>   But when I restart JBoss I see these exceptions:
> 2002-04-09 17:45:26,311 DEBUG 
> [org.jboss.system.ServiceConfigurator] Port set to 8080 in 
> jboss.web:service=EmbeddedCatalinaSX
> 2002-04-09 17:45:26,321 DEBUG 
> [org.jboss.web.catalina.EmbeddedCatalinaServiceSX] setPort called from
> java.lang.Throwable: here
>   at 
> org.jboss.web.catalina.EmbeddedCatalinaServiceSX.setPort(Embed
> dedCatalinaSer
> viceSX.java:134)
> 
> < skipped >
> 
> 2002-04-09 17:45:26,321 INFO 
> [org.jboss.web.catalina.EmbeddedCatalinaServiceSX] Created 
> 2002-04-09 17:45:26,321 DEBUG 
> [org.jboss.deployment.MainDeployer] Done with create step of 
> deploying tomcat4-service.sar 2002-04-09 17:45:26,321 DEBUG 
> [org.jboss.deployment.MainDeployer] start step for deployment 
> file:/C:/jboss-3.0.0beta2-j2se1.4.0/server/default/deploy/tomc
> at4-service.sa
> r
> 2002-04-09 17:45:26,321 DEBUG 
> [org.jboss.deployment.SARDeployer] Deploying SAR, start step: 
> url 
> file:/C:/jboss-3.0.0beta2-j2se1.4.0/server/default/deploy/tomc
> at4-service.sa
> r
> 2002-04-09 17:45:26,321 INFO 
> [org.jboss.web.catalina.EmbeddedCatalinaServiceSX] Starting 
> 2002-04-09 17:45:26,321 DEBUG 
> [org.jboss.web.catalina.EmbeddedCatalinaServiceSX] 
> startService called from
> java.lang.Throwable: here
>   at 
> org.jboss.web.catalina.EmbeddedCatalinaServiceSX.startService(
> EmbeddedCatali
> naServiceSX.java:229)
> 
> < skipped >
> 
> 2002-04-09 17:45:32,840 INFO  
> [org.jboss.mq.pm.file.PersistenceManager]
> Starting
> 2002-04-09 17:45:32,840 DEBUG 
> [org.jboss.mq.pm.file.PersistenceManager]
> Using data directory: 
> C:\jboss-3.0.0beta2-j2se1.4.0\server\default\db\jbossmq\file
> 2002-04-09 17:45:32,850 DEBUG 
> [org.jboss.mq.pm.file.PersistenceManager]
> Recovered messages destined for: QUEUE.DLQ
> 2002-04-09 17:45:32,850 DEBUG 
> [org.jboss.mq.pm.file.PersistenceManager]
> Recovered messages destined for: QUEUE.D
> 2002-04-09 17:45:32,850 DEBUG 
> [org.jboss.mq.pm.file.PersistenceManager]
> Recovered messages destined for: QUEUE.C
> 2002-04-09 17:45:32,850 DEBUG 
> [org.jboss.mq.pm.file.PersistenceManager]
> Recovered messages destined for: QUEUE.B
> 2002-04-09 17:45:32,850 DEBUG 
> [org.jboss.mq.pm.file.PersistenceManager]
> Recovered messages destined for: QUEUE.A
> 2002-04-09 17:45:32,850 DEBUG 
> [org.jboss.mq.pm.file.PersistenceManager]
> Recovered messages destined for: QUEUE.testQueue
> 2002-04-09 17:45:32,850 ERROR 
> [org.jboss.mq.pm.file.PersistenceManager]
> Starting failed
> org.jboss.mq.SpyJMSException: Could not rebuild the queue 
> from the queue's tranaction log.
>   at 
> org.jboss.mq.pm.file.MessageLog.throwJMSException(MessageLog.java:250)
>   at org.jboss.mq.pm.file.MessageLog.restore(MessageLog.java:108)
>   at 
> org.jboss.mq.pm.file.PersistenceManager.restoreTransactions(Pe
> rsistenceManag
> er.java:237)
> 
> < skipped >
> 
> 2002-04-09 17:45:32,870 ERROR 
> [org.jboss.deployment.SARDeployer] start operation failed on 
> package 
> file:/C:/jboss-3.0.0beta2-j2se1.4.0/server/default/deploy/jbos
smq-service.xm
l
org.jboss.mq.SpyJMSException: Could not rebuild the queue from the
queue's tranaction log.
at
org.jboss.mq.pm.file.MessageLog.throwJMSException(MessageLog.java:250)
at org.jboss.mq.pm.file.MessageLog.restore(MessageLog.java:108)
at
org.jboss.mq.pm.file.PersistenceManager.restoreTransactions(PersistenceM
anag
er.java:237)

< skipped >

2002-04-09 17:45:32,890 DEBUG [org.jboss.deployment.SARDeployer]
undeploying document
file:/C:/jboss-3.0.0beta2-j2se1.4.0/server/default/deploy/jbossmq-servic
e.xm
l

< further stopping all mbeans related to jms >

  As a result I don't have JMS service. And to get it work I have to
delete file jbossmq\file\QUEUE.testQueue\id

  Thank you in advance,

alex


___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] is it a bug?

2002-04-09 Thread Alex Loubyansky

  I've written two simple applications: queue sender and queue receiver.
They work properly without exceptions. Both create sessions this way:
qsession = qcon.createQueueSession(false, Session.AUTO_ACKNOWLEDGE);

  But when I restart JBoss I see these exceptions:
2002-04-09 17:45:26,311 DEBUG [org.jboss.system.ServiceConfigurator] Port
set to 8080 in jboss.web:service=EmbeddedCatalinaSX
2002-04-09 17:45:26,321 DEBUG
[org.jboss.web.catalina.EmbeddedCatalinaServiceSX] setPort called from
java.lang.Throwable: here
at
org.jboss.web.catalina.EmbeddedCatalinaServiceSX.setPort(EmbeddedCatalinaSer
viceSX.java:134)

< skipped >

2002-04-09 17:45:26,321 INFO
[org.jboss.web.catalina.EmbeddedCatalinaServiceSX] Created
2002-04-09 17:45:26,321 DEBUG [org.jboss.deployment.MainDeployer] Done with
create step of deploying tomcat4-service.sar
2002-04-09 17:45:26,321 DEBUG [org.jboss.deployment.MainDeployer] start step
for deployment
file:/C:/jboss-3.0.0beta2-j2se1.4.0/server/default/deploy/tomcat4-service.sa
r
2002-04-09 17:45:26,321 DEBUG [org.jboss.deployment.SARDeployer] Deploying
SAR, start step: url
file:/C:/jboss-3.0.0beta2-j2se1.4.0/server/default/deploy/tomcat4-service.sa
r
2002-04-09 17:45:26,321 INFO
[org.jboss.web.catalina.EmbeddedCatalinaServiceSX] Starting
2002-04-09 17:45:26,321 DEBUG
[org.jboss.web.catalina.EmbeddedCatalinaServiceSX] startService called from
java.lang.Throwable: here
at
org.jboss.web.catalina.EmbeddedCatalinaServiceSX.startService(EmbeddedCatali
naServiceSX.java:229)

< skipped >

2002-04-09 17:45:32,840 INFO  [org.jboss.mq.pm.file.PersistenceManager]
Starting
2002-04-09 17:45:32,840 DEBUG [org.jboss.mq.pm.file.PersistenceManager]
Using data directory:
C:\jboss-3.0.0beta2-j2se1.4.0\server\default\db\jbossmq\file
2002-04-09 17:45:32,850 DEBUG [org.jboss.mq.pm.file.PersistenceManager]
Recovered messages destined for: QUEUE.DLQ
2002-04-09 17:45:32,850 DEBUG [org.jboss.mq.pm.file.PersistenceManager]
Recovered messages destined for: QUEUE.D
2002-04-09 17:45:32,850 DEBUG [org.jboss.mq.pm.file.PersistenceManager]
Recovered messages destined for: QUEUE.C
2002-04-09 17:45:32,850 DEBUG [org.jboss.mq.pm.file.PersistenceManager]
Recovered messages destined for: QUEUE.B
2002-04-09 17:45:32,850 DEBUG [org.jboss.mq.pm.file.PersistenceManager]
Recovered messages destined for: QUEUE.A
2002-04-09 17:45:32,850 DEBUG [org.jboss.mq.pm.file.PersistenceManager]
Recovered messages destined for: QUEUE.testQueue
2002-04-09 17:45:32,850 ERROR [org.jboss.mq.pm.file.PersistenceManager]
Starting failed
org.jboss.mq.SpyJMSException: Could not rebuild the queue from the queue's
tranaction log.
at org.jboss.mq.pm.file.MessageLog.throwJMSException(MessageLog.java:250)
at org.jboss.mq.pm.file.MessageLog.restore(MessageLog.java:108)
at
org.jboss.mq.pm.file.PersistenceManager.restoreTransactions(PersistenceManag
er.java:237)

< skipped >

2002-04-09 17:45:32,870 ERROR [org.jboss.deployment.SARDeployer] start
operation failed on package
file:/C:/jboss-3.0.0beta2-j2se1.4.0/server/default/deploy/jbossmq-service.xm
l
org.jboss.mq.SpyJMSException: Could not rebuild the queue from the queue's
tranaction log.
at org.jboss.mq.pm.file.MessageLog.throwJMSException(MessageLog.java:250)
at org.jboss.mq.pm.file.MessageLog.restore(MessageLog.java:108)
at
org.jboss.mq.pm.file.PersistenceManager.restoreTransactions(PersistenceManag
er.java:237)

< skipped >

2002-04-09 17:45:32,890 DEBUG [org.jboss.deployment.SARDeployer] undeploying
document
file:/C:/jboss-3.0.0beta2-j2se1.4.0/server/default/deploy/jbossmq-service.xm
l

< further stopping all mbeans related to jms >

  As a result I don't have JMS service. And to get it work I have to delete
file jbossmq\file\QUEUE.testQueue\id

  Thank you in advance,

alex


___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] Jboss 2.4.4 and Tomcat Virtual paths (repost)

2002-04-09 Thread Scott M Stark

See the following change note:
http://sourceforge.net/tracker/index.php?func=detail&aid=491463&group_id=228
66&atid=381174


Scott Stark
Chief Technology Officer
JBoss Group, LLC

- Original Message -
From: Mike Lecza
To: [EMAIL PROTECTED]
Sent: Tuesday, April 09, 2002 4:50 AM
Subject: [JBoss-user] Jboss 2.4.4 and Tomcat Virtual paths (repost)


I think my thread got a bit fragmented so I though I repost my last question
as a new thread:

Hi Scott (or anyone who knows),

Just wondering if you can explain your suggestion below a little bit.
Perhaps by supplying an example.

I appreciate your assistance.

Best Regards,
Mike


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Scott M Stark
Sent: Friday, April 05, 2002 11:13 AM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] JBoss 2.4.4/Tomcat 4x - How do I do Virtual Paths?

You can deploy a war that is a directory by adding the directory name to the
AutoDeployer configuration.





___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] log4j.properties collision

2002-04-09 Thread Alex Loubyansky

  Sorry, it has been probably already discussed... but I missed it :(

  I have log4j.properties collision. I need jbossmq-client.jar in my client
classpath that contains log4j.properties. My client app has it's own
log4j.properties.
  So, to setup my client for logging I have to do it programmatically.
  Are there other options?

  Thank you in advance,

alex


___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] jbosscmp-jdbc.xml

2002-04-09 Thread Eric Jain

I'm looking for a short explanation of the  section and the
 value in jbosscmp-jdbc.xml. Any pointers?


--
Eric Jain


___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] Jboss 2.4.4 and Tomcat Virtual paths (repost)

2002-04-09 Thread Mike Lecza








I think my thread got a bit fragmented so I though I repost
my last question as a new thread:

 

Hi
Scott (or anyone who knows),

 

Just wondering if you can explain your suggestion
below a little bit. Perhaps
by supplying an example.

 

I
appreciate your assistance.

 

Best
Regards,

Mike

 

 

-Original
Message-

From:
[EMAIL PROTECTED]

[mailto:[EMAIL PROTECTED]]
On Behalf Of Scott M Stark

Sent:
Friday,
 April 05, 2002 11:13 AM

To:
[EMAIL PROTECTED]

Subject:
Re: [JBoss-user] JBoss
2.4.4/Tomcat 4x - How do I do Virtual Paths?

 

You
can deploy a war that is a directory by adding the directory name to the AutoDeployer configuration.

 

 

This
makes it difficult for designers.  I like
to have an external area where designers can just throw in images on the dev
server without having to package them up.

 

There
must be someway to create a virtual directory.

 

Thanx for your reply.

 

-Original
Message-

From:
[EMAIL PROTECTED]

[mailto:[EMAIL PROTECTED]]
On Behalf Of Marius Kotsbak

Sent:
Friday,
 April 05, 2002 7:58 AM

To:
Mike Lecza

Cc:
[EMAIL PROTECTED]

Subject:
Re: [JBoss-user] JBoss
2.4.4/Tomcat 4x - How do I do Virtual Paths?

 

On
Fri, 2002-04-05 at 14:33,
Mike Lecza wrote:

>
Sorry for the repost on this one, but someone must be using context 

>
paths with JBoss 2.4.4/Tomcat
4.  Am I way off on this one?  How can I 

>
set up an image path that is not within the webapp?  I used to do this 

>
in the server.xml in tomcat
3x.

>  

>
Below is the original post.

>  

>
Thanx for reading. 
Your help is most appreciated.

>  

>
Regards.

>  

>


>  

>  

>
I understand that 2.4.4 + Catalina doesn't support parsing the 

>
server.xml file.

>  

>
I am trying to setup a Context path that would normally be in the 

> server.xml.  From what I have read I am thinking I should
be able to

do

>
this in the jboss.jcml.  I took a shot at getting it to work (cuz I 

>
don't see any dox on how-to).

>  

>
Below is one of the things I tried.  Can
someone confirm that this is 

>
possible and supply an example?

>  

>  

>   
name="DefaultDomain:service=EmbeddedTomcat">

>   80

>   

> 

>   docBase="/projects/XX/presentation/images"

>   crossContext="false"

>   debug="0"

>   reloadable="true">

> 

>   

>   mbean>

>  

>
 

>  

 

I don't think it should be supported, as it probably
is against the spec. When you deploy a webapp (.war)
or as a part of a .ear, it should not depend on
something in the filesystem outside the package.
Could you not just include the images in the .war?








Re: AW: AW: [JBoss-user] accessing EJBs via SOAP ?

2002-04-09 Thread Marius

"Jung , Dr. Christoph" wrote:
> 
> Hello Marius,
> 
> At least the non-persistent part of the testsuite should run now since some
> rar stuff seems to be broken in head.
> 
> The exe has been created with VisualStudio.Net, I guess you will need at
> least their runtime
> environment to get it running on your machine.
> 
> I cannot explain why the testsuite project file should not be parseable,
> sorry. It parses with me ...
> 
> On which platform do you want to expose your ASP´s? If you would like to
> take over an ASP-example, please go ahead and contribute!
Not sure what you mean, but I found an example of using M$ SOAP toolkit.
I can post it here if anyone want.
I want to run jboss on a linux-server and expose web-services asp
clients on a Active Server Pages (VBScript) M$ IIS platform.

> 
> CGJ
> -Ursprüngliche Nachricht-
> Von: Marius Kotsbak [mailto:[EMAIL PROTECTED]]
> Gesendet: Freitag, 5. April 2002 20:40
> An: Jung , Dr. Christoph
> Cc: '[EMAIL PROTECTED]'
> Betreff: Re: AW: [JBoss-user] accessing EJBs via SOAP ?
> 
> In CVS of today, jboss.net is not working, or the doc at
> http://www.jboss.org/developers/jboss-net.jsp is not updated.
> 
> ** cd build
> build -Dmodules=plugins/jboss.net/testsuite tests
> This doesn't work now.
> 
>  ./build.sh -Dmodules=plugins/jboss.net
> Searching for build.xml ...
> Buildfile: /home/marius/tmp/jbosscvs/jboss-all/build/build.xml
> 
> _buildmagic:init:
> 
> _buildmagic:init:local-properties:
> 
> _buildmagic:init:buildlog:
> 
> configure:
>  [echo] groups:  default
>  [echo] modules: plugins/jboss.net
> 
> init:
> 
> _buildmagic:modules:most:
> [execmodules] Missing build file; skipping module: plugins/jboss.net
> 
> ** jboss.net\samples\src\win\output\Debug\JBoss-Net-Sample.exe needs a
> DLL: mscoree.dll. Where do I get that one?
> 
> ** building the testsuite also fails:
> 
> marius@marius:~/tmp/jbosscvs/jboss-all/jboss.net/testsuite$ sh build.sh
> Searching for build.xml ...
> Buildfile: /home/marius/tmp/jbosscvs/jboss-all/jboss.net/testsuite/build.xml
> 
> BUILD FAILED
> 
> Error reading project file
> 
> I hope this will be fixed soon, and before it is made beta. More doc, and an
> example/howto call a module from a .asp (not C#)-script would also be nice.
> 
> On tir, 2002-04-02 at 16:31, Jung , Dr. Christoph wrote:
> > Please not that we plan to go beta with JBoss.net during the next
> > weeks and that we try to release together with JBoss3.0
> >
> > Best,
> > CGJ
> >
> > -Ursprüngliche Nachricht-
> > Von: Maris Orbidans [mailto:[EMAIL PROTECTED]]
> > Gesendet: Montag, 25. März 2002 10:50
> > An: JBoss user list (E-mail)
> > Betreff: [JBoss-user] accessing EJBs via SOAP ?
> >
> >
> > Can I expose EJBs with APACHE SOAP, without JBoss.net ?
> >
> >
> > Maris
> >
> > >
> > >
> > > An Active Server Page can make a SOAP RPC call using the new .NET
> > > stuff, which calls a network service.  JBoss can expose EJBs as
> > > network services
> > > using JBoss.net (see
> > > http://www.jboss.org/developers/jboss-net.jsp).  It is
> > > still alpha code, so you might not want to use it in
> > > production status yet.
> > > Try it out and see what you think.
> > >
> > > --- Original Message ---
> > > From: Marius Kotsbak <[EMAIL PROTECTED]>
> > > To: [EMAIL PROTECTED]
> > > Date: 25 Mar 2002 00:12:46 +0100
> > > Subject: [JBoss-user] accessing EJBs from ASP
> > >
> > > Are there any easy ways to access EJBs from a asp (M$ Active Server
> > > Pages), as many of our customers/partners unfortunatelly use ASP
> > > webscript (probably in Visual Basic).
> > >
> > > Can the EJBs be exported as .NET as it can as CORBA?
> > >
> > > I found a ActiveX to EJB bridge here:
> > > http://www-3.ibm.com/software/webservers/appserv/doc/v40/aee/w
> > asee_content/x
> > jb/concepts/cxjbovw.htm,
> > but it is for "WebSphere". Does something like this exist for JBoss
> > also?
> >
> > Marius K
> >
> >
> > ___
> > JBoss-user mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/jboss-user
> >
> > ___
> > JBoss-user mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/jboss-user
> >
> > ___
> > JBoss-user mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/jboss-user
> 
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user

___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



AW: AW: [JBoss-user] accessing EJBs via SOAP ?

2002-04-09 Thread Jung , Dr. Christoph

Hello Marius,

At least the non-persistent part of the testsuite should run now since some
rar stuff seems to be broken in head.

The exe has been created with VisualStudio.Net, I guess you will need at
least their runtime 
environment to get it running on your machine. 

I cannot explain why the testsuite project file should not be parseable,
sorry. It parses with me ...

On which platform do you want to expose your ASP´s? If you would like to
take over an ASP-example, please go ahead and contribute!
 
CGJ
-Ursprüngliche Nachricht-
Von: Marius Kotsbak [mailto:[EMAIL PROTECTED]] 
Gesendet: Freitag, 5. April 2002 20:40
An: Jung , Dr. Christoph
Cc: '[EMAIL PROTECTED]'
Betreff: Re: AW: [JBoss-user] accessing EJBs via SOAP ?


In CVS of today, jboss.net is not working, or the doc at
http://www.jboss.org/developers/jboss-net.jsp is not updated.

** cd build
build -Dmodules=plugins/jboss.net/testsuite tests
This doesn't work now.



 ./build.sh -Dmodules=plugins/jboss.net
Searching for build.xml ...
Buildfile: /home/marius/tmp/jbosscvs/jboss-all/build/build.xml

_buildmagic:init:

_buildmagic:init:local-properties:

_buildmagic:init:buildlog:

configure:
 [echo] groups:  default
 [echo] modules: plugins/jboss.net

init:

_buildmagic:modules:most:
[execmodules] Missing build file; skipping module: plugins/jboss.net





** jboss.net\samples\src\win\output\Debug\JBoss-Net-Sample.exe needs a
DLL: mscoree.dll. Where do I get that one?


** building the testsuite also fails:

marius@marius:~/tmp/jbosscvs/jboss-all/jboss.net/testsuite$ sh build.sh 
Searching for build.xml ...
Buildfile: /home/marius/tmp/jbosscvs/jboss-all/jboss.net/testsuite/build.xml

BUILD FAILED

Error reading project file




I hope this will be fixed soon, and before it is made beta. More doc, and an
example/howto call a module from a .asp (not C#)-script would also be nice.



On tir, 2002-04-02 at 16:31, Jung , Dr. Christoph wrote:
> Please not that we plan to go beta with JBoss.net during the next 
> weeks and that we try to release together with JBoss3.0
> 
> Best,
> CGJ
> 
> -Ursprüngliche Nachricht-
> Von: Maris Orbidans [mailto:[EMAIL PROTECTED]]
> Gesendet: Montag, 25. März 2002 10:50
> An: JBoss user list (E-mail)
> Betreff: [JBoss-user] accessing EJBs via SOAP ?
> 
> 
> Can I expose EJBs with APACHE SOAP, without JBoss.net ?
> 
> 
> Maris
> 
> > 
> > 
> > An Active Server Page can make a SOAP RPC call using the new .NET 
> > stuff, which calls a network service.  JBoss can expose EJBs as
> > network services
> > using JBoss.net (see 
> > http://www.jboss.org/developers/jboss-net.jsp).  It is
> > still alpha code, so you might not want to use it in 
> > production status yet.
> > Try it out and see what you think.
> > 
> > --- Original Message ---
> > From: Marius Kotsbak <[EMAIL PROTECTED]>
> > To: [EMAIL PROTECTED]
> > Date: 25 Mar 2002 00:12:46 +0100
> > Subject: [JBoss-user] accessing EJBs from ASP
> > 
> > Are there any easy ways to access EJBs from a asp (M$ Active Server
> > Pages), as many of our customers/partners unfortunatelly use ASP 
> > webscript (probably in Visual Basic).
> > 
> > Can the EJBs be exported as .NET as it can as CORBA?
> > 
> > I found a ActiveX to EJB bridge here:
> > http://www-3.ibm.com/software/webservers/appserv/doc/v40/aee/w
> asee_content/x
> jb/concepts/cxjbovw.htm,
> but it is for "WebSphere". Does something like this exist for JBoss 
> also?
> 
> Marius K
> 
> 
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED] 
> https://lists.sourceforge.net/lists/listinfo/jboss-user
> 
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED] 
> https://lists.sourceforge.net/lists/listinfo/jboss-user
> 
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED] 
> https://lists.sourceforge.net/lists/listinfo/jboss-user


___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



AW: [JBoss-user] RE: accessing EJBs from ASP, JBoss,NET-problems

2002-04-09 Thread Jung , Dr. Christoph

Marius,

Some basic libs such as axis.jar, wsdl4j.jar, etc. currently go under
jboss/lib 

I plan to have them included into the sar, but that is not yet the case.

Use the build -Dmodules=jboss.net command to get the stuff copied there.

CGJ


-Ursprüngliche Nachricht-
Von: Marius Kotsbak [mailto:[EMAIL PROTECTED]] 
Gesendet: Sonntag, 7. April 2002 23:33
An: Craig Johannsen
Cc: [EMAIL PROTECTED]
Betreff: Re: [JBoss-user] RE: accessing EJBs from ASP, JBoss,NET-problems


On man, 2002-03-25 at 09:34, Craig Johannsen wrote:
> An Active Server Page can make a SOAP RPC call using the new .NET 
> stuff, which calls a network service.  JBoss can expose EJBs as 
> network services using JBoss.net (see 
> http://www.jboss.org/developers/jboss-net.jsp).  It is still alpha 
> code, so you might not want to use it in production status yet. Try it 
> out and see what you think.
> 
> --- Original Message ---
> From: Marius Kotsbak <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Date: 25 Mar 2002 00:12:46 +0100
> Subject: [JBoss-user] accessing EJBs from ASP
> 
> Are there any easy ways to access EJBs from a asp (M$ Active Server 
> Pages), as many of our customers/partners unfortunatelly use ASP 
> webscript (probably in Visual Basic).
> 
> Can the EJBs be exported as .NET as it can as CORBA?
> 
> I found a ActiveX to EJB bridge here: 
> http://www-3.ibm.com/software/webservers/appserv/doc/v40/aee/wasee_con
> tent/x
> jb/concepts/cxjbovw.htm,
> but it is for "WebSphere". Does something like this exist for JBoss
> also?
> 
> Marius K
> 
> 
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED] 
> https://lists.sourceforge.net/lists/listinfo/jboss-user

Another bug in this module:

I get this one even after i have placed the .jar-file with this class in
$JBOSS_HOME/lib and deploy. Maybe a classloader issue? Maybe it should be
referenced in the sar-file for jboss.net?

AXIS error
Sorry, something seems to have gone wrong... here are the details:
java.lang.NoClassDefFoundError:
javax/wsdl/extensions/soap/SOAPBinding 


Is the JBoss.NET really supposed to work now? Before the beta is released,
it should deploy itself into the deploy-dir, and config into conf. I had to
copy into lib several dependent .jars to even get the service deployed.
Maybe they should be placed inside the .sar?


___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] Compiling JBoss-all / Running JBoss 3.x

2002-04-09 Thread Marius

Loïc Lefèvre wrote:
> 
> Quite interesting, I didn't know such a service existed... :D
> Do you know some website where I can find informations and examples
> using this timer/scheduler mbean?
> 
> TIA,
> Loic
> 
> -Message d'origine-
> De : [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]De la part de Marius
> Kotsbak
> Envoyé : lundi 8 avril 2002 20:47
> À : Loïc Lefèvre
> Cc : JBoss User Mailing List
> Objet : RE: [JBoss-user] Compiling JBoss-all / Running JBoss 3.x
> 
> Use normal session-beans, that is called with the timer/scheduler mbean,
> and the clients.
> 
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user

It is explained in the free doc at jboss.org.

___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



RE: [JBoss-user] Compiling JBoss-all / Running JBoss 3.x

2002-04-09 Thread Loïc Lefèvre

Quite interesting, I didn't know such a service existed... :D
Do you know some website where I can find informations and examples
using this timer/scheduler mbean?

TIA,
Loic


-Message d'origine-
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]De la part de Marius
Kotsbak
Envoyé : lundi 8 avril 2002 20:47
À : Loïc Lefèvre
Cc : JBoss User Mailing List
Objet : RE: [JBoss-user] Compiling JBoss-all / Running JBoss 3.x


Use normal session-beans, that is called with the timer/scheduler mbean,
and the clients.



___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user