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

2004-12-14 Thread [EMAIL PROTECTED]
1) yes, no

2) yes

3) Since there is no support for the wrapped style, you can either use the saaj 
manually to construct and send the messages or integrate a toolkit that 
supports the wrapped style. Which is better I don't know.

4) no, 1.2


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858480#3858480

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858480


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [EJB on JBoss] - Customizing Timers table

2004-12-14 Thread gquintana
I have already a managed to move the table to from Hypersonic to Oracle. Here 
is my table schema:
create table TIMERS(
  | TIMERID varchar2(80) not null ,
  | TARGETID varchar2(80) not null ,
  | INITIALDATE timestamp not null , 
  | TIMERINTERVAL number(20) ,
  | INSTANCEPK raw(2000) ,
  | INFO raw(2000) ,
  | constraint TIMERS_PK primary key (TIMERID,TARGETID)
  | )
  | 


Is it possible to customize (table name, column names...) the table used for 
persisting Timers?

Thanks for your answer.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858567#3858567

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858567


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Different handling of XML entities between FINAL and RC1

2004-12-14 Thread nthx
"[EMAIL PROTECTED]" wrote : ...
  | The include is a bug though and we'll fix as soon as we can.
  | 
  | Bill

Just remind. I haven't found that on JIRA.. or has it been already fixed

Regards,
Tomasz 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858572#3858572

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858572


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss IDE (dev)] - jsp code completion not working

2004-12-14 Thread LORDs_diakonos
I am using the newst jboss ide 1.4 and the latest eclipse. According to the 
notes on jboss ide 1.4 it does code completion for both java and tags.  I 
cannot get it to do either.  I created a jsp page under jboss ide inside of a 
jboss ide project.  Thank you for any help offered.  

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858525#3858525

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858525


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBAS-56) JBossCache 1.2 integration into the 4.0.1 release

2004-12-14 Thread Scott M Stark (JIRA)
JBossCache 1.2 integration into the 4.0.1 release
-

 Key: JBAS-56
 URL: http://jira.jboss.com/jira/browse/JBAS-56
 Project: JBoss Application Server
Type: Task
Versions: JBossAS-4.0.1 Final
Reporter: Scott M Stark
 Assigned to: Scott M Stark 
Priority: Blocker
 Fix For: JBossAS-4.0.1 Final


The JBossCache 1.2 codebase has been merged into the 4.0 branch for the 4.0.1 
release. This task links those issues that need to be resolved in order for the 
integration to be considered complete.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Tomcat] - Can Tomcat tell me what JSPs its compiling?

2004-12-14 Thread sstair
When using Tiles, a single HTML page may be generated from many JSP pages.  It 
would be nice to be able to see a message when Tomcat compiles each JSP page, 
so I know what JSP pages are going into the makup of this HTML page.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858555#3858555

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858555


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (EJBTHREE-36) Full Support for @Embeddable

2004-12-14 Thread Bill Burke (JIRA)
Full Support for @Embeddable


 Key: EJBTHREE-36
 URL: http://jira.jboss.com/jira/browse/EJBTHREE-36
 Project: EJB 3.0
Type: Feature Request
Versions: Preview 3
Reporter: Bill Burke
 Assigned to: Bill Burke 
 Fix For: Preview 3


I forgot to implement the case where @Embedddable classes can define @Column's 
@Table, etc.. on themselves.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBAOP-30) allow annotations, instanceof in parameters

2004-12-14 Thread Bill Burke (JIRA)
allow annotations, instanceof in parameters
---

 Key: JBAOP-30
 URL: http://jira.jboss.com/jira/browse/JBAOP-30
 Project: JBoss AOP
Type: Feature Request
Versions: 1.1
Reporter: Bill Burke
 Assigned to: Kabir Khan 
 Fix For: 1.1


$instanceof{} and $typedef can be used for field types, constructor parameters, 
and method parameters and return 
types in pointcut expressions and type expressions

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Resolved: (JBPTL-57) portal/nukes webinar link wrong

2004-12-14 Thread Thomas Heute (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPTL-57?page=history ]
 
Thomas Heute resolved JBPTL-57:
---

Resolution: Done

> portal/nukes webinar link wrong
> ---
>
>  Key: JBPTL-57
>  URL: http://jira.jboss.com/jira/browse/JBPTL-57
>  Project: JBoss Portal
> Type: Bug
> Reporter: Ivelin Ivanov
> Priority: Minor

>
>
> This task was automatically generated from the following forum thread:
> http://jboss.com/index.html?module=bb&op=viewtopic&t=56724

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBAOP-26) get calling object from a caller joinopint

2004-12-14 Thread Bill Burke (JIRA)
get calling object from a caller joinopint
--

 Key: JBAOP-26
 URL: http://jira.jboss.com/jira/browse/JBAOP-26
 Project: JBoss AOP
Type: Feature Request
Versions: 1.1
Reporter: Bill Burke
 Assigned to: Bill Burke 
 Fix For: 1.1


Added getCallingObject to CalledByMethodInvocation classes.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss IDE (dev)] - Re: jsp code completion not working

2004-12-14 Thread LORDs_diakonos
yes i got it wokring.  Apparently I had another plug in that was interfering 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858596#3858596

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858596


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-head Build Failed

2004-12-14 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041214133916
BUILD FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-jboss-head.xml:63: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-jboss-head.xml:37: Exit code: 1 See compile.log in Build Artifacts for details. JAVA_HOME=/opt/j2sdk1.4.2_05/Date of build: 12/14/2004 13:39:16Time to build: 28 minutes 30 secondsLast changed: 12/14/2004 13:21:43Last log entry: Support field based annotations and fixes for entity-name




    Unit Tests: (0)    Total Errors and Failures: (0) 
 Modifications since last build: (44)1.3modifiedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/entity/EntityTestBean.javaSupport field based annotations and fixes for entity-name1.1addedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/entity/FieldAddress.javaSupport field based annotations and fixes for entity-name1.1addedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/entity/FieldCompany.javaSupport field based annotations and fixes for entity-name1.1addedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/entity/FieldCustomer.javaSupport field based annotations and fixes for entity-name1.1addedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/entity/FieldFlight.javaSupport field based annotations and fixes for entity-name1.1addedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/entity/FieldTicket.javaSupport field based annotations and fixes for entity-name1.3modifiedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/entity/EntityTest.javaSupport field based annotations and fixes for entity-name1.3modifiedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/dependent/Customer.javaSupport field based annotations and fixes for entity-name1.2modifiedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/dependent/EntityTest.javaSupport field based annotations and fixes for entity-name1.2modifiedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/dependent/EntityTestBean.javaSupport field based annotations and fixes for entity-name1.1addedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/dependent/FieldAddress.javaSupport field based annotations and fixes for entity-name1.1addedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/dependent/FieldCustomer.javaSupport field based annotations and fixes for entity-name1.3modifiedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/entity/unit/EntityUnitTestCase.javaSupport field based annotations and fixes for entity-name1.2modifiedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/dependent/unit/EntityUnitTestCase.javaSupport field based annotations and fixes for entity-name1.16modifiedpatriot1burkeejb3/src/main/org/jboss/ejb3/entity/EntityToHibernateXml.javaSupport field based annotations and fixes for entity-name1.65modifiedstarksmserver/src/main/org/jboss/ejb/plugins/jms/JMSContainerInvoker.java- Move the onException reconnection to a seperate thread in all cases. It has been seen that the thread calling onException can have its interrupted state set which results in the reconnection immeadiately failing as though the container has been shutdown.- Expose the MessageDrivenMetaData as a read-only attribute.- Include the destinationJNDI name in the toString format.1.11modifiedkabkhanaop/src/test/org/jboss/test/aop/jdk15/annotated/AnnotatedTestCase.javaAdded Precedence1.1addedkabkhanaop/src/test/org/jboss/test/aop/jdk15/annotated/Interceptions.javaAdded Precedence1.1addedkabkhanaop/src/test/org/jboss/test/aop/jdk15/annotated/Precedence1.javaAdded Precedence1.1addedkabkhanaop/src/test/org/jboss/test/aop/jdk15/annotated/Precedence2.javaAdded Precedence1.1addedkabkhanaop/src/test/org/jboss/test/aop/jdk15/annotated/PrecedenceAspect1.javaAdded Precedence1.1addedkabkhanaop/src/test/org/jboss/test/aop/jdk15/annotated/PrecedenceInterceptor1.javaAdded Precedence1.1addedkabkhanaop/src/test/org/jboss/test/aop/jdk15/annotated/PrecedenceInterceptor2.javaAdded Precedence1.2modifiedkabkhanaop/src/test/org/jboss/test/aop/jdk15/annotated/VariaPOJO.javaAdded Precedence1.1addedkabkhanaop/src/test/org/jboss/test/aop/annotated/Interceptions.javaAdded Precedence1.1addedkabkhanaop/src/test/org/jboss/test/aop/annotated/Precedence1.javaAdded Precedence1.1addedkabkhanaop/src/test/org/jboss/test/aop/annotated/Precedence2.javaAdded Precedence1.1addedkabkhanaop/src/test/org/jboss/test/aop/annotated/PrecedenceAspect1.javaAdded Precedence1.1addedkabkhanaop/src/test/org/jboss/test/aop/annotated/PrecedenceInterceptor1.javaAdded Precedence1.1addedkabkhanaop/src/test/org/jboss/test/aop/annotated/PrecedenceInterceptor2.javaAdded Precedence1.2modifiedkabkhanaop/src/test/org/jboss/test/aop/annotated/VariaPOJO.javaAdded Precedence1.12modifiedkabkhanaop/src/test/org/jboss/test/aop/annotated/AnnotatedTestCase.javaAdded Precedence1.20modifiedkabkhanaop/src/main/org/jboss/aop/AspectAnnotationLoader.javaAdded Precedence1.95modifiedkabkh

[JBoss-dev] [Nukes Development] - Test broken URL tag

2004-12-14 Thread [EMAIL PROTECTED]
A URL that is not trimmed

[url]
http://www.jboss.org/index.html?module=bb&op=viewforum&f=163
[/url]

A URL that does not show the URL text

http://www.jboss.org/index.html?module=bb&op=viewforum&f=163


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858600#3858600

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858600


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBPORTAL-101) URL BB Code tag does not work correctly on several lines

2004-12-14 Thread Thomas Heute (JIRA)
URL BB Code tag does not work correctly on several lines


 Key: JBPORTAL-101
 URL: http://jira.jboss.com/jira/browse/JBPORTAL-101
 Project: JBoss Portal
Type: Bug
  Components: Forums  
Versions: 2.0 Alpha
 Environment: Nukes 1
Reporter: Thomas Heute


Fix the following bug from Nukes:
--
A URL that is not trimmed 
 
[url] 
http://www.jboss.org/index.html?module=bb&op=viewforum&f=163 
[/url] 


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Nukes Development] - Re: Test broken URL tag

2004-12-14 Thread [EMAIL PROTECTED]
You should open a Jira issue ;)
I will do that for you. I guess it half corrects the bug.

Thanks for noticing Thomas.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858602#3858602

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858602


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBWEB-8) Article on fronting tomcat w/ httpd or iis. best practices

2004-12-14 Thread Mladen Turk (JIRA)
Article on fronting tomcat w/ httpd or iis. best practices
--

 Key: JBWEB-8
 URL: http://jira.jboss.com/jira/browse/JBWEB-8
 Project: JBoss Web
Type: Task
  Components: mod_jk  
Reporter: Mladen Turk
 Assigned to: Remy Maucherat 


Create an article on fronting tomcat with httpd or iis.
The article will contain the proper setup procedures and
examples of configuring clustered installations.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBAOP-54) Declare error/warning

2004-12-14 Thread Bill Burke (JIRA)
Declare error/warning
-

 Key: JBAOP-54
 URL: http://jira.jboss.com/jira/browse/JBAOP-54
 Project: JBoss AOP
Type: Feature Request
Versions: 1.1
Reporter: Bill Burke
 Assigned to: Bill Burke 
 Fix For: 1.1


This is like AspectJ's declare error/warning.  I think this should be part of a 
more generic service that can return joinpoints based on a pointcut query.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Other JBoss Development] - Classloader

2004-12-14 Thread sstair
I just finished an Advanced Jboss training class last week, and during a 
disccussion on classloaders, the following idea occurred to me.

When the classloader encounters a Java class which has already been loaded, it 
just ignores it.  This can cause problems when there is more than one version 
of a class among diferent archives.

Why not have * a warning, optional if neccessary, that would warn the developer 
that the same class occurred in multiple archives
  | * a warning if the duplicate class is not indentical to the previously 
encountered occurence
  | 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858559#3858559

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858559


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-head build.579 Build Fixed

2004-12-14 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041214161905Lbuild.579
BUILD COMPLETE - build.579Date of build: 12/14/2004 16:19:05Time to build: 15 minutes 37 secondsLast changed: 12/14/2004 15:55:53Last log entry: more testing




    Unit Tests: (0)    Total Errors and Failures: (0) 
 Modifications since last build: (72)1.22modifiedpatriot1burkeejb3/build-test.xmlmore testing1.2modifiedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/composite/EntityTest.javamore testing1.2modifiedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/composite/EntityTestBean.javamore testing1.1addedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/composite/FieldCustomer.javamore testing1.1addedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/composite/FieldCustomerPK.javamore testing1.1addedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/composite/FieldFlight.javamore testing1.1addedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/composite/FieldTicket.javamore testing1.2modifiedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/composite/unit/EntityUnitTestCase.javamore testing1.1addedkabkhanaop/src/main/org/jboss/aop/advice/PrecedenceDef.javaSupport for precedence1.1addedkabkhanaop/src/main/org/jboss/aop/advice/PrecedenceDefEntry.javaSupport for precedence1.1addedkabkhanaop/src/main/org/jboss/aop/advice/PrecedenceSorter.javaSupport for precedence1.3modifiedejortconnector/src/main/org/jboss/resource/connectionmanager/ConnectionFactoryBindingService.javaLog when connection factories/data sources are unbound from jndi1.32modifiedejortconnector/src/main/org/jboss/resource/connectionmanager/CachedConnectionManager.java[JBAS-31] - inUseConnections not correctFixed ported from 3.2.x1.3modifiedejorttomcat/src/resources/server.xmlRestore the cached connection valve example config.1.3modifiedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/entity/EntityTestBean.javaSupport field based annotations and fixes for entity-name1.1addedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/entity/FieldAddress.javaSupport field based annotations and fixes for entity-name1.1addedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/entity/FieldCompany.javaSupport field based annotations and fixes for entity-name1.1addedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/entity/FieldCustomer.javaSupport field based annotations and fixes for entity-name1.1addedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/entity/FieldFlight.javaSupport field based annotations and fixes for entity-name1.1addedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/entity/FieldTicket.javaSupport field based annotations and fixes for entity-name1.3modifiedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/entity/EntityTest.javaSupport field based annotations and fixes for entity-name1.3modifiedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/dependent/Customer.javaSupport field based annotations and fixes for entity-name1.2modifiedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/dependent/EntityTest.javaSupport field based annotations and fixes for entity-name1.2modifiedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/dependent/EntityTestBean.javaSupport field based annotations and fixes for entity-name1.1addedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/dependent/FieldAddress.javaSupport field based annotations and fixes for entity-name1.1addedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/dependent/FieldCustomer.javaSupport field based annotations and fixes for entity-name1.3modifiedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/entity/unit/EntityUnitTestCase.javaSupport field based annotations and fixes for entity-name1.2modifiedpatriot1burkeejb3/src/test/org/jboss/ejb3/test/dependent/unit/EntityUnitTestCase.javaSupport field based annotations and fixes for entity-name1.16modifiedpatriot1burkeejb3/src/main/org/jboss/ejb3/entity/EntityToHibernateXml.javaSupport field based annotations and fixes for entity-name1.65modifiedstarksmserver/src/main/org/jboss/ejb/plugins/jms/JMSContainerInvoker.java- Move the onException reconnection to a seperate thread in all cases. It has been seen that the thread calling onException can have its interrupted state set which results in the reconnection immeadiately failing as though the container has been shutdown.- Expose the MessageDrivenMetaData as a read-only attribute.- Include the destinationJNDI name in the toString format.1.1addedkabkhanaop/src/test/org/jboss/test/aop/precedence/FirstInterceptor.javaAdded Precedence1.1addedkabkhanaop/src/test/org/jboss/test/aop/precedence/FirstInterceptor2.javaAdded Precedence1.1addedkabkhanaop/src/test/org/jboss/test/aop/precedence/Interceptions.javaAdded Precedence1.1addedkabkhanaop/src/test/org/jboss/test/aop/precedence/LastAspect.javaAdded Precedence1.1addedkabkhanaop/src/test/org/jboss/test/aop/precedence/LastAspect2.javaAdded Precedence1.1addedkabkhanaop/src/test/org/jboss/t

[JBoss-dev] [JBossWS] - Re: XML Payload Best Practice

2004-12-14 Thread jobor
That is also what I use. Sending a XML document in a String return value. You 
can read about that at the following link.

http://java.sun.com/blueprints/guidelines/designing_webservices/html/webservdesign8.html#1135159

Johan.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858617#3858617

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858617


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JCA on JBoss] - Re: TODO: RAR metadata repository

2004-12-14 Thread [EMAIL PROTECTED]
JIRA Task: http://jira.jboss.com/jira/browse/JBJCA-3

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858620#3858620

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858620


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JCA on JBoss] - Re: TODO: Improve management

2004-12-14 Thread [EMAIL PROTECTED]
JIRA Task: http://jira.jboss.com/jira/browse/JBJCA-4

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858621#3858621

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858621


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


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

2004-12-14 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041214112331Lbuild.578
BUILD COMPLETE - build.578Date of build: 12/14/2004 11:23:31Time to build: 24 minutes 2 secondsLast changed: 12/14/2004 09:56:54Last log entry: Add unregisterSchema




    Unit Tests: (0)    Total Errors and Failures: (0) 
 Modifications since last build: (21)1.2modifiedtdieslerwebservice/src/main/org/jboss/ws/jaxrpc/SchemaLocationRegistry.javaAdd unregisterSchema1.10modifiedtdieslerwebservice/test/java/org/jboss/test/ws/jaxb/ComplexTypeMarshallerTestCase.javaPass the namespace registry to JAXB1.2modifiedtdieslerwebservice/test/java/org/jboss/test/ws/jaxb/ComplexTypeUnmarshallerTestCase.javaPass the namespace registry to JAXB1.4modifiedtdieslerwebservice/src/main/org/jboss/ws/jaxrpc/encoding/JAXBSerializer.javaPass the namespace registry to JAXB1.10modifiedtdieslerwebservice/src/main/org/jboss/ws/jaxb/MarshallerImpl.javaPass the namespace registry to JAXB1.8modifiedtdieslerwebservice/test/java/org/jboss/test/ws/jaxrpc/DIITestCase.javaAdd support for document style.SOAPBodyElementImpl is now abstract.Add SOAPBodyRpcElement, SOAPBodyDocElement.1.6modifiedtdieslerwebservice/src/main/org/jboss/ws/soap/MessageFactoryImpl.javaAdd support for document style.SOAPBodyElementImpl is now abstract.Add SOAPBodyRpcElement, SOAPBodyDocElement.1.1addedtdieslerwebservice/src/main/org/jboss/ws/soap/SOAPBodyDocElement.javaAdd support for document style.SOAPBodyElementImpl is now abstract.Add SOAPBodyRpcElement, SOAPBodyDocElement.1.5modifiedtdieslerwebservice/src/main/org/jboss/ws/soap/SOAPBodyElementImpl.javaAdd support for document style.SOAPBodyElementImpl is now abstract.Add SOAPBodyRpcElement, SOAPBodyDocElement.1.6modifiedtdieslerwebservice/src/main/org/jboss/ws/soap/SOAPBodyImpl.javaAdd support for document style.SOAPBodyElementImpl is now abstract.Add SOAPBodyRpcElement, SOAPBodyDocElement.1.1addedtdieslerwebservice/src/main/org/jboss/ws/soap/SOAPBodyRpcElement.javaAdd support for document style.SOAPBodyElementImpl is now abstract.Add SOAPBodyRpcElement, SOAPBodyDocElement.1.3modifiedtdieslerwebservice/src/main/org/jboss/ws/soap/SOAPContentElement.javaAdd support for document style.SOAPBodyElementImpl is now abstract.Add SOAPBodyRpcElement, SOAPBodyDocElement.1.9modifiedtdieslerwebservice/src/main/org/jboss/ws/soap/SOAPEnvelopeImpl.javaAdd support for document style.SOAPBodyElementImpl is now abstract.Add SOAPBodyRpcElement, SOAPBodyDocElement.1.4modifiedtdieslerwebservice/src/main/org/jboss/ws/soap/SOAPHeaderElementImpl.javaAdd support for document style.SOAPBodyElementImpl is now abstract.Add SOAPBodyRpcElement, SOAPBodyDocElement.1.6modifiedtdieslerwebservice/src/main/org/jboss/ws/soap/SOAPHeaderImpl.javaAdd support for document style.SOAPBodyElementImpl is now abstract.Add SOAPBodyRpcElement, SOAPBodyDocElement.1.2modifiedtdieslerwebservice/src/main/org/jboss/ws/soap/SOAPMessageContextImpl.javaAdd support for document style.SOAPBodyElementImpl is now abstract.Add SOAPBodyRpcElement, SOAPBodyDocElement.1.2modifiedtdieslerwebservice/src/main/org/jboss/ws/jaxrpc/Style.javaAdd support for document style.SOAPBodyElementImpl is now abstract.Add SOAPBodyRpcElement, SOAPBodyDocElement.1.14modifiedtdieslerwebservice/src/main/org/jboss/ws/jaxrpc/desc/OperationDesc.javaAdd support for document style.SOAPBodyElementImpl is now abstract.Add SOAPBodyRpcElement, SOAPBodyDocElement.1.13modifiedtdieslerwebservice/src/main/org/jboss/ws/jaxrpc/desc/ParameterDesc.javaAdd support for document style.SOAPBodyElementImpl is now abstract.Add SOAPBodyRpcElement, SOAPBodyDocElement.1.15modifiedtdieslerwebservice/src/main/org/jboss/ws/binding/soap/SOAPBindingProvider.javaAdd support for document style.SOAPBodyElementImpl is now abstract.Add SOAPBodyRpcElement, SOAPBodyDocElement.1.3modifiedtdieslerwebservice/src/main/org/jboss/ws/binding/soap/SOAPMessageUnMarshaller.javaAdd support for document style.SOAPBodyElementImpl is now abstract.Add SOAPBodyRpcElement, SOAPBodyDocElement.



[JBoss-dev] [JBoss JIRA] Created: (JBAOP-14) annotations and inheritance

2004-12-14 Thread Bill Burke (JIRA)
annotations and inheritance
---

 Key: JBAOP-14
 URL: http://jira.jboss.com/jira/browse/JBAOP-14
 Project: JBoss AOP
Type: Bug
Versions: 1.1
Reporter: Bill Burke
 Assigned to: Bill Burke 
 Fix For: 1.1


* Pointcut annotation resolving for methods @ann->method should use the actual 
class rather than the method.getDeclaredClass because the correct thing might 
not be used.
* Annotation Overrides should be applied to the entire class, see the 
inheritance point above.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JCA on JBoss] - Re: TODO: Generic Message Inflow

2004-12-14 Thread [EMAIL PROTECTED]
JIRA Task: http://jira.jboss.com/jira/browse/JBJCA-7

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858629#3858629

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858629


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JCA on JBoss] - Re: TODO: Message Inflow QOS

2004-12-14 Thread [EMAIL PROTECTED]
JIRA Task: http://jira.jboss.com/jira/browse/JBJCA-8

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858630#3858630

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858630


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBAS-58) Complete testing of JMS Message Inflow

2004-12-14 Thread Adrian Brock (JIRA)
Complete testing of JMS Message Inflow
--

 Key: JBAS-58
 URL: http://jira.jboss.com/jira/browse/JBAS-58
 Project: JBoss Application Server
Type: Task
  Components: JCA service  
Versions: JBossAS-4.0.0 Final
Reporter: Adrian Brock
 Assigned to: Adrian Brock 
 Fix For: JBossAS-4.0.2 Final


Complete the testing of JMS Message Inflow

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: WARN [ServiceDescription] Guessing fault java type fro

2004-12-14 Thread [EMAIL PROTECTED]
Johan,

when the J2EE client looks up the JAXRPC service from JNDI, it provides the 
properties for the JNDI initial context.  Like this


  | java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
  | java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
  | java.naming.provider.url=jnp://localhost:1099
  | 

The java.naming.provider.url points to the JNDI tree where you deployed your 
WS4EE client too. So yes, you can have a remote client on a minimal jboss 
instance with its own JNDI tree. Deploying both WS server/client on the same 
jboss instance simplifies matters, but may not apply to your overall 
application design.


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858634#3858634

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858634


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: saaj namespace issue

2004-12-14 Thread [EMAIL PROTECTED]
Hi,

not necessary is different from invalid. If the current Axis based 
implementation does not produce invalid messages, we probably won't fix it 
because there is too little to gain for too much efford. 

The new JBossWS implemenation has a shared NamespaceRegistry in the 
SerializationContext which should prevent this issue in future.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858635#3858635

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858635


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [EJB on JBoss] - Implement T3service on Jboss

2004-12-14 Thread wxwang
I am carrying out a project to migrate the Application from Weblogic to Jboss 
Server.

I have got some code using T3StartupDef and T3ShutdownDef services supported by 
Weblogic.

Does anybody can tell me whether Jboss have got any similar interface or API?

Thanks

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858640#3858640

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858640


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBJCA-10) More Configurable Bootstrap Context

2004-12-14 Thread Adrian Brock (JIRA)
More Configurable Bootstrap Context
---

 Key: JBJCA-10
 URL: http://jira.jboss.com/jira/browse/JBJCA-10
 Project: JBoss JCA
Type: Task
Reporter: Adrian Brock
Priority: Minor


Forums Discussion Thread: 
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=48677

Need a mechanism to make the Bootstrap context passed to rar more configurable.
Currently a single context is passed to all rars.

e.g. A rar may want its own WorkManager/ThreadPool

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JCA on JBoss] - Re: TODO: Bootstrap Context

2004-12-14 Thread [EMAIL PROTECTED]
JIRA Task: http://jira.jboss.com/jira/browse/JBJCA-10

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858632#3858632

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858632


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - Re: cannot list on any port in range 0-123

2004-12-14 Thread jhudson
Thank you very much for looking at my problem.  I appreciate your time.  Sorry, 
I should have posted that file before... The contents are below:











  

  
  
  

  
 

DefaultPartition


${jboss.bind.address}


False
 

3



  













  


  

  
  
  

  
 jboss:service=DefaultPartition

DefaultPartition

/HASessionState/Default

0
  

  
  
  

  
 jboss:service=DefaultPartition

DefaultPartition

${jboss.bind.address}

0

1100

50


230.0.0.4
1102






  

  
 ${jboss.bind.address}

  

  
  
  

  
 jboss:service=DefaultPartition
 jboss.cache:service=InvalidationManager
 jboss.cache:service=InvalidationManager
 DefaultPartition
 DefaultJGBridge
  




View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858437#3858437

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858437


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - Re: Potential Contribution: Improving System Efficiency by M

2004-12-14 Thread danip
"analogueboy" wrote : We've done something similar using Spring AOP to do the 
interception for us. Perhaps it would be useful to implement a method level 
cache that adheres to the AOPAlliance interface which would leave users free to 
replace their implementation at a later date. 

This sounds like a great idea. When AOPAlliance is more mature, I can sure 
adapt dmcache to this upcoming standard.
Thanks for the hint - I haven't heard of AOPAlliance before.

Greetings,
Daniel

PS: Right now I am integrating DMCache in a Java Implementation of TPC-W  (see 
http://mitglied.lycos.de/jankiefer/tpcw/index.html). 
The result is supposed to serve as a showcase for dmcache.
(My first results are quite encouraging.)


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858474#3858474

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858474


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBAOP-9) Ability to change a class's extends

2004-12-14 Thread Bill Burke (JIRA)
Ability to change a class's extends
---

 Key: JBAOP-9
 URL: http://jira.jboss.com/jira/browse/JBAOP-9
 Project: JBoss AOP
Type: Feature Request
Versions: 1.1
Reporter: Bill Burke
 Assigned to: Bill Burke 
 Fix For: 1.1


A user asked for this so let's implement it for 1.1

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss Portal Development] - Re: simple guide

2004-12-14 Thread normanb
These are the steps I am doing at the moment with no success
1) go to localhost:8080/nukes
2) Click on 'applications link' under admin portlet
3) Select portletsamples from select box
4) click infos
5) click Action Create on JSPPortlet component
6) type jsptest in text field
7) click create
8) jsptest now appears as hyperlink under the portal column
9) clicking jsptest does nothing

how do I create windows, set colours, banners etc for all users,
only allow logged in users to see content?

These are some of many questions I have.

One walkthrough guide (however simple) would be all I need to
get started!

Thanks,

Norman

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858486#3858486

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858486


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: java.lang.Exception: The OperationDesc for ... was not

2004-12-14 Thread [EMAIL PROTECTED]
Your operation uses a single IN parameter of javaType 
de.tuberlin.web.services.ArrayOf_xsd_string


  |  
  | 
  |  
  | 

Your service endpoint has three parameters


  | public String callServiceString(String service, String method, String[] 
params) 
  | 

There is a wiki on working with arrays

[url]
http://www.jboss.org/wiki/Wiki.jsp?page=WSArrayTypeMapping
[/url]

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858471#3858471

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858471


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (EJBTHREE-25) Persistence XML support

2004-12-14 Thread Bill Burke (JIRA)
Persistence XML support
---

 Key: EJBTHREE-25
 URL: http://jira.jboss.com/jira/browse/EJBTHREE-25
 Project: EJB 3.0
Type: Feature Request
Versions: Preview 4
Reporter: Bill Burke
 Assigned to: Bill Burke 
 Fix For: Preview 4


EJB 3.0 specification will eventually have XML mapping for persistence metadata.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-4.0 build.268 Build Fixed

2004-12-14 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20041214043316Lbuild.268
BUILD COMPLETE - build.268Date of build: 12/14/2004 04:33:16Time to build: 15 minutes 14 secondsLast changed: 12/14/2004 03:43:06Last log entry: Merge the cache changes from the 1.2/head version




    Unit Tests: (0)    Total Errors and Failures: (0) 
 Modifications since last build: (113)1.5.6.1modifiedstarksmtestsuite/src/main/org/jboss/test/cache/test/standAloneAop/ObjectGraphAopTest.javaMerge the cache changes from the 1.2/head version1.3.6.1modifiedstarksmtestsuite/src/main/org/jboss/test/cache/test/standAloneAop/Person.javaMerge the cache changes from the 1.2/head version1.2.4.1modifiedstarksmtestsuite/src/main/org/jboss/test/cache/test/standAloneAop/ReplicatedAopTest.javaMerge the cache changes from the 1.2/head version1.11.2.1modifiedstarksmtestsuite/src/main/org/jboss/test/cache/test/standAloneAop/TreeCacheAopTester.javaMerge the cache changes from the 1.2/head version1.7.4.1modifiedstarksmtestsuite/src/main/org/jboss/test/cache/test/standAloneAop/LocalAopTest.javaMerge the cache changes from the 1.2/head version1.3.4.1modifiedstarksmtestsuite/src/main/org/jboss/test/cache/test/local/LockReleaseUnitTestCase.javaMerge the cache changes from the 1.2/head version1.5.6.1deletedstarksmtestsuite/src/main/org/jboss/test/cache/test/local/MBeanUnitTestCase.javaMerge the cache changes from the 1.2/head version1.1.4.1modifiedstarksmtestsuite/src/main/org/jboss/test/cache/test/local/CrudMethodUnitTestCase.javaMerge the cache changes from the 1.2/head version1.7.2.1modifiedstarksmtestsuite/src/main/org/jboss/test/cache/test/generic/IdentityLockUnitTestCase.javaMerge the cache changes from the 1.2/head version1.3.2.1modifiedstarksmtestsuite/src/main/org/jboss/test/cache/test/eviction/LRUAlgorithmUnitTestCase.javaMerge the cache changes from the 1.2/head version1.44.2.3modifiedstarksmcache/build.xmlMerge the cache changes from the 1.2/head version1.12.2.2modifiedstarksmcache/src/main/org/jboss/cache/CacheException.javaMerge the cache changes from the 1.2/head version1.4.2.2modifiedstarksmcache/src/main/org/jboss/cache/ConfigureException.javaMerge the cache changes from the 1.2/head version1.13.4.1modifiedstarksmcache/src/main/org/jboss/cache/Fqn.javaMerge the cache changes from the 1.2/head version1.6.6.1modifiedstarksmcache/src/main/org/jboss/cache/GlobalTransaction.javaMerge the cache changes from the 1.2/head version1.39.2.1modifiedstarksmcache/src/main/org/jboss/cache/Node.javaMerge the cache changes from the 1.2/head version1.10.2.3modifiedstarksmcache/src/main/org/jboss/cache/PropertyConfigurator.javaMerge the cache changes from the 1.2/head version1.7.4.1modifiedstarksmcache/src/main/org/jboss/cache/ReplicationQueue.javaMerge the cache changes from the 1.2/head version1.13.4.1modifiedstarksmcache/src/main/org/jboss/cache/TransactionEntry.javaMerge the cache changes from the 1.2/head version1.11.6.2modifiedstarksmcache/src/main/org/jboss/cache/TransactionTable.javaMerge the cache changes from the 1.2/head version1.158.2.4modifiedstarksmcache/src/main/org/jboss/cache/TreeCache.javaMerge the cache changes from the 1.2/head version1.28.4.1modifiedstarksmcache/src/main/org/jboss/cache/TreeCacheView.javaMerge the cache changes from the 1.2/head version1.13.4.1modifiedstarksmcache/src/main/org/jboss/cache/TreeCacheView2.javaMerge the cache changes from the 1.2/head version1.19.4.1modifiedstarksmcache/src/main/org/jboss/cache/transaction/DummyTransaction.javaMerge the cache changes from the 1.2/head version1.3.2.1modifiedstarksmcache/src/main/org/jboss/cache/tests/BdbjeCacheLoaderTest.javaMerge the cache changes from the 1.2/head version1.3.2.1modifiedstarksmcache/src/main/org/jboss/cache/tests/BdbjeUnitTestCase.javaMerge the cache changes from the 1.2/head version1.3.2.2modifiedstarksmcache/src/main/org/jboss/cache/tests/CacheLoaderTests.javaMerge the cache changes from the 1.2/head version1.16.2.2modifiedstarksmcache/src/main/org/jboss/cache/tests/FileCacheLoaderTest.javaMerge the cache changes from the 1.2/head version1.2.4.1modifiedstarksmcache/src/main/org/jboss/cache/tests/TxCacheLoaderTest.javaMerge the cache changes from the 1.2/head version1.13.2.1modifiedstarksmcache/src/main/org/jboss/cache/lock/IdentityLock.javaMerge the cache changes from the 1.2/head version1.4.6.1modifiedstarksmcache/src/main/org/jboss/cache/lock/LockMap.javaMerge the cache changes from the 1.2/head version1.7.2.1modifiedstarksmcache/src/main/org/jboss/cache/lock/LockStrategyFactory.javaMerge the cache changes from the 1.2/head version1.6.2.1modifiedstarksmcache/src/main/org/jboss/cache/lock/LockStrategyReadUncommitted.javaMerge the cache changes from the 1.2/head version1.3.2.1modifiedstarksmcache/src/main/org/jboss/cache/lock/LockStrategySerializable.javaMerge the cache changes from the 1.2/head v

[JBoss-dev] [JBoss Portal Development] - Re: simple guide

2004-12-14 Thread normanb
Sorry to make consecutive posts, but hopefully someone will find this useful.  
I managed to create windows by targeting the default portal in steps 6 above.

If I create a new portal called myportal with the admin portlet, I can then add 
components, but how do I view it?  I thought the url 
http://localhost:8080/myportal would do.

How do I add security to components (Can only be viewed when logged in), to 
change the colours do I have to deploy my own sar file (similar to 
nukes-cores.sar) with my own images and colours?

Many thanks

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858501#3858501

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858501


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss Portal Development] - Re: simple guide

2004-12-14 Thread [EMAIL PROTECTED]
what version are you using ? the DR release has dynamic features that will not 
be in the alpha release due to the fact that we concentrate on doing a good 
static deployment (i.e with deployment descriptors). The dynamic features 
development will be resumed afterwards.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858504#3858504

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858504


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [IIOP on JBoss] - IIOP.NET over SSL on JBoss

2004-12-14 Thread altoin
Can I use IIOP.NET over SSL on JBoss?? 

IÂve configurated Jboss to accept SSL and IIOP, I have an application EJB 
running on Jboss, and I am trying to do a client which it can communicate with 
EJB with SSL but at the moment I amnot been able.

have anyone done something like this and works??

Best regards and thanks.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858506#3858506

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858506


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss Portal Development] - Re: simple guide

2004-12-14 Thread normanb
Hi I am using source from CVS.  I am getting into a bit now!  Adding security 
is the key thing, I only want registered users to view my JSP.  

The key pointers for me would be how to create a menu (as in the old nukes), 
and how to integrate a JSP, and finally how to deploy my own portal called 
'myportal'.

Can I use any mambo template, I see in CoreServlet.java the theme peeklime is 
hard coded, can this be overridden?

Any help greatly appreciated.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858508#3858508

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858508


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss Portal Development] - Re: simple guide

2004-12-14 Thread [EMAIL PROTECTED]
yes this is really hardcoded. someone needs to design a theme API to have an 
integration point here.

I will work on a portal deployer soon so you can deploy portal objects from an 
xml files, specifying the window you want to see in it and the pages as well.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858509#3858509

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858509


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: ERROR org.jboss.webservice.client.PortProxy

2004-12-14 Thread jobor
Yes Jason it is working fine but.

Actually the stack trace is printed twice.
The first one is from a log instance in the PortProxy class.
This is the listing in the first message of this topic.

The second one is from my own try and catch block.
And it is caught in : } catch (FacadeException e) {

So the Logger in PortProxy is informing me that something went wrong.
At this moment I don't know if I can disable the output from the Logger on my 
console. Thomas did used the Logger for some good reason?
So disabling the output is maybe not a good idea?

Johan.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858470#3858470

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858470


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


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

2004-12-14 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041214055226Lbuild.576
BUILD COMPLETE - build.576Date of build: 12/14/2004 05:52:26Time to build: 23 minutes 20 secondsLast changed: 12/14/2004 05:22:47Last log entry: simple type binding tests




    Unit Tests: (0)    Total Errors and Failures: (0) 
 Modifications since last build: (2)1.1addedloubyanskytestsuite/src/main/org/jboss/test/xml/SimpleTypeBindingUnitTestCase.javasimple type binding tests1.5modifiedloubyanskycommon/src/main/org/jboss/xml/binding/TypeBinding.javasupport for more simple type bindings



[JBoss-dev] [JBossWS] - Re: some problem for jndi for web services

2004-12-14 Thread jasong
Is this a J2EE client? If so take a look at this wiki page: WSClientAppl. and 
this SourceForge page about building and deploying a J2EE client jar.

-Jason

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858453#3858453

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858453


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


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

2004-12-14 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041213191759Lbuild.573
BUILD COMPLETE - build.573Date of build: 12/13/2004 19:17:59Time to build: 22 minutes 0 secondsLast changed: 12/13/2004 19:12:49Last log entry: Add SchemaLocationRegistryAdd SerializationContextReplace SOAPLazyElement with SOAPContentElement(commit with test failures, more to come)




    Unit Tests: (0)    Total Errors and Failures: (0) 
 Modifications since last build: (36)1.6modifiedtdieslerwebservice/test/java/org/jboss/test/ws/jaxb/SimpleTypeMarshallerTestCase.javaAdd SchemaLocationRegistryAdd SerializationContextReplace SOAPLazyElement with SOAPContentElement(commit with test failures, more to come)1.1addedtdieslerwebservice/test/java/org/jboss/test/ws/soap/SOAPContentElementTestCase.javaAdd SchemaLocationRegistryAdd SerializationContextReplace SOAPLazyElement with SOAPContentElement(commit with test failures, more to come)1.4deletedtdieslerwebservice/test/java/org/jboss/test/ws/soap/SOAPLazyElementTestCase.javaAdd SchemaLocationRegistryAdd SerializationContextReplace SOAPLazyElement with SOAPContentElement(commit with test failures, more to come)1.1addedtdieslerwebservice/src/main/org/jboss/ws/soap/SOAPContentElement.javaAdd SchemaLocationRegistryAdd SerializationContextReplace SOAPLazyElement with SOAPContentElement(commit with test failures, more to come)1.3modifiedtdieslerwebservice/src/main/org/jboss/ws/soap/SOAPHeaderElementImpl.javaAdd SchemaLocationRegistryAdd SerializationContextReplace SOAPLazyElement with SOAPContentElement(commit with test failures, more to come)1.5deletedtdieslerwebservice/src/main/org/jboss/ws/soap/SOAPLazyElement.javaAdd SchemaLocationRegistryAdd SerializationContextReplace SOAPLazyElement with SOAPContentElement(commit with test failures, more to come)1.5modifiedtdieslerwebservice/src/main/org/jboss/ws/soap/MessageFactoryImpl.javaAdd SchemaLocationRegistryAdd SerializationContextReplace SOAPLazyElement with SOAPContentElement(commit with test failures, more to come)1.2modifiedtdieslerwebservice/src/main/org/jboss/ws/jaxrpc/TypeMappingRegistryImpl.javaAdd SchemaLocationRegistryAdd SerializationContextReplace SOAPLazyElement with SOAPContentElement(commit with test failures, more to come)1.1addedtdieslerwebservice/src/main/org/jboss/ws/jaxrpc/SchemaLocationRegistry.javaAdd SchemaLocationRegistryAdd SerializationContextReplace SOAPLazyElement with SOAPContentElement(commit with test failures, more to come)1.4modifiedtdieslerwebservice/src/main/org/jboss/ws/jaxrpc/encoding/Base64Deserializer.javaAdd SchemaLocationRegistryAdd SerializationContextReplace SOAPLazyElement with SOAPContentElement(commit with test failures, more to come)1.3modifiedtdieslerwebservice/src/main/org/jboss/ws/jaxrpc/encoding/Base64Serializer.javaAdd SchemaLocationRegistryAdd SerializationContextReplace SOAPLazyElement with SOAPContentElement(commit with test failures, more to come)1.4modifiedtdieslerwebservice/src/main/org/jboss/ws/jaxrpc/encoding/CalendarDeserializer.javaAdd SchemaLocationRegistryAdd SerializationContextReplace SOAPLazyElement with SOAPContentElement(commit with test failures, more to come)1.3modifiedtdieslerwebservice/src/main/org/jboss/ws/jaxrpc/encoding/CalendarSerializer.javaAdd SchemaLocationRegistryAdd SerializationContextReplace SOAPLazyElement with SOAPContentElement(commit with test failures, more to come)1.4modifiedtdieslerwebservice/src/main/org/jboss/ws/jaxrpc/encoding/DateDeserializer.javaAdd SchemaLocationRegistryAdd SerializationContextReplace SOAPLazyElement with SOAPContentElement(commit with test failures, more to come)1.3modifiedtdieslerwebservice/src/main/org/jboss/ws/jaxrpc/encoding/DateSerializer.javaAdd SchemaLocationRegistryAdd SerializationContextReplace SOAPLazyElement with SOAPContentElement(commit with test failures, more to come)1.4modifiedtdieslerwebservice/src/main/org/jboss/ws/jaxrpc/encoding/DeserializerBase.javaAdd SchemaLocationRegistryAdd SerializationContextReplace SOAPLazyElement with SOAPContentElement(commit with test failures, more to come)1.4modifiedtdieslerwebservice/src/main/org/jboss/ws/jaxrpc/encoding/HexDeserializer.javaAdd SchemaLocationRegistryAdd SerializationContextReplace SOAPLazyElement with SOAPContentElement(commit with test failures, more to come)1.3modifiedtdieslerwebservice/src/main/org/jboss/ws/jaxrpc/encoding/HexSerializer.javaAdd SchemaLocationRegistryAdd SerializationContextReplace SOAPLazyElement with SOAPContentElement(commit with test failures, more to come)1.4modifiedtdieslerwebservice/src/main/org/jboss/ws/jaxrpc/encoding/JAXBDeserializer.javaAdd SchemaLocationRegistryAdd SerializationContextReplace SOAPLazyElement with SOAPContentElement(commit with test failures, more to come)1.3modifiedtdieslerwebservice/src/main/org/jboss/ws/jaxrpc/encoding/JAXBSerializer.javaAdd SchemaLocationRe

[JBoss-dev] [JBoss JIRA] Created: (JBAOP-43) ThreadMetadata serialization

2004-12-14 Thread Bill Burke (JIRA)
ThreadMetadata serialization


 Key: JBAOP-43
 URL: http://jira.jboss.com/jira/browse/JBAOP-43
 Project: JBoss AOP
Type: Feature Request
Versions: 2.0
Reporter: Bill Burke
 Assigned to: Bill Burke 
 Fix For: 2.0


ThreadMetadata should be serialized separately and merged with remote 
ThreadMetaData.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


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

2004-12-14 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041213145922Lbuild.572
BUILD COMPLETE - build.572Date of build: 12/13/2004 14:59:22Time to build: 20 minutes 5 secondsLast changed: 12/13/2004 14:09:52Last log entry: JBREM-3: Removing async transport as will be replaced by the nio transport and would require too much work to get working with current refactor, to only be replaced by new nio transport.




    Unit Tests: (0)    Total Errors and Failures: (0) 
 Modifications since last build: (23)1.6deletedtelrodremoting/src/main/org/jboss/remoting/transport/async/AsyncClientInvoker.javaJBREM-3: Removing async transport as will be replaced by the nio transport and would require too much work to get working with current refactor, to only be replaced by new nio transport.1.7deletedtelrodremoting/src/main/org/jboss/remoting/transport/async/AsyncServerInvoker.javaJBREM-3: Removing async transport as will be replaced by the nio transport and would require too much work to get working with current refactor, to only be replaced by new nio transport.1.3deletedtelrodremoting/src/main/org/jboss/remoting/transport/async/Channel.javaJBREM-3: Removing async transport as will be replaced by the nio transport and would require too much work to get working with current refactor, to only be replaced by new nio transport.1.2deletedtelrodremoting/src/main/org/jboss/remoting/transport/async/ChannelListner.javaJBREM-3: Removing async transport as will be replaced by the nio transport and would require too much work to get working with current refactor, to only be replaced by new nio transport.1.4deletedtelrodremoting/src/main/org/jboss/remoting/transport/async/ChannelPool.javaJBREM-3: Removing async transport as will be replaced by the nio transport and would require too much work to get working with current refactor, to only be replaced by new nio transport.1.3deletedtelrodremoting/src/main/org/jboss/remoting/transport/async/ChannelServer.javaJBREM-3: Removing async transport as will be replaced by the nio transport and would require too much work to get working with current refactor, to only be replaced by new nio transport.1.3deletedtelrodremoting/src/main/org/jboss/remoting/transport/async/Compression.javaJBREM-3: Removing async transport as will be replaced by the nio transport and would require too much work to get working with current refactor, to only be replaced by new nio transport.1.4deletedtelrodremoting/src/main/org/jboss/remoting/transport/async/Correlator.javaJBREM-3: Removing async transport as will be replaced by the nio transport and would require too much work to get working with current refactor, to only be replaced by new nio transport.1.5deletedtelrodremoting/src/main/org/jboss/remoting/transport/async/Registry.javaJBREM-3: Removing async transport as will be replaced by the nio transport and would require too much work to get working with current refactor, to only be replaced by new nio transport.1.4deletedtelrodremoting/src/main/org/jboss/remoting/transport/async/bio/BlockingChannel.javaJBREM-3: Removing async transport as will be replaced by the nio transport and would require too much work to get working with current refactor, to only be replaced by new nio transport.1.6deletedtelrodremoting/src/main/org/jboss/remoting/transport/async/bio/BlockingServer.javaJBREM-3: Removing async transport as will be replaced by the nio transport and would require too much work to get working with current refactor, to only be replaced by new nio transport.1.14modifiedtelrodremoting/src/main/org/jboss/remoting/transport/socket/SocketClientInvoker.javaJBREM-19: Fixed so will retry getting the socket connection.  The number of times is configurable, but must be greater than 0.1.4modifiedstarksmcommon/src/main/org/jboss/util/threadpool/BasicThreadPoolMBean.java- Change the blocking mode setting from a string to a type-safe enum1.10modifiedstarksmcommon/src/main/org/jboss/util/threadpool/BasicThreadPool.java- Change the blocking mode setting from a string to a type-safe enum.- Lazily create the task completion monitor thread when the first task with a timeout is added.- Update the javadoc.1.1addedstarksmcommon/src/main/org/jboss/util/threadpool/BlockingMode.javaA type-safe enum for the BasicThreadPool blocking mode.1.1addedstarksmcommon/src/main/org/jboss/util/propertyeditor/BlockingModeEditor.javaA property editor for [EMAIL PROTECTED] org.jboss.util.threadpool.BlockingMode} enum.1.94modifiedejortaop/src/main/org/jboss/aop/AspectManager.javaSome initial obvious fixes for running AOP with a security managerinstalled.1.103modifiedejortaop/src/main/org/jboss/aop/ClassAdvisor.javaSome initial obvious fixes for running AOP with a security managerinstalled.1.28modifiedejorttools/etc/buildmagic/buildmagic.entIgnore the archives when constructing archives1.13modifiedejor

[JBoss-dev] [JBoss JIRA] Created: (EJBTHREE-20) Test SFSB SessionSynchronization

2004-12-14 Thread Bill Burke (JIRA)
Test SFSB SessionSynchronization


 Key: EJBTHREE-20
 URL: http://jira.jboss.com/jira/browse/EJBTHREE-20
 Project: EJB 3.0
Type: Feature Request
Versions: Preview 3
Reporter: Bill Burke
 Assigned to: Bill Burke 
 Fix For: Preview 3




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Nukes Development] - Re: problem with lostpassword module in french

2004-12-14 Thread [EMAIL PROTECTED]
There is a quick and dirty "fix" in the CVS. (LostPasswordModule.java)
You have to specify the locale in the code though...

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858548#3858548

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858548


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Closed: (JBAOP-7) JMX Aspect

2004-12-14 Thread Bill Burke (JIRA)
 [ http://jira.jboss.com/jira/browse/JBAOP-7?page=history ]
 
Bill Burke closed JBAOP-7:
--

Resolution: Done

> JMX Aspect
> --
>
>  Key: JBAOP-7
>  URL: http://jira.jboss.com/jira/browse/JBAOP-7
>  Project: JBoss AOP
> Type: Feature Request
> Versions: 1.1
> Reporter: Bill Burke
> Assignee: Bill Burke
>  Fix For: 1.1

>
>
> Implement an @Mbean annotation 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Different handling of XML entities between FINAL and RC1

2004-12-14 Thread [EMAIL PROTECTED]
thanks...added to jira.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858575#3858575

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858575


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBAOP-53) XML includes don't seem to work in jboss-aop.xml file

2004-12-14 Thread Bill Burke (JIRA)
XML includes don't seem to work in jboss-aop.xml file
-

 Key: JBAOP-53
 URL: http://jira.jboss.com/jira/browse/JBAOP-53
 Project: JBoss AOP
Type: Bug
Versions: 1.1
Reporter: Bill Burke
 Assigned to: Bill Burke 
 Fix For: 1.1


http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858572

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [TODO -- DEVELOPMENT] - BE CAREFUL WHEN MERGING!

2004-12-14 Thread [EMAIL PROTECTED]
This is the third time in the last few weeks I've seen my changes
getting lost by people who just copy files between versions.

In particular copying 3.2.x to 4.0.x or HEAD.

4.0.x and HEAD are more developed than 3.2.x.
You cannot just copy files from 3.2.x without running the risk
of changes getting lost.

This will become more and more important now that the 3.2.x branch
is mainly just bug fixes.

Name and Shame:
http://cvs.sourceforge.net/viewcvs.py/jboss/jboss-tomcat/src/resources/Attic/server-50.xml?r1=1.15&r2=1.16
which later made it into server.xml in HEAD in the refactoring.

But this is not the only offence, others are doing it as well.



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858582#3858582

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858582


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss IDE (dev)] - Re: http://jboss.sourceforge.net/jbosside/updates/ is soooo

2004-12-14 Thread [EMAIL PROTECTED]
You're so right =)

We are discussing moving the update site to JBoss.com servers where we can 
control the bandwidth. Anytime there is a sourceforge server outage, our update 
site is brought down (and our downloads with it).

We'll probably make this official soon.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858585#3858585

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858585


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBAOP-16) Update and test Management Console

2004-12-14 Thread Bill Burke (JIRA)
Update and test Management Console
--

 Key: JBAOP-16
 URL: http://jira.jboss.com/jira/browse/JBAOP-16
 Project: JBoss AOP
Type: Feature Request
Versions: 1.1
Reporter: Bill Burke
 Assigned to: Kabir Khan 
 Fix For: 1.1


Do not do this until mid-January.  Make sure that management console still 
works.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - Re: Arrays in TreeCacheAOP?

2004-12-14 Thread twundke
Hmm, well I did initially have a quick look through the code in order to try 
and determine whether arrays were supported, but I'd need more time to really 
sort through how everything is working in there.

I'll have a think about it.

Thanks for the quick response!

Tim.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858454#3858454

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858454


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Nukes Development] - Re: problem with lostpassword module in french

2004-12-14 Thread cnovara
My own fix is not less dirty :( 
Better to use Thoma's one.
Since 1.1 release is no more supported, I didn't make a clean work (french 
messages are hard-coded and I suppressed secret question issue)

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858595#3858595

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858595


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBAOP-19) Test JSP integration

2004-12-14 Thread Bill Burke (JIRA)
Test JSP integration


 Key: JBAOP-19
 URL: http://jira.jboss.com/jira/browse/JBAOP-19
 Project: JBoss AOP
Type: Bug
Versions: 1.1
Reporter: Bill Burke
 Assigned to: Kabir Khan 
 Fix For: 1.1


* JSP integration http://www.jboss.org/index.html?module=bb&op=viewtopic&t=53158

This could be resolved with the JDK 1.4 Classloader override or JDK 5.0 agent

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - XML Payload Best Practice

2004-12-14 Thread jdwelsh
Hi,

I need to develop a web service that returns an XML payload. The web service 
client will be .NET. I'm trying to get some information in terms of best 
practice.

I know that JBossWS 4.0.1 will provide support for attachments. But, I'm 
concerned that there may be interoperability issues with a .NET client, so 
maybe returning the XML as a String is better?

Also, I've read in several places that document/literal is the better approach 
in terms of interoperability. Can anyone confirm this?

I'd appreciate any feedback.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858547#3858547

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858547


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss IDE (dev)] - Re: old link to sourceforge.net

2004-12-14 Thread [EMAIL PROTECTED]
Thanks -- this has been fixed =)

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858584#3858584

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858584


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-3.2-jdk-matrix build.10 Build Successful

2004-12-14 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-jdk-matrix?log=log20041213160203Lbuild.10
BUILD COMPLETE - build.10Date of build: 12/13/2004 16:02:03Time to build: 25 minutes 37 seconds




    Unit Tests: (0)    Total Errors and Failures: (0) 
 Modifications since last build: (0)



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

2004-12-14 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20041213215954Lbuild.267
BUILD COMPLETE - build.267Date of build: 12/13/2004 21:59:54Time to build: 16 minutes 29 secondsLast changed: 12/13/2004 20:19:11Last log entry: Log a message at info level when a ConnectionFactory/DataSource is unbound




    Unit Tests: (0)    Total Errors and Failures: (0) 
 Modifications since last build: (1)1.2.6.1modifiedejortconnector/src/main/org/jboss/resource/connectionmanager/ConnectionFactoryBindingService.javaLog a message at info level when a ConnectionFactory/DataSource is unbound



[JBoss-dev] [JCA on JBoss] - Re: TODO: Interceptors

2004-12-14 Thread [EMAIL PROTECTED]
JIRA Task: http://jira.jboss.com/jira/browse/JBJCA-5

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858625#3858625

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858625


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JCA on JBoss] - Re: TODO: Message Inflow JmsRA

2004-12-14 Thread [EMAIL PROTECTED]
JIRA TASK: http://jira.jboss.com/jira/browse/JBJCA-6

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858628#3858628

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858628


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBJCA-7) Message Inflow targetting MBeans/POJOs

2004-12-14 Thread Adrian Brock (JIRA)
Message Inflow targetting MBeans/POJOs
--

 Key: JBJCA-7
 URL: http://jira.jboss.com/jira/browse/JBJCA-7
 Project: JBoss JCA
Type: Task
Reporter: Adrian Brock
Priority: Minor


Forums Discussion Thread: 
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=48674

The JCA message inflow could target MBeans or POJOs rather than EJBs.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBJCA-8) Improvements to Message Inflow

2004-12-14 Thread Adrian Brock (JIRA)
Improvements to Message Inflow
--

 Key: JBJCA-8
 URL: http://jira.jboss.com/jira/browse/JBJCA-8
 Project: JBoss JCA
Type: Task
Reporter: Adrian Brock
 Assigned to: Adrian Brock 
Priority: Minor


Forums Discussion Thread: 
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=48675

Need to determine what quality of service features should be provided
for message inflow.

The most obvious would be delivery side pooling where the RAR does not do this
or does this badly.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss IDE (dev)] - Re: jsp code completion not working

2004-12-14 Thread [EMAIL PROTECTED]
Make sure to enable JSP Compilation support in your project properties, 
otherwise JSP code complete won't work. You'll also need to point JBossIDE to 
the web root of your project is.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858588#3858588

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858588


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss Portal Development] - Re: hsqldb vs. MySQL and other ramblings

2004-12-14 Thread [EMAIL PROTECTED]
You should be able to use any database with a JDBC connector (as we use 
Hibernate)

hsqlb should work fine. We will probably provide such a package when Jboss 
portal will be out (with JBoss included). Please again, remember that JBoss 
portal is not out yet, you are free to play with it though.

Jboss portal extends the portlet API and let a portlet define authorization 
based on roles.

There will be the equivalent of the HTML module of nukes.




View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858398#3858398

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858398


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [EJB on JBoss] - Re: Implement T3service on Jboss

2004-12-14 Thread wxwang
I am afraid about I posted it in wrong place.
Could you help me to delete it?

Sorry

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858643#3858643

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858643


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Re: problem to deploy web services

2004-12-14 Thread younes
Thanks everybody for your help, i did slove the problem. It was just URI 
Problem.

Thanks lot.

bye

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858390#3858390

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858390


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Web Services] - JBossWS getting involved

2004-12-14 Thread [EMAIL PROTECTED]
Hi folks,

if you want to get involved in the recent JBossWS developments, please have a 
look at the unassigned issues here:

http://jira.jboss.com/jira/secure/IssueNavigator.jspa?reset=true&mode=hide&sorter/order=ASC&sorter/field=priority&pid=12310050&assigneeSelect=unassigned&resolutionIds=-1

May the source be with you.


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858638#3858638

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858638


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


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

2004-12-14 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20041214150523Lbuild.269
BUILD COMPLETE - build.269Date of build: 12/14/2004 15:05:23Time to build: 23 minutes 15 secondsLast changed: 12/14/2004 14:23:23Last log entry: [JBAS-31] - inUseConnections not correctPorted from JBoss-3.2.x




    Unit Tests: (0)    Total Errors and Failures: (0) 
 Modifications since last build: (3)1.31.2.1modifiedejortconnector/src/main/org/jboss/resource/connectionmanager/CachedConnectionManager.java[JBAS-31] - inUseConnections not correctPorted from JBoss-3.2.x1.16.2.2modifiedejorttomcat/src/resources/server-50.xmlRestore the example cached connection manager valve to its former glory.1.64.2.1modifiedstarksmserver/src/main/org/jboss/ejb/plugins/jms/JMSContainerInvoker.java- Move the onException reconnection to a seperate thread in all cases. It has been seen that the thread calling onException can have its interrupted state set which results in the reconnection immeadiately failing as though the container has been shutdown.- Expose the MessageDrivenMetaData as a read-only attribute.- Include the destinationJNDI name in the toString format.



[JBoss-dev] [JBoss JIRA] Created: (JBCACHE-15) 4.0 testsuite failures

2004-12-14 Thread Scott M Stark (JIRA)
4.0 testsuite failures
--

 Key: JBCACHE-15
 URL: http://jira.jboss.com/jira/browse/JBCACHE-15
 Project: JBoss Cache
Type: Bug
Versions: 1.2
 Environment: Current 4.0 branch after JBossCache 1.2 codebase merge
Reporter: Scott M Stark
 Assigned to: Bela Ban 
Priority: Blocker


Running the cache package unit tests from the testsuite module is showing a 
failure in the org.jboss.test.cache.test.local.TxUnitTestCase:

[EMAIL PROTECTED] testsuite]$ ant -Dtest=cache -Dnojars=t test
Buildfile: build.xml
Overriding previous definition of reference to xdoclet.task.classpath

test:
   [delete] Deleting: C:\cvs\JBoss4.0\jboss-4.0\testsuite\output\log\test.log
[junit] Running org.jboss.test.cache.bean.MBeanUnitTestCase
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 2.016 sec
[junit] Running org.jboss.test.cache.perf.basic.LocalMapPerfTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.703 sec
[junit] Running org.jboss.test.cache.perf.basic.LocalPerfTestCase
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 2.032 sec
[junit] Running 
org.jboss.test.cache.perf.basic.ReplicatedAsyncMapPerfTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 10 sec
[junit] Running org.jboss.test.cache.perf.basic.ReplicatedAsyncPerfTestCase
[junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 45.266 sec
[junit] Running 
org.jboss.test.cache.perf.basic.ReplicatedSyncMapPerfTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 9.593 sec
[junit] Running org.jboss.test.cache.perf.basic.ReplicatedSyncPerfTestCase
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 29.234 sec
[junit] Running org.jboss.test.cache.stress.EvictionLocalStressTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 30.953 sec
[junit] Running org.jboss.test.cache.stress.LocalStressTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 21.719 sec
[junit] Running 
org.jboss.test.cache.stress.ReadWriteLockWithUpgradeStressTestCase
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 74.453 sec
[junit] Running org.jboss.test.cache.test.aop.MBeanUnitTestCase
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.953 sec
[junit] Running org.jboss.test.cache.test.eviction.AopLRUPolicyUnitTestCase
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 62.188 sec
[junit] Running 
org.jboss.test.cache.test.eviction.ConcurrentEvictAndRemoveTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 28.516 sec
[junit] Running org.jboss.test.cache.test.eviction.LRUAlgorithmUnitTestCase
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 11.375 sec
[junit] Running org.jboss.test.cache.test.eviction.LRUPolicyUnitTestCase
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 70.797 sec
[junit] Running org.jboss.test.cache.test.eviction.RegionManagerUnitTestCase
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.531 sec
[junit] Running org.jboss.test.cache.test.eviction.RegionUnitTestCase
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.187 sec
[junit] Running 
org.jboss.test.cache.test.eviction.ReplicatedLRUPolicyUnitTestCase
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 31.156 sec
[junit] Running org.jboss.test.cache.test.generic.FqnUnitTestCase
[junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 1.094 sec
[junit] Running 
org.jboss.test.cache.test.generic.GlobalTransactionUnitTestCase
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.141 sec
[junit] Running org.jboss.test.cache.test.generic.IdentityLockUnitTestCase
[junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 2.953 sec
[junit] Running org.jboss.test.cache.test.generic.LockMapUnitTestCase
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.593 sec
[junit] Running org.jboss.test.cache.test.generic.LockUnitTestCase
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 4.954 sec
[junit] Running 
org.jboss.test.cache.test.generic.NonBlockingWriterLockUnitTestCase
[junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 8.829 sec
[junit] Running 
org.jboss.test.cache.test.generic.PropertyConfiguratorUnitTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.688 sec
[junit] Running 
org.jboss.test.cache.test.generic.ReadWriteLockWithUpgradeUnitTestCase
[junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 8.844 sec
[junit] Running 
org.jboss.test.cache.test.local.ConcurrentTransactionalUnitTestCase
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 3.719 sec
[junit] Running org.jboss.test.cache.test.local.CrudMethodUnitTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time