[JBoss-user] [JCA/JBoss] - Need JBOSS vs Oracle 9iRAC

2006-06-29 Thread msgtokumar
Hi all, Any one of you having any tutorial for JBOSS configuration with Oracle 9i RAC. Regards, Kumar.P View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954238#3954238 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954238

[JBoss-user] [JBoss jBPM] - Re: Invoking one service after another causing exception in

2006-06-29 Thread [EMAIL PROTECTED]
From the stack trace above, at org.jbpm.bpel.def.ProcessInstanceStarter.visit(ProcessInstanceStarter.java:82) the process instance is starting, no transaction has been committed and the partner link instances are still transient. A different approach to fix the problem is assigning an ID to

[JBoss-user] [JCA/JBoss] - Re: XA Oracle Datasource errors

2006-06-29 Thread Hakucho
guix wrote : ... explained in: | http://www.baldor.it/StartPage/documents/admin/59.html | Down the page on Configuring Oracle Database for XA Support ... | This link is broken; however I suspect the same info is now here: http://wiki.jboss.org/wiki/Wiki.jsp?page=IHaveProblemsWithOracleXA

[JBoss-user] [JBossWS] - How can I generate a WSDL using WSTOOLS and JSR181 web servi

2006-06-29 Thread yair.zaslavsky
Hi all, I folllowed the example for JSR181 web service as written at the jboss wiki, however, I fail to understand how can I generate a WSDL from the interface of the service? Preior to JSR181 , when developing web services with interface that extends Remote, I used WSCOMPILE for this. What

[JBoss-user] [JBoss Eclipse IDE (users)] - confused which to download

2006-06-29 Thread kbird
hi, i have downloaded the jboss ide 1.5.x bundle. do i have to make any futher special configuration for me start with the projects on it. i was using eclipse 3.1.1 with wtp tools. i cant see web project wizard comming in the jboss ide which i have donwloaded please help me with this! thanks

[JBoss-user] [JBossWS] - Re: Does JBoss provides WS-Reliable Messaging out-of-the-box

2006-06-29 Thread docampbell
Hi Burr, I have a post (http://www.jboss.com/index.html?module=bbop=viewtopict=85626) on this forum related to Reliable Messaging. I have implemented a version which is going to go open source (for comments really) that you may be interested in. If I can get the problem sorted I will be

[JBoss-user] [Security JAAS/JBoss] - Re: Not Always taking to Home Page on session timeout

2006-06-29 Thread apcac_bond
test View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954244#3954244 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954244 Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with

[JBoss-user] [JCA/JBoss] - Deploying a db as both local and XA simultaneously

2006-06-29 Thread Hakucho
I have an app that 95% of the time only needs to use one database (call it A). The other 5% of the time, it needs to transactionally update both A and a second database B. Obviously for the latter use case, I need to deploy both A and B using the xa-datasource tag. However I'm concerned that

[JBoss-user] [JBoss Seam] - Re: JBoss Seam 1.0.1 Migration

2006-06-29 Thread fady.matar
This is not the actual exception that is being thrown. This exception is related to libraries mismatch. Make sure you have an updated classpath View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954246#3954246 Reply to the post :

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - help me! This error Unregistered handle that was not registe

2006-06-29 Thread muyan
14:57:47,873 INFO [TxConnectionManager] Unregistered handle that was not registered! [EMAIL PROTECTED] for managedConnection: [EMAIL PROTECTED] who can help me solve it View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954247#3954247 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: Problems with the Seam Tools integrated in the JBoss IDE

2006-06-29 Thread Seto
I am using 1.6GA,not the nightly View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954248#3954248 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954248 Using Tomcat but need to do more? Need to support web services, security?

[JBoss-user] [EJB 3.0] - Re: lookup ClassCastException

2006-06-29 Thread muhviehstarr
I also have this problem. I have two ears. One with the StateFul Bean and one with the war-file and a Servlet. I run the following code in the Servlet: | Context ctx; | try { | ctx = new InitialContext(); | Object o =

[JBoss-user] [JBossCache] - How to start the Gossip Server ?

2006-06-29 Thread chhajed
I'm a newbie. I was wonder if you could let me know how should I start the gossip server from the JBossCache ? Thanks a ton, Amit Chhajed View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954250#3954250 Reply to the post :

[JBoss-user] [JBoss Portal] - Problem starting JBoss Portal

2006-06-29 Thread kh2ouija
I am getting this error both with the 2.2.1 SP3 bundle and when deploying 2.2.1 SP3 binary on JBoss 4.0.4.GA. It is a fresh install of the application server and the portal app - I don't change *any* configuration settings, not even the default datasource. Basically, when starting the

[JBoss-user] [JBossCache] - Re: How to start the Gossip Server ?

2006-06-29 Thread [EMAIL PROTECTED]
1. Download the JGroups source 2. Execute the gossip-service target, which will create a gossip-router.sar 3. Deploy the SAR into JBoss, this will create a GossipRouter as an MBean, managed by JBoss View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954252#3954252

[JBoss-user] [JBossCache] - Re: Replicated field values not 'sticking' in clustered POJO

2006-06-29 Thread [EMAIL PROTECTED]
On the first problem of your requirement, Brian has pretty much cover it. The point is, if you don't care much about the exisiting POJO, then you can do putObject on either node. Just to make sure, to do getObject() before you start doing POJO update, e.g., | pojoA =

[JBoss-user] [JBossCache] - Re: Repeatable Reader - are readlocks actually obtained?

2006-06-29 Thread [EMAIL PROTECTED]
Yes, I believe getObject never obtains a lock from the root. Only the inidividual update will trigger the appropriate lock. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954254#3954254 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: Problems with the Seam Tools integrated in the JBoss IDE

2006-06-29 Thread [EMAIL PROTECTED]
Probably you need to be using the nightly build. Note that we know we need to find time to work on improving the templates... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954255#3954255 Reply to the post :

[JBoss-user] [JBossCache] - Re: Inhertance problems

2006-06-29 Thread [EMAIL PROTECTED]
Hmmn, I do have the test case in the distro that covers this though. Did you try just using Person instance to see if the replication works? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954256#3954256 Reply to the post :

[JBoss-user] [Security JAAS/JBoss] - Re: NEED HELP : Declarative authorization doesn't work

2006-06-29 Thread muhviehstarr
Hello. I think you forgot the @SecurityDomain at the class. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954258#3954258 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954258 Using Tomcat but need to do more? Need to

[JBoss-user] [JBoss Seam] - Re: Datatable inside a Datatable

2006-06-29 Thread [EMAIL PROTECTED]
I don't see why this wouldn't work; it should work... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954259#3954259 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954259 Using Tomcat but need to do more? Need to support

[JBoss-user] [JBossWS] - Re: Problems consuming webservice

2006-06-29 Thread Sickmick
Yep, I've tried them all. Even tried setting them for JBoss server in the boot options. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954260#3954260 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954260 Using Tomcat but

[JBoss-user] [JBoss Seam] - Re: Can you @Filter a Seam @Entity?

2006-06-29 Thread [EMAIL PROTECTED]
Ask in the Hibernate forums, I don't think Emmanuel tracks this list. I have never used @Filter. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954262#3954262 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954262 Using

[JBoss-user] [JBoss Seam] - Re: JBoss Seam 1.0.1 Migration

2006-06-29 Thread [EMAIL PROTECTED]
Rorschach wrote : Same issue here: Looks like you are missing a jar. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954263#3954263 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954263 Using Tomcat but need to do more?

[JBoss-user] [JBoss Seam] - Re: JBoss Seam 1.0.1 Migration

2006-06-29 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote : Rorschach wrote : Same issue here: | | Looks like you are missing a jar. ie. you need the latest jboss-ejb3-all.jar. Make sure you have installed jboss EJB3 RC8. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954264#3954264

[JBoss-user] [JBossWS] - A question about a deployed JSR181 web service and the WSDL

2006-06-29 Thread yair.zaslavsky
Hi all, I developed a JSR181 web service, and deployed it. I then looked inside my jboss application server directories and saw that the deployment generated a wsdl file (the WSDL is generated in sever\default\default\tmp\jbossws How can I control on the directory where the WSDL is deployed? I

[JBoss-user] [JBoss jBPM] - Re: BPEL and Java

2006-06-29 Thread Skyman37
Hello, I tried to make my own process from the hello process of jbpm bpel. 1/ I can't deploy the process, what is wrong ? 2/ With this process definition, is it possible after to communicate and exchange data with my client application coded in Java ? 3/ Can I use different operations with

[JBoss-user] [JBossWS] - Re: Problems in processing of xs:any

2006-06-29 Thread [EMAIL PROTECTED]
It's actually http://jira.jboss.com/jira/browse/JBWS-434 and not JBWS-934 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954268#3954268 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954268 Using Tomcat but need to do

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JBoss JMS Message persistance with Ingres problems

2006-06-29 Thread alanjonesbath
I don't suppose you've got a link to the issue in the bug DB have you? I've just had a look but can't spot anything relevant. I'll definately investigate the table locking issue you're suggesting. Nothing else should be using the DB at the time, so I'd guess if table locking was to blame, it

[JBoss-user] [JBoss Seam] - Re: JBoss Seam 1.0.1 Migration

2006-06-29 Thread fady.matar
JBoss-Seam 1.0.1 already comes bundled with EJB-3.0 RC8 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954272#3954272 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954272 Using Tomcat but need to do more? Need to support

[JBoss-user] [EJB 3.0] - Re: crashing of jboss-4.0.4.GA+EJB3.0+jdk1.5

2006-06-29 Thread gmeroz
i get the same problem. did you find a solution? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954273#3954273 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954273 Using Tomcat but need to do more? Need to support web

[JBoss-user] [JCA/JBoss] - Re: Deploying a db as both local and XA simultaneously

2006-06-29 Thread [EMAIL PROTECTED]
1. Does using XA instead of local transactions have any significant performance penalty? Almost always this is the case. Reasons for this are varied, but at the very least, the 2PC protocol always adds overhead. This is one of those times where you have to ask yourself...'Do I really, really,

[JBoss-user] [Security JAAS/JBoss] - Re: NEED HELP : Declarative authorization doesn't work

2006-06-29 Thread jaikiran
anonymous wrote : I'm terribly sorry but I don't know how to get authetication trace logging Have a look at Q4: How to debug security layer at: http://wiki.jboss.org/wiki/Wiki.jsp?page=SecurityFAQ anonymous wrote : Where(in which file) can I find application-policy config? You can find this

[JBoss-user] [JBoss Portal] - How to get Portal User

2006-06-29 Thread derek_wen
Dear All, How to get Portal User in Struts Portlet(Apache Struts)? thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954277#3954277 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954277 Using Tomcat but need to do

[JBoss-user] [JCA/JBoss] - Re: Deploying a db as both local and XA simultaneously

2006-06-29 Thread Hakucho
Thanks so much, Weston, for your quick, complete, and helpful reply! Andrew View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954278#3954278 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954278 Using Tomcat but need to do

[JBoss-user] [Beginners Corner] - A question about developing a JSR181 web service (newbie que

2006-06-29 Thread yair.zaslavsky
Hi all, I developed a web service using jsr-181 that looks like this (i actually took most of the code from jboss wiki). @WebService(name = EndpointInterface, targetNamespace = http://org.jboss.ws/samples/jsr181ejb;, serviceName = TestService)

[JBoss-user] [JBoss Seam] - Re: JBoss Seam 1.0.1 Migration

2006-06-29 Thread [EMAIL PROTECTED]
anonymous wrote : JBoss-Seam 1.0.1 already comes bundled with EJB-3.0 RC8 This is not quite correct. It comes bundled with Embeddable EJB3 RC8, which is good for testing and tomcat deployment. If you are deploying to JBoss AS, you still need to install EJB3 RC8 there. View the original post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Configure queues/topics at application level, Possible?

2006-06-29 Thread jaikiran
Thank you genman, for sharing your thoughts. anonymous wrote : Why can't you create two queues called MyQueue1 and MyQueue2 ? I can very well do that and that is going to work without any issues. But, we do have a requirement where we need to deploy 2 applications which listen on a queue

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - EJB 1.1 on JBoss 4.0.4

2006-06-29 Thread albertogiantin
Hi all, is it possible to use ejb 1.1 with JBoss 4.x? I've looked in some forums and there is a much debated question saying that jaws is obsolete in JBoss 4.x. I will know if there are any others methods to run ejb 1.1 application with JBoss 4.x Thanks View the original post :

[JBoss-user] [EJB 3.0] - Re: lookup ClassCastException

2006-06-29 Thread [EMAIL PROTECTED]
Is this really a remote EJB? Try doing a narrow on the interface prior to use StatefulTest stateFulBean = (StatefulTest)PortableRemoteObject.narrow(o, StatefulTest.class); View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954283#3954283 Reply to the post :

[JBoss-user] [Beginners Corner] - A solution for naming and finding resources within J2EE?

2006-06-29 Thread SmokingAPipe
What is the best solution for naming and locating resources within J2EE? Is there going to be a replacement for JNDI? I have been working on this for about a week, and I can't get my JSF backing bean to find a simple stateless session bean in my EJBs. At this point, I'm wondering, is JNDI

[JBoss-user] [JBoss AOP] - Re: retrive the object returned by a method in a method inte

2006-06-29 Thread [EMAIL PROTECTED]
| public class SimpleInterceptor implements Interceptor | { |public String getName() { return SimpleInterceptor; } | |public Object invoke(Invocation invocation) throws Throwable |{ | try | { | System.out.println( Entering SimpleInterceptor);

[JBoss-user] [JBoss jBPM] - Re: State events fire order

2006-06-29 Thread jbaton
Cpob, kukeltje, thanks a lot for your help and the clarity of your explanations JBaton View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954286#3954286 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954286 Using Tomcat but

[JBoss-user] [EJB 3.0] - Re: lookup ClassCastException

2006-06-29 Thread muhviehstarr
Sorry I posted the wrong output. I also tried it with local-binding (which of course isn't correct). Here the correct output, now also included your line: | my.test.StatefulTest | org.jboss.ejb3.JBossProxy | javax.ejb.EJBObject | java.lang.ClassCastException | at

[JBoss-user] [Beginners Corner] - Re: A solution for naming and finding resources within J2EE?

2006-06-29 Thread jaikiran
anonymous wrote : I have been working on this for about a week, and I can't get my JSF backing bean to find a simple stateless session bean in my EJBs. At this point, I'm wondering, is JNDI the right tool for this job? One of the common mistakes that happen is that while deploying the bean

[JBoss-user] [JBoss Portal] - Re: Problem starting JBoss Portal

2006-06-29 Thread LORDs_diakonos
I am geting the same thing. It appears that clusternig was turned on in the latest package. I have not been able to fix it though. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954289#3954289 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: A solution for naming and finding resources within J2EE?

2006-06-29 Thread SmokingAPipe
THANK YOU! That gave me a dump of every bean in JNDI and let me find exactly what I'm looking for. Ok, it is as simple as it should be. Now I have one more question which should be even easier: Is it possible to use the @EJB annotation to inject a stateless session bean from my EJBs into my

[JBoss-user] [JBoss/Spring Integration] - Re: Spring deployer - splitting conf files

2006-06-29 Thread alesj
anonymous wrote : | Thanks for your answer. I indeed meant jboss-spring.xml . so we have a .spring file that contains our pojos, and under META-INF, our *-spring.xml . I tried that and JBoss complained that it could not find jboss-spring.xml, so i added an empty one : | | ?xml

[JBoss-user] [Beginners Corner] - Re: A solution for naming and finding resources within J2EE?

2006-06-29 Thread SmokingAPipe
As another way of stating it: If I can grab it from an InitialContext I should be able to have it injected with @EJB, right? Because that isn't working. How does the @EJB decide which bean to grab? I assume it looks at the class name, so if I have: @EJB private myBean; it will look in JNDI

[JBoss-user] [Beginners Corner] - Re: A solution for naming and finding resources within J2EE?

2006-06-29 Thread jaikiran
Frankly speaking, i havent worked with EJB3. You might post your ejb-jar.xml and jboss.xml(the relevant portions), so that someone out here might be able to help you out. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954294#3954294 Reply to the post :

[JBoss-user] [Clustering/JBoss] - Re: HA-JMS fails, Master node undeploying channels, no failo

2006-06-29 Thread jkressin
Thanks very much for your reply. I examined the logfiles again to answer your questions: [EMAIL PROTECTED] wrote : 1) You refer to the master node. Please confirm that this is 62.50.43.211. | No, at that time the master node was 62.50.43.210. The first logoutput and the second one are

[JBoss-user] [JBossCache] - Re: Inhertance problems

2006-06-29 Thread gshriki
Yep, Just tried that, and it's working... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954297#3954297 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954297 Using Tomcat but need to do more? Need to support web services,

[JBoss-user] [JBossWS] - Re: Problems in processing of xs:any

2006-06-29 Thread docampbell
That's one of the things that I looked at and thought that it had been fixed, so I spent quite a while checking it out. As far as I can tell, the JBoss code that I have does check for null, but this still seems to fail, whether I have a null or not. View the original post :

[JBoss-user] [EJB 3.0] - why @Remote is preferred over @Local?

2006-06-29 Thread metelka
Hi, I have a @Remote @Local interface | @Remote | @Local | public interface IMyIfc { ... } | SLSB that implements the interface | @Stateless | public class MyClass implements MyIfc { ... } | and another SLSB where MyClass is injected | @Stateless | public class AnotherClass

[JBoss-user] [JBossWS] - Re: Problems in processing of xs:any

2006-06-29 Thread [EMAIL PROTECTED]
I wasn't able to recreate that error you are describing. Could you post the WSDL for that's causing this error and a full stacktrace that actually shows the stack overflow? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954300#3954300 Reply to the post :

[JBoss-user] [JBossWS] - Re: Problems in processing of xs:any

2006-06-29 Thread docampbell
Here's the WSDL (note that I have created this for testing, so it is simple, but a representation of the type of WS-* imports that are used). I will post the stack trace as a separat reply... | ?xml version=1.0 encoding=UTF-8? | | wsdl:definitions |

[JBoss-user] [EJB 3.0] - Externalizing queries code from persistent entity source cod

2006-06-29 Thread jc7442
I have try to use NamedQuery in Session Bean. It does not work. There is a JIRA issue about that: http://opensource.atlassian.com/projects/hibernate/browse/EJB-74?watch=true It is still open. Will it be closed or fixed ? I do not find anything in the spec that speaks about where to write this

[JBoss-user] [JBossWS] - Re: Problems in processing of xs:any

2006-06-29 Thread docampbell
This is the SOAP that goes in to the request... | ?xml version=1.0 encoding=UTF-8? | soap:Envelope xmlns:mrns0=http://itag.wswg.testing.test; xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/; xmlns:xs=http://www.w3.org/2001/XMLSchema; |soap:Header | mrns0:SomeHeaderValue

[JBoss-user] [JBossWS] - Re: Problems in processing of xs:any

2006-06-29 Thread docampbell
Here's the stack trace (I have cut out a HUGE repeating section for clarity) | 2006-06-29 10:28:46,939 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/TestingService].[TestingService]] Servlet.service() for servlet TestingService threw exception |

[JBoss-user] [Security JAAS/JBoss] - Re: NEED HELP : Declarative authorization doesn't work

2006-06-29 Thread smajima
The log is below. In this case I select multi as user1. 2006-06-29 18:53:58,408 TRACE [org.jboss.web.tomcat.security.RunAsListener] jsp, runAs: null 2006-06-29 18:53:58,408 TRACE [org.jboss.web.tomcat.security.RunAsListener] jsp, runAs: null 2006-06-29 18:53:58,408 DEBUG

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Is there a way to prevent JBossMQ from using the jbossmq

2006-06-29 Thread DrPizza
I don't see anything particularly useful from doing that, although to be honest I get swamped in data, so I may be missing something. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954308#3954308 Reply to the post :

[JBoss-user] [JBoss Portal] - Re: Jboss Portal 2.2.1 SP1 clustering errors

2006-06-29 Thread koti123456
I can notice the following service configurations.. jboss-portal.sar\portal-core.war\jboss-portlet.xml service-nameCMS/service-name service-classorg.jboss.portal.cms.CMS/service-class service-ref:service=CMS/service-ref

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: ERROR [javax.faces.webapp.UIComponentTag] Faces context

2006-06-29 Thread begimot
Ok, if I'm not missing something, I have the same problem when trying to use JSF tags: root cause 13:14:44,918 ERROR [UIComponentTag] Faces context not found. getResponseWriter will fail. Check if the FacesServlet has been initialized at all in your web.xml. 13:14:44,921 ERROR [[mainJsp]]

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JbossMQ Error at Heavly load

2006-06-29 Thread jaikiran
Have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=IGetIOExceptionPingTimeoutHowDoIFixIt View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954313#3954313 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954313 Using

[JBoss-user] [JBossWS] - How to use WStools tool

2006-06-29 Thread [EMAIL PROTECTED]
Hi, I am at a loss how to use wstools tool. I installed JBossWS and followed the example on wstools on the user guide. That user guide is not very clear on wstools, it is very vague. Is there a proper example with a proper config file and an explanation of all the parameters in the tool. I

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Attempting to override the DefaultJMSProvider

2006-06-29 Thread jaikiran
Have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigJMSProvider http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossJMSRA http://wiki.jboss.org/wiki/Wiki.jsp?page=IntegrationWithWebSphereMQSeries View the original post :

[JBoss-user] [Security JAAS/JBoss] - Re: NEED HELP : Declarative authorization doesn't work

2006-06-29 Thread jaikiran
anonymous wrote : In this case I select multi as user1. This is going to work, isnt it? Since you have specified that the method multi can be invoked by users in role user (and user1 belongs to user role). Your first post mentioned that anonymous wrote : The method multi is allowed only user

[JBoss-user] [Clustering/JBoss] - Re: JBoss Cluster issue

2006-06-29 Thread tterm
Ok thank you all for the fast replies! I tried it again with tracing and a small sample application. The node (node pluto) which serves the user did the following during a normal request: 12:20:03,195 DEBUG [JBossCacheManager] Creating an empty ClusteredSession | 12:20:03,196 DEBUG

[JBoss-user] [Clustering/JBoss] - Separating wars and jar for clustering

2006-06-29 Thread dominicus
Which is the preferred approach to deploy an application on a clustered environment: deploy the complete ear on all the nodes or deploy the wars and jars on different nodes ? Thank you View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954319#3954319 Reply to

[JBoss-user] [JBoss Portal] - Wrong link in a portlet

2006-06-29 Thread alesj
Using Seam and JBP 2.4. I have 2 portlets on my page. One of them is a login portlet. After login I display the following logout jsp in this login portlet: | %@ taglib uri=http://java.sun.com/jsf/html; prefix=h % | %@ taglib uri=http://java.sun.com/jsf/core; prefix=f % | f:view |

[JBoss-user] [JNDI/Naming/Network] - How to use HAJNDI without JBoss AS

2006-06-29 Thread kapilgupta
Hi, Is it possible to use HAJNDI with auto discovery feature without running JBoss server? I just need the naming service of JBoss with auto discovery feature so my client applications dont have to specify Provider url while accessing Jndi. Thanks, Kapil View the original post :

[JBoss-user] [Management, JMX/JBoss] - jboss snmp monitoring with mrtg

2006-06-29 Thread fj
Hi all, i am trying to monitor jboss with mrtg by using the SNMPAdapter as described in http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossSNMPAdapter i used the configurations , attributes.xml,managers.xml,notfication.xml as described in the link. Our jboss version ist 3.2.6 , java 1.4.2_10 . It

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - How does JBoss use the jdbc-type value in jbosscmp-jdbc.xml?

2006-06-29 Thread bobsmith
Hello, If I have a CMP field that has a jdbc-type tag specified, then does JBoss use that to determine which getter method (getString, getInt etc) to call on the ResultSet? And if the jdbc-type tag is not present for the cmp field, does it use the return type of the getter method in the

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: ERROR [javax.faces.webapp.UIComponentTag] Faces context

2006-06-29 Thread begimot
Hi again. I managed to ran my application. I am not very sure what is the reason but here is my adventure: I removed from jboss-4.0.3SP1/server/default/deploy/jbossweb-tomcat55.sar jsf-libs dir. I put all necessary libs in my web application, which are jsf-api.jar jsf-impl.jar and

[JBoss-user] [JBoss jBPM] - Re: WSDL for bpel web services

2006-06-29 Thread ncapito
Just following up on this? Anyone out there found a way to automate wsdl parter links? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954327#3954327 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954327 Using Tomcat

[JBoss-user] [Advanced Documentation] - Re: jbpm bpel ant wscompile problem

2006-06-29 Thread ncapito
You are running the wrong version of java. Make sure that J2ee is first in your class path. You can verify this by typing java -version on command line. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954328#3954328 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: spawning multiples subprocess instances

2006-06-29 Thread smalbequi
Hi, the solution I have proposed DON'T work because the code modifies the process definition, not only the process instance. In fact there is no concept of transition instance, only transition. So bad. I will think about a solution based on a custom fork and certainly a custom join. I

[JBoss-user] [JBoss Seam] - Re: Something other than conversationId on URL

2006-06-29 Thread superfis
Hi, I tried to change conversationId with some other name, but the only result was no ability to get into long-running conversation and in url there further existed ?conversationId= I did it with todays CVS version of Seam. Slawek View the original post :

[JBoss-user] [JBoss Seam] - Re: Something other than conversationId on URL

2006-06-29 Thread d1g
If you check the JIRA feature request you can see that there is still some work to be done on this (IMHO!) http://jira.jboss.org/jira/browse/JBSEAM-288 Dig. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954343#3954343 Reply to the post :

[JBoss-user] [JBoss Seam] - Jboss seam tomahaw integration of jscookmenu

2006-06-29 Thread slarchet
hi everybody I'm currently facing a strange pb between Tomahawk and Jboss Seam. It looks like NavigationMenuItem[] object returned by my Stateless Bean lose some cast information's when it's handled by NaviagtionMenuUtils class of tomahawk package. My test configuration is : a superMenu.jsp

[JBoss-user] [JBoss Seam] - Re: Something other than conversationId on URL

2006-06-29 Thread superfis
My mistake. Sorry! Slawek View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954345#3954345 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954345 Using Tomcat but need to do more? Need to support web services, security? Get

[JBoss-user] [EJB/JBoss] - rollback not happening on ejbCreate()

2006-06-29 Thread gssbhaskar
Hi i am calling three ejbCreate() methods from a session bean(single method). These CMP beans running in a transactional context of session bean(session fecade). my need is, all the three ejbCreate() should happen successfully or nothing should happen. if anything goes wrong between these

[JBoss-user] [Security JAAS/JBoss] - Re: Not Always taking to Home Page on session timeout

2006-06-29 Thread j2ee_junkie
apcac_bond, There is no way to configure this from your application that I am aware of. You could extend Tomcat's FormAuthenticator. The extension would always return to a url set in an init param of your ServletContext when user successfully authentciates. This is just one idea. enjoy,

[JBoss-user] [Messaging, JMS JBossMQ] - Recieving message from a queue

2006-06-29 Thread Nooreazam
Hi, Iam using the following snippet both in JBoss and the WebLogic server. timeOutInSeconds=60; Message message = qReceiver.receive(timeOutInSeconds*1000); if( message == null ) { //throw exception; user defined }else{ if( message instanceof TextMessage ) {

[JBoss-user] [JBoss Seam] - Request parameter arrays?

2006-06-29 Thread bkyrlach
When submitting a form that has a multi-select, I'm noticing that @RequestParameter is only ever getting the first value of the multi-select. For example, let's say I have the following html snippet... School 1 School 2 ... ... ... And the following SLSB... @Stateless

[JBoss-user] [Security JAAS/JBoss] - Re: Not Always taking to Home Page on session timeout

2006-06-29 Thread [EMAIL PROTECTED]
If you are using the FormAuthenticator you will have to integrate your custom FormAuthenticator to do this. You will need to extend org.apache.catalina.authenticator.FormAuthenticator and override the public boolean authenticate(HttpRequest request, HttpResponse

[JBoss-user] [JBoss Portal] - 2.4 installation difficulties

2006-06-29 Thread mwelch16
Hello, I am using JBOSS 4.0.4GA. I have tried using the installer version, the installer patch version and the zip version of the AS, and I get the same error in each. I am using Portal 2.4 beta with Sybase 15 and jconnect2.jar (which I believe is 5.5). I have tried using the bundled portal

[JBoss-user] [Clustering/JBoss] - Re: Active/passive configuration

2006-06-29 Thread vzilka
10x, but what I ment was EJB clustering. The web machine needs to activate an EJB, and the 2 EJB machines should be configured active/passive View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954352#3954352 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: Problem while deploying JBoss Seam on Tomcat 5.5.17

2006-06-29 Thread kapilkashyap
Hi, This is Kapil Kashyap again. Well, I thought it would be better to give you the Exception Report rather than the Error on the Server. So here it is. type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request.

[JBoss-user] [JBoss Portal] - Custom Login Page

2006-06-29 Thread ikazarno
hi, is the only way to customize the login page is to change the following JSP: \jboss-portal.sar\portal-server.war\login.jsp? thanks Igor View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954354#3954354 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - Problem while deploying JBoss Seam on Tomcat 5.5.17

2006-06-29 Thread kapilkashyap
Hi, This is Kapil Kashyap. Well, I have tried to deploy the JBoss Seam examples on Tomcat but was getting the below Exceptions. type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception

[JBoss-user] [Beginners Corner] - in which jar is ...

2006-06-29 Thread gerch
hi... as a noob of jboss i am asking myself in which jar file of jboss i can find the package org.jboss.ws.soap.* thx for your replys View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954356#3954356 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: spawning multiples subprocess instances

2006-06-29 Thread cpob
You could always delete those transitions after you go to them. Could you just create new child tokens from the root, and then just do the token.setNode( yourNode ); for each of them to force them on there without changing the process definition? View the original post :

[JBoss-user] [Security JAAS/JBoss] - Re: Help required in Switching from http to https in jboss-

2006-06-29 Thread [EMAIL PROTECTED]
cool_bhanu wrote : | form-login-config | form-login-page/display.jsp/form-login-page | form-error-page/error.jsp/form-error-page | /form-login-config | /login-config | | is forcing it to go to the pages which i give in form-login-page | instead it should go | to

[JBoss-user] [Beginners Corner] - Re: in which jar is ...

2006-06-29 Thread gerch
hi i found finally that it is in jbossws ;) and that i also have to add mail.jar but now the next one is comming ... java.lang.NoClassDefFoundError: edu/emory/mathcs/backport/java/util/LinkedList what do i have to add now ?? View the original post :

[JBoss-user] [JBossWS] - wstools gives UnsupportedClassVersionError: error when run f

2006-06-29 Thread [EMAIL PROTECTED]
I get the following error when I run wstools : C:\jboss-4.0.3SP1\clientwstools = . WSTools Environment . JBOSS_HOME: C:\jboss-4.0.3SP1\client\\.. . JAVA: C:\j2sdk1.4.2_11\bin\java . JAVA_OPTS: .

[JBoss-user] [JBoss Portal] - Re: Custom Login Page

2006-06-29 Thread alesj
Maybe this can help you: - http://wiki.jboss.org/wiki/Wiki.jsp?page=PortletLogin View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954361#3954361 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954361 Using Tomcat but need

[JBoss-user] [JBoss/Spring Integration] - Re: Spring deployer - splitting conf files

2006-06-29 Thread pierodesalvia
Thank you very much ! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954362#3954362 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954362 Using Tomcat but need to do more? Need to support web services, security? Get stuff

[JBoss-user] [Beginners Corner] - Re: Problem deploying EJB to JBoss

2006-06-29 Thread Chris Miles
any ideas guy? my bean seems developed fine. so I dont see any coding mistakes. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954363#3954363 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954363 Using Tomcat but need to

[JBoss-user] [Clustering/JBoss] - Re: Separating wars and jar for clustering

2006-06-29 Thread JerryGauth
I think the preferred approach is to deploy the application (e.g., the ear) to the farm directory of a node and then let JBoss distribute it throughout the cluster. There are some open issues with the farming feature so you should verify that it works properly for you in you choose this

  1   2   3   >