Hello !
Can some one tell me why on this query
* @ejb.finder
*signature="java.util.Collection findByActivityEnabled(String
activityCode)"
*query="SELECT OBJECT(center) FROM WaActivityCenter center WHERE
(center.activities.code = ?1) AND (center.status > 0)"
*result-type-map
I am still getting this error, and I'm at a loss.
This session bean works fine when called from an ordinary console client,
and it works fine with a "hello world" call from JBoss.NET.
However, when I call a function that attempts to look up the local home
of an entity EJB and retrieve an entity
On Tue, 25 Mar 2003 14:41, Stephen Davidson wrote:
> Christopher Blunck wrote:
> > Hi all-
> >
> > We're considering rolling out a fairly large application to JBoss. The
> > only question in my head is: can JBoss create a new JMS queue at
> > runtime?
> >
> > In other words, if I want to bring up
On Mon, Mar 24, 2003 at 09:41:48PM -0600, Stephen Davidson wrote:
> Christopher Blunck wrote:
> If you are using MDBs, the Q's are configured and started automatically
> when the MDBs are deployed.
That was my initial thought. But keep in mind that a MDB binds to a queue
via JNDI, implying the q
Christopher Blunck wrote:
Hi all-
We're considering rolling out a fairly large application to JBoss. The only
question in my head is: can JBoss create a new JMS queue at runtime?
In other words, if I want to bring up a new JMS queue, do I need to restart
the server for the queue to come onlin
I think the EARDeployer needs to be modified so that you can list an
*-ds.xml file in jboss-app.xml and it will be picked up. This should be
very easy, it already looks for *-service.xml files in jboss-app.xml. I
think this is all you need to do. Let use know.
thanks
david jencks
On 2003.03.24
The log output you show shouldn't get in the way of anything except maybe
jsr 77 monitoring features. Can you set the log level to at least debug
and show the server.log for the *-ds.xml file being deployed? I don't have
any XADataSources handy to try this with.
thanks
david jencks
On 2003.03.
Did you checkout the 3.2 branch correctly?
Maybe this could help you:
http://www.jboss.org/developers/guides/quickstart.jsp
Ricardo Argüello
- Original Message -
From: "Michael Nowotny" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 24, 2003 8:39 PM
Subject: Re: [JBoss-
Hello All,
Really don't know if this is what you are looking for.. We use a product for
tracing all SQLs
http://irongrid.com/sneakpreview
HTH
regards
MS
-Original Message-
From: Alan Yost [mailto:[EMAIL PROTECTED]
Sent: Monday, March 24, 2003 4:39 PM
To: [EMAIL PROTECTED]
Subject: RE:
Hello Alex!
Just checked out jboss-3.2. When running build/build.bat I get the following
error message:
BUILD FAILED
file:D:/java/software/eclipse/workspace/jboss-all/common/build.xml:118:
Could not create task or type of type: jmxdoclet.
Do I have to install additional ant tasks on my system?
Title: RE: [JBoss-user] deploy *-ds.xml as part of an EAR?
Okay, fair enough, and thanks for the reply.
Thinking aloud: Would it be possible to just include the *-ds.xml in say, the top-level of the .ear (along with, for example, the ejb-jar) and let the usual deployer mechanism find it? S
Nathan - I'm not sure if this will help but we tend to change the log4j.xml file found
in the conf directory.
Uncomment out the last few lines:-
This will then print out something very similar to the SQL statements. e.g You will
see WHERE XYZ=? rather than WHERE XYZ=22 etc.
hth
server/default/conf/log4j.xml
set the FileAppender threshold to "DEBUG"
Then look in server/default/log/server.log
WARNING: Debug logging will slow down jboss!
Regards,
Adrian
From: Nathan Hoover <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: [JBoss-user] CMP
Just deploy something similar to jbossmq-destinations.xml
The users and roles are not hot deployable, but you can
permanently configure them in jbossmq-state.xml
using jboss.mq:service=StateManager on the jmx-console
Regards,
Adrian
From: Christopher Blunck <[EMAIL PROTECTED]>
Reply-To: [EMAIL PRO
Patches tracker.
Scott Stark
Chief Technology Officer
JBoss Group, LLC
- Original Message -
From: "Rupp,Heiko" <[EMAIL PROTECTED]>
To: "JBoss Users (E-Mail)" <[EMAIL PROTECTED]>
Sent: Monday, March 24, 2003 12:58 AM
Subject: [JBoss-user]
Is there a way within JBoss to see exactly what SQL is being executed for a
CMP bean as finder methods are executed?
Thanks
N
---
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2
Greetings everyone,
I have never successfully deployed a *-ds.xml file on 3.2.0 for an XA data
source. I've failed again today with 3.2.0 RC4. I'm using the JSQLConnect
driver to connect to MS SQL Server 2000. The *-ds.xml file is attached. Of
course, I've replaced the relevant property values
Hi all-
We're considering rolling out a fairly large application to JBoss. The only
question in my head is: can JBoss create a new JMS queue at runtime?
In other words, if I want to bring up a new JMS queue, do I need to restart
the server for the queue to come online?
-c
--
4:15pm up 1
JavaGroups, the underlying group management and communication protocol of
clustering, should be guarding against lost or duplicate messages.
Checkout the docs available at www.javagroups.com
Bill Burke
Chief Architect
JBoss Group, LLC
> -Original Message
This is the problem with vendor-specific create commands.
Just fixed it.
PS: Simone, be sure to use JDBCSybaseCreateCommand that extends
JDBCAbstractVendorCreateCommand.
alex
Monday, March 24, 2003, 6:35:05 PM, Simone Milani wrote:
SM> Hi Alex,
SM> Thanks, but that does not work for me :(
Sorry if I wasn't clear. I suggest you write a log4j appender with NIO
that has the features you need. Your application would continue to use
the enterprise log4j API but the underling implementation would have
the features you need. I suggest you buy the excellent log4j
documentation. Hey
is it configured with "localhost" or 127.0.0.1 ?
måndagen den 24 mars 2003 kl 16.00 skrev Lennart Petersson:
JBoss 3.0.7RC1
Anyone that knows why Hypersonic is hanging during shutdown with
CTRL-C in terminal window?
15:56:21,679 INFO [HypersonicDatabase] Stopping
15:58:24,198 ERROR [Hypersoni
Hi,
I'm using jboss 3.0.6 with embedded tomcat 4.1.18.
From a servlet I'm using a stateless session bean which puts a message in a
queue.
The strange thing is: it works fine on my Win2k machine, but fails on my
redhat linux hosted environment with the following exception:
org.jboss.mq.SpyJMSEx
Hi Alex,
Here you go:
MDSVector
java:/MDS
Sybase
false
false
false
MDS_VECTOR
additionalInfo
MV_ADDITIONAL_INFO
VARCHAR
VARCHAR(255)
iD
Yes, exactly. Non-null CMP fields, that share with FK fields columns in the
table, should be set in ejbCreate.
You can check org.jboss.test.cmp2.fkmapping.* for all the scenarios
and mappings.
alex
Monday, March 24, 2003, 6:55:25 PM, Jonathan O'Connor wrote:
JOCxd> Alex,
JOCxd> Presumably, in e
I am having a spot of trouble getting netboot to work.
I downloaded the netboot zip today and I am getting
the following error message:
java.lang.ClassNotFoundException:
org.jboss.system.server.ServerImpl
I thought I might have a jar file missing, but when I
ran the loading process through TCPMon
Could you, please, post jbosscmp-jdbc.xml excerpt for MDS_VECTOR
entity and relationship mapping?
thanks,
alex
Monday, March 24, 2003, 6:35:05 PM, Simone Milani wrote:
SM> Hi Alex,
SM> Thanks, but that does not work for me :( I am using RC4 and get this
SM> error if I do expose the FK fiel
Title: RE: [JBoss-user] Exposing C++ Web Services/Axis and Tomcat/JBoss standalone
>1. Is there an easy way to expose C++ server code as a Web Service?
> - Best to directly expose, 2nd to use JNI wrappers.
Check out WASP. It makes generating Web Service wrappers for
C++ somewhat easy.
is
there a way to have the commit-option tags generated by xdoclet? i
searched through the jboss_xml.xdt and couldn't find any reference to
commit-option or optiond-refresh-rate. does the jboss xdoclet module have
such functionality?
thanks
Ryan
Ryan J. Sonnek Brown Printing Company J2E
Hi!
Thanks. I was actually looking through an oreilly book about NIO. The
only problem is how will this break the whole enterprise concept.
Don`t get me wrong, this is okay - thanks; but isn`t there something
in the enterprise arena. Having logs in an "enterprise manner" is no
new idea.
My conce
Hello,
thank you all for answering my questions. To achieve something very
close to global cluster clock, I'v decided to implement Clustered Timer
service with the same interface as javax.management.timer.Timer.
Features:
- each added notification will be distributed on each node running
Clust
Yes, I am using XDoclet 1.2, with the 3.2 codebase.
I downloaded the
JBoss.3.0TemplateAndExamples.zip
which does not work with XDoclet 1.2...
I did, however, eventually get XDoclet 1.2 and my ant script working with
the JBoss.NET modules.
Nathan
At 08:49 AM 3/24/2003 +0100, you wrote:
Here you
I'm getting the following error when starting JBoss 3.2RC4 on Linux
Redhat 8:
2003-03-24 12:29:51,454 DEBUG
[org.jboss.management.j2ee.factory.WebModuleFactory] Creating servlet:
jboss.web:Jetty=0,JBossWebAppli
cationContext=3,context=/jmx-console,HashSessionManager=0
2003-03-24 12:29:51,605
Alex,
Presumably, in ejbCreate() I have to call setFkAsCmpField(fkObj.getKey()), and then I don't need to call setFkAsCmrField( fkObj ) in ejbPostCreate().
Ciao,
Jonathan O'Connor
Development Manager
XCOM Dublin
Phone: +353 1 872 3305
Mobile: +353 86 824 0736
Alex Loubyansky <[EMAIL PROTECTE
1. Is there an easy way to expose C++ server code as a Web Service?
- Best to directly expose, 2nd to use JNI wrappers.
2. Can the Tomcat/JBoss package run as a 'standalone' http server?
- As is possible with Tomcat4 standalone and the V3 Jetty package.
- Want complete solution withou
Hi Alex,
Thanks, but that does not work for me :( I am using RC4 and get this
error if I do expose the FK field as CMP field:
2003-03-24 16:31:14,416 DEBUG
[org.jboss.ejb.plugins.cmp.jdbc.sybase.JDBCSybaseC
reateCommand.MDSVector] Executing SQL: INSERT INTO MDS_VECTOR
(MV_ADDITIONAL_INF
O, M
Thanks very much David,
Seems like a good approach.
I'll collate all the responses I get at the end,
discuss them with the project lead and when
we decide what way to approach it I'll tell you.
Thanks very much,
Brian
- Original Message -
From: "David Ward" <[EMAIL PROTECTED]>
To: <[EMAIL
(Sending this again as my first reply somehow didn't appear to make it...)
Maybe you could do something like this:
++
| product|
++
| product_key number pk |
| name_i18n_id number|
| desc_i18n_id number
This should be fixed now.
Could you try current CVS version for Branch_3_2?
Thank you,
alex
Monday, March 24, 2003, 1:43:06 AM, Michael Nowotny wrote:
MN> Hello!
MN> I'm getting a StackOverflowException while population a CMR Entity Bean. What's
special about the relation is that it uses prima
On Monday, March 24, 2003, at 09:49 AM, costin wrote:
I was thinking of wrapping the logging procedure into an transaction
but I don`t really know how the flushing of the files and all that is
handled by the virtual machine(some form of caching can prevent any
move I make).
The only way to get clo
Title: RE: [JBoss-user] getClass().getClassLoader().getResourceAsStream() not working in web-app
I downloaded jboss-3.0.6, it works now.
looks like it was a Jetty ClassLoader problem
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: 24 March 2003 05:15
Hello Simone,
actually, it looks like exposing FK field[s] as non-null CMP field[s].
Just map FK fields to CMP fields in jbosscmp-jdbc.xml.
NOTE: there is currently a bug (stack overflow on loading) in FK fields map to CMP
columns.
I can't commit changes to CVS the whole day. I hope Dain will he
Got the first proposed solution from Neal Sanche. Seems it could
work very well. The idea is outlined in the emails we had below.
all comments, suggestions welcome.
cheers,
Brian
- Original Message -
From: "Neal Sanche" <[EMAIL PROTECTED]>
To: "Brian McSweeney" <[EMAIL PROTECTED]>
Sen
hi,
At 13:30 24.03.2003 +, Brian McSweeney wrote:
Hi all,
Strategy 2)
Remove all the locale specific information from database and try
to hold it in resource bundles.
Advantage - can add new language with same database structure,
no new code.
Disadvantage - coupling the primary keys of databa
Hi!
First of all thanks for the reply.
I know that the two attributes I`m looking for are basically exlusive
but to make my point clearer here.
The first priority is failure-proof. Logging in to a database isn`t
actually a solution. A lot of information will be kept in database for
no reason at al
Title: Nachricht
I shoulda thought of
that. ; (
Haven’t
used that WSDL2Java tool yet.
I’m always a bit
weary of source generation tools.
Do you find it includes
any redundant data?
Mark.
-Original
Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Be
What's the difference between deploying using a deploy URL and a Link ?
For example:
First case:
deploy dirs = /jboss/servers/default/deploy, /home/usr/deploy
app = /home/usr/deploy/app.ear
Second case:
deploy dirs = /home/servers/default/deploy
app = /home/usr/deploy/app.
Maybe you could do something like this:
++
| product|
++
| product_key number pk |
| name_i18n_id number|
| desc_i18n_id number|
++
| sequence: product_key |
+-
JBoss 3.0.7RC1
Anyone that knows why Hypersonic is hanging during shutdown with CTRL-C
in terminal window?
15:56:21,679 INFO [HypersonicDatabase] Stopping
15:58:24,198 ERROR [HypersonicDatabase] Stopping failed
java.sql.SQLException: Connection is broken: Malformed reply from SOCKS
server
No it's not. In the spirit of the book "Godel, Escher, Bach" by D.
Hofstadter I venture that it is possible to have one source code file
and vary what the resulting executable does by applying different
compilers to it. Remember the Crab who had one record and a shed full
of record players?
:-
I'm getting the following error trying to call a session bean method
using JBoss.NET. I have 3.2RC4.
An unhandled exception of type
'System.Web.Services.Protocols.SoapException' occurred in
system.web.services.dll
Additional information: org.apache.axis.ConfigurationException: Could
not find ho
Hi.
I'm testing a web application being developed
in-house at my firm, and we're trying to ensure it runs on a variety of
application server platforms. Where we've run into difficulty testing with JBoss
is deployment; after placing our jars, wars and sars in the deploy directory of
the app
Title: Nachricht
as you
know, source code is the only "truth".
I
simply looked into one of the stubs generated from wsdl2java
;-)
CGJ
-Ursprüngliche Nachricht-Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Gesendet: Montag, 24. März 2003
14:12An: [EMAIL PROTECTED]
Hi Alex,
Thanks! Do I have to expose the FK field in my ChildBean? Could you
provide an example?
Thanks
Simone
- Original Message -
From: "Alex Loubyansky" <[EMAIL PROTECTED]>
To: "Jonathan.O'[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
Sent: Monday, March 24, 2003 12:06 PM
Subject:
Hi all,
This is way off JBoss as a topic, but because of
the expertise in
developing J2EE apps and because the xpetstore
applicaiton shows
off using JBoss as a J2EE server I thought I'd ask
this design
question here anyway. Hope that's okay.
we are looking at internationalising the
x
In jboss 4 these are all exposed directly as mbean attributes.
In earlier jboss's you can try to use the
get/setManagedConnectionFactoryAttribute jmx operations.
parameters for set are name, class, value. I haven't tried this recently
from jmx-console and don't remember how well it works.
david
Hello again,
I've my application correctly working on jb 3.0.4 but when i've moved to
version 3.2.0
I've strange behaviours on jsp displaying.
The first time I access main.jsp everything is ok.
The second time I access it I have elements duplicated.
The third html elements are displayed 3 times. A
Title: Nachricht
That’s fantastic
Christoph,
How come I couldn’t find it
in any of the APIs? Has it always been included in AXIS or is it a recent
addition to the api?
Mark.
-Original
Message-
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf
I have used this before, but it doesn't really achieve everything I
want. It's nice to be able to deploy with using scp to install the
single .WAR file on the remote system. Doing this type of thing with an
exploded .WAR is much harder, as JBoss will detected and begin
deployment before every
At 16:13 24/03/2003 +0530, you wrote:
Hello All
I am trying to launch a web service from the JBOSS-NET as bundled in
Jboss 3.0.0 with Tomcat 4.0.3
I understand this is an older version of AXIS it works with. I did
download an older version of AXIS
And have configured jboss-net.sar file under defa
JBoss-3.2 now supports NON-NULL foreig keys if foreign key fields are
mapped to NON NULL CMP fields.
alex
Monday, March 24, 2003, 1:50:17 PM, Jonathan O'Connor wrote:
JOCxd> Simone,
JOCxd> Look for previous messages about INSERT after ejbPostCreate.
JOCxd> If you use oracle you can also mark the
Hello Christofer,
I guess, you are using CMR setter to establish relationship. In case
of FK fields are mapped to primary key columns you can't use CMR
setters, as it involves changing primary key value that is not
allowed.
Perhaps, I might not throw this exception if new value does not change
pri
Title: Nachricht
Try
call.setReturnType(org.apache.axis.encoding.XMLType.AXIS_VOID);
CGJ
-Ursprüngliche Nachricht-Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Gesendet: Montag, 24. März 2003
11:48An: [EMAIL PROTECTED]Betreff: RE:
[JBoss-user] Webservice call
Hi
Simone,
Look for previous messages about INSERT after ejbPostCreate.
If you use oracle you can also mark the NON NULL constraint as DEFERRABLE INITIALLY DEFERRED. However, lots of DBAs don't like this.
Ciao,
Jonathan O'Connor
"Simone Milani" <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
24
Hi Srinivas,
Deploying axis as a war and jboss-net.sar are two alternatives (the first
having the disadvantage
of not having a proper deployment model).
I cannot remember 3.0 anymore, but since 3.2, there is a jboss-net.war
embedded into jboss-net.sar which should include the web.xml for
AxisServ
Gaetan Zoritchak wrote:
Your code will work if you do the lookup on
"ejb/webappointments/User" instead of "java:comp/env/...".
When you make a call on a jndi context starting with
"java:comp/env/..." , you are looking for reference in the context of
the current component.
In your case, you prob
kiuma wrote:
Hello I'm having this problem, I hope that someone would be so kind to explain
to me what's appening.
I'm working on an application that I developed. I was using it with success,
but now it doesn't bound to ejb.
Looking at jndi-view I see this
java:comp namespace of the CustomerSessi
Your code will work if you do the lookup on
"ejb/webappointments/User" instead of "java:comp/env/...".
When you make a call on a jndi context starting with "java:comp/env/..."
, you are looking for reference in the context of the current component.
In your case, you probably want to make it in th
Thanks Christoph.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jung , Dr.
Christoph
Sent: 24 March 2003 07:52
To: '[EMAIL PROTECTED]'
Subject: AW: [JBoss-user] AxisServlet acting strangely.
I´ll have a look.
CGJ
-Ursprüngliche Nachricht-
Vo
Hi,
I have a one to many relation
with a FK constaint and the FK in the children declared as non nullable.
The SQL that is generated by JBoss seems to violate this
constraint.
Please help!!!
Thanks
Simone
Hello All
I am trying to launch a web service from the JBOSS-NET as bundled in
Jboss 3.0.0 with Tomcat 4.0.3
I understand this is an older version of AXIS it works with. I did
download an older version of AXIS
And have configured jboss-net.sar file under default/deploy directory to
work with t
Title: Nachricht
Hi Christoph,
I created a Service object using the
endpoint and then from that generated the call object. Like so: -
String endpoint ="http://localhost:8080/jboss-net/services/Diagnosis”;
Service
service = new Service();
Call
cal
"fast" and "failure-proof" are to a certain extent mutually exclusive.
If you want to be absolutely sre about your logging, than the log record
has to be written as part of the same transaction in which the event being
logged is executed. The ACID semantics of transactions ensure that
the log and
Thank you Alex!
> Hello Michael,
>
> it's a bug. I'll fix it today ASAP.
>
> alex
>
>
> Monday, March 24, 2003, 1:43:06 AM, you wrote:
>
> MN> Hello!
>
> MN> I'm getting a StackOverflowException while population a CMR Entity
Bean. What's special about the relation is that it uses primary key field
Hi Herve,
I'd to do something like this using Jboss 2.4.1. It's quite
strange that there isn't someway of referencing the extra file in the
manifest file but there ye go. As with your problem I was initially
trying to encapsulate everything in a jar file. I think if you find that
you encapsu
Forget it, it was a problem with the name of the MBean interface. I've
tested it and you can register your own MBean EJB from the constructor
itself. Once again i'm impressed with JBoss.
Greets
- Original Message -
>From: "Alberto Rodriguez Galdo" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECT
Hi All,
I am having a '-service.xml' file for setting up the ConnectionManager for
Sybase dbs. My query is there an API which I can use to access the
properties in this file.
For eg:
jdbc:sybase:Tds:localhost:10033?ServiceName=someDB
What is the API I can use to access the URL value set here
Hello I'm having this problem, I hope that someone would be so kind to explain
to me what's appening.
I'm working on an application that I developed. I was using it with success,
but now it doesn't bound to ejb.
Looking at jndi-view I see this
java:comp namespace of the CustomerSession bean:
Hi!
I`ve approached this subject before on the list but I haven`t found
any satisfactory responses.
I have an application where logging is a HUGE priority. The usual
e-commerce one, where every "action" has to be logged. Now my
problem is this one.
Logging has to be fast and most i
Hi,
I am having some big problems with CMR. In JBoss 3.2 CVS
OrderEnt: has the PrimaryKey field id
OrderLineEnt: hat the PrimaryKey Class OrderLinePrimaryKey which uses the Fields
id and orderId
I now want to create a CMR in which one OrderEnt can have many OrderLineEnts.
When creating a new be
Title: RE: [JBoss-user] jboss not starting with IBM jdk
Check
this again:
http://sourceforge.net/tracker/index.php?func=detail&aid=679705&group_id=22866&atid=376685
I
posted the solution to the problem.
-Original Message-From: Jordi Valldaura i Riqué
[mailto:[EMAIL PROT
Hi!
You got it wrong. Don`t do any lookups except the one I`ve told you.
Searc only once in the initial context
_context = (Context) new InitialContext().lookup("local/Message");
/**or what is your bean name **/
MH> With this code:
MH> try{
MH> _conte
Hi,
what's the best place to post a feature request that includes a patch
to the source? RFE tracker or patches tracker?
Thanks
Heiko
--
Bancotec GmbH EMail: [EMAIL PROTECTED]
Calwer Str. 33 Telefon: +49 711 222 992 900
D-70173 Stuttgart Telefax: +49 711 222 992 999
Ein Unternehmen
I want to expose certain atributes of a Message Driven Bean as a Standard
MBean so in the constructor of the MDB i put this code:
List listaServidores = MBeanServerFactory.findMBeanServer(null);
MBeanServer servidor = (MBeanServer)listaServidores.iterator().next();
try {
ObjectName name =
Hi David,
you can try out www.jconfig.org. It's got what you are looking for.
They will release a new version within the next days.
HTH
Andreas
- Original Message -
From: "David Corbin" <[EMAIL PROTECTED]>
To: "JBoss User" <[EMAIL PROTECTED]>
Sent: Sunday, March 23, 2003 11:48 PM
Subje
I´ll have a look.
CGJ
-Ursprüngliche Nachricht-
Von: Mark Gargan [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 20. März 2003 18:07
An: [EMAIL PROTECTED]
Betreff: RE: [JBoss-user] AxisServlet acting strangely.
Hi Christoph,
The problem is that the
http://localhost:8080/jboss-n
Here you are,
This is the jboss-net testsuite build.xml.
Btw: Which sample code did you download? As I understand, xdoclet 1.2 is now
also in the 3.2 branch, so the 1.2 jboss-net module is the only one we can
support.
CGJ
-Ursprüngliche Nachricht-
Von: Nathan Hoover [mailto:[EMAIL PROT
Title: Nachricht
what
did you do in your client code? Use a wsdl-generated stub (most-recommended),
use a reflection-based proxy+client-side axis-engine (a bit complicated because
of client-side deployment requirements)? or did you programmatically try to
invoke the ServiceClient directly (t
88 matches
Mail list logo