[JBoss-dev] [Design of JTA and JTS on JBoss] - Re: Where should UserTransaction live?

2005-04-24 Thread reverbel
Some usertx classes have dependencies on other server module classes, so for now I have moved to the transaction module just the class ServerVMClientUserTransaction. The remaining usertx classes are still in the server module. Francisco View the original post :

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

2005-04-24 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050424023350Lbuild.1006 BUILD COMPLETE-build.1006Date of build:04/24/2005 02:33:50Time to build:19 minutes 39 secondsLast changed:04/24/2005 02:24:33Last log entry:Target iiop-test needs

[JBoss-dev] [Design of JBoss/Tomcat Integration] - Re: session persistence config

2005-04-24 Thread [EMAIL PROTECTED]
Did anyone try this in JBoss 4.0.0? I get the following exception on shutdown and I would love to turn off the serialization and the eventual errors on startup. 06:31:21,970 INFO [session.ManagerBase] Cannot serialize session attribute X for session 93980FC2905F149809B62B7B1D9E548A Thanks,

[JBoss-dev] [Design the new POJO MicroContainer] - Re: AOP/Metadata integration config

2005-04-24 Thread [EMAIL PROTECTED]
Ok, i'm almost done with this. I need to make a few changes though. ClassAdapter.getDependencies() and JoinPointFactory.getConstructorJoinpoint to take a Map (metadata) so that they can receive AOP based metadata. I've also had to modify BeanMetaData to add the additional metadata map. I'm

[JBoss-dev] jboss-head Build Failed

2005-04-24 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050424180904 BUILD FAILEDAnt Error Message:/home/cruisecontrol/work/scripts/build-jboss-head.xml:63: The following error occurred while executing this line:

[JBoss-dev] jboss-head-testsuite Build Failed

2005-04-24 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-testsuite?log=log20050424183051 BUILD FAILEDAnt Error Message:/home/cruisecontrol/work/scripts/build-jboss-head.xml:63: The following error occurred while executing this line:

[JBoss-dev] jboss-head Build Failed

2005-04-24 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050424184825 BUILD FAILEDAnt Error Message:/home/cruisecontrol/work/scripts/build-jboss-head.xml:63: The following error occurred while executing this line:

[JBoss-dev] jboss-head Build Failed

2005-04-24 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050424193106 BUILD FAILEDAnt Error Message:/home/cruisecontrol/work/scripts/build-jboss-head.xml:63: The following error occurred while executing this line:

[JBoss-dev] [Design of JBoss Portal] - Re: Portal ClassLoader isolation

2005-04-24 Thread [EMAIL PROTECTED]
you can isolate your application class repository, look at http://www.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3875212#3875212 Reply to the post :

[JBoss-dev] jboss-4.0-jdk-matrix build.135 Build Fixed

2005-04-24 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-jdk-matrix?log=log20050424194737Lbuild.135 BUILD COMPLETE-build.135Date of build:04/24/2005 19:47:37Time to build:21 minutes 2 secondsLast changed:04/24/2005 10:58:51Last log entry:JBAS-1449, added

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

2005-04-24 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050424201700Lbuild.1008 BUILD COMPLETE-build.1008Date of build:04/24/2005 20:17:00Time to build:15 minutes 7 secondsLast changed:04/24/2005 20:09:07Last log entry:no message

[JBoss-dev] jboss-3.2-testsuite build.116 Build Fixed

2005-04-24 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-testsuite?log=log20050424203730Lbuild.116 BUILD COMPLETE-build.116Date of build:04/24/2005 20:37:30Time to build:58 minutes 24 secondsLast changed:04/24/2005 10:59:13Last log entry:JBAS-1449, added

[JBoss-dev] [Design of the JBoss EJB Container] - Inter-server ejb-refs?

2005-04-24 Thread reverbel
Does JBoss support inter-server ejb-refs in the non-IIOP case? In the IIOP case, this jboss.xml excerpt speficies an ejb-ref to an EJB deployed in the JBoss server running in another host (some.host.name) and bound to the name the/remote/BeanName in that server's CosNaming service: |

[JBoss-dev] [Design of JBoss's Web Services Implementation] - Problems with ThreadLocal Document use in SAAJ

2005-04-24 Thread [EMAIL PROTECTED]
I noticed a problem with document handling in our current SAAJ design. I had a need to locate the root element of the SAAJ tree via the DOM API. I started to implement getDocumentElement() on SOAPPartImpl, when I noticed that currently all nodes are allocated from a single threadlocal document

[JBoss-dev] [Design of JBoss Portal] - getting User-Agent data from inside included jsp

2005-04-24 Thread joehobson
I'm creating a portlet that needs to make decisions based on the user's browser. In the portlet code i can get that okay with... request.getProperty(user-agent) if i try to do the view with JSP, i'm supposed to be able to get the same information with... request.getHeader(user-agent) but

[JBoss-dev] [Design of JBoss's Web Services Implementation] - Re: Problems with ThreadLocal Document use in SAAJ

2005-04-24 Thread [EMAIL PROTECTED]
If there are multiple SOAP messages possible in a single thread, the use of threadlocal to hold the root may not be suitable, because SAAJ is all about working on a SOAP message top to bottom. I will be interested to know Thomas's thoughts on this issue. I am thinking of scenarios where there

[JBoss-dev] [Design of the JBoss EJB Container] - Re: Inter-server ejb-refs?

2005-04-24 Thread [EMAIL PROTECTED]
Yes. | ejb-ref |ejb-ref-namesome/local/Name/ejb-ref-name |jndi-namejnp://some.host.name:1099/remote/BeanName/jndi-name | /ejb-ref | View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3875224#3875224 Reply to the post :