Bugs item #1038708, was opened at 2004-10-01 20:44
Message generated for change (Comment added) made by tdiesler
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1038708&group_id=22866
Category: None
Group: v4.0
Status: Open
Resolution: None
Priority: 5
Su
Not in there yet, but I think you can do it with either an introduction, or an
execution pointcut.
The introduction would introduce the read/writeObject method if the object did not
implement Externalizable. If the object does implement Externalizable, then intercept
the read/write of the Exte
If this is a JBoss.NET question, goto the JBoss.NET forum.
http://www.jboss.org/index.html?module=bb&op=viewforum&f=137
JBossWS has no support from XDoclet, we will be using standard annotations.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851233#3851233
Put your element in web.xml, not in application-client.xml. Use jwsdp's
wscompile to generate POJOs as your WS parameter and return types.
wsdl2java generates axis stubs that are not portable and may not work with JBossWS.
Don't use wsdl2java with JBossWS.
View the original post :
http://www.
Think you are looking for byte code transformation api, right? This can only be done
programatically, and not by configuration.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851228#3851228
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=po
See my comment there. I need more info.
-Ben
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851210#3851210
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3851210
---
Hi, I've read all the docs about JBossWS but I'm still having issues getting my web
application to be the client of a web service. My application is an ear file which
basically just wraps a war file at the moment. This application works correctly on
Orion but I'm trying to get it running on JB
How can I, using xdoclet, customize the parameter names for methods that take more
than one parameter?
I've tried it like this without success:
| @jboss-net:web-method urn="MySoapService" returnQName="begin_date begin_time
end_date end_time account_id password"
|
they still appear as in0,
I am using JBoss 3.2.6 RC2.
I have the same problem as described in this post:
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849345#3849345
Any suggestions?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851194#3851194
Reply to the post :
http:/
Here is the link:
http://sourceforge.net/tracker/index.php?func=detail&aid=1038633&group_id=22866&atid=376687
Why would you want to remove a scheduled message? Well, mainly because the event that
caused the placing of that message might not longer be valid, and you want to cleean
up.
For inst
Bugs item #1035959, was opened at 2004-09-28 00:07
Message generated for change (Comment added) made by starksm
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1035959&group_id=22866
>Category: JBossServer
Group: v3.2
>Status: Pending
>Resolution: Works F
Correct, when you undeploy JBossWS will no longer have support for deployments J2EE
compatible web service endpoints and clients.
Also make sure, you remove the jaxrpc related jars from $JBOSS_HOME/client and use the
JWSDP client jars instead.
View the original post :
http://www.jboss.org/inde
The wrapped style is not allowed by the BasicProfile. Try generating your
wsdl/jaxrpc-mapping.xml with jwsdp-1.4 wscompile.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851178#3851178
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting
Thanks Thomas. That worked for me. Just ensuring that the WS4EE SAR isn't deployed
allowed me to deploy my WAR (I don't even need the jboss-web.xml when I do this - all
defaults seem to work out fine).
Can I assume that this WS4EE SAR is used only to deploy web services as per JSR-109
(aka th
Do you have WS related porting issues to JBoss.NET in jboss-4.0? Going from JBoss.NET
to JBossWS is probably the last step in your migration efford.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851176#3851176
Reply to the post :
http://www.jboss.org/inde
Arbitrary refers to the demand to patch x in timeframe y. I'm currently working on
finalizing the 3.2.6 release which includes the pooling fix along with others and do
not have the time for arbitrary time demands from non-support customers. If a support
customer needs the feature now they will g
Please see the
|
|
|
|
|
|
|
element in jboss_4_0.dtd, on how to specify the port-uri for a given EJB endpoint.
webservices.xml can contain more that one . Having
more than one EJB endpoint per deployment should not be a problem.
Set
Try generating your wsdl/jaxrpc-mapping.xml with JWSDP-1.4 wscompile
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851173#3851173
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3851173
When you want to run on Axis instead of JBossWS you need to undeploy jboss-ws4ee.sar.
The last time I looked, Axis was holding static references to classloaders, which do
not play well with the notion of LoaderRepositories and redeployment in general.
View the original post :
http://www.jboss.o
I'm having a problem deploying a WAR that contains Axis and some web services.
I have a war that works fine when deployed in a simple Tomcat install. This war has
Axis 1.2 RC1 in it and my set of web services, along with Apache's WS-Addressing
library. I need Axis RC1 because WS-Addressing jar
The wrapped style is outside the scope of J2EE compliant web services (ws4ee). The
BasicProfile allows rpc/literal and doc/literal.
It seems, that marshalling a org.w3c.dom.Element is also outside the scope of JAXRPC.
So if Axis can do it, it is propriatary and not probably not interoperable.
I
axis-1.1.jar is not ok. JBossWS uses a modified version of axis-1.1 that adds J2EE
specific functionality to axis, like BasicProfile-1.0 complientcy. The jboss-ws4ee.sar
contains the axis-ws4ee.jar. That is the only valid axis version to be used with
JBossWS.
Turn on axis debug level on the cli
Its useful because there was no other way to exclude content that could be viewed as
deployable (such as .bsh scripts) from the subdeployer's view. Placement of the jars
in any other location will work.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851163#3
Hi Thomas - Thanks for the information.
With the code you propose, I still have the same exception (see after) : it seems that
the principal is not forwarded to the EJB.
Of course, it is always suspicious when someone says "I did as you said but it does
not work" ;-) But this is what I did!
FY
Bugs item #1045543, was opened at 2004-10-12 12:03
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1045543&group_id=22866
Category: Tools
Group: v4.0
Status: Open
Resolution: Non
Abi,
Can you grab the latest javassist.jar from jboss-head as well? If not, I can mail it
to you. I have just solved one similar problem with the upgrade from the one in 1.1
release.
-Ben
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851155#3851155
Reply
Hi Kevin!
I was on short vacations, so forgive delay..
I'm impressed your patience for this topic. I've lost my energy for trying to explain
why one needs 'before-after' types of advice.
When you get fully functional code for "emulation" of before-after, send it to
JBossAOP CVS, so other app d
Where is the link?
Why would you want to retrieve messages that are not scheduled yet?
e.g. one of the uses of scheduled delivery is to delay redelivery of a message
after the client nacks it, to avoid looping if the client isn't in a state where it
can process it.
View the original post :
http:
Hi,
I want to customize UnifiedClassLoader so as to translate bytecode of each application
on load-time.
But, I cannot find how to simply replace UnifiedClassLoader with custom classloader
when JBoss starting up (e.g. have only to edit conf/jboss-service.xml).
Could some one tell me, please,
Unfortunately web services with document style wsdl haven't been
working well yet.
I have problems with web service clients but it seems server side is also
problematic.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851121#3851121
Reply to the post :
http:/
I can use wscompile to generate the mapping.xml and wsdl for an RPC style web service
and this works in jboss.
However, if I use it to generate the files for a DOCUMENT/literal wrapped style web
service I get the following deployment error:
org.apache.axis.InternalException: java.lang.Excepti
Hi,
Does anyone know if there is a tool that can create this mapping for a WRAPPED style
wsdl? Or, does anyone have a very simple example?
Can I use wscompile and then use the generated mapping.xml with jbossWS?
Thanks.
View the original post :
http://www.jboss.org/index.html?module=bb&op=vie
Bugs item #1045277, was opened at 2004-10-12 14:17
Message generated for change (Comment added) made by ycarmel
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1045277&group_id=22866
Category: JBossServer
Group: v3.2
Status: Open
Resolution: None
Priority
Bugs item #1045277, was opened at 2004-10-12 14:17
Message generated for change (Settings changed) made by ycarmel
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1045277&group_id=22866
Category: JBossServer
Group: v3.2
Status: Open
Resolution: None
>Prio
Bugs item #1045277, was opened at 2004-10-12 14:17
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1045277&group_id=22866
Category: JBossServer
Group: v3.2
Status: Open
Resolutio
Hi,
I want to help to configure jasper reports with Jboss server.
Could you please asist me ?
Thanks,
Kartik.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851085#3851085
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p
"meet_to_kartik" wrote : Hi,
|
| I want the help to configure jasper reports with Jboss server.
| Could you please asist me ?
|
| Thanks,
| Kartik.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851087#3851087
Reply to the post :
http://www.jbos
Hello,
I am using iReport tool to create reports for my java based application. I am using
JBoss Application server to run JSP pages.
Now i want to configure jasper report engine on Jboss server and want to call it from
.jsp file. Could anybody help me out to configure Jasper report engine on J
thanx
for the hint Mr jeager.
it works
if the port-component tag is in the session tag!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851086#3851086
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3851086
--
Bugs item #1045056, was opened at 2004-10-12 10:20
Message generated for change (Settings changed) made by ckm1978
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1045056&group_id=22866
Category: JBossServer
Group: v4.0
Status: Open
Resolution: None
>Prio
Bugs item #1045056, was opened at 2004-10-12 10:20
Message generated for change (Settings changed) made by ckm1978
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1045056&group_id=22866
Category: JBossServer
Group: v4.0
Status: Open
Resolution: None
>Prio
Read this first:
http://www.jboss.org/wiki/Wiki.jsp?page=JBossWS
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851079#3851079
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3851079
---
Hello,
I manged Authentication with w2ee by adding a port-component tag with a auth-method
child to jboss.xml:
@jaasDomain@
ServiceActivationLocal
com.tsi.iplsprovisioning.services/ServiceActivation/LocalHome
ServiceActivation
I updated the wiki, do you need more?
http://www.jboss.org/wiki/Wiki.jsp?page=WSSecureEndpoint
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851070#3851070
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3851070
-
hi all ,
i am very much new to the web service, how can i start web service in JBoss 4.0. If
any one knows what are the steps i should follw, and how to configure JBoss 4.0 to
make it SOAP enable, plaese give me replay, If any one knows any tutorial telling
about this please give me those detai
Hello
2 Questions
Is the Authentication and Authorization with w2ee in jboss4
the same like in Jboss-net with the service tag in axis-server-config.
or is there another way?
And
I can cast my endpoint Port to the javax.xml.rpc.stub interface,
and put there my principals, but what is the name of
Sorry to post a similar message to my last one, but not having any response is
becoming very frustrating...
I'm simply trying to code an ejb or pojo endpoint that can receive any message (xml
payload) and process it. The echoElements() example did this very well on jbossdotnet.
I'm struggling t
Hi,
I have an "ABean" (entity-bean CMP2.0) which
has the "@ejb.data-object" directive tag.
I need to define setXyz(Integer x) and getXyz()
non-persistent-DB-property method which
is presents on AData-object.
If I use "@ejb.interface-method" I can see
it on ALocal, but not on AData-obj. But ...
48 matches
Mail list logo