[JBoss-user] [JBossCache] - some clarification on LRUeviction policy

2005-07-22 Thread gagangoel
I found the following behaviour of the LRUeviction policy 1) If the node being evicted is a leaf node, whole node is removed. 2) If the node being evicted is a internal node, only the data inside the node is removed. All the childrens of that node remain intact in the tree cache. Am I right

[JBoss-user] [JNDI/Naming/Network] - Re: Problem in porting of Swing/ jboss app from Jboss-3.2.2

2005-07-22 Thread Biswojit
Hi Darranl, Yes you are right. Thanks for your help. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886202#3886202 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3886202 --

[JBoss-user] [Management, JMX/JBoss] - Re: How can AuthorizationInterceptor be improved ?

2005-07-22 Thread fabcipriano
Sorry I was thinking in this configuration file: | | |props/jmx-console-users.properties |props/jmx-console-roles.properties | | | | | |java:/DefaultDS | |

[JBoss-user] [Management, JMX/JBoss] - How can AuthorizationInterceptor be improved ?

2005-07-22 Thread fabcipriano
I made a new AuthorizingClass for org.jboss.jmx.connector.invoker.AuthorizationInterceptor and I´m using MBeanPermission for the authorization. Just fine, but I´d like to use authorization like the AuthenticationInterceptor that get the SubjectSecurityManager and from him get the users tha can

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: java.lang.ClassCastException: org.hibernate.ejb.EntityMa

2005-07-22 Thread ivaynberg
Sorry, forgot the version: Release ID: JBoss [Zion] 4.0.3RC1 (build: CVSTag=JBoss_4_0_3_RC1 date=200506260220) with the EJB3 bundle. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886195#3886195 Reply to the post : http://www.jboss.org/index.html?module=bb&o

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: sending message to a topic from stateless session bean

2005-07-22 Thread genman
Stack trace? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886196#3886196 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3886196 --- SF.Net email is sponsored by: Di

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: how to stop the message persistence

2005-07-22 Thread genman
Yes. Mavis Beacon teaches typing. But seriously, what errors? Do you like to waste people's time waiting for them to ask you to post the logs? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886194#3886194 Reply to the post : http://www.jboss.org/index.html

[JBoss-user] [JBoss Portal] - Re: Deploying Struts Portlets

2005-07-22 Thread egrael
Interestingly enough...looks like this is only an issue on the main page. If I put the same portlets on a different page together, they work fine. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886193#3886193 Reply to the post : http://www.jboss.org/index.h

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - java.lang.ClassCastException: org.hibernate.ejb.EntityManage

2005-07-22 Thread ivaynberg
I am getting the following exception every time I try to redeploy .ejb3 jar archive. After this exception I have to restart the server to get it to work again, initial deployment works fine. Any help is greatly appreciated. Thanks! | 15:25:47,406 INFO [Configuration] processing foreign key

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Problem with client and server Date with JMS over HTTPS

2005-07-22 Thread genman
What error are you talking about? Is there some reason you didn't post it here? Why should we care that you want to run with two machines 15 min out of sync on an old version of JBoss? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886191#3886191 Reply to

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBossMQ from Microsoft .Net Framework

2005-07-22 Thread kukeltje
It is rather old, so the jms.net at cafeine.berlios.de, if it advances, looks to be a more modern solution View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886186#3886186 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=388

[JBoss-user] [EJB/JBoss] - JBossCMP and left-join read-ahead cmr?

2005-07-22 Thread jhager
Does jboss4 / jbosscmp support the left-join read-ahead CMR feature? It seems this is only for jboss3x, how would I do this in jboss4? If not, is there a better way to improve entity bean performance? -Joe View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: log4j and JMS appender

2005-07-22 Thread genman
Try adding "jboss.mq:service=InvocationLayer,type=JVM" as well. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886184#3886184 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3886184

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBossMQ from Microsoft .Net Framework

2005-07-22 Thread genman
I'm glad to hear that there are products like ActiveJMS out there that make the integration easy and are fast. Personally, I'm not a big fan of web services (too slow) but again, they work well enough for low volume (maybe 5-10 msg/sec) clients. View the original post : http://www.jboss.org/i

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: java.lang.ClassCircularityError first time subscribe to

2005-07-22 Thread genman
The only times I've seen this sort of error were on older (like pre-4.0) versions of JBoss and deployments that duplicated the same classes in different .jar files. It could be that you are bundling something twice in your deployment, or JBoss is. View the original post : http://www.jboss.org/

[JBoss-user] [JNDI/Naming/Network] - Re: Trying to deploy .war that refers to Local EJB Jboss 4.0

2005-07-22 Thread darranl
In the element to reference the bean in the jar you are going to need to include the jar name that contains the bean. e.g. ../products/product.jar#ProductEJB Have a look at the dtd for more details. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886169#388

[JBoss-user] [JNDI/Naming/Network] - Trying to deploy .war that refers to Local EJB Jboss 4.0.0

2005-07-22 Thread mynzai
Hi everyone!!! I keep getting this exception when trying to deploy a .war app after I've successfully deployed a local EJB .jar. Caused by: javax.naming.NamingException: ejb-local-ref: 'ejb/Report', with web.xml ejb-link: 'ejb/Report' failed to resolve to an ejb with a LocalHome Here is my EJB

[JBoss-user] [Installation, Configuration & Deployment] - Re: Integration JOTM with JBoss

2005-07-22 Thread floechen
Could you please send me the source code too, ideally with a short read-me describing how to set up JOTM with your adapter and JBoss 4.0.x (I'm using 4.0.1 SP1)? Were you successful in eliminating the restrictions (missing context propagation, JBossXATerminator)? Thank you in advance Florian m

[JBoss-user] [JBoss Portal] - Re: Deploying Struts Portlets

2005-07-22 Thread egrael
Whoops, a couple items... Didn't count on the XML not rendering properly after posting. View Source ought to show what the XML really looks like. This is using jboss-portal-2.0-RC3 with jboss-4.0.2. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886165#3886

[JBoss-user] [JBoss Portal] - Deploying Struts Portlets

2005-07-22 Thread egrael
I have created a Struts application and have deployed it as a portlet. It works great when it is accessed on its own page. However, if I put it on the main page, it does not work properly. I have tried the same thing with the Struts Demo and I get the same results - works on its own page, but

[JBoss-user] [EJB/JBoss] - Re: EJB QL Problem

2005-07-22 Thread fbiaggi
Do you mean the EJB interface ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886151#3886151 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3886151 --- SF.Net email

[JBoss-user] [JBossWS] - Re: HOWTO use the JBossWS user forum

2005-07-22 Thread [EMAIL PROTECTED]
JAXR and JUDDI in JBoss Apache jUDDI is integrated into JBoss starting 4.0.2 to provide JAXR compliance to JBoss as part of J2EE 1.4 stack. The wiki pages that are relevant are: JAXR Wiki Page: http://wiki.jboss.org/wiki/Wiki.jsp?page=JAXR Apache JUDDI configuration in JBoss: http://wiki.jboss

[JBoss-user] [JBossWS] - 4.0.2 juddi error when using UDDIProxy.get_authToken()

2005-07-22 Thread jaycap
I cannot seem to authenticate when trying to add anything to juddi. I always receive the following error: The user ID and password pair passed in a get_authToken message is not known to the Operator Site or is not valid. I tried: user = juddi pw = password and user = sa pw = "" because th

[JBoss-user] [JBoss Portal] - Re: Where is the MyFaces cardemo portlet source?

2005-07-22 Thread sukh
"ddelponte" wrote : Where may I find the source code for the MyFaces cardemo portlet example? It is not included with the download. | | Thanks Please let me know too if you get to know about the source code for cardemo. Thanks View the original post : http://www.jboss.org/index.html?modu

[JBoss-user] [JBossWS] - Re: Deserialized array is of size 1!!

2005-07-22 Thread xtremebytes
Using wscompile now. Works perfect. Thanks. However, I note that JBoss only supports document/literal or rpc/literal. wscompile does not support Collections (like java.util.Vector) on literal. Any way around this? Although I am debating about the choice of simple arrays over java.util.Vector.

[JBoss-user] [JBossWS] - juddi error on JBoss 4.0.2

2005-07-22 Thread jaycap
Whenever I try to add a business to juddi, I get this error: The user ID and password pair passed in a get_authToken message is not known to the Operator Site or is not valid. where do I set the password in juddi. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic

[JBoss-user] [Messaging, JMS & JBossMQ] - Security issue with Topic created at runtime

2005-07-22 Thread mcaughey
I changed how I am creating my topics at runtime. see listing below. Now when I log in with a user and an incorrect password, I get the error that that user was nt authenticated. If I use the correct password i get the following: | javax.jms.JMSSecurityException: Connection not authorized t

[JBoss-user] [Beginners Corner] - Re: Logging on JBoss using Contextual Repository Selector

2005-07-22 Thread zambak
Does anyone know if this is Jboss issue or some other simple fix? Z... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886142#3886142 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3886142 -

[JBoss-user] [JBoss Portal] - Re: java.lang.NoClassDefFoundError when deploying as ear

2005-07-22 Thread jactor
I found the error myself and it was my own fault and it deploys very well... But one question still stands: Is there anyway to see what code the ApplicationDispatcher is trying to execute when it throws an error? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=

[JBoss-user] [JBossWS] - Re: Deployment Help

2005-07-22 Thread [EMAIL PROTECTED]
This has been assigned to http://jira.jboss.org/jira/browse/JBWS-331 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886140#3886140 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3886140 ---

[JBoss-user] [Installation, Configuration & Deployment] - Re: Distributed Transactions Configuration (JOTM, Tyrex)

2005-07-22 Thread floechen
I found that there is the source code of the tyrex plugin within the varia folder of the source distribution (currently using 4.0.1 SP1). But this source code doesn't compile, and the source code of the TransactionManagerServiceMBean is missing in the source distribution too (luckily, it's in th

[JBoss-user] [JBossWS] - Re: Deserialized array is of size 1!!

2005-07-22 Thread [EMAIL PROTECTED]
Does it? Here I see SOAP encoding. | | | | | | | We recommend using wscompile over java2wsdl, because the Axis tools do not generate WS4EE compliant artifacts View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886

[JBoss-user] [Installation, Configuration & Deployment] - IIOP Corba missing in Jboss 4.0.3RC1

2005-07-22 Thread dajevtic
Hello everyone, I'm trying to port my application to Jboss 4.0.3RC1. For now I've been using 4.0.0 and everything is working fine. Unfortunately the jacorb.properties and everything else related to corba are not in the 4.0.3rc1 release. A try to copy all necessary libraries and files from 4.0.0 t

[JBoss-user] [JBossWS] - Re: Soap Attachments

2005-07-22 Thread [EMAIL PROTECTED]
Have you looked at the attaachments wiki? http://wiki.jboss.org/wiki/Wiki.jsp?page=WSAttachments There are also lots of attachements tests in the testsuite. http://www.jboss.org/index.html?module=bb&op=viewtopic&t=62678 View the original post : http://www.jboss.org/index.html?module=bb&op=vi

[JBoss-user] [JBossWS] - Re: package name in config-service.xml

2005-07-22 Thread [EMAIL PROTECTED]
The package name should be the one of your SEI. All other reachable packages should be mapped to different namespace URIs automatically View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886135#3886135 Reply to the post : http://www.jboss.org/index.html?module=b

[JBoss-user] [JBossWS] - Re: Parse error: From JBoss SimpleDeserializer ???

2005-07-22 Thread [EMAIL PROTECTED]
Does the SOAP message on the wire conform to the abstract contract defined in wsdl? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886134#3886134 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3886134

[JBoss-user] [JBossWS] - Re: ServiceFactory and FactoryFinder with Axis

2005-07-22 Thread [EMAIL PROTECTED]
This is Axis client code, not WS4EE client code. Have a look at the step by step client wikis View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886133#3886133 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3886133 --

[JBoss-user] [JBossWS] - Re: xml encription and signature in JBossWS

2005-07-22 Thread [EMAIL PROTECTED]
We have support for encryption and signature in jboss HEAD with our new JBossWS stack. Jason would be glad if you could give it a spin. http://www.jboss.org/index.html?module=bb&op=viewtopic&t=64321 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886131#388613

[JBoss-user] [JBossWS] - Re: JBOSS4.0.2 EJB endpoint Web Service Problem

2005-07-22 Thread [EMAIL PROTECTED]
anonymous wrote : | I had spent lot of time to try setting up a web server (server side ) in JBOSS4 without success. | Have you read the step by step wiki pages? A good starting point is also the samples attached to the wiki. anonymous wrote : | I actually using axis Java2WSDL to gener

[JBoss-user] [JBossWS] - Re: Writing clients to use BASIC/CONFIDENTIAL endpoints

2005-07-22 Thread [EMAIL PROTECTED]
The wsdl would countain a https://somehost/somepath in the soap adress. BTW, the ws4ee client deployment model has many advantages over (JMX) . A very minimal jboss configuration has a tiny footprint and prvides just that. View the original post : http://www.jboss.org/index.html?module=bb&op=vi

[JBoss-user] [JBossWS] - Re: StackOverflowError when accessing WS

2005-07-22 Thread [EMAIL PROTECTED]
Could you please create a JIRA issue and attach a sample deployment that allows us to reproduce what you are seeing. Idealy, the sample deployment is a webapp packaged as a war that will show the issue when we click on a link. The war should also contain the sources. View the original post :

[JBoss-user] [JBossWS] - Re: java.lang.ClassCastException: org.jboss.axis.message.RPC

2005-07-22 Thread [EMAIL PROTECTED]
Can you create a simple test deployment that reproduces what you are seeing and attach it to a JIRA issue? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886123#3886123 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=388

[JBoss-user] [JBossWS] - Re: could not find deserializer for type

2005-07-22 Thread [EMAIL PROTECTED]
You could read the wiki on DII clients. http://wiki.jboss.org/wiki/Wiki.jsp?page=WSClientDII View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886121#3886121 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3886121 ---

[JBoss-user] [JBossWS] - Re: Array wrapping a MUST when using rpc/lit ?

2005-07-22 Thread [EMAIL PROTECTED]
When a wsdl message part references a type or element in schema it always points to a complex type that defines the array. Every complex type is always mapped to a java bean. So yes, you will have a wrapper. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38861

[JBoss-user] [Security & JAAS/JBoss] - Re: classpath in jboss/server/default/conf/jboss-service.xml

2005-07-22 Thread durgaprasad_j
I am sorry, this post is not supposed to be in this group. I have reposted the same in http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3886118#3886118 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886119#3886119 Reply to the post : http://www.jbo

[JBoss-user] [Installation, Configuration & Deployment] - classpath in jboss/server/default/conf/jboss-service.xml

2005-07-22 Thread durgaprasad_j
Hi all, Even though they have given some documentation, I did not properly understand what does the classpath tag [its around 14th line] do in server/default/conf/jboss-service.xml file. Can we change the codebase attribute value in that tag. If so what will happen ?? If we add one more classp

[JBoss-user] [JBossWS] - Re: using WSEE doclet

2005-07-22 Thread [EMAIL PROTECTED]
When you want to know when features become available, have a look at the raodmap http://jira.jboss.org/jira/browse/JBWS?report=com.atlassian.jira.plugin.system.project:roadmap-panel View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886117#3886117 Reply to the po

[JBoss-user] [JBossWS] - Re: Wrong Serialization when rpc/lit is used?

2005-07-22 Thread [EMAIL PROTECTED]
jboss-4.0.3 is not yet released. However, WS4EE is ready and stable. http://wiki.jboss.org/wiki/Wiki.jsp?page=CVSRepository cvs co -r Branch_4_0 jboss-4.0 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886116#3886116 Reply to the post : http://www.jboss.org

[JBoss-user] [JBossWS] - Re: ServiceDeployer ERROR: ClassCastException

2005-07-22 Thread [EMAIL PROTECTED]
Whith what jboss version are you seeing this. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886115#3886115 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3886115 ---

[JBoss-user] [JBossWS] - Re: question about webservicehost and jboss.bind.address

2005-07-22 Thread [EMAIL PROTECTED]
Have a look at jboss-ws4ee.sar/META-INF/jboss-service.xml, it explains how address rewriting is done and allows you to set fixed values for the ws4ee service. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886114#3886114 Reply to the post : http://www.jboss

[JBoss-user] [JBossWS] - Re: java.lang.ClassCastException: org.jboss.axis.message.RPC

2005-07-22 Thread gotimer
Try delaying a few seconds (say 5), and then close the stream. That will flush the pipe. We had this same problem with OracleAS a while back. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886113#3886113 Reply to the post : http://www.jboss.org/index.html?m

[JBoss-user] [Security & JAAS/JBoss] - classpath in jboss/server/default/conf/jboss-service.xml

2005-07-22 Thread durgaprasad_j
Hi all, Even though they have given some documentation, I did not properly understand what does the classpath tag [its around 14th line] do in server/default/conf/jboss-service.xml file. Can we change the codebase attribute value in that tag. If so what will happen ??

[JBoss-user] [EJB/JBoss] - Acelet releases Super 7.0 - J2EE toolkit

2005-07-22 Thread wei_jiang
Acelet releases Super 7.0 - J2EE toolkit Acelet (http://www.acelet.com) has released Super 7.0, a J2EE toolkit with new module "SuperTracer". This version adds the "SuperTracer" for J2EE logging. It is a tracer: a single mouse click brings source code. It is a reader with syntax highlight.

[JBoss-user] [EJB/JBoss] - Two applications having classes with the same name but total

2005-07-22 Thread dorr
hi i've got problem - two applications are standing on one jboss installation, lets say A and B. unfortunatelly both has EJB called User with local interface UserLocal. this classes are totally different. when deploying: if A starts first, then B, when session bean from A and B calls for UserLo

[JBoss-user] [JBossWS] - Re: using WSEE doclet

2005-07-22 Thread rlj
"dhartford" wrote : I don't quite remember, but I do recall some of the issues were resolved with WSCOMPILE when you used fork="true". OK I'll try that monday morning. I've been using the commandline version for the day. My other problem is that I get an error from wscompile regarding some of m

[JBoss-user] [JBoss Portal] - Unable to deploy portlets

2005-07-22 Thread gmoh
i'm getting the following error while deploying some portlets: 11:32:17,743 ERROR [CoreServlet] Exception caught in processing servlet java.lang.NullPointerException at org.jboss.portal.core.invocation.ViewInterceptor.invoke(ViewInterceptor.java:43) at org.jboss.portal.server.im

[JBoss-user] [JBoss Portal] - JBoss Portal PRoblem

2005-07-22 Thread psubedi12005
I am getting following after installing JBoss Portal and trying to restart JBoss; any pointers on how to resolve this? 4:28:41,593 INFO [WebService] Using RMI server codebase: http://E409050:8083/ 14:28:43,156 INFO [NamingService] Started jndi bootstrap jnpPort=1099, rmiPort=1098, backlog=50, bi

[JBoss-user] [JBossWS] - Deployment Help

2005-07-22 Thread aperezlo
Hey all, I'm having some trouble deploying an EAR on JBoss 4.0.2, and I was wondering if anyone here could tell me where my error likely is. I had this working at one point w/ the same JBoss version, etc, so I'm sure it's a stupid mistake in my descriptors somewhere, but I'm not sure where I s

[JBoss-user] [JBossCache] - Calling .get() on cached Map causes key to be added to Map

2005-07-22 Thread umk
Hi, Could someone please explain this unexpected behavior using standalone JBoss Cache v1.2.3: - I add a Map object to a TreeCacheAOP instance - Retrieve the Map from the cache and call get method on map - Just calling get causes the key queried for to be added to the Map. This does not follow

[JBoss-user] [JBossWS] - Re: Hey ... I need a complete example of web service ... cou

2005-07-22 Thread [EMAIL PROTECTED]
All the wikis assume that when talking about WS clients, either from container components or as standalone java apps, that you use the jboss jars. These are | | | | | | | | | | | | |

[JBoss-user] [Beginners Corner] - Re: Fibo Tutorial on JBoss 4.0.2

2005-07-22 Thread steverar
environment: - OS X 10.4.2 - Eclipse 3.1 - JBoss 4.0.1 - JBoss IDE 1.5 1st problem and possible fix: Could not deploy FiboAPP.ear due to "ejb-ref: no ejb-link in web.xml ... " error from JBoss. Editted web.xml in WEB-INTF folder commenting out section. DID NOT run XDoclet, deleted Fibo *.jar, *

[JBoss-user] [JBossWS] - Re: Is array wrapping a must when using rpc/lit ?

2005-07-22 Thread [EMAIL PROTECTED]
You could have a look at the samples or the marshalling tests in the testsuite. They both use arrays, e.g | public interface OrderProcess extends Remote | { |OrderResponse processOrder(OrderItem[] items, Person person) throws RemoteException, OrderException; | } | View the origi

[JBoss-user] [Beginners Corner] - Re: Web Console Applet Error

2005-07-22 Thread vashistvishal
Also for IE to work with Java , i preusme u need Java plugin... for applets... Like mozilla and firefox, make sure that is installed. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886085#3886085 Reply to the post : http://www.jboss.org/index.html?module=bb

[JBoss-user] [JBossWS] - Re: Axis getVersion webservice not working

2005-07-22 Thread [EMAIL PROTECTED]
The Version service is deprecated because 1) it uses rpc/encoded which is illegal in ws4ee 2) we user our propriatary axis version This service will be removed in jboss-4.0.3 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886096#3886096 Reply to the post :

[JBoss-user] [Advanced Documentation] - Re: deploying aop and spring beans

2005-07-22 Thread markusydkvist
Ok, no replies so far, but I managed to work my way around it. Like always, some time in the docs, plus double that amout of time of trial&error usually solves these kind of troubles... ;-) I now deploy all 3pp's separately as jars, and can now see them in the UnfiedRepository3 mbean. (That par

[JBoss-user] [Security & JAAS/JBoss] - Is declarative role -> group mapping possible?

2005-07-22 Thread rlewisshell
Hi, With JBoss 4, is it possible to declaratively map J2EE roles defined by the application to groups in the operation environment as can be done with other appservers (WL/WS/SunOne etc) using their custom deployment descriptors? I am trying to 'port' an app has about 30 roles that we have been

[JBoss-user] [Beginners Corner] - Web Console Applet Error

2005-07-22 Thread vinaypurohit
When I tried to access the web console, the left panel was blank. I checked the java console and it had the following exception Microsoft (R) VM for Java, 5.0 Release 5.0.0.3809 == ? help c clear f run finalizers g garbage collect m memory usage q

[JBoss-user] [Security & JAAS/JBoss] - Multi level authentication with cookie

2005-07-22 Thread saschwen
Hello, I'm wondering how I can create/configure multi-level login on an application. What I mean by that is when someone comes to our site, A cookie is looked for and authenticated against for general use of our site. Then once they click on a more confidential section like modifying their pr

[JBoss-user] [JBossWS] - Re: using WSEE doclet

2005-07-22 Thread dhartford
I don't quite remember, but I do recall some of the issues were resolved with WSCOMPILE when you used fork="true". View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886092#3886092 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=rep

[JBoss-user] [JBossWS] - Re: Deserialized array is of size 1!!

2005-07-22 Thread xtremebytes
The WSDL and the WSDD (generated by JBoss at runtime) clearly mentions that I am using rpc/literal. On another instance, I did try to switch to rpc/encoded but it did not work. Since then, I am using rpc/literal. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=

[JBoss-user] [Installation, Configuration & Deployment] - Re: problem while installing jboss-3.2.6 on redhat linux 9

2005-07-22 Thread vashistvishal
Did you change the permission on the file. chmod u+x jboss.sh View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886077#3886077 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3886077 --

[JBoss-user] [Installation, Configuration & Deployment] - boot.log location ignores jboss.server.log.dir

2005-07-22 Thread frankgrimes
Hi, We would like to run multiple server instances from one server directory with log output going to a specified location for each instance. So far, it looks like everything obeys the jboss.server.log.dir property except run.jar's boot.log. $JBOSS_SRC\system\src\resources\log4j.properties curr

[JBoss-user] [EJB/JBoss] - Re: Two applications having classes with the same name but t

2005-07-22 Thread jaikiran
An example would be: In jboss-app.xml of your proj1.ear you would have the following: | |tap:loader=proj1.ear | | java2ParentDelegation=false | | | In jboss-app.xml of proj2.ear, you would have: | |tap:loader=proj2.ear | | java2Pare

[JBoss-user] [EJB/JBoss] - Re: Two applications having classes with the same name but t

2005-07-22 Thread jaikiran
You will have to use in each of your .ear files. Doing this will enable specifying different classloaders for each ear. Have a look at the following link: http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration View the original post : http://www.jboss.org/index.html?module=bb&op=

[JBoss-user] [Installation, Configuration & Deployment] - Implicit TLD mappings from jar files

2005-07-22 Thread RayDeCampo
Hello, I am trying to get JBoss to recognize a TLD file from a jar file as described in section JSP.7.3.4 of the JSP 2.0 specification. According to the specification, the container will search for TLD files inside of the /META-INF (or subdirectories) of any jar file in the /WEB-INF/lib direct

[JBoss-user] [Beginners Corner] - Re: Web Console Applet Error

2005-07-22 Thread vashistvishal
Not sure about yr real issue as i dont use windows for development at all, but would be worth pursuing to use SUNS JVM. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886083#3886083 Reply to the post : http://www.jboss.org/index.html?module=bb&op=postin

[JBoss-user] [JCA/JBoss] - jca with a rmi server

2005-07-22 Thread sviluppatorefico
hi.. ...is it right to use jca to connect jboss to a external rmi server? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886076#3886076 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3886076 ---

[JBoss-user] [EJB/JBoss] - Re: database update only inside of transactions

2005-07-22 Thread stundzig
Hi all, why didn't answer anybody? Is my question to stupid or to difficult? Has nobody out there the same problem? I've tested now with 'autoCommit' = false on the Oracle JCA configuration. Now the db updates were not executed. Unless I'm shutdown the server. Then the connections to the db we

[JBoss-user] [Installation, Configuration & Deployment] - Re: jboss-3.2.1 : change default database -- Hypersonic to P

2005-07-22 Thread santosh051
In addition to above, there are other config details, which I forgot to mention. The database server is running properly. I have created the new database - 'PostgreDB'. There are no tables inside it, as I have not creating any table manually. 1. deploy/postgres-ds.xml **

[JBoss-user] [JNDI/Naming/Network] - Re: Port 1098 is taken

2005-07-22 Thread nlsurfman
On Windows XP type on a prompt: netstat -a -n -o The output will include the Process ID. Use the task manager to find out what process that is View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886080#3886080 Reply to the post : http://www.jboss.org/index.ht

[JBoss-user] [Installation, Configuration & Deployment] - jboss-3.2.1 : change default database -- Hypersonic to Postg

2005-07-22 Thread santosh051
jboss-3.2.1 : change default database -- Hypersonic to PostgreSQL 8.0 - Following is the printstacktrace message, please help me out in finding the problem. 16:33:05,620 INFO [Log4jService] Creating 16:33:05,630 INF

Re: [JBoss-user] [Installation, Configuration & Deployment] - problem while installing jboss-3.2.6 on redhat linux 9

2005-07-22 Thread RuiXian BAO
Hello, On 7/22/05, chaudharineeraj <[EMAIL PROTECTED]> wrote: > > hello everybody, >i was stuck up in the middle after installing jboss-3.2.6 on my linux > machine, the steps i followed were:- > 1) i first untar the jboss. tar.gz to /usr/local, the untar was successful > 2) then i did cd

[JBoss-user] [JBoss Portal] - Re: sh build.sh deploy

2005-07-22 Thread lttnd
Thank you ! I have checked boss-portal-2.0/thirdparty/jakarta-cactus/lib/cactus-ant.jar again ; it is there . Would you know about this please ? Thanks again , Regards View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886069#3886069 Reply to the post : htt

[JBoss-user] [JBossCache] - New Nodes not getting replicated

2005-07-22 Thread jameselliot
When I save a new entry to the database using hibernates Session.saveOrUpdate(Object) it gets saved to the local database but does not get replicated to my other server. Updates to the database are working fine, so If I load an object using hibernate, change it and then resave it using Session.

[JBoss-user] [JBossWS] - Re: using WSEE doclet

2005-07-22 Thread rlj
Hi There I've done as described in this post, but when I run Maven I get this error: [wscompile] error: -mapping is an invalid option or argument I've verbose="true" in my which gives me the command actually run in the console-output. If I run this command on a "normal" commandline I don't get

[JBoss-user] [Installation, Configuration & Deployment] - problem while installing jboss-3.2.6 on redhat linux 9

2005-07-22 Thread chaudharineeraj
hello everybody, i was stuck up in the middle after installing jboss-3.2.6 on my linux machine, the steps i followed were:- 1) i first untar the jboss. tar.gz to /usr/local, the untar was successful 2) then i did cd/usr/local/jboss-3.2.6/bin 3) then i did jboss.sh to start jboss, it gave

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - servlet-mapping and excel/msie

2005-07-22 Thread toz
Hi, i've tried the following : ( env : jboss-4.0.3 ) In a testapplication I create excel files dynamically with hssf and pdf's with itext with help of servlets ( Excel1Servlet, PdfServlet ): These servlets should now mapped to url ( access through https ) : "http://myserver:8080/myapp/secured/

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Database Password

2005-07-22 Thread tscondor
Hi! I have a question: in weblogic is possible to store username and pwd for database crypted, on jboss is also possible? Thanx! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886055#3886055 Reply to the post : http://www.jboss.org/index.html?module=bb&op=p

[JBoss-user] [EJB/JBoss] - Unable to passivate due to ctx lock

2005-07-22 Thread blackandwhite
In my server.log, I find a lot of WARN: anonymous wrote : 2005-07-18 00:32:02,156 WARN [org.jboss.ejb.plugins.AbstractInstanceCache] Unable to passivate due to ctx lock who can tell me why and help me to resolv this problem, thx! My standardjboss.xml, it is default: anonymous wrote : |

[JBoss-user] [Beginners Corner] - Re: Is there any one who ever worked around this exception?

2005-07-22 Thread wjsir
PS: I have put the latest version of struts .jars into the /WEB-INF/lib directory and the web app is ok under resin 2.0.9 Any help is appreciated. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886052#3886052 Reply to the post : http://www.jboss.org/index.h

[JBoss-user] [Beginners Corner] - Re: Access MSN Messenger from JBoss?

2005-07-22 Thread wjsir
http://sourceforge.net/projects/jmsn/ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886047#3886047 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3886047 --- SF.Net