[jboss-user] [JCA/JBoss] - ORA-00604: error occurred at recursive SQL level 52 on XA

2007-01-04 Thread thuryn
Hi, I've a problem with XA connection to Oracle 10.2.0.1.0. Connection was working, but after one restart of jboss (4.0.5), Exception is thrown suddenly: 17:58:45,975 INFO [Ejb3Deployment] EJB3 deployment time took: 142 17:58:49,839 WARN [JBossManagedConnectionPool] Throwable while

[jboss-user] [Security JAAS/JBoss] - How to redirect to main page allways

2007-01-04 Thread purna_cherukuri
Hi, I am using JBoss-portal with JAAS. When ever the session times out, It will go to login page. After logging in, It is going to the page where session timed out. But my requirements force to go to main page from login page allways. How to configure this. View the original post :

[jboss-user] [JBossWS] - Re: jbossws.bat doesn't find org/jboss/ws/tools/WSTools

2007-01-04 Thread Sanver
thanks david, I've tried that wstools.bat and it works smoothly. So, why did it fail before? org/jboss/ws/tools/WSTools was supposed to exist in the classpath and it didn't seem to recognise it... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997856#3997856

[jboss-user] [JBossWS] - Restrict access to wsdl without using ws-security

2007-01-04 Thread Duffcase
Is there a way to restrict access to wsdl files without using ws-security? I'm developing a client in .NET compact framework, which afaik doesn't support ws-security yet. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997857#3997857 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Incorrect binding of variables

2007-01-04 Thread pat_m0le
i've got the same problem with a varchar primary key, now with an integer primary key it works View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997860#3997860 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3997860

[jboss-user] [JBoss Seam] - Injection / Outjection

2007-01-04 Thread mikepkp17
I still have troubles to understand how this bijection stuff works. What I want to achieve is the following: I have a SFSB called TestSessionBean: | @Scope(ScopeType.SESSION) | @Clustered | @Name(testSessionBean) | @Stateful | public class TestSessionBean implements TestSession,

[jboss-user] [JBoss jBPM] - new jbpm web console

2007-01-04 Thread fuligj
Hello! I would like to manage users and processes through the web-console in jBPM, so I have begun to develop the admin face, but I have read, that the web console will be improved by the Jboss Team too. Have anybody info thereof, when comes the new web-console in jBPM? Regards. View the

[jboss-user] [JBoss Seam] - Specifying a global ExceptionHandler/Interceptor

2007-01-04 Thread zappen
Hello! I would like to know if it is possible to specify a global exception handler/interceptor that takes precedence over any interceptor defined by Seam. What I would like to accomplish is a workaround to the problem that the debug.seam page does not work together with ICEFaces. My current

[jboss-user] [Advanced Documentation] - unable to generate javadoc

2007-01-04 Thread jacpad
Hi all, I downloaded the jboss 4.0.5 source version on a up-to-date debian system with suns jvm 1.5.0_08. After I compiled and installed it without any problems I tried to generate the javadoc, but without success. Ant completes the docs build successfull, but I'm not able to generate the

[jboss-user] [JBoss Seam] - Seam Data Paging

2007-01-04 Thread h.cahyadi
Does anyone here have an example to perform data paging mechanism using seam? I have tried to use tomahawk t:dataScroller it works but, I think it not perform paging mechanism at all, because if I check the number of record stored in the conversation it displays the number of all data in my

[jboss-user] [JBoss jBPM] - Re: new jbpm web console

2007-01-04 Thread fuligj
Or has anybody developed the web-console except the Jboss Team? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997870#3997870 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3997870

[jboss-user] [JBoss Seam] - Re: Jboss messaging supported?

2007-01-04 Thread liudan2005
It says jms:queue-connection is not a valid tag in components.xml when I deploy it. here is my xml definition: | components xmlns=http://jboss.com/products/seam/components; | xmlns:core=http://jboss.com/products/seam/core; |

[jboss-user] [Installation, Configuration Deployment] - Re: Tomcat Clustering (jgroups) Problem

2007-01-04 Thread mphansen
I'm faced with the same problem. Did you find a solution? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997872#3997872 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3997872 ___

[jboss-user] [Beginners Corner] - how to executing perl script?

2007-01-04 Thread arsac_julien
Hello; I'm new in jboss, I want to execute an perl script on my web site but he not working, wen I display the url of my script i see the source code but he dont execute... Please Help ps : I'm using Jboss for Teamcenter pps : Escuse me for my english View the original post :

[jboss-user] [JBoss Seam] - Re: bookmarkable page with cid problem

2007-01-04 Thread liudan2005
I've tried doing it for my page, but it still doesn't solve my original problem: It doesn't create a new conversation! All I need is to ask Seam to create a new conversation when @Being annotated method is invoked and cid's value can't be found. This problem drives me crazy now. I might have to

[jboss-user] [Installation, Configuration Deployment] - jboss-5.0.0.Beta1 and deploy process

2007-01-04 Thread kpiis
Hi guys, due the last exceptions with 4.0.5 GA and EJB3 method invokations I have downloaded zip file, unpack and ran with default configuration, and copy to deploy dir as usually datasource XML - nothing happened. I ran all configuration, saw a lot of Exceptiong during startup of server and

[jboss-user] [JBoss Seam] - Re: Customize validation messages

2007-01-04 Thread hamtho2
Thanks for your help! Norman, your solution worked perfectly as I wanted it to be, besides the fact that you have to use a slightly different annotation if you want to use messages fro the seam resourceBundle which caused me some confusions until I realized that fact. So if anyone else has the

[jboss-user] [JBoss Messaging] - Messaging 1.0.1.SP2: Failed to config client side AOP

2007-01-04 Thread rtm333
Dear All, I'm experiencing a similar error as has been reported in several threads before ( http://www.jboss.org/index.html?module=bbop=viewtopict=95941 and http://www.jboss.org/index.html?module=bbop=viewtopict=97427 ) and is also mentioned in bug

[jboss-user] [JBoss Seam] - Seam IceFaces question

2007-01-04 Thread sherkan777
Hi Gavin, can U answer for my questions abous Seam IceFaces? First. I have Seam app and sometimes when I clicking on action links got error User session expired, but session not expireds. First I thougth this is my code problem but I made simple app, like this. | Main Page | s:link

[jboss-user] [JBoss jBPM] - Re: Assign-copy problem, very strange!

2007-01-04 Thread [EMAIL PROTECTED]
Peter, BPEL 1.1 is basically unaware of the XML Schema. If it were aware, every assign would incur in heavy overhead. Even BPEL 2.0 merely provides a way to validate that the resulting XML nodes match the schema. However, this is nowhere close to the effect that you expect. Please be aware

[jboss-user] [Security JAAS/JBoss] - Re: JBOSS Federated SSO

2007-01-04 Thread sanketm
Sohil, Thanks for your prompt reply. I will contact sales to get more information. Specifically i am looking for a framework which provides me most of the solution for the following use cases: 1. Identity Management 2. Sesison Management (Login/Logout across apps) 3. Token Management 4.

[jboss-user] [JBoss Seam] - Re: Seam Data Paging

2007-01-04 Thread thejavafreak
You can use hibernate paging function View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997888#3997888 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3997888 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - Re: Assign-copy problem, very strange!

2007-01-04 Thread pkovgan
Alex,Thanks a lot for help!! So it is known feature, Wow! Then additional question How can I produce fictive copy? That means, if I really want to copy only into 2-d parameter, how can I simulate copy into 1-st parameter and really leave it untouched? Is there preferable and simple or any

[jboss-user] [JBoss Eclipse IDE (users)] - Type safe bean interfaces (Java 5)

2007-01-04 Thread tvoelker
Latest JBoss IDE versions support type safe business methods e.g. like /** | * only for testing | * @ejb.interface-method view-type = both | * @ejb.permission role-name = Default | */ | public ArrayListString getSomeStrings() | { | ... |

[jboss-user] [JBoss jBPM] - Re: Assign-copy problem, very strange!

2007-01-04 Thread pkovgan
I have forgoten to put exception that I have if I try to copy only to second parameter: javax.xml.rpc.JAXRPCException: org.jboss.ws.binding.BindingException: javax.xml.bind.JAXBException: Failed to parse source: Requested element {http://entities.customer.xtp.sap.com/jaws} | id is not

[jboss-user] [JBoss Seam] - Re: Seam Data Paging

2007-01-04 Thread h.cahyadi
is there any example about hibernate data paging? I think tomahawk data scroller is cool and easy to use, but I don't know why, if I test only with 400.00 data it is very slow, because it actualy load all the data to the memory, not load data on demand View the original post :

[jboss-user] [JBossWS] - newbie doubt about jbossws client stubs

2007-01-04 Thread santhoshitha
I have read that web service clients can use the dynamic proxy, dynamic invocation or static stub invocation methods to use the services. I dont find any samples or documentation illustrating the stub and tie invocation mechanism for jbossws. I am trying to use a standalone java application

[jboss-user] [JBoss Seam] - Re: Jboss messaging supported?

2007-01-04 Thread [EMAIL PROTECTED]
You need to add the jms namespace declaration or use the older style component/property generic-XML equivalent. Please see the recent Seam examples to see the new XML structure in action. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997910#3997910 Reply to

[jboss-user] [JBoss Seam] - Seam and Portal Future

2007-01-04 Thread h.cahyadi
Hi JBoss Seam Team, I just want to ask simple question, how about future integration of seam and portal, becaus like in my previous post, there is some problem about seam and portal, hopefully that seam and portal will be a good match in the future :) Regards, -haric- View the original post

[jboss-user] [JBoss Seam] - Re: Using Seam gem for tomcat with and without embedded ejb3

2007-01-04 Thread [EMAIL PROTECTED]
You could add EJB3 to the tomcat profile but then you'd be getting close to the more fully featured app server you were trying to avoid. With tomcat on JBoss, you'd pretty much have exactly what you'd have with only tomcat but you'd have the benefit of JBoss deployment, classloading, security,

[jboss-user] [JBoss jBPM] - Jbpm 3.0.3 to Jbpm 3.1.2 migration issue

2007-01-04 Thread rpateatenservio
I am working on a Jbpm project that currently has process instances active in a production evironment, but we are looking to migrate from 3.0.3 to 3.1.2. When testing against the production data with the jbpm-3.1.2.jar in the classpath, we come across an error in the workflow. Any task that

[jboss-user] [Beginners Corner] - newbie doubt in jbossws client stubs

2007-01-04 Thread santhoshitha
I have read that web service clients can use the dynamic proxy, dynamic invocation or static stub invocation methods to use the services. I dont find any samples or documentation illustrating the stub and tie invocation mechanism for jbossws. I am trying to use a standalone java application

[jboss-user] [JBoss Seam] - Seam injection fails

2007-01-04 Thread beligum
Hi all, Can someone tell me what I'm doing wrong here? I'm trying to inject the stateless RegisterAjaxAction class in my stateful RegisterAction class. Here's the code: | @Stateful | @Scope(CONVERSATION) | @Name(register) | public class RegisterAction implements IRegister | { |

[jboss-user] [JBossWS] - Re: Problem with wstools (Endpoint ... cannot be loaded)

2007-01-04 Thread darklight.37
I had this problem, it was due to the location of the files. Firstly, I found I had to run the command in the current folder where the config.xml file was located. Inside my /bin folder was the class files and the folders, e.g. /bin/age/service/*.class so in my config.xml file was:

[jboss-user] [JBoss Seam] - Re: ICEFaces example for Glassfish

2007-01-04 Thread ingo.griebsch
we have the same problem - please help View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997903#3997903 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3997903 ___ jboss-user mailing

[jboss-user] [JBossCache] - Problem with transaction timeout [critical]

2007-01-04 Thread jacek187
Hi I'm using latest TreeCache 1.4.0SP1 with WebLogic 9.1. There is a problem with transaction timeout. On WebLogic, when transaction timeouts server is dooing transacion synchronization in separate thread It causes problems with following scenario: 1. Thread A is invoking transactional

[jboss-user] [JBossCache] - Re: TCP replication conf issue ? now Works

2007-01-04 Thread oew
Hi All, Turning around the problem , and testing conf possibilites, I found that : TCP start_port=7802 / | TCPPING down_thread=true initial_hosts=10.32.2.48[7800],10.32.2.48[7801],10.32.2.48[7802] timeout=3500 up_thread=true / | MERGE2 max_interval=1 min_interval=5000/ | FD

[jboss-user] [JBoss Portal] - Re: How to redirect to main page allways

2007-01-04 Thread sridhark79
Hi, You need to set a property named portal.defaultObjectName to the name of your portal. Once you successfully login Jboss will automatically redirect to your portal. Remember to set a default page for ypur portal. Thanks Sridhar View the original post :

[jboss-user] [JBoss Seam] - Re: Using Seam gem for tomcat with and without embedded ejb3

2007-01-04 Thread james_027
I am worrying about the complexity(heavy on pc resource, learning curve, hosting cost) of Jboss as I've never use it before. The only reason I am using jboss now is because of seam. Many developers of small/medium scale web apps stay away from Java is because of this reason. Just compare the

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Getting Exception for Derby Data Source

2007-01-04 Thread rolando
I googled and found this site where you can dowload all the varia jars, including derby-plugin-4.0.4 http://rpm.pbone.net/index.php3/stat/4/idpl/3691384/com/jboss4-varia-4.0.4-3jpp.noarch.rpm.html hope it helps. Since it is added to the server/xxx/ib the Derby NPE has gone but another problem

[jboss-user] [JBoss Seam] - Re: Seam injection fails

2007-01-04 Thread beligum
Stupid me. You need to inject the interface-type instead of the implementation type: @In(create=true) private IRegisterAjax registerAjax; View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997917#3997917 Reply to the post :

[jboss-user] [JBoss Seam] - Re: ICEFaces example for Glassfish

2007-01-04 Thread alexg79
I found out that ICEFaces 1.5.1 is not compatible with Glassfish. You will have to wait for the next major version, or use JBoss instead. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997904#3997904 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Messaging 1.0.1.SP2: Failed to config client side AOP

2007-01-04 Thread rtm333
Just wanted to let you know, that I finally found the cause for our problem. It was related to the Binding Service that maps the JBoss ports to different values for several instances. This includes a mapping for the Messaging port as well (also see

[jboss-user] [JBoss Messaging] - Re: Messaging 1.0.1.SP2: Failed to config client side AOP

2007-01-04 Thread timfox
Nice catch :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997921#3997921 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3997921 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: HelloWorld-Ajax with Facelets

2007-01-04 Thread dilator
Hi there, I think I had a few problems similar to this when trying it out, but did get it working in the end. I dont have the code with me at the moment, but as far as I remember when debugigng the component itself, the completionMethod property is always null but the EL does exist in the

[jboss-user] [JBoss Seam] - Re: Specifying a global ExceptionHandler/Interceptor

2007-01-04 Thread [EMAIL PROTECTED]
Exceptions are caught by ExceptionInterceptor, which delegates to the Exceptions component to handle exception. If you want to override Seam's exception handling policy, you just need to install a custom-subclass of that class. I doubt that's really necessary in this case, but I don't know

[jboss-user] [JBoss Seam] - Re: Injection / Outjection

2007-01-04 Thread [EMAIL PROTECTED]
Try adding create=true: | @In(create=true) | public TestSession testSessionBean; | View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997925#3997925 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3997925

[jboss-user] [JBoss Seam] - Re: Injection / Outjection

2007-01-04 Thread [EMAIL PROTECTED]
Sorry - I hit submit too soon. Please try that and post the debug log if it doesn't work. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997926#3997926 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3997926

[jboss-user] [JBoss Seam] - Re: Injection / Outjection

2007-01-04 Thread [EMAIL PROTECTED]
One more note - you don't need the @Name(foo.bar.TabBean) annotation since you aren't ever using TabBean by that name. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997927#3997927 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam Data Paging

2007-01-04 Thread [EMAIL PROTECTED]
Several of the seam examples (hotel booking, dvdstore, etc...) use it, as does any application created by seam-gen. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997928#3997928 Reply to the post :

[jboss-user] [Beginners Corner] - JBoss administration

2007-01-04 Thread newpotato
Do you feel the required skillset for administering JBoss is the same WebLogic or WebSphere? Please explain. I am especially interested in hearing from those who have migrated from a commercial app server to JBoss. Thank you!! View the original post :

[jboss-user] [JBoss Seam] - Where are the XSD's ? (Seam 1.1.0 GA)

2007-01-04 Thread bsmithjj
Hello, In reviewing the examples, I've come across this in components.xml: ?xml version=1.0 encoding=UTF-8? | components xmlns=http://jboss.com/products/seam/components; | xmlns:core=http://jboss.com/products/seam/core; |

[jboss-user] [JBoss jBPM] - Re: new jbpm web console

2007-01-04 Thread kukeltje
look at the roadmap and the issues resolved for those versions... currently there almost is a 3.2 beta1 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997932#3997932 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3997932

[jboss-user] [JBoss Seam] - About pageflow

2007-01-04 Thread rlhr
Hello, I ran into some trouble trying to start properly a pageflow. First of all, let me explain the situation. I'm using JBoss 4.0.4GA with Seam 1.1.0GA I have a SFSB that is responsible for choosing a flow and start it. | @Begin | public void init() { | ... |

[jboss-user] [JBoss Portal] - Re: Management Portlet errors

2007-01-04 Thread Wayfarer
Hi! Your problem probably is that you have the latest jdk installed. You should downgrade to jdk 1.5. That should work :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997934#3997934 Reply to the post :

[jboss-user] [JBoss jBPM] - newbie: Configurable Decision nodes in JBPM3.1

2007-01-04 Thread urkens_jp
I am trying to create a configurable decision node in JBPM3.1 using a DecisionHandler class that in its decide() method calls a method on a specific class. I have an example from JBPM2.1 where the 'Configurable' interface is used to make the decision node configurable by passing a String

[jboss-user] [JBoss jBPM] - Re: Request didn't include a SOAP Message

2007-01-04 Thread bertrand.njiipwo
Hello Alex, Of course i have specified in bpel-application.xml the location of my URL to the wsdl-document of my service. But in the server.log file there is some thing curios: anonymous wrote : 2007-01-03 22:53:20,708 DEBUG [org.jboss.ws.server.ServiceEndpoint] WSDL request, using host:

[jboss-user] [JBoss Seam] - Seam Remoting problem

2007-01-04 Thread waheed.murad
I am using seam remoting for AJAX but when i call my ajax method from client it given error Seam.Remoting.displayLoadingMessage = function() {}; Seam.Remoting.hideLoadingMessage = function() {}; // Get the privilege Seam component var RolePrivilegesAction =

[jboss-user] [Beginners Corner] - Re: jmx-console

2007-01-04 Thread cronydude
Thanks for your response Peter. The environment I specified in my earlier post is at my work i.e., in client's network. Once I start the 'all' server, I don't even see the port 8080 open. So I am guessing there might be some issue that is stoping the jmx application from deploying properly.

[jboss-user] [JBoss Seam] - Method Interceptor does not work

2007-01-04 Thread vimalm
Hi I am having troubles getting my method level annotation back by an interceptor to work. Here is my annotation class: | @Target({TYPE, METHOD}) | @Retention(RUNTIME) | @Documented | @Interceptors(AuthorizationInterceptor.class) | public @interface Authorized { | Permission[]

[jboss-user] [JBoss Seam] - Seam 1.1.0GA: [org.jboss.ejb3.cache.simple.StatefulSessionFi

2007-01-04 Thread rhardy5014
Hi, I am using Seam 1.1.0GA with an Apache MyFaces web application in JBOSS 4.0.4.GA. My web application refers to several Stateful Session Beans (linked via Seam). If I wait until these session beans are passivated, and then perform an action on my web page that requires one of those beans, I

[jboss-user] [Beginners Corner] - Use of old CGI scripts with latest versions of JBoss

2007-01-04 Thread hilfiker
Hi, I'm attempting to use old CGI scripts that we used with a previous version of JBoss. In the old version of JBoss, you used to enable CGI by renaming a file called $CATALINA_BASE/server/lib/servlets-cgi.renametojar in the tomcat configuration. The steps are detailed here :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Problem in init ::: java.lang.StringIndexOutOfBoundsExce

2007-01-04 Thread prakah
Hello, Can you please the code of the init part of the servlet? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997943#3997943 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3997943

[jboss-user] [Beginners Corner] - Re: please help me to start jboss

2007-01-04 Thread cronydude
Were you able to crack this issue? If so, would you mind sharing it here? I am facing the same issue currently and in process of diagnosing... Thanks, Crony View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997946#3997946 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Can't setValue to PortletPreferences in JBOSS_2.4.0

2007-01-04 Thread PeterJ
I noticed one more thing. From where are you calling the processSubmitEditLearningProgramAction method? I hope you are calling it from the processAction method. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997945#3997945 Reply to the post :

[jboss-user] [EJB 3.0] - Re: ORM.xml Sample

2007-01-04 Thread Wolfgang Knauf
Hi Dave, if you mix up annotations and xml, you should not add the attribute metadata-complete=true to the entities in orm.xml. Hope this helps, if not I cannot help you further because I did not mix annotations and xml up to now. Best regards Wolfgang View the original post :

[jboss-user] [JBoss Seam] - Re: About pageflow

2007-01-04 Thread rlhr
Actually I spoke too early. The flow starts properly and bring the first page, but then from the first page, it doesn't go to the second page of the flow. It seems that the conversation is lost. I need to investigate more. View the original post :

[jboss-user] [JBoss Seam] - Re: Where are the XSD's ? (Seam 1.1.0 GA)

2007-01-04 Thread [EMAIL PROTECTED]
Which URLS are invalid? They work for me. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997949#3997949 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3997949 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Customize validation messages

2007-01-04 Thread waheed.murad
i have also faces the same problem? i have to also go for a same solution required=true instead of @NotNull. is it some thing wrong with this anotation if not then for what exactly it is for... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997950#3997950

[jboss-user] [Beginners Corner] - Re: how to executing perl script?

2007-01-04 Thread PeterJ
The JBoss App Server does not execute Perl, only Java. If you want to execute Perl scripts, you should also set up Apache HTTPD. See http://www.jboss.org/wiki/Wiki.jsp?page=UsingMod_jk1.2WithJBoss to connect HTTPD to JBoss. In addition, you will have to configure HTTPD to execute Perl

[jboss-user] [JBoss Seam] - Re: Customize validation messages

2007-01-04 Thread [EMAIL PROTECTED]
I think this is a real pain point for people. I through together a quick proof of concept. It works with MyFaces, but it shouldn't take that much to make a proper component out of. If anyone is ambitious enough, have ago at it: package org.jboss.seam.ui; | | import

[jboss-user] [JBossCache] - Re: Problem with transaction timeout [critical]

2007-01-04 Thread jacek187
Hi Because this bug is very important for me, I looked into source code and I think, that main problem is: GlobalTransaction table is stored in ThreadLocal in TreeCache object, so if Weblogic calls transaction synchronization in another thread, new InvocationContext for this thread is created

[jboss-user] [JBoss jBPM] - Re: Deploying jbpm.war(3.1.3) to jboss as 4.0.5GA

2007-01-04 Thread marilenc
It works either this or just explicitly setting a cache provider as hibernate does not defaults to EhCache anymore. property name=hibernate.cache.provider_classorg.hibernate.cache.EhCacheProvider/property | !-- | property name=hibernate.cache.use_second_level_cachefalse/property |

[jboss-user] [Installation, Configuration Deployment] - Re: jboss-5.0.0.Beta1 and deploy process

2007-01-04 Thread PeterJ
What version of the JDK are you using? Run java -version and post the reply. It appears that you are using 1.4.x, but that will never run EJB3, you need 1.5. It also appears that you are running JBoss AS 5.0 beta 1. Is that correct? View the original post :

[jboss-user] [JBoss Seam] - Re: About pageflow

2007-01-04 Thread [EMAIL PROTECTED]
Please open an issue in JIRA. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997957#3997957 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3997957 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Where are the XSD's ? (Seam 1.1.0 GA)

2007-01-04 Thread bsmithjj
hmm... http://jboss.com/products/seam/core-1.1.xsd is working now, but before I got the 404 error thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997958#3997958 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Method Interceptor does not work

2007-01-04 Thread [EMAIL PROTECTED]
I recall running into this issue once. We may be able to enhance seam to handle method interceptors like this. (open a JIRA issue) In the meantime, you can always use a class-level annotation to say hey, apply my interceptor to this class and then only perform your work where the specific

[jboss-user] [JBoss jBPM] - Re: How to cancel process

2007-01-04 Thread arshadnj
You can try suspend in case if you want to visit this sometime later. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997960#3997960 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3997960

[jboss-user] [Security JAAS/JBoss] - How to make JBoss to look encrypted password instead of plai

2007-01-04 Thread maulikshah
Hi, Can anyone let me know that how we make JBoss to look for encrypted password instead of plain password that it looks in props/jmx-console-users.properties and props/jmx-console-roles.properties for jmx-console security?(It only let to login people who have valid username/password defined

[jboss-user] [EJB 3.0] - Re: NameNotFound exception in .jsp

2007-01-04 Thread Wolfgang Knauf
Hi Konstantin ! I think you need a org.jboss.annotation.ejb.RemoteBinding annotation to define the JNDI name of the bean. Gruß aus Wiesbaden Wolfgang View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997964#3997964 Reply to the post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Open connections with Apache 2.2+mod_proxy_ajp+JBoss/Tom

2007-01-04 Thread venus2
Any luck? one of our user is having same problem. Thanks for sharing. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997967#3997967 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3997967

[jboss-user] [JBossWS] - Re: NullPointerException using wstools

2007-01-04 Thread mavalla
It is JBWS-1174. http://jira.jboss.com/jira/browse/JBWS-1174 Manuel Valladares View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997969#3997969 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3997969

[jboss-user] [JBoss Messaging] - Re: Are there performance numbers available comparing MQ vs

2007-01-04 Thread batter
batter wrote : [EMAIL PROTECTED] wrote : We have a framework you could use for that: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossJMSNewPerformanceBenchmark | | Thanks, will give it a shot after figuring out why 'ant sar' fails because it can't download the dependencies (local proxy

[jboss-user] [JBoss jBPM] - Re: newbie: Configurable Decision nodes in JBPM3.1

2007-01-04 Thread kukeltje
Look at the docs, testcases etc LOTS of info there View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997972#3997972 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3997972 ___

[jboss-user] [JNDI/Naming/Network] - Invalid username/password; logon denied

2007-01-04 Thread rabbuhl
I am trying to connect to an Oracle 8i DB and am getting an exception: org.jboss.util.NestedSQLException: Could not create connection; - nested throwable: (java.sql.SQLException: ORA-01017: invalid username/password; logon denied ); - nested throwable:

[jboss-user] [Security JAAS/JBoss] - Re: JBOSS Federated SSO

2007-01-04 Thread [EMAIL PROTECTED]
Sanket- Let me see if I can answer this without confusing the issue: anonymous wrote : | 1. Identity Management | This is a pretty broad subject. As far as JBoss Federated SSO is concerned, its a framework that provides a way to integrate with users' existing Identity Management systems

[jboss-user] [Security JAAS/JBoss] - Re: JBOSS Federated SSO

2007-01-04 Thread [EMAIL PROTECTED]
Sanket- I would also recommend looking through our wiki for detailed documentation about the framework [url] http://labs.jboss.com/portal/index.html?ctrl:cmd=renderctrl:window=default.wiki.WikiPortletWindowpage=Jboolanguage=EN [/url] View the original post :

[jboss-user] [JBoss Portal] - Ugly URLs when running Portal with SSL

2007-01-04 Thread rkeiser
I have two servers running JBoss Portal 2.2.1RC2. On my development server just using HTTP when I use the portal the URL in the browser is always http://hostname:8080/portal/auth/portal/default/Pagename - which is nice. On my test server running HTTPS the URL changes, for example when I click

[jboss-user] [Installation, Configuration Deployment] - Re: jboss-5.0.0.Beta1 and deploy process

2007-01-04 Thread kpiis
Sorry for this leak, PeterJ. I have in mind this :) What version of the JDK are you using? Run java -version and post the reply. I use for developing WinXP with Java 1.5, of course I don't use 1.4.x for EJB3. I have tried today Java 6 for running but still had the same results - but on the

[jboss-user] [Installation, Configuration Deployment] - jars are not getting loaded from 'lib'

2007-01-04 Thread vaibhav_5979
We are using trying to deploy our .ear file on jboss-4.0.5.GA and using mysql at the back end. The deployment is error free, problems are occuring when the first request is being made, at this point the jars which we have put inside the lib folder are not getting loaded. These are the error

[jboss-user] [Installation, Configuration Deployment] - Re: JBoss-App configuration.

2007-01-04 Thread narsibvl
Guys, Sorry about that post. On further digging we have realised that the external-path tag never did exist in the dtd. One of the developers here had to actually change JBoss code to process that tag. View the original post :

[jboss-user] [JBoss Seam] - Re: Injection / Outjection

2007-01-04 Thread mikepkp17
Thank you for your reply. I tracked that all down to bad design. Sorry for this one... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997983#3997983 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3997983

[jboss-user] [Installation, Configuration Deployment] - Re: Tomcat Clustering (jgroups) Problem

2007-01-04 Thread cronydude
Me too in the same boat :-((( View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997984#3997984 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3997984 ___ jboss-user mailing list

[jboss-user] [JBoss Eclipse IDE (users)] - What is happening to JBoss IDE 2.0 ???

2007-01-04 Thread ric1607
Hello, After a promising and exciting start, JBoss IDE 2.0 appears totally stalled {:-( For more than a month nothing has changed in JIRA and initial schedules are far behind... Is there some technical difficulties (maybe we can help?) or is there a strategic choice made by Redhat/JBoss?

[jboss-user] [Clustering/JBoss] - Re: Running multiple instances of JBoss on one machine: need

2007-01-04 Thread rajeshchande
Hello Brian, But as mentioned by you here: http://www.jboss.com/index.html?module=bbop=viewtopict=96634postdays=0postorder=ascstart=10 even after merging, the deployments shall not be pulled. Just merging would be enough for the users? If the deployments are not pulled after a merge, pulling

[jboss-user] [JBoss Eclipse IDE (users)] - Re: How to deploy an EJB3.0 project using JBossIDE 2.0.0Beta

2007-01-04 Thread rpmendes
EJB3 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997991#3997991 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3997991 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [Beginners Corner] - Re: please help me to start jboss

2007-01-04 Thread cronydude
I just noticed that somebody posted the solution for one of your issues, DefaultPartition service failure. I applied it and viola..it dissappeared. But I am still strugling with the TomcatClusteringCache service failure. View the original post :

[jboss-user] [JBoss Eclipse IDE (users)] - Re: How to deploy an EJB3.0 project using JBossIDE 2.0.0Beta

2007-01-04 Thread rpmendes
I´m tryng to create an application witj JPA , EJB3 in Jboss but i had some problems . SomeWhere have a complete example aplicatiion that i can see how to package an aplication and have one ear or war archive that jboss deploys without problems View the original post :

[jboss-user] [JBoss Eclipse IDE (users)] - JPA, EJB3 in Jboss

2007-01-04 Thread rpmendes
I´m tryng to create an application witj JPA , EJB3 in Jboss but i had some problems . SomeWhere have a complete example aplicatiion that i can see how to package an aplication and have one ear or war archive that jboss deploys without problems View the original post :

[jboss-user] [Messaging, JMS JBossMQ] - Broken Pipe

2007-01-04 Thread guinsu
Since upgrading to JBoss 4.0.5 and Messaging 1.2beta I've gotten a broken pipe error twice while running under high load for extended periods. If I stop and restart the one Queue that is being affected, as well as restart all the clients of that queue, things start working again. This is

  1   2   3   >