[JBoss-user] [Clustering/JBoss] - Start error..

2006-04-25 Thread pathirana
Hi all Our cluster was working perfectly till yesterday. But this morning it gave the following error. 12:17:01,378 ERROR [ClientGmsImpl] suspect() should not be invoked on an instance of org.jgroups.protocols.pbcast.Client GmsImpl 12:17:05,063 WARN [ClientGmsImpl] handleJoin(praplk:1177) faile

[JBoss-user] [JBoss jBPM] - Re: API access to decision node's expression

2006-04-25 Thread tansdale
yes you can do that. first, get List decisionConditions from decision(Decision' object) second, get DecisionCondition's expression and transitionName by calling DecisionCondition.getExpression(); getTransitionName() the following code can help you to understand what DecisionCondition is. |

[JBoss-user] [JBoss jBPM] - Re: type of node

2006-04-25 Thread tansdale
there are tow way can accomplish it. 1 you generate the process definition dynamically right. well you generate the process definition please keep the Fork refer to the Fork Object. when you want to check if the execution path if point to the Fork node, just compare with the refer object. 2 us

[JBoss-user] [Clustering/JBoss] - Re: Clsutering of Queue

2006-04-25 Thread bhupendra.yaduvenshi
Brian thanx for ur reply But I have a query.If i want to make my queues in mySQL than where I have to make changes View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939429#3939429 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[JBoss-user] [JBossWS] - Re: Problem deploying service containing xsd:any element in

2006-04-25 Thread sathwik
Hi, Solving this problem is very crucial for us. I don't know if this is a bug in JBoss4.0.1SP1. There has been no help on this. Probably me have to make a decision of whether to deploy WS on Jboss. The other alternative is that we deploy axis on tomcat outside of Jboss and deploy our webservi

[JBoss-user] [JBossWS] - Re: wstools: Duplicate namspace binding error?

2006-04-25 Thread codemonster_4_hire
Fixed in ws head my bad. The latest works great... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939426#3939426 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939426 -

[JBoss-user] [JBoss Seam] - Re: Custom PhaseListener timing

2006-04-25 Thread [EMAIL PROTECTED]
Perhaps if you have your phase listener extend the Seam phase listener? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939425#3939425 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939425 -

[JBoss-user] [JBoss jBPM] - Re: Newbie needs help

2006-04-25 Thread tansdale
i suggest that upgrade your jdk to 1.5 and such tomcat5.0 before start the jbpm. try it View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939423#3939423 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939423 ---

[JBoss-user] [JBoss jBPM] - Re: Sample web app on jboss-4.0.3SP1

2006-04-25 Thread mraja775
Alex, Thanks for your quick reply My ultimate aim is to run the jbpm sample webapp on Websphere. I thot it would be better if I am able to make a war in plain vanilla jboss and then drop it onto Websphere. But still I am not able to get rid of all dependencies. The root cause of the exception

[JBoss-user] [EJB 3.0] - Re: Fetching...Lazy but initialized?

2006-04-25 Thread tsar_bomba
Thanks *very* much for the info, everyone - very helpful! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939416#3939416 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939416 ---

[JBoss-user] [JBoss jBPM] - i wanna export gpd as eclipse product

2006-04-25 Thread lakemove
i need a way without doing much work ... i dont know if it is possible that just write extensions of eclipse perspective and views ? PS : im a new in eclipse plug-in development can anyone give me any suggestion ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[JBoss-user] [JBoss Seam] - Custom PhaseListener timing

2006-04-25 Thread rdewell
Upgrading from beta 1 to CR1. We use a custom PhaseListener executing afterPhase RESTORE_VIEW. Unfortunately we're having several problems migrating this to CR1 (was working in beta 1). This PhaseListener itself accesses Seam components so the timing of it is obviously crucial to the timing

[JBoss-user] [Beginners Corner] - Re: I don't want use RI for the examples of Head First EJB

2006-04-25 Thread scotttam
If you are learning EJB, why not start with 3.0? Is there a specific reason that you want to learn 2.1? 3.0 is much easier to use and work with and lots of the headaches that were present in the previous version are now gone. I would suggest just starting with 3.0 unless you have a specific reas

[JBoss-user] [JBossWS] - wstools: Duplicate namspace binding error?

2006-04-25 Thread codemonster_4_hire
Hi WS Gurus, I'm trying to generate the artifacts for a very simple webservice interface and I'm seeing some odd behavior from wstools. It appears to be trying to create two namespaces under the same name. I've been using wstools to generate aritfacts for several days now with great success.

[JBoss-user] [JBoss Seam] - Re: deny access to secured pages via get-requests (discuss p

2006-04-25 Thread [EMAIL PROTECTED]
No, there is no way to do this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939407#3939407 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939407 --- Using Tomcat

[JBoss-user] [JBoss jBPM] - Ending a task node that came from a fork and transitioning i

2006-04-25 Thread kellersk
I have a fork that creates 5 concurrent task instances. When I end one of the task instances, its transition goes to the join. When I look in the database, it has created the same 5 task instances again. The original task instance has an end date and the other one does not. Is this normal. T

[JBoss-user] [JBoss Seam] - Re: Not understanding @Out completely

2006-04-25 Thread [EMAIL PROTECTED]
By the way, you absolutely did not show enough code to make it possible to answer your question. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939405#3939405 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939405 ---

[JBoss-user] [JBoss Seam] - Re: Not understanding @Out completely

2006-04-25 Thread [EMAIL PROTECTED]
Perhaps you need scope=ScopeType.CONVERSATION ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939404#3939404 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939404 -

[JBoss-user] [JBoss Seam] - Re: getting Exception when using pageflow in jbpm

2006-04-25 Thread [EMAIL PROTECTED]
Could you please try upgrading to Seam CR2, and see what happens? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939403#3939403 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939403 ---

[JBoss-user] [JBoss Seam] - Re: Help understanding validation

2006-04-25 Thread [EMAIL PROTECTED]
anonymous wrote : I'm not sure that I fully understand the problem, but would manually setting the EntityManager's flushMode to FlushMode.NEVER solve the issue? Yes, that is a good workaround. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939402#3939402 Re

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Tomcat vs Jetty

2006-04-25 Thread yfhsu
Is there any performance comparison bewteen Tomcat5.5 vs. Jetty6 in JBoss4.0.4 in terms of AJAX applications support? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939400#3939400 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[JBoss-user] [JBoss Portal] - Bug reporting: Forum post or JIRA issue ...

2006-04-25 Thread smoyer
I read the two sticky topics above ("How to properly create JIRA issues" and "READ ME BEFORE POSTING!", but was wondering whether you preferred to receive new bug reports via a forum post (creating a bug if the problem is confirmed) or directly with a bug ticket (which may be rejected if it's no

[JBoss-user] [JBoss Portal] - Re: Adding Users

2006-04-25 Thread smoyer
In a corporate environment, it would be more likely that you'd authenticate against an LDAP server and remove the capability to "join" the Portal. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939398#3939398 Reply to the post : http://www.jboss.com/index.ht

[JBoss-user] [JBoss Portal] - Re: Validation error on managing portlets

2006-04-25 Thread smoyer
That's the beauty of open-source software ... you can find the error and fix it yourself. In this case, the problem is in the org.jboss.portal.core.portlet.management.actions.AddWindowAction file's validateWindowName(FacesContext, UIComponent, Object) method. This method checks for empty stri

[JBoss-user] [Remoting] - Re: Client VM Requirements

2006-04-25 Thread [EMAIL PROTECTED]
I downloaded pp-1_0_01-src-linux-i686.zip (appears that only linux distribution is available?). Frankly speaking, I am totally lost. I have played around with emulators before (from Ericson, Motorola, etc.), but this does not seem to be the same. What would you suggest as the best way to actu

[JBoss-user] [EJB 3.0] - Re: problem switching to 4.0.4RC1; TransactionManager not bo

2006-04-25 Thread josey
Did anyone figure out why this message appears? | WARN [TreeCache] No transaction manager lookup class has been defined. Transactions cannot be used. | I have installed JBoss4.04CR2 and added the necessary files to add EJB3 clustering. there are no errors but I get the message regarding

[JBoss-user] [JBoss Portal] - Adding Users

2006-04-25 Thread Elam
Okay, I may be blind, but I don't see a way to add users without clicking the 'create one' link in the User portlet. Is there a way to limit adding users to the administrator or whichever role I decide? In our environment I don't really want anyone being able to add themselves as a user if the

[JBoss-user] [JBoss jBPM] - Re: how to end other taskInstances?

2006-04-25 Thread cloudysky
Got it. Thanks a lot. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939390#3939390 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939390 --- Using Tomcat but need t

[JBoss-user] [JBoss Portal] - Re: MyFaces portlet and windowstate ?

2006-04-25 Thread smoyer
I'm also just starting with JSF based portlets but can say that I'm not having this problem. The Portal takes care of rendering everything with the correct WindowState before your Portlet is actually called. If you click the "maximize" control, the Portal rerenders the page with the appropriat

[JBoss-user] [JBoss Seam] - Re: Redirect to HTTPS

2006-04-25 Thread Andy.2003
Why you want the site unsecure before login and secure after login? I think the easiest way is to make a page commonly secure or not (if private information is entered the page should be secure in general) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939387

[JBoss-user] [JBoss Seam] - Re: deny access to secured pages via get-requests (discuss p

2006-04-25 Thread Andy.2003
I mentioned: if I use pages.xml as shown above (), the loggedIn method is always invoked (not only for get requests). So for a normal action event the login checking code is run twice: in the LoggedInInterceptor and in the loggedIn method specified in pages.xml. Is there a way (-> feature request

[JBoss-user] [EJB/JBoss] - Re: Newbie: do (non-Runtime) Exceptions trigger JTA rollback

2006-04-25 Thread kenrod
Sorry - I am using 4.0.4.CR2 (I meant to say that in the subject heading) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939385#3939385 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939385 ---

[JBoss-user] [EJB/JBoss] - Newbie: do (non-Runtime) Exceptions trigger JTA rollback in

2006-04-25 Thread kenrod
Dear all, I am a newbie to EJB3 and JTA, and am finding their behaviour a little confusing. Let us say I have a SFSB A that calls another SFSB B: 1. If B throws a regular Exception (not a RuntimeException) do both B and A have an opportunity to catch it and process it without triggering JTA rol

[JBoss-user] [Beginners Corner] - How do I use JBoss with Eclipse/Netbeans in a group environm

2006-04-25 Thread afshad
Hi Using JBoss and netbeans/eclipse. Most of the getting started examples relate to an environment where only one person is developing and deploying. What about a team of developers working on the same project? Is there any guide or tutorial that can demonstrate the best practices for such situa

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Alternate Entity Manager Implementations

2006-04-25 Thread wconroy
I would like to look into using a different entity manager implementation to see if performance is better for bulk inserts using toplink or some other instance. Is there any documentation on how to integrate a different implementation of the entity manager into jboss? I am using both the appli

[JBoss-user] [JBoss Seam] - Re: Not understanding @Out completely

2006-04-25 Thread TrippCCN
anybody? even a point in the right direction so I can figure out how to do it myself would help View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939378#3939378 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939378

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Not picking up extra variables in run.config

2006-04-25 Thread lchoi
Sorry ... I mean run.conf View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939376#3939376 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939376 --- Using Tomcat but ne

[JBoss-user] [JBoss Seam] - getting Exception when using pageflow in jbpm

2006-04-25 Thread jw_ht
Here is my code: @BeginTask( pageflow = "editApplication" ) public String viewTask() { application = this.applicationDao.getApplicationById( this.applicationId ); return "location"; } location is definded in the pageflow. The exception I am getting is like this:

[JBoss-user] [EJB/JBoss] - Re: CMP field for key not found:when create a cmr relationsh

2006-04-25 Thread [EMAIL PROTECTED]
Hello, I had the same problem. This is my example : (User <-> Address) In UserBean : | ... | /** | * @ejb.interface-method | * view-type="local" | * | * @ejb.relation | * name="user-address" | * role-name="User-h

[JBoss-user] [JBoss jBPM] - mapped-name in GPD-created XML is wrong

2006-04-25 Thread hosierdm
I've just started working with coding some jBPM stuff, and I noticed a problem. I used the GPD plug-in (v.3.0.9) to create my process. Then I copied and pasted the XML to my JUnit class as the process definition. I wasn't getting the correct mapped name in my debug statements, and while readi

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - EJB3 MySQL & ENUM Problem

2006-04-25 Thread cjc
Hi, My Problem is, that i cannot persist the Entity's. But if i make an entry into the DB and just read it then it works. ejb: | | @Entity | @Table(name = "userproperties") | @NamedQueries(...) | public class WM_UserProperties implements Serializable{ | ... | public enum Ask4Mast

[JBoss-user] [JBoss Seam] - Re: Redirect to HTTPS

2006-04-25 Thread perwik
Not being the original poster I can't be sure of what he wanted, but what I think he wanted (and would like to do myself) is to access the exact same pages as before login (plus those that the user now has access to, of course) but through https. So there isn't really a specific url-pattern to u

[JBoss-user] [JBoss Seam] - ICEFaces

2006-04-25 Thread rombautt
I recently discovered ICEFaces, which provides some nice JSF components. The components render fine, but when used together with Seam, it doesn't recognize the Seam managed Beans. Has anyone already some experience with this, if so, do you have some tips for setting up web.xml and faces-config.x

[JBoss-user] [EJB 3.0] - Re: EJB3 access and classloader

2006-04-25 Thread yeyuancn
Is this a recent change (requirement), or is it always like this for Jboss4 +EJB3? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939363#3939363 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939363 -

[JBoss-user] [JBoss Eclipse IDE (users)] - Not picking up extra variables in run.config

2006-04-25 Thread lchoi
We have variables that are set in run.config. It seems when I start jboss through eclipse the run.config variables are not set. Is there a setting I'm missing or does the jboss ide not call run.config? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939362#

[JBoss-user] [JBoss Getting Started Documentation] - Re: Error trying to deploy a .ear file

2006-04-25 Thread jjdepaul
I finally figured out how to properly deploy the Duke Bank example tutorial code...another post on this site gave me a clue... I had to get earlier version (Version2) of the Sun Tutorial code and NOT the default version of the Sun tutorial to make it work on JBoss 4.0.3SP1. In order to ge

[JBoss-user] [Security & JAAS/JBoss] - Re: JACC provider is only called if existing web contraints

2006-04-25 Thread [EMAIL PROTECTED]
Scott, I am presuming that you mean that we need to provide a flag that will denote that all authorization decisions need to be delegated to an external JACC provider. Should we: - Provide a generic Provider interface that JACC providers will implement (including all the Realm methods) and the

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Servlet update without JBoss restart

2006-04-25 Thread mglowacki
I think you mistunderstood me. It's not the problem of web application. I began to use AJAX in my JSF project, so I need to create servlet's. And what my problem is, every time when I change something in my servlet class I need to restart jboss, because redeploying does nothing - ok, normal back

[JBoss-user] [EJB 3.0] - Re: EJB3 clustering static members

2006-04-25 Thread bdecoste
You've lost me. There is no replication for SLSBs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939358#3939358 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939358 -

[JBoss-user] [EJB 3.0] - Re: EJB3 access and classloader

2006-04-25 Thread bdecoste
Unless you specify otherwise via the element in jboss.xml, all classes in .jar (or .ejb3) files will be loaded into the same root classloader repository. You can use the element to create child repositories per deployment - classes loaded into child repositories will not be visible outside of

[JBoss-user] [Beginners Corner] - HibernateContext - Deprecated - what to do?

2006-04-25 Thread arnieAustin
org.jboss.hibernate.session.HibernateContext has been deprecated in version 3.1.x of Hibernate. http://docs.jboss.org/jbossas/jboss4guide/r3/html/ch13.html is where I got the reference to this class. Is there a replacement for it? or do I just use the code: InitialContext ctx = new InitialCont

[JBoss-user] [EJB 3.0] - Re: Alpha 6 - EJB3StandaloneBootstrap.scanClassPath - very s

2006-04-25 Thread bdecoste
Can you quantify what you mean by "a lot of class directories and jars" so I can set up a testcase? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939354#3939354 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939354

[JBoss-user] [Remoting] - Re: Client VM Requirements

2006-04-25 Thread eguerra
Hi Tom, You should try to comply to the J2ME Personal Profile 1.0 (JSR 62). It is the richest profile of the CDC Configuration and is supported by the IBM J9 VM (popular PDA VM). Let me know If I can help with something else. Eduardo View the original post : http://www.jboss.com/index.

[JBoss-user] [Clustering/JBoss] - Re: time to deploy in the cluster

2006-04-25 Thread JerryGauth
"All" is a superset of "default", containing additional services including clustering support. The Farm directory will be in your "all" server, not the "default" server as the latter doesn't support clustering. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3

[JBoss-user] [Beginners Corner] - Re: JNDI lookup returns $Proxy object

2006-04-25 Thread peafunk
Thanks for getting back to me. I finally figured this out, it was what you mentioned. I had to remove all other J2EE jar files and include jboss-j2ee.jar in the classpath. The problem was I had two different versions of javax.sql.DataSource in the classpath. Thanks for the help! View the o

[JBoss-user] Need help on xml properties file and email sending

2006-04-25 Thread Zhijiang
I'm new to JBoss, I have questions regarding: 1. How I can access customed xml properties file? 2. How I can send email using JBoss mail API. (No mail server required, just send out, no reterieve).   I Using Jboss 4.0.4 CR2 with installation option EJB3.0.   Anyone have done this before please help

[JBoss-user] [Security & JAAS/JBoss] - Re: ciphers attribute in SSL connector ignored (JBoss AS 4.0

2006-04-25 Thread [EMAIL PROTECTED]
Have created a JIRA issue to investigate further into this. http://jira.jboss.com/jira/browse/JBAS-3150 We have jboss-4.0.4.GA to take care of right now. After that, this issue will be dealt with. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939349#3939349

[JBoss-user] [JBoss jBPM] - Re: Internal Error Processing Dirty Regions with jBPM Graphi

2006-04-25 Thread bviveiros
It looks like MyEclipse (including the latest version 4.1.1) ships with an old version of Apache xerces. I fixed the problem by copying the file as described below. Copy the file %ECLIPSE_HOME%\plugins\org.apache.xerces_2.7.0\xercesImpl.jar to C:\Program Files\MyEclipse\eclipse\plugins\org.apac

[JBoss-user] [Security & JAAS/JBoss] - Re: ciphers attribute in SSL connector ignored (JBoss AS 4.0

2006-04-25 Thread nebel
Experimenting further, I discovered something else. If I use: ciphers="Hi Mom!" the HTTPS call succeeds and no errors are reported. But if I use: ciphers="TLS_DHE_DSS_WITH_AES_256_CBC_SHA" then I DO get an error: errorjavax.net.ssl.SSLException: No available certificate or key corresponds to

[JBoss-user] [JBoss Messaging] - Re: XA Recovery

2006-04-25 Thread [EMAIL PROTECTED]
The "messaging-side" of it is more or less complete. However, we still need to integrate it with JBoss Transactions and test it. We plan to have it "production-ready" in 1.2. See http://jira.jboss.org/jira/browse/JBMESSAGING-200 View the original post : http://www.jboss.com/index.html?module=b

[JBoss-user] [JBoss Messaging] - Re: 1.0.1 next week

2006-04-25 Thread mwaschkowski
OK, thanks Tim. Mark View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939345#3939345 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939345 --- Using Tomcat but need t

[JBoss-user] [EJB 3.0] - EJB3 access and classloader

2006-04-25 Thread yeyuancn
I have an impression that in Tomcat, each war file is deployed by its own classloader, so a class in one war file can't see the class in another war file, is this correct? I am assuming the same architecture with JBoss server, at runtime one class can not see another class if they belong to two

[JBoss-user] [JBossWS] - JBoss 4.0.3SP1 and JWSDP 2.0

2006-04-25 Thread hsutarwala
I am currently using JBoss AS 4.0.3SP1 and have webservices deployed in production generated using JWSDP 1.6 and it all works like a charm. There are no plans in out production environment to upgrade to JBoss AS 4.0.4 at least in the near future. There are other developers on the team who are m

[JBoss-user] [JBoss Seam] - Re: Help understanding validation

2006-04-25 Thread pbrewer_uk
I agree, I'd rather not go down the path of detached objects - as you rightly say a PITA. I'm not sure that I fully understand the problem, but would manually setting the EntityManager's flushMode to FlushMode.NEVER solve the issue? For example, doing something like adding an action listener t

[JBoss-user] [Performance Tuning] - Expected Concurrent Users on JBoss... Really...

2006-04-25 Thread markricard
We are trying to figure out what "range" we should be shooting for with concurrent users on a system. Yes, I know, "it depends on your application logic, your hardware, blah blah". But lets assume some things. 1.) Dell 2850 64 Bit Dual 3.0mhz with 6 Gigs RAM, SCSI hard drives 2.) CentOS 64 b

[JBoss-user] [Beginners Corner] - Re: Retrieve the port number used by JBoss/Tomcat

2006-04-25 Thread danieldestro
no experts here? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939337#3939337 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939337 --- Using Tomcat but need to do

[JBoss-user] [EJB 3.0] - EJB3 clustering static members

2006-04-25 Thread abitha
Hi all, I have this application in which there are some plain java objects that are static in nature - like vectors, hashmaps etc, that in turn contain other collections. I am trying to make this application clustered. Since my replication does not reference the session, I find that I can just

[JBoss-user] [EJB 3.0] - Re: Binding to a bean in a jsp page

2006-04-25 Thread bdecoste
I suspect your lookup is incorrect. The default jndi binding is "ear-name/bean-name/remote". In this case you have the lookup containing thebean interface name (ItemDAO). If Item is the session bean interface and ItemBean is the bean class, the lookup would be: Item item = (Item)ctx.lookup("wsm

[JBoss-user] [JBoss jBPM] - Re: Newbie needs help

2006-04-25 Thread ftine
Hi, Those are the versions: jdk 1.4.2 starters kit 3.1 As far as I understood the staters kit has its own server, it doesn´t use the original JBoss I have installed on my computer. But, here are the versions: jboss 3.2.5 tomcat 5.0 Thank you, Koen! Flávia View the original post : http://www.

[JBoss-user] [Management, JMX/JBoss] - Re: Extending JSR77 stats

2006-04-25 Thread cbono
OK, I now realize what I want (method level stats) is not covered by JSR-77 performance and that JBoss is using a proprietary InvocationStats object that is gathered/managed by the container for the particular EJB. So to re-iterate, I am trying to gather and record method level stats in a mann

[JBoss-user] [Beginners Corner] - Faces context not found. getResponseWriter will fail. Check

2006-04-25 Thread lewkim
I am currently evaluating JBoss for my company. Needless to say, it is not going well. I am currently experiencing an problem that seems alot of people have experienced, yet every solution I have found does not work for me. I am getting the following error: Faces context not found. getResp

[JBoss-user] [Beginners Corner] - Re: Need to find org.jboss.resource.adapter.jdbc

2006-04-25 Thread Atari1
In case anyone looks for this in the future, download the JBoss Application Server, and then look inside of the server\default\lib and the adapter is inside of: jboss-common-jdbc-wrapper.jar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939331#3939331 Repl

[JBoss-user] [Installation, Configuration & Deployment] - Re: 4.04 CR2 SystemPropertiesService problem

2006-04-25 Thread [EMAIL PROTECTED]
Are you using the installer or the .zip distro? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939330#3939330 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939330 -

[JBoss-user] [Security & JAAS/JBoss] - Re: JACC provider is only called if existing web contraints

2006-04-25 Thread [EMAIL PROTECTED]
JACC is not a complete delegation of all policy to an external provider. Its a mechanism for externalization the authorization decision when the container decides this is needed based on the web.xml/ejb-jar.xml security constraints. JBAS-2519 should be a feature request to delegate all authoriza

[JBoss-user] [Beginners Corner] - Need to find org.jboss.resource.adapter.jdbc

2006-04-25 Thread Atari1
Hi, I need to get a .jar that contains org.jboss.resource.adapter.jdbc in order to be able to validate the mySQL Connector/J in an obfuscator/trimmer. The amount of JBoss downloads is terribly overwhelming to a JBoss noob (me), which package must I download in order to get this specific clas

[JBoss-user] [Management, JMX/JBoss] - Re: Service XMBean: Unable to find operation

2006-04-25 Thread [EMAIL PROTECTED]
It's only natural you need to provide the attribute metadata, and a debateable feature this was working before :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939323#3939323 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[JBoss-user] [Remoting] - Re: TransporterClient

2006-04-25 Thread [EMAIL PROTECTED]
Probably easiest thing is to attach the source files to the jira issue noted above. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939320#3939320 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939320

[JBoss-user] [Installation, Configuration & Deployment] - 4.04 CR2 SystemPropertiesService problem

2006-04-25 Thread mlugert
On startup of my EAR in JBoss AS 4.04 CR2 I get the following, which worked just fine on 4.03SP1: 2006-04-25 12:00:35,671 DEBUG [org.jboss.system.ServiceCreator] About to create bean: jboss:type=Service,name=SystemProperties with code: org.jboss.varia.property.SystemPropertiesService 2006-04-25

[JBoss-user] [JBossWS] - Re: JAAS Security Login with JBossWS

2006-04-25 Thread CBax007
Ya, I followed all of these steps and it did not work. It was working in JBoss 4.0.3 SP1 but it no longer works in JBoss 4.0.4.CR2. I'm using EJB3, so I'm setting up my security via annotations, but it should not matter. Here is some code from my bean: @Stateless | @SecurityDomain("dbms")

[JBoss-user] [Remoting] - Re: TransporterClient

2006-04-25 Thread Jeanette
Tom, I already played with changing the findAlternativeTarget() method exactly as you suggested, but the load balancer class just uses a random number generator to select the server to use. Not too sophisticated, but it'll do for what I am trying to accomplish. Is this acceptable? What's the

[JBoss-user] [JBoss Seam] - Re: Help understanding validation

2006-04-25 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : | (3) Patch Seam and add the following lines to ValidationInterceptor | Ah. This probably does not help, since a tx rollback results in the PC getting clear()ed, so your managed objects would become detached, same ol PITA. OK, let me think of something else. Vi

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Servlet update without JBoss restart

2006-04-25 Thread j2ee_junkie
Michael, Web apps are deployed and undeployed from the deploy directory (unless you have configured otherwise.) There is no reason to restart JBoss server in order to re-deploy a web app. cgriffith View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939312#3939

[JBoss-user] [Management, JMX/JBoss] - Re: Service XMBean: Unable to find operation

2006-04-25 Thread HenkoMannen
Confirming myself. It's working. Great! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939311#3939311 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939311 --- Using

[JBoss-user] [JBoss jBPM] - Re: Available transitions depending on logged user

2006-04-25 Thread kukeltje
In one of the very recent other post in a different topic, Alex (the great) reminded me of something. You can put multiple tasks in one task-node and give each task it's own actor. You can then use the signal and end-task attributes to 'configure' the behaviour of the task-node. signal=first a

[JBoss-user] [JBoss Seam] - Re: Help understanding validation

2006-04-25 Thread [EMAIL PROTECTED]
Oh, yes, thats right, there is an issue I am aware of here, that actually some other users have already run into. The problem is that the ValidationInterceptor only runs *after* the EJB txn has already started, so any changes to managed objects (as opposed to new or detached objects) will end u

[JBoss-user] [JBoss Seam] - Re: synchronization question for application scoped seam com

2006-04-25 Thread liudan2005
yes, it is a javabean. So I'll make its setters synchronized then. Thanks Gavin. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939308#3939308 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939308 ---

[JBoss-user] [Remoting] - Re: how best to further identify the server

2006-04-25 Thread [EMAIL PROTECTED]
I think that's the answer then. If remoting explicitly ignores unknown parameters in the locator URI, then that is probably the best place for me to put my own custom parameters for identification purposes. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=39393

[JBoss-user] [JBoss jBPM] - Re: Available transitions depending on logged user

2006-04-25 Thread lucmedina
A small correction to the above post: In the second solution, I need to "kill" the token at the other task, not for the process instance to continue (it will, cause there is no join node), but in order to eliminate the task instance from the other actor's task list. Otherwise, if actor A finishe

[JBoss-user] [JBoss jBPM] - Re: Available transitions depending on logged user

2006-04-25 Thread amccarty
sorry, that wouldn't work would it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939303#3939303 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939303 --- Using T

[JBoss-user] [JBoss jBPM] - Re: Available transitions depending on logged user

2006-04-25 Thread amccarty
wouldn't a decision node work better in place of the fork? That would prevent you from having to "kill" the waiting token. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939302#3939302 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[JBoss-user] [JBoss Portal] - Forum portlet error

2006-04-25 Thread suniil
hi all, i'm facing a strange problem with forum portlet (please see logs below). please help to move forward console output anonymous wrote : | 17:35:31,567 INFO [Configuration] Configured SessionFactory: null | 17:35:31,583 INFO [Configuration] processing extends queue | 17:35:31,583

[JBoss-user] [JBoss Portal] - MyFaces portlet and windowstate ?

2006-04-25 Thread cpage
hello, I'm developping MyFaces Portlets. but i have some problems with the windowstate of my jsf pages. in the navigation rules, we can set which pages to render from what outcome, but it is not possible to parameter their windowstate. I have made a ViewSelector to set a maximized view page wh

[JBoss-user] [JBoss jBPM] - How to isolate the process status image

2006-04-25 Thread P. Alex. Salamanca R.
I need show the current state about one process, but is not clear how to use the ProcessImageServlet.Is urgent!!!.Please help me with some clarifications because I don't understand how that servlet is used in the webapp. (on my app. we'r not using JavaServer Faces) P. Alex. S. R.

[JBoss-user] [EJB 3.0] - Alpha 6 - EJB3StandaloneBootstrap.scanClassPath - very slow

2006-04-25 Thread villi
Hi, I am having problems with embedded EJB3: In my case, I am running from within eclipse, the launch configuration has a *lot* of class directories and jars. EJBStandaloneBootstrap.boot(null) takes 2 seconds. EJBStandaloneBootstrap.scanClassPath() takes 8 minutes on 100%cpu (1.9Ghz Pentium M).

[JBoss-user] [JBoss jBPM] - Available transitions depending on logged user

2006-04-25 Thread lucmedina
I am writing a web application that allows the logged user to choose one of some available transitions for a pending task, as in the websale sample. There is a task node (TaskAlfa) that will be assigned to two actors A and B by using the setPooledActors method in an AssignmentHandler. The problem

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Servlet update without JBoss restart

2006-04-25 Thread mglowacki
Hi Where and what should I set in bundled Tomcat 5.5.9 to avoid need of jboss restart when web app's servlet code has changed? I found some instructions for tomcat 5.5 (add attribute reloadable="true" to context tag in context.xml) but it looks useless for 5.5.9 as tag doesn't have attribute

[JBoss-user] [Remoting] - Re: how best to further identify the server

2006-04-25 Thread [EMAIL PROTECTED]
Is possible to add any custom parameters you like. As long as is not a configuration key for the transport invoker, it will be ignored by remoting. The NetworkRegistry fires a org.jboss.remoting.network.NetworkNotification when a server is discovered. The NetworkNotification includes ServerI

[JBoss-user] [JBoss jBPM] - Re: Sample web app on jboss-4.0.3SP1

2006-04-25 Thread [EMAIL PROTECTED]
Try adding ehcache-1.1.jar from lib/hibernate. You should probably move the entire jbpm.sar directory to your JBoss installation rather than adding the classes to every web application that uses jBPM. The stack trace you posted seems incomplete - is there a cause printed below? View the origina

[JBoss-user] [Management, JMX/JBoss] - Re: Service XMBean: Unable to find operation

2006-04-25 Thread HenkoMannen
DOH, I typed before I thought!! Of course I have to declare independent operations in the descriptor that maps to the underlaying service class operations where I retreive and return the value asked for. Correct me if I'm wrong. Thanks for pointing me out, Dimitri. View the original post : ht

[JBoss-user] [EJB 3.0] - Re: EJB3 RC6: tutorial

2006-04-25 Thread bdecoste
I've tested with 4.0.4CR2 and EJB3 RC6 - the webservice tutorial is working ok here. This looks like a client classpath problem - the client is out of sync with the server? Do you have JBOSS_HOME set to 4.0.4CR2? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

  1   2   3   >