[JBoss-dev] [ jboss-Bugs-1038708 ] Error: No engine configuration file - aborting!

2004-10-12 Thread SourceForge.net
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

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Serialization Pointcut

2004-10-12 Thread Bill Burke
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

[JBoss-dev] [JBossWS] - Re: customize in0, in1 in multi-parameter methods using xdoc

2004-10-12 Thread tdiesler
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

[JBoss-dev] [JBossWS] - Re: Trouble setting up ear to be client of web service

2004-10-12 Thread tdiesler
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.

[JBoss-dev] [JBoss Remoting, Unified Invokers] - Re: How to replace UCL with custom classloader

2004-10-12 Thread telrod
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

[JBoss-dev] [JBossCache] - Re: DeploymentException with TreeCache in WebServer

2004-10-12 Thread bwang00
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 ---

[JBoss-dev] [JBossWS] - Trouble setting up ear to be client of web service

2004-10-12 Thread parressh
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

[JBoss-dev] [JBossWS] - customize in0, in1 in multi-parameter methods using xdoclet?

2004-10-12 Thread ptomsic
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,

[JBoss-dev] [JBossCache] - DeploymentException with TreeCache in WebServer

2004-10-12 Thread bsaravan
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:/

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: Patch for Scheduled messages...

2004-10-12 Thread Squeak
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

[JBoss-dev] [ jboss-Bugs-1035959 ] Cannot deploy an EAR in exploded format

2004-10-12 Thread SourceForge.net
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

[JBoss-dev] [JBossWS] - Re: need war to override Axis jar

2004-10-12 Thread tdiesler
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

[JBoss-dev] [JBossWS] - Re: NullpointerException in Axis

2004-10-12 Thread tdiesler
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

[JBoss-dev] [JBossWS] - Re: need war to override Axis jar

2004-10-12 Thread mazzgolf
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

[JBoss-dev] [JBossWS] - Re: JBossWS in 3.2.x?

2004-10-12 Thread tdiesler
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

[JBoss-dev] [JBossCache] - Re: JBossCache in production

2004-10-12 Thread [EMAIL PROTECTED]
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

[JBoss-dev] [JBossWS] - Re: Deploying Webservices form 2 SLSBs

2004-10-12 Thread tdiesler
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

[JBoss-dev] [JBossWS] - Re: Mapping arrays

2004-10-12 Thread tdiesler
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

[JBoss-dev] [JBossWS] - Re: need war to override Axis jar

2004-10-12 Thread tdiesler
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

[JBoss-dev] [JBossWS] - need war to override Axis jar

2004-10-12 Thread mazzgolf
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

[JBoss-dev] [JBossWS] - Re: writing the java-wsdl-mapping

2004-10-12 Thread tdiesler
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

[JBoss-dev] [JBossWS] - Re: EJB endpoint authentication and authorization

2004-10-12 Thread tdiesler
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

[JBoss-dev] [Deployers on JBoss (Deployers/JBoss)] - Re: SubDeployerSupport.java revision 1.25 disallows META-IN

2004-10-12 Thread [EMAIL PROTECTED]
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

[JBoss-dev] [JBossWS] - Re: EJB endpoint authentication and authorization

2004-10-12 Thread ddossot
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

[JBoss-dev] [ jboss-Bugs-1045543 ] varia project .classpath needs jaxr-client.jar

2004-10-12 Thread SourceForge.net
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

[JBoss-dev] [JBossCache] - Re: java.lang.NoClassDefFoundError: org/jboss/aop/proxy/Clas

2004-10-12 Thread bwang00
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

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Why lack of 'before' and 'after' advice types is bad..

2004-10-12 Thread nthx
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

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: Patch for Scheduled messages...

2004-10-12 Thread [EMAIL PROTECTED]
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:

[JBoss-dev] [JBoss Remoting, Unified Invokers] - How to replace UCL with custom classloader

2004-10-12 Thread muga_nishizawa
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,

[JBoss-dev] [JBossWS] - Re: writing the java-wsdl-mapping

2004-10-12 Thread robisz
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:/

[JBoss-dev] [JBossWS] - Re: writing the java-wsdl-mapping

2004-10-12 Thread p_nevilleuk
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

[JBoss-dev] [JBossWS] - writing the java-wsdl-mapping

2004-10-12 Thread p_nevilleuk
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

[JBoss-dev] [ jboss-Bugs-1045277 ] Deployment problem, sar with nested war

2004-10-12 Thread SourceForge.net
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

[JBoss-dev] [ jboss-Bugs-1045277 ] Deployment problem, sar with nested war

2004-10-12 Thread SourceForge.net
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

[JBoss-dev] [ jboss-Bugs-1045277 ] Deployment problem, sar with nested war

2004-10-12 Thread SourceForge.net
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

[JBoss-dev] [Reporting] - Re: tools for reporting

2004-10-12 Thread meet_to_kartik
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

[JBoss-dev] [Reporting] - Re: tools for reporting

2004-10-12 Thread meet_to_kartik
"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

[JBoss-dev] [Reporting] - run jasper report from JBoss

2004-10-12 Thread meet_to_kartik
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

[JBoss-dev] [JBossWS] - Re: Authentication and Authorization with ws4ee

2004-10-12 Thread sonic-dre
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 --

[JBoss-dev] [ jboss-Bugs-1045056 ] EJB Deploy Fails jboss:service=WebService is not registered

2004-10-12 Thread SourceForge.net
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

[JBoss-dev] [ jboss-Bugs-1045056 ] EJB Deploy Fails jboss:service=WebService is not registered

2004-10-12 Thread SourceForge.net
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

[JBoss-dev] [JBossWS] - Re: Strating with JBoss-ws4ee

2004-10-12 Thread robisz
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 ---

[JBoss-dev] [JBossWS] - Re: Authentication and Authorization with ws4ee

2004-10-12 Thread werner.jaeger
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

[JBoss-dev] [JBossWS] - Re: EJB endpoint authentication and authorization

2004-10-12 Thread tdiesler
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 -

[JBoss-dev] [JBossWS] - Strating with JBoss-ws4ee

2004-10-12 Thread sanjuthomas
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

[JBoss-dev] [JBossWS] - Authentication and Authorization with ws4ee

2004-10-12 Thread dre
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

[JBoss-dev] [JBossWS] - Where's the echoElement() example for jbossWS?

2004-10-12 Thread p_nevilleuk
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

[JBoss-dev] [XDoclet on JBoss (XDoclet/JBoss)] - CMP2.0 not persistent data-object props

2004-10-12 Thread Roberto72
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 ...