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

2005-04-24 Thread [EMAIL PROTECTED]
Yes. | |some/local/Name |jnp://some.host.name:1099/remote/BeanName | | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875224#3875224 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875224 --

[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 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 un

[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 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] 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, ad

[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-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, ad

[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=bb&op=viewtopic&p=3875212#3875212 Reply to the post : http://www.jboss.org/index.html?module=bb&op=postin

[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: /home/cruisecontrol/work/scripts/build-jboss-head.xm

[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: /home/cruisecontrol/work/scripts/build-jboss-head.xm

[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: /home/cruisecontrol/work/scripts/build-jbo

[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: /home/cruisecontrol/work/scripts/build-jboss-head.xm

[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 rea

[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, Rame