[JBoss-user] [Clustering/JBoss] - Re: Clustering and JBossCache

2005-12-16 Thread JerryGauth
I don't think it's currently feasible as HA services and distributed cache instances are independent groups. Currently you need to distinguish these groups via group name, bind address, and bind port. I think that future plans for JGroups include supporting a common configuration; perhaps

[JBoss-user] [Clustering/JBoss] - Re: Clustering and JBossCache

2005-12-16 Thread [EMAIL PROTECTED]
Yes, it is. The relevant issue is http://jira.jboss.com/jira/browse/JGRP-119. Once this is done we can configure TreeCache and HAPartition (which underlies HASingleton) to share a JGroups JChannel. View the original post :

[JBoss-user] [JBoss Seam] - Nested Bean Properties JSF/Seam

2005-12-16 Thread RizviAtt
I have Entity bean called User and I have another Entity bean called Address. I have a Get and Set method for Address instance in User entity. In my xhtml page i am trying to map the properties in the Address object using Nested Properties. h:inputText value=#{user.address.line1}

[JBoss-user] [EJB 3.0] - Re: Using @Service annotation in eclipse; JBoss EJB 3.0 Serv

2005-12-16 Thread yantriki
Amazingly, it was the jboss-ejb3.jar file, which apparently does not have org.jboss.annotation classes available. Once I got these files from the EJB3Trail tutorial, the service deployed smoothly. The Eclipse IDE did not show any error at all about these missing annotation classes and compiled

[JBoss-user] [Installation, Configuration Deployment] - Multiple redeployment gets PermGen error

2005-12-16 Thread fmaredia
We have a fairly large application that is deployed as an ear. It contains ejb jars, har, war, and some important jars. After a couple of redeployments we get a PermGen error stating that we have run out of memory. This problem only exists after a certain number of redeployments. Our

[JBoss-user] [JBoss jBPM] - Re: Valid use case?

2005-12-16 Thread brittm
anonymous wrote : where application flow is substituted by processesThis is what BPM is all about; BPM is just geared toward large scale projects. To me, the real question is whether the scope of your application is large enough to warrant the overhead of injecting a BPM solution to drive it.

[JBoss-user] [EJB 3.0] - Re: Using @Service annotation in eclipse; JBoss EJB 3.0 Serv

2005-12-16 Thread [EMAIL PROTECTED]
they are in jboss-annotations-ejb3.jar View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3913205#3913205 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3913205 --- This

[JBoss-user] [Installation, Configuration Deployment] - Migrating app from 3.2.3 to 4.0.3 errors

2005-12-16 Thread sigrney
With no changes, I migrated a web app [myapp.war] from Jboss 3.2.3 where it works fine to 4.0.3SP1. First error occurred and deployment failed because jsp-file in declaration of web.xml did not begin with /. That seems to be resolved. Now the app deploys and works fine except when the action

[JBoss-user] [EJB 3.0] - java.net.MalformedURLException: no protocol: de

2005-12-16 Thread pipothebit
Hello, I have a simple stateless sesion bean with a finder method that returns a collection of beans for listing prupose. When I call that method from a jsf(RI) application I get next error: 2005-12-16 23:04:56,455 ERROR [com.sun.faces.lifecycle.InvokeApplicationPhase]

[JBoss-user] [JBoss jBPM] - jBPM BPEL Hello example exception

2005-12-16 Thread karmen38
Hi, I am trying jBPM BPEL extension hello example. I successfully deployed BPEL extension with jBPM, generated database schema, asembled the example and deployed it both in the database and to the application server. However, the unit test fails (ant run-test). The test generates time out

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Refresh a Session Remotely (e.g. from Applet)

2005-12-16 Thread jrod79
Hello all, I am facing a loss of an active session when a user is working in an applet or flash component for too long. I need to create a servlet that can refresh the session based on the session ID. Can someone post a line of code that shows how to do this. Thanks a bunch and Merry

[JBoss-user] [JBoss Seam] - Seam Comments

2005-12-16 Thread werpu
Hi I gave the CVS version of seam a final testrun yesterday (implemented a small blogger) Here are my comments: First of all, I like it, it took me two hours from cvs downloading to have a running blogger with master detail view up and running in seam noejb. But I found some problematic parts

[JBoss-user] [JBoss jBPM] - Re: Prioritization

2005-12-16 Thread anant
That's what I was afraid of. Looks like we'll have to implement it ourselves. Thanks for the info. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3913213#3913213 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3913213

[JBoss-user] [EJB/JBoss] - Re: How to keep Connection/ResultSet open across EJB methods

2005-12-16 Thread kyleyj
Thanks for the information about the solution. Your response with the solution arrived even before I could respond to your original post -- which wouldn't have helped you much, because I only had a hack of a work around. The solution that you've found works much better and is much easier to

[JBoss-user] [Installation, Configuration Deployment] - Re: Recommended hardware requirements for JBoss 4.x

2005-12-16 Thread aquila_deus
1GB RAM, and remember to give jboss a low process priority so that it doesn't hang your desktop ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3913215#3913215 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3913215

[JBoss-user] [JBoss jBPM] - Re: Timer problems

2005-12-16 Thread enazareno
No problem man. My pleasure :) Regards, Elmo View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3913216#3913216 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3913216 ---

[JBoss-user] [Beginners Corner] - ejbStore method called where ejbCreate is expected

2005-12-16 Thread atulksh
Hi, I have a BMP EJB which is successfully deployed in JBoss (4.02). What I see is when I do a home.create() on the home interface I can see that the ejbStore method is called (i can see in the log). Shouldn't the ejbCreate method get called? Maybe I am doing something wrong? Anybody has any

[JBoss-user] [Installation, Configuration Deployment] - Re: JBoss App and Server hang/die/stop responding

2005-12-16 Thread aquila_deus
Martinator wrote : Hi everyone, we have a JBoss 3.2.4 app that has been deployed for some time. We restart the server every morning at 6:00 AM to clear/reset caches etc... For the last week or so, the entire application has stopped in mid afternoon. No user requests are served. The only fix is

[JBoss-user] [Installation, Configuration Deployment] - Re: DeploymentScanner does not redeploy the app

2005-12-16 Thread aquila_deus
Hi maybe you should use: attribute name=URLs | deploy/, | file:///C:/projects/ | /attribute PS: you can safely use / for path on windows. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3913219#3913219 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - Re: i am the definition of newbee.... console issue on new i

2005-12-16 Thread aquila_deus
Hi! The left side uses applet for menu. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3913220#3913220 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3913220 --- This

[JBoss-user] [JBoss Seam] - Re: Nested Bean Properties JSF/Seam

2005-12-16 Thread littlesuns
are you instance Address in User Entity?like this: private Address address=new Address(); if you didn't instance Address in User,in your page, #{user.address}==null;so #{user.address.line1} is not vaild. Ding View the original post :

[JBoss-user] [JBoss jBPM] - Re: Problem during deploying my own bpel process in jbpm bpe

2005-12-16 Thread [EMAIL PROTECTED]
This is not a deployment problem. The BPEL document contains an error. Take a look at /process/partnerLinks/partnerLink[2]: partnerLinks | partnerLink name=client partnerLinkType=client:myEcho myRole=myEchoProvider/ | partnerLink name=myEcho partnerRole=myEcho_Role

[JBoss-user] [JNDI/Naming/Network] - Re: Ejb not bound problem Help!-fixed

2005-12-16 Thread NikhilKumar
Finally fixed it. The issue was the way I was setting up the ejb dir that was getting packaged, the structure of the manifest file and the application.xml needed to have a module for the ejb.jar. Also, for debugging: 1. The EJB not bound error almost always seems to occur when the ejb does

[JBoss-user] [JBoss Portal] - Redirecting Login to Home Page

2005-12-16 Thread anjani_srikanth
Hi All, When the user access the url he should get the login page in one portlet window.Once he clicks the submit we need to check his credentials present in the database upon validating he should see the home page which contains different portlets. How do I redirect him to the different

[JBoss-user] [EJB 3.0] - Re: Read Only Entity Beans? Nasty SELECT FOR UPDATE.

2005-12-16 Thread gmccreath
Found it, sort of. The SELECT FOR UPDATE was being caused by he DB (Postgres). It uses a SELECT for UPDATE on Referential Integrity (RI) links. The has the side effect of an insert on (say) a transaction table to lock all related tables. The side effect of that is a SEVERE drop in throughput

[JBoss-user] [Beginners Corner] - Connection with Iplanet Web Server

2005-12-16 Thread jeenjoseakkanath
Currently I am using iplanet web server. I want to change my projects to 3tier technology using struts.But i can't change my web server iplanet.Is there any options to connect iplanet web server with JBoss Application server. View the original post :

[JBoss-user] [JBoss jBPM] - Re: jBPM BPEL Hello example exception

2005-12-16 Thread karmen38
To add to the previous post: everything works fine with the same configuraiton and PostgreSQL as a back end database. ant run-test works fine. It seems that it is Oracle issue. Maybe some mapping should be defined in JBoss data source configuration? Thank you, Mark View the original post :

<    1   2