[JBoss-dev] [Design of JBoss Remoting, Unified Invokers] - Re: Running JBoss Remoting on other AS.

2005-04-20 Thread [EMAIL PROTECTED]
Yes.  Just need jboss-remoting.jar and other jars remoting depends on.  If get 
the standalone release at 
http://sourceforge.net/project/showfiles.php?group_id=22866package_id=135729, 
can just use the libs contained within.

The samples in the distro run standalone.  

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3874570#3874570

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874570


---
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Remoting, Unified Invokers] - Re: Callback for transport progress notification

2005-04-20 Thread [EMAIL PROTECTED]
There is no way to do this currently with the remoting implementation.  To 
achieve this, would need to change the marshaller implementation to provide 
this feedback, as this is where the data is actually being sent over the wire.  

Would you mind submitting a feature request to Jira, our issue tracking system 
(http://jira.jboss.com), under the JBossRemoting project?  We'll put it on out 
road map for a future release (but may be a while... unless you might have a 
few spare cycles) :)

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3874571#3874571

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874571


---
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JMX on JBoss (JBoss/JMX)] - Re: JIRA and JMX

2005-04-20 Thread [EMAIL PROTECTED]
Are we .. discontinuing jbossmx??

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3874581#3874581

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874581


---
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JMX on JBoss (JBoss/JMX)] - Re: jboss-jmx cann't be compiled

2005-04-20 Thread miloveme
darranl wrote : miloveme wrote : 
  |   | I check out jboss-4.0
  |   | 
  | 
  | How did you perform the checkout?  What was the CVS command that you used?  
Did you specify 'Branch_4_0'?

when i checkout with Brach_4_0 branch name, I have following error.

cvs checkout: [08:06:18] waiting for jboss-build's lock
in /cvsroot/jboss/jbossmq/src/main/org/jboss/mq/il/oil2

so, I wait 30 minutes.. but some message.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3874584#3874584

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874584


---
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JMX on JBoss (JBoss/JMX)] - Re: jboss-jmx cann't be compiled

2005-04-20 Thread [EMAIL PROTECTED]
This is a sourceforge issue, usually a transient one. Sourceforge has been very 
slow lately...

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3874588#3874588

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874588


---
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Javassist development Forum] - how i ca use javassist for make a fault injection tool

2005-04-20 Thread icecrash
Kind, i need to make a fault injection tool for java programs and i use 
javassist.
I have some question: 
how i can inject for example wrog type in a input parameter of method?
how i can monitor the error propagation trught the program?

how i can modify at run-time the code of a method?

I thing ,i can use another method for inject wrog data input:
I thing use a mutator class who make a mutate data for parameter and
inject.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3874595#3874595

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874595


---
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Error Injections

2005-04-20 Thread ifrit
hello,

Is it possible to inject Error with jboss aop, i can inject Excpetions 
successfully but Error injections like OutOfMemoryInjections don't seems to 
work.

thanks

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3874598#3874598

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874598


---
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of Security on JBoss] - can I install pk12 certificate in Jboss 4.0sp1?

2005-04-20 Thread sam29jboss
Have you any idea about 
How to enable SSL and install  pk12 files in Jboss 4.0 sp1?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3874605#3874605

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874605


---
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: Undeploying aop is realllly slow

2005-04-20 Thread [EMAIL PROTECTED]
Hmmm, i thought i fixed a lot of this.  It used to be really slow because 
undeploy recalculated all bindings with EVERY XML element, now it should only 
do it for the whole file.  You can log a bug, or you can look into it yourself 
as I probably won't get to it for awhile.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3874622#3874622

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874622


---
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: Error Injections

2005-04-20 Thread [EMAIL PROTECTED]
can you be more specific?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3874624#3874624

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874624


---
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: Undeploying aop is realllly slow

2005-04-20 Thread javajedi
What XML elements and whole file are you referring to?  I have a jboss-aop.xml, 
but it looks like this: .

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3874630#3874630

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874630


---
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: Undeploying aop is realllly slow

2005-04-20 Thread javajedi
Sorry, should have previewed my post.  It looks like this:
aop/

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3874632#3874632

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874632


---
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss IIOP on JBoss] - Re: IIOP.NET under SSL with SSL accelerator card

2005-04-20 Thread viguera79
Hi !!

I tried you said me and these are the results:

If I launch the server with ssl configuratin changing the factories, i.e., 
jacorb.ssl.socket_factory=org.jacorb.orb.factory.DefaultSocketFactory
jacorb.ssl.server_socket_factory=org.jacorb.orb.factory.DefaultServerSocketFactory

appear the following error:

12:41:25,578 ERROR [giop] 
org.jacorb.orb.factory.DefaultSocketFactory.(org.jacorb.orb.ORB)
12:41:25,593 ERROR [CorbaORBService] Starting failed jboss:service=CorbaORB
java.lang.RuntimeException: SSL support is on, but the ssl socket factory can't 
be instantiated (org.jacorb.orb.factory.DefaultSocketFactor
y.(org.jacorb.orb.ORB))!
-
If I launch server with ssl configuration but with 
jacorb.security.ssl_components_added_by_ior_interceptor=off

this error appears in the client side:
excepcion System.IO.IOException: no GIOP-Message

Server stack trace:
   at Ch.Elca.Iiop.GiopHeader..ctor(CdrInputStreamImpl stream)
   at Ch.Elca.Iiop.GiopTransportClientMsgHandler.ReadResponseMessage()
   at Ch.Elca.Iiop.GiopTransportClientMsgHandler.ReceiveResponseMessage(UInt32 
reqNr)
   at Ch.Elca.Iiop.GiopTransportClientMsgHandler.ProcessResponse(UInt32 
forReqId, ITransportHeaders responseHeaders)
   at Ch.Elca.Iiop.IiopClientTransportSink.ProcessMessage(IMessage msg, 
ITransportHeaders requestHeaders, Stream requestStream, ITransportH
eaders responseHeaders, Stream responseStream)
   at Ch.Elca.Iiop.IiopClientFormatterSink.SyncProcessMessage(IMessage msg)

Exception rethrown at [0]:
   at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage 
reqMsg, IMessage retMsg)
   at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData 
msgData, Int32 type)
   at omg.org.CosNaming.NamingContext.resolve(NameComponent[] nameComponents)
   at clientedotnet.CMyClase.Main(String[] args) in d:\ejemplo jose 
luis\clientenfastultra\Class1.cs:line 84


With regard to 
jacorb.ior_proxy_host=1.2.3.4 
jacorb.ior_proxy_port=4711 

In proxy host I write my IP server, but what port have I write in proxy_port?
The only one that don't throw an error message is 3528, with non ssl 
configuration but the client side throw the same error above.

Any idea?

Thanks and regards

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3874635#3874635

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874635


---
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-head-jdk-matrix build.111 Build Fixed

2005-04-20 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-jdk-matrix?log=log20050420075242Lbuild.111
BUILD COMPLETE-build.111Date of build:04/20/2005 07:52:42Time to build:36 minutes 48 secondsLast changed:04/20/2005 05:42:37Last log entry:added a test for xsd binder




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(123)1.15modifiedloubyanskytestsuite/src/main/org/jboss/test/xml/PojoServerUnitTestCase.javaadded a test for xsd binder1.2modifiedstarksmtomcat/src/main/org/jboss/web/tomcat/security/HttpServletRequestPolicyContextHandler.javaCorrect the context key comparision. Resolves (JBAS-1718) JACC javax.servlet.http.HttpServletRequest PolicyContext data is null.1.29modifiedejortconnector/src/main/org/jboss/resource/connectionmanager/RARDeployment.javaFix to avoid toString() used in logging, etc.throwing a NullPointerException.1.3modifiedejortmbeans/src/main/org/jboss/mx/server/AbstractMBeanInvoker.javaIf trace is enabled, display the method mapping before resolving dispatching1.2modifiedejortmbeans/src/main/org/jboss/mx/server/MethodMapper.javaIf trace is enabled, display the method mapping before resolving dispatching1.2modifiedejortremoting/src/etc/org/jboss/remoting/transport/Connector.xmlFix the XMBean descriptor inline with the changes to the method signature.1.6modifiedpatriot1burkeejb3/src/main/org/jboss/ejb3/EJBContainerInvocation.javanew constructor for MethodInvocation1.3modifiedpatriot1burkeejb3/src/main/org/jboss/ejb3/stateless/StatelessClusteredProxy.javanew constructor for MethodInvocation1.7modifiedpatriot1burkeejb3/src/main/org/jboss/ejb3/stateless/StatelessRemoteProxy.javanew constructor for MethodInvocation1.5modifiedpatriot1burkeejb3/src/main/org/jboss/ejb3/stateful/StatefulContainerInvocation.javanew constructor for MethodInvocation1.5modifiedpatriot1burkeejb3/src/main/org/jboss/ejb3/stateful/StatefulRemoteInvocation.javanew constructor for MethodInvocation1.8modifiedpatriot1burkeejb3/src/main/org/jboss/ejb3/stateful/StatefulRemoteProxy.javanew constructor for MethodInvocation1.3modifiedpatriot1burkeejb3/src/main/org/jboss/ejb3/stateful/StatefulClusteredProxy.javanew constructor for MethodInvocation1.3modifiedpatriot1burkeejb3/src/main/org/jboss/ejb3/service/ServiceRemoteProxy.javanew constructor for MethodInvocation1.3modifiedpatriot1burkeejb3/src/main/org/jboss/ejb3/mdb/ProducerProxy.javanew constructor for MethodInvocation1.2modifiedpatriot1burkeaspects/src/main/org/jboss/aspects/remoting/PojiProxy.javanew constructor for MethodInvocation1.2modifiedpatriot1burkejms/src/main/org/jboss/jms/client/container/JMSInvocationHandler.javanew constructor for MethodInvocation1.2modifiedejortmbeans/src/main/org/jboss/mx/server/AbstractMBeanInvoker.javaIf trace is enabled dump the attribute/operation and dispatchinginformation.Also fix the Operation key's toString() to include a , between each signature string.1.2modifiedejortmbeans/src/main/org/jboss/mx/interceptor/AbstractInterceptor.javaThere is no need to have a separate log object sinceAbstractInterceptor already has one.1.2modifiedejortmbeans/src/main/org/jboss/mx/interceptor/ModelMBeanOperationInterceptor.javaThere is no need to have a separate log object sinceAbstractInterceptor already has one.1.2modifiedejortmbeans/src/main/org/jboss/mx/interceptor/ReflectedDispatcher.javaShow the ObjectName in the error message1.2modifiedejortmbeans/src/main/org/jboss/mx/server/Invocation.javaImprove invocation.toString() for operations1.67modifiedpatriot1burkeaop/src/main/org/jboss/aop/AspectXmlLoader.javafix bug in AspectXmlLoaderRemove MethodInfo as field in MethodInvocation1.25modifiedpatriot1burkeaop/src/main/org/jboss/aop/joinpoint/MethodInvocation.javafix bug in AspectXmlLoaderRemove MethodInfo as field in MethodInvocation1.23modifiedpatriot1burkeaop/src/main/org/jboss/aop/instrument/MethodExecutionTransformer.javafix bug in AspectXmlLoaderRemove MethodInfo as field in MethodInvocation1.3modifiedpatriot1burkeaop/src/main/org/jboss/aop/instrument/TransformerCommon.javafix bug in AspectXmlLoaderRemove MethodInfo as field in MethodInvocation1.1addedejortaspects/src/tests/org/jboss/test/AspectsAllTestSuite.javaSome kernel/aspect tests for annotations.To run: compile for Java5 then ant -f build-test50.xml run-testsTODO: Fix the dependency aspect so it works, I'm only doingthis to simulate field field injection which isn't *yet* in the BeanInfomodel.TODO: Didn't realise until too late that there is already is a test50 sourcedirectory and associated build (needs consolidating)1.1addedejortaspects/src/resources/tests/META-INF/jboss-aop.xmlSome kernel/aspect tests for annotations.To run: compile for Java5 then ant -f build-test50.xml run-testsTODO: Fix the dependency aspect so it works, I'm only doingthis to simulate field field injection which isn't *yet* in the 

[JBoss-dev] [Deployers on JBoss (Deployers/JBoss)] - NOVICE: plese help to deploy simple app

2005-04-20 Thread maxll
JBoss 3.2.5:
I wrote simple app with EJP SessionBean and Servlet in IDEA 4.5, compilation is 
processing sucesfully but i can not deploy that app to JBoss.

LOG in IDEA:

...
17:29:24,958 INFO  [ChannelSocket] JK2: ajp13 listening on /0.0.0.0:8009
17:29:24,988 INFO  [JkMain] Jk running ID=0 time=0/1442  config=null
17:29:25,138 INFO  [EARDeployer] Init J2EE application: 
file:/D:/idea/sample/app/app.ear
17:29:27,582 ERROR [MainDeployer] Could not initialise deployment: 
file:/D:/idea/sample/app/app.ear
org.jboss.deployment.DeploymentException: www.jboss.org; - nested throwable: 
(java.net.UnknownHostException: www.jboss.org)
at org.jboss.metadata.XmlFileLoader.getDocument(XmlFileLoader.java:316)
at org.jboss.metadata.XmlFileLoader.getDocument(XmlFileLoader.java:247)
at org.jboss.ejb.EJBDeployer.init(EJBDeployer.java:416)
...

whats wrong or what can i do/check?


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3874638#3874638

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874638


---
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Deployers on JBoss (Deployers/JBoss)] - Re: NOVICE: plese help to deploy simple app

2005-04-20 Thread [EMAIL PROTECTED]
You are in the wrong (jboss developers) forum.

Please try one of the JBoss USER forums:

http://www.jboss.com/index.html?module=bbop=viewforumf=61
http://www.jboss.com/index.html?module=bbop=viewforumf=47

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3874649#3874649

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874649


---
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss IIOP on JBoss] - Re: IIOP.NET under SSL with SSL accelerator card

2005-04-20 Thread [EMAIL PROTECTED]
Maybe the IORInterceptor is the cleanest solution after all :) It needs some 
more careful examination since the various pieces are already there and it 
could just be a matter of configuration, I just haven't looked at it in much 
detail...

Franscisco may know how to setup this?

A little dirty hack would be to just subclass DefaultServerSocketFactory and 
privide dummy implementions for the 2-3 extra SSLServerSocketFactory methods to 
pass the initial construction step. Then configure for ssl as usual...

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3874660#3874660

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874660


---
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss IIOP on JBoss] - Re: IIOP.NET under SSL with SSL accelerator card

2005-04-20 Thread viguera79
Thank you very much, 
I'll wait your solution.
Best regards
Javier

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3874666#3874666

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874666


---
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JMX on JBoss (JBoss/JMX)] - Re: JIRA and JMX

2005-04-20 Thread [EMAIL PROTECTED]
No, just putting it on the same release cycle as JBossAS since it is developed
as part of it.

Maintaining JIRA issues in two different places makes no sense and just 
confuses people.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3874669#3874669

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874669


---
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: Error Injections

2005-04-20 Thread [EMAIL PROTECTED]
The error thrown when memory is exhausted is constructed at jvm boot time,
otherwise it might not have enough memory to even construct that Throwable
object on the heap.

So there is no way to intercept the new OutOfMemoryError() when it is actually
thrown, because it is not constructed at that time.

Assuming that memory is already exhausted (and it is some other problem like
thread construction), you wouldn't be able to do anything anyway.
Trying to handle any of the JVM internal errors is a crapshoot. The JVM itself
has already given up and failed the request.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3874670#3874670

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874670


---
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: Error Injections

2005-04-20 Thread [EMAIL PROTECTED]
I'm not sure that's what he wants to do.  He'll have to clarify what he means 
by Error Injections.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3874676#3874676

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874676


---
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: Using JBoss AOP with Weblogic

2005-04-20 Thread eyassud
Here what I found out:

The 8.1 SP3 BEA JRockit JVM classloader is not really replacable, and 
therefore, the special class loader required for JBoss AOP can't fufil its 
function. The value of the java.lang.ClassLoader is hardcoded for performance 
reasons!!!

This may change in the 9.0 Weblogic, but I have no plans to test that.

Dan



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3874697#3874697

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874697


---
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: Using JBoss AOP with Weblogic

2005-04-20 Thread [EMAIL PROTECTED]
Don't use JRockit.  But, I do believe that JRockit JVM has hooks for 
transformers.  Let me know if you investigate this.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3874700#3874700

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874700


---
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: Using JBoss AOP with Weblogic

2005-04-20 Thread eyassud
Yes I did see a -Xbootclasspath option to the JRockit VM, but it doesn't work 
as stated. 

Dan

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3874705#3874705

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874705


---
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Re: Certificate Authentication

2005-04-20 Thread patrickdalla
walkthrought:

I've implementend a subclass of HibernateLoginConfig that returns always true 
for validatePassword;

I've implemented a Filter that replaces the request object with a 
RequestWrapper that returns
X509Certificate[] certs = (X509Certificate[]) 
request.getAttribute(javax.servlet.request.X509Certificate); 
X509Certificate cert = certs[0];
cert.getSubjectDN();

for getUserPrincipal and getRemoteUser.

Now it is functioning.


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3874714#3874714

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874714


---
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Re: Certificate Authentication

2005-04-20 Thread [EMAIL PROTECTED]
for me it seems like a bug to have the cert and not the principal.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3874716#3874716

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874716


---
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Re: Certificate Authentication

2005-04-20 Thread [EMAIL PROTECTED]
Read about the BaseCertLoginModule:
http://www.jboss.org/wiki/Wiki.jsp?page=BaseCertLoginModule


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3874731#3874731

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874731


---
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss's Web Services Implementation] - Re: XML Schema capabilities

2005-04-20 Thread [EMAIL PROTECTED]
I just found out that the Xerces-2 Implementation is not useful for general use 
and is subject to change soon.
http://issues.apache.org/jira/browse/XERCESJ-1067

The Xerces Schema API is not going to change.

The Xerces-2 Implementation is good for parsing schema files and building an 
object model defined by the Xerces Schema API.  But if a user wants to use the 
Xerces-2 implementation to build a schema file (lets say from a Java 
Interface/Class), it is buggy and inflexible.

So I am at a crossroad.  For the WSDL to Java subsystem where schema parsing is 
required, I am going to use the Xerces-2 implementation. In this case, I am 
only interested in the Xerces Schema API.

For the Java to WSDL subsystem, where I need to generate the schema files, I 
will implement the interfaces defined by the Xerces Schema API. This provides 
me more control in generating the schema files.

Talked to Jason about this and he concurred that this approach seems reasonable.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3874751#3874751

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874751


---
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss/Tomcat Integration] - fmt:message inside c:forEach

2005-04-20 Thread mvitale
I'm building an internationalized web app that needs to be deployed on JBoss 
4.0.1SP1.  It's my understanding that JB4 comes with Tomcat 5.0.28 inside it.  
More on that later.

So I have my JSP page, and it contains the following code:


  | span align=leftfmt:message key=OrderList.Label.PlaceNewOrder 
bundle=${myResources} /
  | select name=orderType
  | option selected value=0Select Order Type/option
  | c:forEach items=${OrderListForm.orderTypeList} var=result
  | %--
  | option value=${result.id}1/option
  | --%
  | option value=${result.id}
  | fmt:message key=${result.description} 
bundle=${myResources} /
  | /option
  | /c:forEach
  | /select
  | /span
  | 

When I go to view this JSP page inside JB4, I receive the following error:

An exception of the class javax.servlet.jsp.JspException: ServletException in 
'/jsp/oe/OrderList.jsp': Unable to compile class for JSP Generated servlet 
error: 
/usr/local/jboss-4.0.1sp1/server/default/work/jboss.web/localhost/_/org/apache/jsp/jsp/oe/OrderList_jsp.java:176:
 
_jspx_meth_fmt_message_1(javax.servlet.jsp.tagext.JspTag,javax.servlet.jsp.PageContext,int[])
 in org.apache.jsp.jsp.oe.OrderList_jsp cannot be applied to 
(org.apache.taglibs.standard.tag.rt.core.ForEachTag,javax.servlet.jsp.PageContext,int[])
 if (_jspx_meth_fmt_message_1(_jspx_th_c_forEach_0, _jspx_page_context, 
_jspx_push_body_count_c_forEach_0)) ^ 1 error arose

If, however, I enable the line just containing 1 for the displayed value, and 
comment out the fmt:message and surrounding option tags, the code works and 
displays beautifully inside JB4.  A quick view of the source even shows that 
${result.id} is changing as expected.

So, back to Tomcat, as mentioned above.  I went out and downloaded Tomcat 
5.0.28 from the Jakarta site and installed it locally.  I deployed the exact 
same .war file that's in my JB server/default/deploy directory, and went to the 
same Order List page as above (with the fmt:message enabled).  TC5.0.28 is able 
to display this page correctly, with no problems.

What am I doing wrong?  Why does the same .war file work in standalone Tomcat 
5.0.28, but fails inside JBoss (which contains Tomcat 5.0.28)?

Thanks,
Mike


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3874766#3874766

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874766


---
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development