[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 : ht

[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 : http://www.jboss.com/index.html?module=bb&op

[JBoss-user] [JBossWS] - Re: webservices question

2005-12-16 Thread brodiepi
I agree, I believe the end point listing page should look AND sound more professional. This looks like something a script kiddy through together. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913226#3913226 Reply to the post : http://www.jboss.com/index.htm

[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] [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 page?

[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 not

[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]: | | | It defines a bidirectional relationship between the process and an external service. Now follow the partner link type reference to {http://local

[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 : http://www.jboss.com/index.html?module=bb&op=viewtopic

[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=bb&op=viewtopic&p=3913220#3913220 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913220 --- This

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

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

[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] [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 id

[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=bb&op=viewtopic&p=3913216#3913216 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913216 --

[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=bb&op=viewtopic&p=3913215#3913215 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913215 -

[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 im

[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=bb&op=viewtopic&p=3913213#3913213 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913213 -

[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 (s

[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 Christma

[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 exc

[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] #{ClientListPage.search_ac

[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 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 is to po

[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=bb&op=viewtopic&p=3913205#3913205 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913205 --- This

[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] [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 existin

[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] [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. But When I press Submit button the same page

[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 : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913199#39131

[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 some

[JBoss-user] [Security & JAAS/JBoss] - Re: Multiple groups under same rolesCtxDN tag

2005-12-16 Thread javafolks_ssee
Hi Here you go with LDIF For privacy and security reason I have replaced original values. I hope it will help you to understand and guide me. dn: CN=ABC,CN=Computers,DC=DEF,DC=XYZ,DC=com | objectClass: top | objectClass: person | objectClass: organizationalPerson | objectClass: user |

[JBoss-user] [JNDI/Naming/Network] - two jboss servers, one jndi?

2005-12-16 Thread tlewandowski
I would like to have 2 jboss servers on separate machines, but not in a cluster. Session beans from one server will use session beans from the second one. What is the best approach for this configuration? Can I have one JNDI in which both servers will register session beans' proxies? or should I

[JBoss-user] [EJB 3.0] - Inheritance Issues

2005-12-16 Thread alvarommz
Hello people I would like to know whether you can help me with the following issue, posted by my application at deployment stage: anonymous wrote : | 15:01:20,578 WARN [ServiceController] Problem creating service jboss.j2ee:service=EJB3,module=XCellDomain.par | java.lang.NullPointerExcept

[JBoss-user] [EJB 3.0] - Re: Correct Syntax for Service Bean

2005-12-16 Thread yantriki
I am having the same problem with my EJB 3.0 Service. 1. When I package my Service classes as .ejb3 and deploy it. There is no error, however the lifecycle methods are never called, so I am not sure if my service is getting deployed at all. 2 . When I package the Service classes as .sar file a

[JBoss-user] [Security & JAAS/JBoss] - LdapLoginModule to ActiveDirectory, could it be a bug?

2005-12-16 Thread rtselvan
I configured to the JBoss (4.0.3SP1) LdapLoginModule to authenticate to the active directory and it authenticates fine and but when it is retrieving the memberOf (roles) for the authenticated user, the LdapLoginModule uses the following (sAMAccountName=*) with the filter argument of the {userNam

[JBoss-user] [JBoss Portal] - JBoss Portal 2.2 Final - Released

2005-12-16 Thread [EMAIL PROTECTED]
The JBoss Portal Team is very proud to provide JBoss Portal 2.2 - Final. It includes some bug fixes and the portal has been certified against the portlet JSR 168 TCK. The files are available on our download page: http://www.jboss.com/products/jbossportal/downloads The documentation is also v

[JBoss-user] [EJB 3.0] - ActiveMQ + EJB3 MDB Integration failure

2005-12-16 Thread rtselvan
I followed the instructions provided in the activeMQ web site to integrate the JBoss and ActiveMQ. see ActiveMQ+JBoss Integration 1. Included the jboss.xml in the EJB3 with a different inflow container for the MDB (using the instruction). 2. Anontated the MDB for the destination and destination

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

2005-12-16 Thread sforema
jBPM can do what you are talking about. You could : 1. have multiple processes definitions that map your functionality 2. have one process that has multiple transitions and pass a context variable around to indicate which path to take 3. have the nodes actually route themselves to different place

[JBoss-user] [Beginners Corner] - How to change rmiPort in JBoss 4.0

2005-12-16 Thread yulinxp
I'm using JBoss- 4.0.3SP1. I have the error when starting JBoss: java.rmi.server.ExportException: Port already in use: 1098; nested exception is: I want to change rmiPort. I found two xml containing "rmiPort": naming-service.xml in server/default/deploy NamingService-xmbean.xml in server/defa

[JBoss-user] [JBoss Portal] - Re: localization/i18n support for page names and page titles

2005-12-16 Thread proudchief
I agree whole-heartedly with danny_hon. In my experience, getting translators to deal with multi-language XML files is impossible! They like single-language files, such as properties files. At Novell, we use XLIFF files, which is an XML dialect that can be styled to ResourceBundle or Properties

[JBoss-user] [JBoss Portal] - Re: Page personalisable by the user?

2005-12-16 Thread [EMAIL PROTECTED]
This feature will not be available until the 2.4 release - 2Q 2006. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913183#3913183 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913183 -

[JBoss-user] [JBoss Portal] - Re: Create Account Error?

2005-12-16 Thread [EMAIL PROTECTED]
This was fix in the latest release. http://www.jboss.com/products/jbossportal/downloads View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913181#3913181 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913181

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: org.jboss.mq.SpyJMSException: Could not pong

2005-12-16 Thread genman
It seems like there is a system property "org.jboss.mq.il.oil.localPort" that you may be able to set. Take a look at the source code. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913180#3913180 Reply to the post : http://www.jboss.com/index.html?module=b

[JBoss-user] [JBoss Portal] - Re: Null Pointer Exception in MyFacesGenericPortlet

2005-12-16 Thread [EMAIL PROTECTED]
Yes. I saw the bug. Now that the release is complete, I will look at the archive you sent. Thank you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913179#3913179 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=391317

[JBoss-user] [JBoss Portal] - Re: Displaying Portlet of one application in another applica

2005-12-16 Thread [EMAIL PROTECTED]
Sounds like a reference to WSRP, which will be available in 2.4 - 2Q 06. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913178#3913178 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913178

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

2005-12-16 Thread jobbyjoseph
Correction, not in 3.2.6 but in 4.0.2 the default value is 'nowarn' Sorry, Jobby View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913177#3913177 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913177 --

[JBoss-user] [JBoss jBPM] - Re: Article over jBPM

2005-12-16 Thread kukeltje
Page 2 is for me. It will be finished sunday evening View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913176#3913176 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913176

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

2005-12-16 Thread jobbyjoseph
I found out the solution. in your -ds.xml add false Thanks, Jobby View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913174#3913174 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913174 -

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

2005-12-16 Thread bridge
I work for an organization which is geographically spread. Some locations are large, others are much smaller, but they do the same kind of work. Historically the locations had a high level of autonomy. IT is one of those areas where differences occur. Recently a reorganization of IT has taken p

[JBoss-user] [JBoss Seam] - Re: Tomohawk sortTable strange error

2005-12-16 Thread paper
Hi, I'm quite new to J2EE and Seam, but it seems you use the method: public String selectClassifier(Long classifierId) to populate you "orderList". You should call "sort(final String column, final boolean ascending)" after fetching the data. Maybe u'll need to call sort in some other places, li

[JBoss-user] [EJB 3.0] - EJB3 Entity bean clustering

2005-12-16 Thread fatbatman
Hello all, I'm a bit confused though about the extent to which ebj3 entity beans are clustered and updated. Scenario. We have 2 JBoss servers in a cluster. An application running as an mbean in server1 gets old of a reference to an entity bean. It calls ref.getMyvalue() which returns "ori

[JBoss-user] [JBoss jBPM] - Task Assignment results in two tasks with same id

2005-12-16 Thread michaelholtzman
Hi. I have a simple AssignmentHandler that simply calls assignable.setActorId(""). However, when I query for tasks by calling getTaskMgmtSession().findTaskInstances(Actor) it lists two tasks with the same id number. Also, when I end the task by calling taskInstance.end() it ends the task bu

[JBoss-user] [JBoss jBPM] - Re: Servlet.service() for servlet jsp threw exception

2005-12-16 Thread forJbpm
Looked in to code : in GraphElement.java error is at anonymous wrote : action.execute(ExecutionContext) which traces back to anonymous wrote : actionHandler.execite(executionContext) At this place ActionHandler must be null anonymous wrote : | ActionHandler actionHandler =(ActionHandler) ac

[JBoss-user] [JBoss jBPM] - Re: asign swimlanes in execution time

2005-12-16 Thread brittm
I'm not sure that I understand your question; however, if you mean that at runtime you want to determine to which swimlane a task belongs, I would think that that violates the concept of a swimlane. Never the less, what you could do to make things work, is define swimlanes in the process defini

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Serving large files...

2005-12-16 Thread mcorey
I'm running into problems trying to serve up large files from JBoss -- namely, files that have a file size greater than MAX_INT... JBoss is returning a negative value for the 'content-length' HTTP header, which is causing problems with some of our software on the client side... Has anyone run i

[JBoss-user] [Messaging, JMS & JBossMQ] - org.jboss.mq.SpyJMSException: Could not pong

2005-12-16 Thread skarandi
I am using JBOSS 2.6 and since my server is in a sensitive area I have enabled TCP/IP filtering. But since JBOSS uses certain ports to communicate I have specified, ports for the OIL and UIL service to use. Having done that, when I enable TCP/IP filtering such that I prevent UDP, all protocols,

[JBoss-user] [JBoss jBPM] - Re: randomly get Exception

2005-12-16 Thread camunda
Yes, it is the UNIQUE index constraint on the ID_ column, so jbpm wants to put in two rows in the JBPM_TRANSITION - table with the same ID_ (which was generated over the Oracle sequence when working with "native" I think). But why? View the original post : http://www.jboss.com/index.html?modul

[JBoss-user] [JBoss Portal] - Page personalisable by the user?

2005-12-16 Thread masarinm
Hi everybody! Let me say first that I am quite new to JBoss Portal and I may be asking a stupid question! Said this, my question is the following: how do I create a page in JBoss Portal that "each" user can personalise at her\his wish? In other words, can I do something similar to the My Yahoo

[JBoss-user] [JBoss jBPM] - Re: randomly get Exception

2005-12-16 Thread sforema
Have you looked at the BERND.SYS_C00581420 constraint to see specifically what it is? is it trying to put the same row in twice? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913158#3913158 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[JBoss-user] [JBoss jBPM] - Re: randomly get Exception

2005-12-16 Thread camunda
Ah OK, should have mentioned it: we run in JBoss and use JTA, so we get our session from there (sessionFactory.getCurrentInstance()). The call which failes is in one SessionBean-call, so this should not be the cause of trouble... View the original post : http://www.jboss.com/index.html?module=

[JBoss-user] [JBoss jBPM] - Re: randomly get Exception

2005-12-16 Thread sforema
Also... be careful with your transactions. Objects are (generally) tied to the hibernate sesion they came from. Always keep that in mind when dealing with the session and objects. If you open two sessions, you could have objects bound to the wrong session. Or if you close a session, fiddle with

[JBoss-user] [JBoss jBPM] - Re: randomly get Exception

2005-12-16 Thread camunda
we use "jbpm 3.0.2" I have worked on a nother project with mySQL and also does not have seen it before. Very, very strange things happen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913155#3913155 Reply to the post : http://www.jboss.com/index.html?mo

[JBoss-user] [JBoss jBPM] - Re: randomly get Exception

2005-12-16 Thread sforema
What version of jBPM are you running? I am using 3.0 and I've never seen that error and I've been testing the h3ll out of it. Sean View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913154#3913154 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[JBoss-user] [JBoss jBPM] - Re: Need some help for GPD

2005-12-16 Thread sforema
This helps you create a process definition and test it. Are you asking how to deploy the process definition into the database? That would deploying the par file. I'm not sure if the GPD comes with a build.xml so you can do it with ant. I've got one, but it's been so long, I'm not sure if I ma

[JBoss-user] [JBoss jBPM] - randomly get Exception

2005-12-16 Thread camunda
Very strange thing: from time to time we get a expeception while doing something with jBPM (in this example deploy a process, so this is not more that persist a few objects with hibernate): | 12:21:32,452 WARN [JDBCExceptionReporter] SQL Error: 1, SQLState: 23000 | 12:21:32,452 ERROR [JDB

[JBoss-user] [EJB 3.0] - Re: Trailblazer JMX Service Objects

2005-12-16 Thread amwilliams
"echon" wrote : well.. i think a lot of people would have tested this eample.. | | Nobody has a solution?? I've noticed the same thing. I think the annotations for JMX changed EJB Preview 3. I get the same error in Eclipse, but everything compiles fine through an ant script and works once

[JBoss-user] [JBoss Portal] - Re: How to change navigation portlet??

2005-12-16 Thread danny_hon
I am trying to do the same thing. The NavigationPortlet does not provide what we need. We need internationalization support, and able to order the tabs not based on their names. Previously, we have the navigation built into the layout. It does not work on 2.2 since some of the methods are no

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

2005-12-16 Thread yantriki
Kabir, I am unable to deploy the service. When I use the extension .sar, the SARDeployer expects to find jboss-service.xml file. However, if I deploy the file as .ejb3, the service never starts,although it deploys fine. Please, also note that I have renamed the PollingService to PollingServiceMB

[JBoss-user] [Beginners Corner] - recreate DB on deloy fails...

2005-12-16 Thread glundy
Hi, I followed the JBoss IDE tutorial and I want to recreate my DB (mySql) at every deploy of my ear file. I added the ppty hibernate.hbm2ddl.auto" value="create-drop" in the persistance.xml file of my .par but it fails. I'm sure the persistance.xml is correctly loaded because my tables are

[JBoss-user] [Microcontainer] - cluster-service.xml - MBeans or POJOs in JBoss5

2005-12-16 Thread dmelzer
I am interested in both singleton and farm deployments, so thanks for the info that Microcontainer support for these capabilities is targeted for JBoss5. Looking at the services declared in cluster-service.xml (i.e. org.jboss.ha.framework.server.ClusterPartition, org.jboss.ha.jndi.HANamingServi

[JBoss-user] [JBossCache] - Re: NUmber of threads spawned by JBoss Cache

2005-12-16 Thread [EMAIL PROTECTED]
#1 Replace the JGroups config with JGroups/conf/fc-fast-minimalthreads.xml in the JGroups distro #2 The docu is at docs.jboss.com, go to JBoss Application server 4.0.3, and to chapter 17 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913140#3913140 Reply to

[JBoss-user] [JBoss Portal] - Re: Changing portlets and pages on a running system?

2005-12-16 Thread mholzner
you are using portal 2.2, right ? there is a new descriptor that replaces the old 2.0 style ones. *-object.xml combines the -pages, -portal , and -instance descriptors. If you are on 2.0 , then you're right: you need to restart to get the changes to be recognized. A touch of the web.xml of th

[JBoss-user] [JBoss Seam] - Re: DataModel / Duplicated ID

2005-12-16 Thread marobashi
Thanks, Gavin. I'll give the 1.0.9 MyFaces a shot and see if it helps. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913138#3913138 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913138 -

[JBoss-user] [JBoss Seam] - Re: DataModel / Duplicated ID

2005-12-16 Thread [EMAIL PROTECTED]
AFAIK, this is a known bug in MyFaces and/or facelets. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913136#3913136 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913136 --

[JBoss-user] [JBossWS] - Re: JAX-RPC HELP!!

2005-12-16 Thread [EMAIL PROTECTED]
Instead of using the wscompile generated stubs use a J2EE web service client, which uses the jboss web services stack. http://wiki.jboss.org/wiki/Wiki.jsp?page=WSRPCClientStepByStep -Jason View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913135#3913135 Reply

[JBoss-user] [EJB 3.0] - Re: Re-obtaining a reference to an existing stateful EJB3 in

2005-12-16 Thread iterrell
I'm currently having trouble reobtaining a reference to a sfsb, myself. Unfortunately, I've tried every method listed in this thread. :) My initial (perhaps naive) approach was to stick a reference to the bean in the HttpSession, but after approximately 2-5 minutes method invocations via that

[JBoss-user] [JBoss Portal] - Re: localization/i18n support for page names and page titles

2005-12-16 Thread danny_hon
Shouldn't internationalization best supported by resource bundle rather than hard coded in the config file? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913133#3913133 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39

[JBoss-user] [JBossWS] - Re: Web Service Authentication

2005-12-16 Thread [EMAIL PROTECTED]
You can accomplish something like this by using the replace ant task in your build system. So basically you make two files. One that contains the ejb-ref tags that are in your web.xml, and the other that contains the ones in jboss-web.xml. You then add a comment to both your web.xml and jboss-w

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

2005-12-16 Thread jobbyjoseph
Did you happend to find the solution for this issue. I am running into something similar to this. I have my EJB's and also some custom class which access the database. Both are using JNDI and are returning the connection back to the pool after creating the ResultSet(by closing the connection). I

[JBoss-user] [JBossCache] - NUmber of threads spawned by JBoss Cache

2005-12-16 Thread santoshprabhu
Hi, I am new user to JBossCache and find the product very exciting. I am able to get the prototype running smoothly in which caches mantained in seperate JVMs are synchronised. My only concern is with the number of threads spwned by JBossCache. Using the default Cluster configuration provided in

[JBoss-user] [Remoting] - Re: How to convert jrmp to pooled

2005-12-16 Thread sarathkumar
Hi all, is there a way to convert the rmi into a pool at all? I'm able to start the server but from the client, if I try contacting the bean from the server, I'm getting a SocketException (Connection reset): java.lang.reflect.UndeclaredThrowableException at $Proxy57.create(Unknown Source

[JBoss-user] [JBoss Portal] - Re: Displaying Portlet of one application in another applica

2005-12-16 Thread mholzner
pages can feature portlets from any portlet app (WAR) deployed to the portal. when you add a portlet window to a page, make sure that the instance it points to references the portlet in the desired context, like: | | keep | | MyPortletInstance | War

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

2005-12-16 Thread NikhilKumar
JNDI View output for reference. on deployment java: Namespace +- SecurityProxyFactory (class: org.jboss.security.SubjectSecurityProxyFactory) +- DefaultJMSProvider (class: org.jboss.jms.jndi.JBossMQProvider) +

[JBoss-user] [JBoss Getting Started Documentation] - Re: Unable to build Bank application

2005-12-16 Thread mallesh.kota
Finally, I got through this problem with the help of following topic. http://www.jboss.com/index.html?module=bb&op=viewtopic&t=71999 Thanks to all. Mallesh View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913124#3913124 Reply to the post : http://www.jboss.c

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

2005-12-16 Thread NikhilKumar
Note that I am using JBOSS 3.2.3 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913122#3913122 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913122 --- This SF.net

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

2005-12-16 Thread NikhilKumar
I have been trying to get to connect to my EJB from a servlet. I have been trying to figure out how to deal with an ejb reference: It is my undertanding that: 1. The ejb-jar.xml needs to have ejb-name defined. In my case this is HelloWorld 2. The jboss.xml (and I am not clear if this is ne

[JBoss-user] [JBoss jBPM] - How to customize my every task jsp?

2005-12-16 Thread zhongboqing
hello,all Now I need customize every task jsp,All of You have this requirement? any suggest? Thank you! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913119#3913119 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

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

2005-12-16 Thread wikmaki
Hi, I'm using JBoss clustering for HA-JNDI and HA-Singleton. I also use clustered JBossCache. Currently there is a separate JGroups config for JBoss HA and JBossCache. My questions is that how I could use same JGroups config for both and is it even feasible? View the original post : http://www

[JBoss-user] [Installation, Configuration & Deployment] - Re: How to create multiple instances of jboss on same server

2005-12-16 Thread sanjuthomas
To create multiple instance of JBoss all you need to do is copy the default directory and rename according to your wish and put in the >/server directory. Then change the http and jnp ports. you can find your http and AJP port in \server\x\deploy\jbossweb-tomcat55.sar\server.xml now change

[JBoss-user] [Beginners Corner] - EJB Bound problem. Help!

2005-12-16 Thread NikhilKumar
I have been trying to figure out how to deal with an ejb reference: JBOSS V3.2 It is my undertanding that: 1. The ejb-jar.xml needs to have ejb-name defined. In my case this is HelloWorld 2. The jboss.xml (and I am not clear if this is necessary, though i want to support clustering in the fu

[JBoss-user] [EJB/JBoss] - EJB Not Bound Problem. Help!

2005-12-16 Thread NikhilKumar
I have been trying to figure out how to deal with an ejb reference: It is my undertanding that: 1. The ejb-jar.xml needs to have ejb-name defined. In my case this is HelloWorld 2. The jboss.xml (and I am not clear if this is necessary, though i want to support clustering in the future and so

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

2005-12-16 Thread mdonato
Oww, I forgot to thank you !!! You was so cool and saves me !! Thanks a lot ! very very much View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913114#3913114 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913114

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

2005-12-16 Thread mdonato
Wowww !!! It works !!! You will not beliave !!! See previeous code : | | ProcessDefinition pd = getJbpmSession().getGraphSession().findLatestProcessDefinition(name); | ProcessInstance pi = new ProcessInstance(pd); | if(variab

[JBoss-user] [JBoss Seam] - DataModel / Duplicated ID

2005-12-16 Thread marobashi
Is a DataModel reusable / reloadable within a conversation? For example, my main page shows everyone's schedule for a given week, using a @DataModel (List). I have options to basically go forward and back (Next / Previous weeks) and the page bombs with a "Duplicated ID in faces tree" error. I

[JBoss-user] [Beginners Corner] - Re: Is it possible to have jbpm and portal running in the sa

2005-12-16 Thread pedrosacosta
Anyone has tried to run jbpm and portal at the same time, in the same AS? I would like to enter localhost:8080/portal and localhost:8080/jbpm in the same AS. Thanks, Pedro View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913111#3913111 Reply to the post : ht

[JBoss-user] [EJB/JBoss] - CallByValue in Jboss-3.2.3

2005-12-16 Thread jaikiran
Hi, I am using JBoss-3.2.3. My application is packaged as an .ear which contains .war(web module) and a .jar(ejb module). The objects that i pass to the methods of my beans are passed by reference. Is there any setting where i can change the same to call by value. I saw a similar post on the f

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

2005-12-16 Thread mdonato
Men! It works in a standalone teste, but in my project it don't works !!! the JBPM_TIMER was successfully mounted and the JBPM_LOG too ... these was my 2 problems !!! I dont know what else i have to do Let me exlplain ! I work in a CMT Transaction scenario, using Data Source for connect

[JBoss-user] [JBossCache] - Re: Refresh Policy implementation.

2005-12-16 Thread incivinci
I am revoking this thread. I want to check for the expiry of each key in a node. What is the feasibilty of implementing the process method of EvictionAlgorithm and recursing through data nodes to check for the staleness of the objects? View the original post : http://www.jboss.com/index.html?m

[JBoss-user] [JBoss Seam] - Re: On conversation usage patterns

2005-12-16 Thread [EMAIL PROTECTED]
i did not find crud example in the hibernate tool cvs? where is it ? thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913106#3913106 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913106

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Deleted data remain in database for some minutes

2005-12-16 Thread Annegret
Hello, I have a crazy phenomenon: After deleting some records in 2 different tables in 2 different databases the data remain in the database for some minutes. Reconnect to the database still shows the data, doing nothing and reconnect again after some minutes and the data have vanished. Anothe

[JBoss-user] [Installation, Configuration & Deployment] - Re: How to create multiple instances of jboss on same server

2005-12-16 Thread [EMAIL PROTECTED]
Hi Again, In my last post the changes i have made in jboss-service.xml has not displayed . These are as follows (except sign ">" here i used "^" due to some posting problems) http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913103#3913103 Reply to the post : http://www.jboss.com/in

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Programmatic invalidation of EJB cache

2005-12-16 Thread johanan
Hi, I would like to know how to perform a programmatic invalidation of cached Entity Beans when using the cache invalidation service in JBoss. Is it possible to manually send a message (perhaps a JMSCacheInvalidationMessage) to the service by looking up the appropriate topic and connection fac

  1   2   >