[JBoss-dev] [Design of JBoss Internal Benchmarking] - Re: Internal errors in JBoss 3.2.6 with SpecjAppServer 2002

2004-12-17 Thread [EMAIL PROTECTED]
Change type mapping for java.lang.Short in Oracle9i mapping to the commented one. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3858988#3858988 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3858988

RE: [JBoss-dev] What are these XniJBossXBParser warnings?

2004-12-17 Thread Alexey Loubyansky
I should have fixed this yesterday by logging this in TRACE. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott M Stark Sent: Monday, December 13, 2004 8:06 PM To: [EMAIL PROTECTED] Subject: [JBoss-dev] What are these XniJBossXBParser

[JBoss-dev] [Design of JBoss's Web Services Implementation] - Re: JBossWS getting involved

2004-12-17 Thread [EMAIL PROTECTED]
Yes, thats the way to do it. I'll look into it and do the delegation from the TypeMapping associated JAXRPC Serializers/Deserializers. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3858991#3858991 Reply to the post :

[JBoss-dev] [Design of JMS on JBoss (JMS/JBoss)] - Configuration of JMS on JBoss

2004-12-17 Thread jagdishmane
Hi, We are having the following error when we try to communicate to Jboss 4.0 via JNDI. Here is my code. Can anybody help me out with this ? public SimpleSender() { try { QueueConnectionFactory myQConnFactory;

[JBoss-dev] [Design of JMS on JBoss (JMS/JBoss)] - Re: Configuration of JMS on JBoss

2004-12-17 Thread jagdishmane
Hi, The error that I am getting is as follows javax.naming.NameNotFoundException: ConnectionFactory not bound at org.jnp.server.NamingServer.getBinding(NamingServer.java:495) at org.jnp.server.NamingServer.getBinding(NamingServer.java:503) at

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: jboss aop on websphere

2004-12-17 Thread KevinConner
There are two parts to this, getting the classloader to intercept the calls to defineClass0 and getting AOP to work with any classloader setup. The first one is easy, just a simple modification to the code that instruments the classloader should do it. The second one involves a change to the

[JBoss-dev] [Design of Clustering on JBoss (Clusters/JBoss)] - XAConnectionFactory not bound

2004-12-17 Thread chrisdutz
Hi, I know this is not quite the place to post this, but helping me wil certainly benefit jboss. Currently I am working on aproject for comparing the paerformance of JBoss compared to a major commercial appserver and another freshly developed commercial appserver in a clustered environment

[JBoss-dev] [Design of Mail Services] - What is the current status of the JBossMail server?

2004-12-17 Thread rcbeuker
Hello, I like the idea of the JBossMail server. What is the current status of the JBossMail server? Is it already possible to use SMTP and IMAP? Regards, Roland Beuker View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3859013#3859013 Reply to the post :

[JBoss-dev] [Design of JBoss's Web Services Implementation] - Re: JBossWS Streaming Implementation Proposal

2004-12-17 Thread [EMAIL PROTECTED]
Are you talking about JAXB2 here? Where can I find the info about JAXBContext using XMLStreamingReader? Thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3859016#3859016 Reply to the post :

[JBoss-dev] jboss-3.2 build.223 Build Successful

2004-12-17 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20041217055249Lbuild.223 BUILD COMPLETE-build.223Date of build:12/17/2004 05:52:49Time to build:23 minutes 44 secondsLast changed:12/17/2004 05:41:21Last log entry:Remove dependency of

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: Methods via Reflection and MBean interception

2004-12-17 Thread [EMAIL PROTECTED]
From: http://docs.jboss.org/aop/aspect-framework/reference/en/html/reflection.html#reflection-attach-chains anonymous wrote : Intereptors/aspects bound to exexcution pointcuts for fields and constructors don't get invoked. Could you please let us know where the discrepancies are? Anyway this

RE: [JBoss-dev] [Web Services] - JBossWS / JAXB integration

2004-12-17 Thread Alexey Loubyansky
Since the link to the post is broken in the forums I am emailing my comments. Thomas, you seem to go back to the design you had before our discussion in Neuchatel. Why? What JAXB version are you going to use? JAXB2 is not yet released and API is not available yet, AFAIK. JAXB1 seems to

[JBoss-dev] [JBossWS] - Re: document/literal wrapped and jbossws / jbossDotNet

2004-12-17 Thread p_nevilleuk
Hi, I have been investigating using jboss-saaj and am fairly happy with this. I notice that with JAXM, there is a JAXMServlet and ReqRespListener class. Can you confirm whether it would be wise to use JAXM with JBoss and whether I can simply drop the two JAXM jar files into the jboss

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-14) CompleteUnitTestCase fails under java5

2004-12-17 Thread Alex Loubyansky (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-14?page=comments#action_12310868 ] Alex Loubyansky commented on JBAS-14: - These tests are bad as they report failures when generated queries are in fact correct from the data fetching point of view. The

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: Methods via Reflection and MBean interception

2004-12-17 Thread [EMAIL PROTECTED]
Now, I'm intruding here from another forum :) You can apply interceptors to MBeans (either statically or dynamically) by wrapping the MBean with an XMBean descriptor. Those interceptors come from the JBossMX framework (nothing to do with the AOP framework), so they are old style ones (no

[JBoss-dev] [JBossWS] - jboss-saaj attachmentpart problem

2004-12-17 Thread p_nevilleuk
Hi, I'm using jboss 4.0.0. and am having problems with attachments when using saaj. The only success I have is if I attach using MIME type text/plain and set content to a String. If I try to set MIME type to application/xml or text/xml and set content to be JDOMSource then I get

[JBoss-dev] [JBossWS] - Re: jboss-saaj attachmentpart problem

2004-12-17 Thread p_nevilleuk
Does this relate to https://sourceforge.net/tracker/?func=detailatid=376685aid=1039881group_id=22866? If so, is when will able stable version of 4.0.1 be available? Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3859033#3859033 Reply to the post :

[JBoss-dev] [JBoss Portal Development] - Re: Deploy Jetspeed2 on JBoss problem

2004-12-17 Thread [EMAIL PROTECTED]
Maybe you should try the jetspeed mailing list? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3859035#3859035 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3859035 ---

[JBoss-dev] [JBossWS] - Re: jboss-saaj attachmentpart problem

2004-12-17 Thread p_nevilleuk
Okay, I have a solution. I was using: | AttachmentPart attachmentPart = message.createAttachmentPart(); | attachmentPart.setContentId(payload-1); | attachmentPart.setMimeHeader(Content-Type, text/xml); | attachmentPart.setContent(new JDOMSource(document), text/xml); |

[JBoss-dev] [Design of JBoss's Web Services Implementation] - Re: JBossWS Streaming Implementation Proposal

2004-12-17 Thread jasong
[EMAIL PROTECTED] wrote : Are you talking about JAXB2 here? Where can I find the info about JAXBContext using XMLStreamingReader? | Thanks. Yes JAXB2. If you look at the EDR javadoc, the Marshaller/Unmarshaller interfaces which are pulled from the JAXBContext, have overloaded marshall, and

[JBoss-dev] [Design of JBoss's Web Services Implementation] - Re: JBossWS Streaming Implementation Proposal

2004-12-17 Thread jasong
Also, they claify the pulling/pushing behavior in the javadoc, which correpsonds with my design proposal. From the javadoc: | unmarshal | | java.lang.Object unmarshal(javax.xml.stream.XMLStreamReader reader) |throws JAXBException | | Unmarshal XML

[JBoss-dev] [Design of JBoss's Web Services Implementation] - Re: JBossWS Streaming Implementation Proposal

2004-12-17 Thread [EMAIL PROTECTED]
Hi Jason, What you describe here is the transition from | InputStream - StAX - JAXRPC Deserializer - Java Object | Let me rehears what we've currently got: Fragment incomming XML message (done in MessageFactory.createMessage()) and create a flat SAAJ view Document Style

[JBoss-dev] [Design of JBoss's Web Services Implementation] - Re: JBossWS Streaming Implementation Proposal

2004-12-17 Thread [EMAIL PROTECTED]
Jason, this all makes sence. I think you should go ahead and change the signature of | public abstract class DeserializerBase implements Deserializer | { |public abstract Object deserialize(QName xmlName, QName xmlType, String xmlFragment, SerializationContextImpl serContext) | }

[JBoss-dev] [JBoss JIRA] Resolved: (JBAS-14) CompleteUnitTestCase fails under java5

2004-12-17 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-14?page=history ] Scott M Stark resolved JBAS-14: --- Resolution: Done Fix Version: JBossAS-4.0.1 Final Ok, I just disabled the exact string assertions and log a message to stderr if the match does not

[JBoss-dev] [JBoss JIRA] Created: (JBAS-68) Added missing MdbEjb.jsp in web-console

2004-12-17 Thread Dimitris Andreadis (JIRA)
Added missing MdbEjb.jsp in web-console --- Key: JBAS-68 URL: http://jira.jboss.com/jira/browse/JBAS-68 Project: JBoss Application Server Type: Task Versions: JBossAS-3.2.6 Final, JBossAS-4.0.1RC1 Reporter: Dimitris

[JBoss-dev] [JBoss JIRA] Updated: (JBAS-68) Added missing MdbEjb.jsp in web-console

2004-12-17 Thread Dimitris Andreadis (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-68?page=history ] Dimitris Andreadis updated JBAS-68: --- Attachment: screenshot-1.jpg Added missing MdbEjb.jsp in web-console --- Key: JBAS-68 URL:

[JBoss-dev] [JBoss JIRA] Closed: (JBAS-68) Added missing MdbEjb.jsp in web-console

2004-12-17 Thread Dimitris Andreadis (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-68?page=history ] Dimitris Andreadis closed JBAS-68: -- Resolution: Done Added missing MdbEjb.jsp in web-console --- Key: JBAS-68 URL:

[JBoss-dev] [JBossWS] - Paths and Getting Started Guide

2004-12-17 Thread jerryp64
I am using the Getting Started guide to develop my own web service. One of the questions I came up with that I do not see discussed in the guide is the classpath of the Axis files. I created a sub-directory on my server that I copy the Axis JAR files in to, but I have to believe this is not

[JBoss-dev] [JBoss JIRA] Created: (JBAS-69) EJB Timer Service broken when used with security domain

2004-12-17 Thread Scott M Stark (JIRA)
EJB Timer Service broken when used with security domain --- Key: JBAS-69 URL: http://jira.jboss.com/jira/browse/JBAS-69 Project: JBoss Application Server Type: Bug Components: EJBs Versions: JBossAS-4.0.0

[JBoss-dev] [JBoss JIRA] Updated: (JBAS-69) EJB Timer Service broken when used with security domain

2004-12-17 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-69?page=history ] Scott M Stark updated JBAS-69: -- Description: When an EJB (an entity bean in my case) has a security domain associated with it, calls to the ejbTimeout method fail with a SecurityException

[JBoss-dev] [ jboss-Bugs-1081791 ] EJB Timer Service broken when used with security domain

2004-12-17 Thread SourceForge.net
Bugs item #1081791, was opened at 2004-12-08 17:17 Message generated for change (Comment added) made by starksm You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=1081791group_id=22866 Category: JBossServer Group: v4.0 Status: Closed Resolution: Duplicate

[JBoss-dev] [ jboss-Bugs-1053625 ] Not JSR-77 Spec compliant

2004-12-17 Thread SourceForge.net
Bugs item #1053625, was opened at 2004-10-25 03:04 Message generated for change (Comment added) made by starksm You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=1053625group_id=22866 Category: JBossMX Group: v4.0 Status: Closed Resolution: Postponed

[JBoss-dev] [Design of JBoss's Web Services Implementation] - Re: JBossWS Streaming Implementation Proposal

2004-12-17 Thread jasong
[EMAIL PROTECTED] wrote : Hi Jason, | | The important bit is, to allow to go forth and back between the XML and Java Object representation at the SOAPContentElement level | using the JAXRPC serializer/deserializers. | | Whether to hold the XML representation as String or StAX events

[JBoss-dev] [JBoss JIRA] Closed: (JBAOP-1) VersionedObjectUnitTestCase fails under java5

2004-12-17 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/JBAOP-1?page=history ] Bill Burke closed JBAOP-1: -- Resolution: Done org.jboss.util.id.GUID was not Comparable and Versioned aspect was sorting a list of them. Not sure how this EVER worked.

[JBoss-dev] [Design of JBossCache] - Re: I can' t run the example from the downloaded zip file.

2004-12-17 Thread zhe
after download, do I have to change some configuration file? thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3859086#3859086 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3859086

[JBoss-dev] [JBossWS] - Second WS parameter set to null

2004-12-17 Thread isabored
I have a webservice that takes two string parameters. I am calling the webservice from a DII client and the second parameter seems to be getting lost. I have set the org.apache.axis is DEBUG level reporting and this is part of what I get: | 2004-12-17 17:27:46,978 DEBUG

[JBoss-dev] [JBoss JIRA] Closed: (JBAS-65) MDB Deployment ignores activation-config

2004-12-17 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-65?page=history ] Adrian Brock closed JBAS-65: Resolution: Done Fixed for 4.0.1 MDB Deployment ignores activation-config Key: JBAS-65 URL:

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: jboss aop on websphere

2004-12-17 Thread tomjnsn
I'm using 1.4.1 of the IBM VM. We're pretty much tied to WebSphere on this project, so even if we did upgrade to 6.0 in the near term (which we won't) we'd still only be on 1.4.2. I tried altering the following part of the replace call in AspectManager.getInstrumentedClassLoader(): + $_

[JBoss-dev] [JBoss JIRA] Commented: (JBWEB-6) Release JK-1.2.8

2004-12-17 Thread Mladen Turk (JIRA)
[ http://jira.jboss.com/jira/browse/JBWEB-6?page=comments#action_12310873 ] Mladen Turk commented on JBWEB-6: - Released JK-1.2.8-RC-1 This is the last release before 1.2.8 final. The same release will be marked as stable as no more bugs found.

[JBoss-dev] [JBoss JIRA] Created: (JBAS-70) Security event listener that could be plugged in to listen to authentication and authorization events.

2004-12-17 Thread Jagannath Bodapatla (JIRA)
Security event listener that could be plugged in to listen to authentication and authorization events. -- Key: JBAS-70 URL: http://jira.jboss.com/jira/browse/JBAS-70

[JBoss-dev] [JBoss JIRA] Created: (JBAOP-55) Allow use of annotations for parameters in pointcuts

2004-12-17 Thread Kabir Khan (JIRA)
Allow use of annotations for parameters in pointcuts Key: JBAOP-55 URL: http://jira.jboss.com/jira/browse/JBAOP-55 Project: JBoss AOP Type: Bug Reporter: Kabir Khan Assigned to: Kabir Khan Fix For: 1.1

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: jboss aop on websphere

2004-12-17 Thread [EMAIL PROTECTED]
Tom, thanks for all your patience here... Did you ever try just using the precompiler? (AOPC) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3859096#3859096 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3859096

[JBoss-dev] [Design of Clustering on JBoss (Clusters/JBoss)] - Colocation and local optimization - JBAS-57

2004-12-17 Thread [EMAIL PROTECTED]
This relates to the following JIRA task: http://jira.jboss.com/jira/browse/JBAS-57 Since the colocation check in HAJRMP isn't redudant, this needs fixing in two ways: a) It needs applying to the other HA invokers b) It needs moving the interceptor chain where the policy can be overridden when

[JBoss-dev] [JBoss JIRA] Created: (JBMICROCONT-4) Virtual File System service

2004-12-17 Thread Ivelin Ivanov (JIRA)
Virtual File System service --- Key: JBMICROCONT-4 URL: http://jira.jboss.com/jira/browse/JBMICROCONT-4 Project: JBoss MicroContainer Type: Feature Request Reporter: Ivelin Ivanov Assigned to: Dimitris Andreadis Priority: Critical

[JBoss-dev] [JBoss JIRA] Commented: (JBMICROCONT-4) Virtual File System service

2004-12-17 Thread Ivelin Ivanov (JIRA)
[ http://jira.jboss.com/jira/browse/JBMICROCONT-4?page=comments#action_12310874 ] Ivelin Ivanov commented on JBMICROCONT-4: - From Dimitris: http://www.jboss.org/index.html?module=bbop=viewtopict=57790 Virtual File System service

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-57) Need the ability to disable ha invoker local optimization path

2004-12-17 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-57?page=comments#action_12310875 ] Adrian Brock commented on JBAS-57: -- Since we've decided the colocation check is not redundant. I've put the proposed solution in the forums for discussion. Need the ability

[JBoss-dev] [JBoss JIRA] Updated: (JBAS-57) Need the ability to disable ha invoker local optimization path

2004-12-17 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-57?page=history ] Adrian Brock updated JBAS-57: - JBoss Forum Reference: http://www.jboss.org/index.html?module=bbop=viewtopict=57830 Need the ability to disable ha invoker local optimization path

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: jboss aop on websphere

2004-12-17 Thread tomjnsn
I'm not sure whether aopc would work for my situation. I'm using IBM's web services implementation for WebSphere, which include a bunch of closed source classes. Those classes are the ones I want to do the instrumentation on. I didn't try it with jboss-aop, but I tried to instrument the

[JBoss-dev] [JBossWS] - Re: Paths and Getting Started Guide

2004-12-17 Thread jerryp64
I wanted to add another question to this message. I have gotten the service deployed and I am trying to access the service from a servlet. Here is the code in the doGet method of my servlet: | try{ | URL url = new

[JBoss-dev] [JBoss JIRA] Resolved: (JBPM-35) expose link status to expressions in join conditions (9.1, 12.5.1)

2004-12-17 Thread Juan Cantu (JIRA)
[ http://jira.jboss.com/jira/browse/JBPM-35?page=history ] Juan Cantu resolved JBPM-35: Resolution: Done expose link status to expressions in join conditions (9.1, 12.5.1) ---

[JBoss-dev] [JBoss JIRA] Commented: (JBMICROCONT-4) Virtual File System service

2004-12-17 Thread Ivelin Ivanov (JIRA)
[ http://jira.jboss.com/jira/browse/JBMICROCONT-4?page=comments#action_12310877 ] Ivelin Ivanov commented on JBMICROCONT-4: - Mladen also proposed gnome and http://apvfs.sourceforge.net/ (his vfs module for httpd). Virtual File System

[JBoss-dev] [JBoss JIRA] Resolved: (JBPM-28) Link Semantics (12.5.1) and Death Path elimination (12.5.2)

2004-12-17 Thread Juan Cantu (JIRA)
[ http://jira.jboss.com/jira/browse/JBPM-28?page=history ] Juan Cantu resolved JBPM-28: Resolution: Done Link Semantics (12.5.1) and Death Path elimination (12.5.2) --- Key: JBPM-28

[JBoss-dev] jboss-4.0 build.276 Build Successful

2004-12-17 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20041217111905Lbuild.276 BUILD COMPLETE-build.276Date of build:12/17/2004 11:19:05Time to build:91 minutes 6 secondsLast changed:12/17/2004 10:17:43Last log entry:added missing MDB page,

[JBoss-dev] [JBoss JIRA] Commented: (JBMICROCONT-4) Virtual File System service

2004-12-17 Thread Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBMICROCONT-4?page=comments#action_12310879 ] Adrian Brock commented on JBMICROCONT-4: Guys, maybe we shouldn't call it a VFS. Perhaps (VDF) Virtual Deployment Framework is a better name. The purpose of the

[JBoss-dev] [JBoss JIRA] Commented: (JBMICROCONT-4) Virtual File System service

2004-12-17 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBMICROCONT-4?page=comments#action_12310880 ] Scott M Stark commented on JBMICROCONT-4: - Agreed. At one point it was mentioned that class loading and scoping/directionality of loading of classes/resources

[JBoss-dev] [Design of Clustering on JBoss (Clusters/JBoss)] - Re: Colocation and local optimization - JBAS-57

2004-12-17 Thread [EMAIL PROTECTED]
If there is going to be a check for an entry in the collocation map, then effectively the GUID becomes irrelevant. Other cleanup than could be done is removal of the unused remoteInvoker instance variable. View the original post :

[JBoss-dev] [JBoss JIRA] Commented: (JBMICROCONT-4) Virtual File System service

2004-12-17 Thread Ivelin Ivanov (JIRA)
[ http://jira.jboss.com/jira/browse/JBMICROCONT-4?page=comments#action_12310881 ] Ivelin Ivanov commented on JBMICROCONT-4: - [From Mladen] I don't like it. It has one major design flow and that is not allowing protocol stacking. As mater affect

[JBoss-dev] [Design of Clustering on JBoss (Clusters/JBoss)] - Re: Colocation and local optimization - JBAS-57

2004-12-17 Thread [EMAIL PROTECTED]
Only if the non HA invoker deployment also maintained the colocation info. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3859108#3859108 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3859108

[JBoss-dev] [Design of Clustering on JBoss (Clusters/JBoss)] - Re: Colocation and local optimization - JBAS-57

2004-12-17 Thread [EMAIL PROTECTED]
Ok, I thought you were indicating that the base InvokerInterceptor was going to be checking for existence in the collocation map which would require the non-ha proxy factories to maintain this info. Its a less intrusive change if the GUID continues to be a marker for non-ha collocation and only

[JBoss-dev] jboss-3.2 build.224 Build Successful

2004-12-17 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20041217150400Lbuild.224 BUILD COMPLETE-build.224Date of build:12/17/2004 15:04:00Time to build:25 minutes 38 secondsLast changed:12/17/2004 10:18:39Last log entry:added missing MDB page,

[JBoss-dev] [Design of JBossCache] - Re: Problem in running the plain.bsh example

2004-12-17 Thread sylcheung
I am sure I am using jbosscache 1.2 as well, I download it from here: http://sourceforge.net/project/showfiles.php?group_id=22866package_id=102339 So what are the steps to fix the example? I am using Windows XP with jdk 1.4.2 Thank you. View the original post :

[JBoss-dev] jboss-head build.594 Build Successful

2004-12-17 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041217160602Lbuild.594 BUILD COMPLETE-build.594Date of build:12/17/2004 16:06:02Time to build:34 minutes 31 secondsLast changed:12/17/2004 15:49:24Last log entry:Modified pointcut language

[JBoss-dev] [Design of JBossCache] - Re: Problem in running the plain.bsh example

2004-12-17 Thread zhe
just do what I said. and run the demo see what happen. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3859119#3859119 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3859119

[JBoss-dev] [Design of JBossCache] - Re: I can' t run the example from the downloaded zip file.

2004-12-17 Thread zhe
I just downloaded the Standalone Beta 2, the jboss-cache-dist.zip. and it is working. so does it mean that JBossCache1.2 doesn't support standalone? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3859120#3859120 Reply to the post :

[JBoss-dev] [JBoss JIRA] Closed: (JBAOP-55) Allow use of annotations for parameters in pointcuts

2004-12-17 Thread Kabir Khan (JIRA)
[ http://jira.jboss.com/jira/browse/JBAOP-55?page=history ] Kabir Khan closed JBAOP-55: --- Resolution: Done Allow use of annotations for parameters in pointcuts Key: JBAOP-55 URL:

[JBoss-dev] [Design of JBossCache] - jbosscache and hibernate example

2004-12-17 Thread sylcheung
Hi, Can anyone please tell me where I can find example of how jbosscache uses with hibernate? thanks in advance for any pointer. thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3859121#3859121 Reply to the post :

[JBoss-dev] [JBossWS] - JBoss 4 and JbossWS - Xdoclet tags

2004-12-17 Thread joshua_hj
Dear community, I have a SessionBean that i have implemented as a WebService 1.1 compliant, using the new wsee xdoclet tags in the new JBoss 4. I also have another class ( Calculadora) in my project that i use in the SessionBean, so that classe needs to be serialized, because the sessionBean

[JBoss-dev] [Design of XDoclet Tags on JBoss (XDoclet/JBoss)] - JBoss 4 and JbossWS - Xdoclet tags

2004-12-17 Thread joshua_hj
Dear community, I have a SessionBean that i have implemented as a WebService 1.1 compliant, using the new wsee xdoclet tags in the new JBoss 4. I also have another class ( Calculadora) in my project that i use in the SessionBean, so that classe needs to be serialized, because the sessionBean

[JBoss-dev] jboss-head-jdk-matrix build.36 Build Successful

2004-12-17 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-jdk-matrix?log=log20041217224106Lbuild.36 BUILD COMPLETE-build.36Date of build:12/17/2004 22:41:06Time to build:24 minutes 44 secondsLast changed:12/17/2004 15:49:26Last log entry:Modified pointcut

[JBoss-dev] [JBoss JIRA] Created: (JBREM-24) Allow for specific network interface bindings

2004-12-17 Thread Tom Elrod (JIRA)
Allow for specific network interface bindings - Key: JBREM-24 URL: http://jira.jboss.com/jira/browse/JBREM-24 Project: JBoss Remoting Type: Feature Request Components: transport Versions: 1.0.1 alpha

[JBoss-dev] jboss-4.0-testsuite build.21 Build Successful

2004-12-17 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-testsuite?log=log20041217232106Lbuild.21 BUILD COMPLETE-build.21Date of build:12/17/2004 23:21:06Time to build:91 minutes 0 secondsLast changed:12/17/2004 13:14:35Last log entry:[JBAS-65] - Parse the

[JBoss-dev] jboss-4.0-jdk-matrix build.41 Build Successful

2004-12-17 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-jdk-matrix?log=log20041218010425Lbuild.41 BUILD COMPLETE-build.41Date of build:12/18/2004 01:04:25Time to build:25 minutes 52 secondsLast changed:12/17/2004 13:14:35Last log entry:[JBAS-65] - Parse