[JBoss-user] [Installation, Configuration & Deployment] - Setting the JBoss Class Path

2006-02-26 Thread bkishorevarma
Hi, I am using JBoss 4.0 along with Hibernate 3.1.2. I am getting an exception stating that JBoss could not find the hibernate.cfg.xml file. But this file is packed inside of the console-1.0.jar file that is part of the ear file stored in the deploy directory. How can I tell JBoss to look fo

[JBoss-user] [JBoss jBPM] - Re: 3.1: trouble with fork +processInstance.signal()

2006-02-26 Thread mennen
Thank you so much for helping me out.. you were right indeed. Instead of processInstance.signal(transitionName); I put processInstance.findToken("/tr").signal(transitionName); where "tr" is the anonymous wrote : name of the transition goin out from the Fork Node. And it worked! Again, th

[JBoss-user] [JBoss Seam] - JBoss Seam for (pre)production

2006-02-26 Thread yannn
Hi all, I currently plan to implement a new web application on Seam. This application will be deployed in production at late April/early May . Is there a planned date for the final release of Seam ? Are there functionnalities not to use with the current beta of Seam ? I'm very interested b

[JBoss-user] [EJB/JBoss] - Re: Optimistic Locking policy in jboss

2006-02-26 Thread sriramp_here
Hi, To add to my above comments i also looked in to the standardjboss.xml where, i saw different container configurations. There i noticed that the is only applied on Entity Beans ( Container managed as well as Bean Managed). Is it possible to apply a for Session Beans as well as Message

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: out of memory error loading large queue

2006-02-26 Thread taggat
Scott, thanks for the links, I went through them and made the changes, however the documented settings don't seem to work on the build that i have. I am using jboss 4.0.3SP1 my configuration file for postgres is | | | | | jboss.mq:service=MessageCache | jboss.mq:servi

[JBoss-user] [JBoss Portal] - Re: defining own portal with own portlets

2006-02-26 Thread vjmohan
Hi Ivan, Thanks a lot Awesome!!,Now I can able to run on my own portal instance... Thanks again Mohan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926440#3926440 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3

[JBoss-user] [Management, JMX/JBoss] - Web Application Detail through JMX(Urgent require).

2006-02-26 Thread lbrd
hi already i asked this question many ways but still i am searching the answer of this question, already i searched in google and many more search engine. but i couldn't found any proper answer. Already i got some success to found Application Server CPU Usage parameters and JDBC Parameters as

[JBoss-user] [EJB/JBoss] - Re: Optimistic Locking policy in jboss

2006-02-26 Thread sriramp_here
Hi I tried what you have mentioned in the reply. But still it is not working. Please have a look at my jboss.xml. I have purposefully added a space for session tag. So do consider that as a mistake. Other than than can you tell me is there something else where i am going wrong. http://www.jbo

[JBoss-user] [JBoss Portal] - Re: Portlet example released

2006-02-26 Thread vjmohan
xmaniac, Yeh its really helpful,Thanx.I really appreciate your efforts and expectiog lot more stuff from you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926434#3926434 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3

[JBoss-user] [Clustering/JBoss] - Multiple JBoss instances on single machine

2006-02-26 Thread treespace
There's a link on the JBoss HA wiki page for clustering that details an eight step configuration process for multiple instances of JBoss. I think it creates the impression that using multiple JBoss instances is complicated when it's actually a zero-configuration process for JBoss. On Windows o

[JBoss-user] [JBoss jBPM] - Re: 'secret' transition, is it possible to define?

2006-02-26 Thread enazareno
Hi boerse, Why not define your transition name with prefixes for example and then tweak the web interface in a way that it does not display the transition with this prefix. Example, you can name the transition as "sys_cancel", and in your web interface, don't display transitions that start

[JBoss-user] [JBossCache] - Re: refresh cache data

2006-02-26 Thread srivathsak
thanks for the concern praveen, by refreshing the cache what i meant was this:" i am getting data for the cache from the database, and suppose that the database is added with new contents every second. But updating the cache every time get() is called is inefficient, so i thought of refreshing

[JBoss-user] [JBossCache] - Difference between get() and peek()

2006-02-26 Thread srivathsak
hi all, I am working with reading data from cache. I wanted to know the difference between the two methods get and peek. And please clarify weather it is related to refresh of cache data. Please Help Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=392

[JBoss-user] [JBoss jBPM] - Re: Creating loops between nodes

2006-02-26 Thread enazareno
Hi Philip, I suggest you take a look at this site www.workflowpatterns.com, select a pattern there that meets your requirement and reference it. I think most people here are familiar with the site and makes it easy to understand what you want. It is also quite informative. Regards, Elmo

[JBoss-user] [JBoss Seam] - Re: HarUrl Problem

2006-02-26 Thread sudarshan_varma
Hi, Did u get any solution for the same b'coz I'm also getting the same problem. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926426#3926426 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926426 -

[JBoss-user] [JBoss Seam] - java.lang.RuntimeException: java.util.zip.ZipException

2006-02-26 Thread cbomoo
When I run The TestNG Test in examaple of seam: get error: .. [testng] WARN 27-02 13:02:43,638 (BeanSchemaBinding.java:init:227) -You should use the 2.0 version of the Microcontainer xml. xmlns='urn:jboss:bean-deployer:2.0' [testng] INFO 27-02 13:02:45,721 (LocalTxDataSource.java:bi

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Jboss-4.0.3SP1 and Hibernate

2006-02-26 Thread sudarshan_varma
Hi: I have also downloaded and unzipped Jboss-4.0.3SP1. Under the ..\jboss-4.0.3SP1\server\default\deploy there is no jboss-hibernate\deployer directory. So, I downloaded hibernate3-deployer.zip from http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHibernateSwitching and unzipped it under ..\jbo

[JBoss-user] [JBoss jBPM] - Creating loops between nodes

2006-02-26 Thread im_ytk
I am using JBPM 3.1 + MySQL. I need to create a process definition which process continous events from external systems. I tried to create the process definition as following: Start -> Wait -> Dispatcher -> Process1 .+-> Process2 (Process2 starts from Dispatc

[JBoss-user] [Clustering/JBoss] - Re: EJB and Http load balancing

2006-02-26 Thread susitha
The other points are ok. That is I used defaultpartion and didn't make any configuraions there. I just made only "/=ture". I think that means i'm using default loadbalancing and failover policies. I deployed the ejb in the farm folder. Then it appeared in all the nodes in the cluster. (Also it

[JBoss-user] [JCA/JBoss] - XA transction in mySQL5 and JBoss4.0.2

2006-02-26 Thread steveneo2001
I setup XA-datasource. My programs throw XAER_OUTSIDE exception after several normal executing. But it can work again once I flush the ManagedConnectionPool. I assume the connection did not release some state correctly. I even try to set true in track-connection-by-tx. It still not works. Are

[JBoss-user] [Security & JAAS/JBoss] - Re: Identity/Access Management/SSO UseCases

2006-02-26 Thread [EMAIL PROTECTED]
Re: the feature request to add a sharable session type, Chris informed me the JIRA issue I referenced wasn't public (thanks, Chris!). I've created a new public JIRA issue for the same thing: http://jira.jboss.com/jira/browse/JBAS-2861 . View the original post : http://www.jboss.com/index.html

[JBoss-user] [JBoss Seam] - Re: Seam Remoting Framework

2006-02-26 Thread sbryzak2
You could probably use the remoting framework to build an auto-complete field, however there are already a heap of similar components available (http://myfaces.apache.org/sandbox/inputSuggest.html for one) that already do this. What the remoting framework is really good at, is enabling you to

[JBoss-user] [JBoss Portal] - Re: Jboss Portal Start Up Problems

2006-02-26 Thread Zoopido
Here is the error produced in the console: 11:02:03,718 ERROR [URLDeploymentScanner] Incomplete Deployment listing: | | --- MBeans waiting for other MBeans --- | ObjectName: portal:service=CMS | State: FAILED | Reason: org.hibernate.TransactionException: Transaction not successfully

[JBoss-user] [JBoss Portal] - Jboss Portal Start Up Problems

2006-02-26 Thread Zoopido
I'm running JBossportal 2.2RC2 with Oracle 9.2. I install Jboss portal using the bundled package and it runs smoothly. However if once I restart the server, I receive an exceptions error. At the moment I reinstall after every server shutdown, please advise! HTTP Status 500 - | | type Ex

[JBoss-user] [JBoss jBPM] - Re: Hoe to use swimlanes by group instead of user

2006-02-26 Thread richiethegeek
Looks like this is a problem and it is still open. See the post at http://www.jboss.com/index.html?module=bb&op=viewtopic&t=73247&start=10&postdays=postDays&postorder=postOrder&highlight=highlight View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926412#3926412

[JBoss-user] [EJB 3.0] - Re: JMX->Session Bean->Entity Bean in one Jar file... depend

2006-02-26 Thread manica
This is similar to: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=76827&postdays=0&postorder=asc&start=0 It is not directly related to having a MBean -> SessionBean -> Entity chain, but to a bug in the @EJB dependency injection and dependencies. JIRA shows the issue to be fixed in C

[JBoss-user] [JBoss jBPM] - Hoe to use swimlanes by group instead of user

2006-02-26 Thread richiethegeek
Hi there, In the websale example the swimlane assignments use user(). I want to use group(...) instead. I did the following: | | then I changed the identity to look like this: | | | | | | | | | | | | | | | By doing t

[JBoss-user] [Installation, Configuration & Deployment] - Re: Can I use log4j 1.3 in JBoss 4.0.3?

2006-02-26 Thread kenbritton
I'm having the exact same problem and suggestions made by ceki http://mail-archives.apache.org/mod_mbox/logging-log4j-user/200511.mbox/[EMAIL PROTECTED] didn't seem to help... Is there a solution for this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=392640

[JBoss-user] [Security & JAAS/JBoss] - Re: JAAS Login/Logout Notification

2006-02-26 Thread kosl
"MrForms" wrote : | If you are using a web application, how about using a simple Session listener and checking for sessionCreated, sessionDestroyed ? | I have the same problem as rameshsr. But can anybody tell me where I can find information how to write this "simple Session listener" ? Th

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - WAR deployment in JBoss 4.0.4RC1 ?

2006-02-26 Thread Jochen.Seifarth
According to http://docs.jboss.org/ejb3/app-server/reference/build/reference/en/html/entityconfig.html Section 1.3. EAR and WAR files anonymous wrote : ...For WAR files, JBoss 4.0.x does not yet support deploying a persistence archive with WEB-INF/lib as required by the spec. Is that still the

[JBoss-user] [Messaging, JMS & JBossMQ] - Subscriber does not receive data from MDB

2006-02-26 Thread JanM
The mapMessage.getString() is allways null in the following run method of a Thread. The same in the MDB direct outputs data. | public void run() { | while (true) { | try{ | System.out.println("run..."); | Message msg = getSubscribe

[JBoss-user] [EJB 3.0] - Re: JBoss EJB 3.0 Documentation>Tutorial -->How to build?

2006-02-26 Thread ChristophG
"ChristophG" wrote : Hi! | I have installed jboss-4.0.4RC1... | I want to walk to the EJB 3.0 tutorial(s) (on http://docs.jboss.org/ejb3/app-server/tutorial/). My problem is the "Building and Running". There is the hint "To build and run the example, make sure you have ejb3.deployer installe

[JBoss-user] [JBoss jBPM] - Re: ObjectNotFoundException while deleting instance

2006-02-26 Thread jdirksen
Well just ignore my post. I've just checked what's stored in the database, and the process instance really isn't there. >From my UI I passed in the id of the process definition not of the instance I >was trying to delete. Keep up the great work, it's been really interesting integration jBpm

[JBoss-user] [JBoss jBPM] - ObjectNotFoundException while deleting instance

2006-02-26 Thread jdirksen
I want to be able to delete processes that have finished or are in an unrecoverable state. I thought this would just be easy just by using: JbpmContext ctx = JbpmConfiguration.getInstance().createJbpmContext(); | try { | ProcessInstance inst = ctx.loadProcessInstance(id); |

[JBoss-user] [JBoss Seam] - Re: whew! finally, a pattern for SelectItems using generics

2006-02-26 Thread coryvirok
Just wanted to add my thanks for the lookup code. I'm still fairly new to this whole Seam business so every little bit helps! The only thing I modified was the lookup interface. I changed the | public String getKey(); | public String getName(); | | to | | public String lookupKey(

[JBoss-user] [EJB 3.0] - JBoss EJB 3.0 Documentation>Tutorial -->How to build?

2006-02-26 Thread ChristophG
Hi! I have installed jboss-4.0.4RC1... I want to walk to the EJB 3.0 tutorial(s) (on http://docs.jboss.org/ejb3/app-server/tutorial/). My problem is the "Building and Running". There is the hint "To build and run the example, make sure you have ejb3.deployer installed in JBoss 4.0.x and have JBo

[JBoss-user] [EJB 3.0] - Re: Extensions to EJB3: Message Driven POJOs

2006-02-26 Thread redijedi
anonymous wrote : Also, the transactionManagement property in @Consumer (as described in the wiki) seems to have disappeared. I was beginning to wonder that exactly. All of my tests have shown that transactions are not maintained regardless of the connectionFactory used. Removal of transaction

[JBoss-user] [JBoss Eclipse IDE (users)] - applying patches to use jboss eclipse ide 1.5 for portlet de

2006-02-26 Thread dhexus
i work with portal 2.2 on jboss 4.0.4. i try to use the jboss eclipse ide for portlet development. i tryed to follow the steps in http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingEclipse but applying the required patches from http://jira.jboss.com/jira/browse/JBPORTAL-341 (both attachments) in the re

[JBoss-user] [Installation, Configuration & Deployment] - Re: JBoss 4.0 DTDs formatted via HTML/SVG like in 3.2

2006-02-26 Thread [EMAIL PROTECTED]
Get the TurboXML tool and generate them: http://www.tibco.com/software/business_integration/turboxml.jsp View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926387#3926387 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=392638

[JBoss-user] [JBoss Portal] - Re: Bug in PortalSecurityPermissionCollection?

2006-02-26 Thread [EMAIL PROTECTED]
Patches should go to jira: http://jira.jboss.com/jira/browse/JBPORTAL View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926386#3926386 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926386 ---

[JBoss-user] [Installation, Configuration & Deployment] - Re: Custom classloader

2006-02-26 Thread [EMAIL PROTECTED]
That is too low level an integration point. Use a custom deployer or even a custom org.jboss.deployment.scanner.URLDeploymentScanner View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926385#3926385 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[JBoss-user] [Installation, Configuration & Deployment] - Re: How to make deploy faster.

2006-02-26 Thread joey.watson
Hi Martin. Thanks you for answer. I try to use your first way, but it can not work. I setted the deploy/ ,file:/opt/java_plat/jboss-4.0.3SP1/server/default/deploy/testone/ and copy everything in my webapp folder to there. of cause webapp folder is my depolyment folder. it follow W

[JBoss-user] [Clustering/JBoss] - Re: Web Application Scope Clustering

2006-02-26 Thread treespace
http://jira.jboss.com/jira/browse/JBCLUSTER-86 I can use MagicBean for all application scope variables and since it will be distributed my application scope will be distributed. The ServletContextAttributeListener will allow me to vacuum up and distribute servlet context objects but MagicBean-

[JBoss-user] [JBoss Portal] - Re: management portlet and *-object.xml

2006-02-26 Thread weipingy
IF that's the case, what happens to the changes made through xml file? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926382#3926382 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926382 --

[JBoss-user] [Clustering/JBoss] - Re: Http sticky session in jboss 3.2.7

2006-02-26 Thread marinac
In jbossweb-tomcat50.sar/server.xml, on both servers: | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926380#3926380 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926380 -

[JBoss-user] [EJB 3.0] - Re: [SocketServerInvoker] Failed to accept socket connection

2006-02-26 Thread wauwau0977
hi martin i had the same problem. thx for answering your question yourself! therefore i was able to solve it using google query in just a few seconds. thx, patrick -- patrick heusser http://www.x8ing.com/fractal/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&

[JBoss-user] [JBoss Getting Started Documentation] - Re: jbossj2ee-src.zip

2006-02-26 Thread bdlink
The file referenced by anonymous wrote : http://wiki.jboss.org/wiki/attach?page=ClusteringDemoUsingDukesBankJ2EE1.4%2Fjbossj2ee-src.zip has no src directory for the ejb/cmproster example used in chapter 7/8. That file is also available with the Getting Started with JBoss 4.0 release 4 book, agai

[JBoss-user] [Remoting] - Re: Receiving Stream

2006-02-26 Thread ron_sigal
A stream is received by the handler method org.jboss.remoting.stream.StreamInvocationHandler.handleStream(). See, for example org.jboss.remoting.samples.stream.StreamingServer. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926378#3926378 Reply to the post :

[JBoss-user] [Clustering/JBoss] - Re: Http sticky session in jboss 3.2.7

2006-02-26 Thread marinac
This is the worker: | | worker.list=loadbalancer,status | ps=/ | | # Define Node1 | worker.node1.port=8009 | worker.node1.host=cphzt21.rdsas.com | worker.node1.type=ajp13 | worker.node1.lbfactor=1 | #worker.node1.local_worker=1 | worker.node1.cachesize=10 | #worker.n

[JBoss-user] [Clustering/JBoss] - Re: Http sticky session in jboss 3.2.7

2006-02-26 Thread marinac
This is my jboss-service.xml: | http://www.jboss.org/j2ee/dtd/jboss-service_3_2.dtd";> | | | | | | | java:/jaas/other | | true | true | | | true | | org.jboss.web.tomcat.tc5.session.JBossCacheManager

[JBoss-user] [Remoting] - Re: Receiving Stream

2006-02-26 Thread ppc
Thanks for the links but I could not find any hit on how to get a stream... the chapter 5 Sending a Stream explain how to Send but how to receive one ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926376#3926376 Reply to the post : http://www.jboss.com/ind

[JBoss-user] [Clustering/JBoss] - Re: Http session replication not happening in clustered envi

2006-02-26 Thread marinac
Hi Ben, I want to use sticky session, not session replication on jboss 3.2.7. I was able to configure well jboss 3.2.5 but now something goes wrong. Now the server keeps the session as far as I are on the same page, so I can refresh many times and the session id and server are the same. I h

[JBoss-user] [Clustering/JBoss] - Re: Http sticky session in jboss 3.2.7

2006-02-26 Thread marinac
This is my JBOSS-SERVICE.XML, where I did the changes. http://www.jboss.org/j2ee/dtd/jboss-service_3_2.dtd";> java:/jaas/other true true true org.jboss.web.tomcat.tc5.session.JBossCacheManager false

[JBoss-user] [Clustering/JBoss] - Http sticky session in jboss 3.2.7

2006-02-26 Thread marinac
Hi I was able to configure well sticky sessions due to this forum, for jboss 3.2.5, but now something goes wrong. I want to use sticky session, not session replication on jboss 3.2.7. Now the server keeps the session as far as I are on the same page, so I can refresh many times and the session

[JBoss-user] [JBoss jBPM] - Re: Integrating jBPM with Struts and Hibernate on Tomcat Ser

2006-02-26 Thread tgullo
I'm attempting to figure the same thing out. The examples on how to fork, join, task.end(), etc are great and easy to follow. But getting it to work in a webapp is taking some time to figure out. I saw this tutorial on the wiki that may be useful to you. http://wiki.jboss.org/wiki/Wiki.js

[JBoss-user] [Beginners Corner] - Re: Problems viewing deployed app

2006-02-26 Thread tommypowell2
ok i think the problem my be in the .war file. I tried to deploy it on another JBoss AS on a different machine and i got the exact same error. Please help View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926361#3926361 Reply to the post : http://www.jboss.c

[JBoss-user] [JBoss jBPM] - JbpmSession is deprecated

2006-02-26 Thread tgullo
The javadocs say jbpmSession is deprecated and yet the constructor for TaskMgmtSession uses jbpmSession: TaskMgmtSession(JbpmSession jbpmSession) Shouldn't the constructor for TaskMgmtSession(jbpmSession) be deprecated as well? View the original post : http://www.jboss.com/index.html?module=

[JBoss-user] [JBoss Seam] - Re: JAAS and SEAM

2006-02-26 Thread lcoetzee
I have uploaded a stripped down Seam example using JAAS with postgresql. See JAASExample.zip http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossSeam Regards Louis View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926366#3926366 Reply to the post : http://www.jbo

[JBoss-user] [JBoss Seam] - Seam "binding" question

2006-02-26 Thread burrsutter
I'm trying to bind my JSF component to not my top-level entity bean but one that is joined to it. My tables basically have a 1 to 1 relationship therefore I've built 2 entity beans however I want a single form to be able to edit/insert both records at the same time. I was thinking something li

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Sybase Datasource Issue

2006-02-26 Thread ggreaves
I made the changes to login-config.xml, as well as the changes required for standardjaws.xml and standardjbosscmp-jdbc.xml in the only documentation I could find on the subject at: http://www.onjava.com/pub/a/onjava/2004/02/25/jbossjdbc.html I'm still getting the identical exception. Can anyon

[JBoss-user] [Beginners Corner] - Re: remote deployment

2006-02-26 Thread sushant248
exactly. That is what i'm doing - redeploying my whole ear but it is not working. Scanner shows that new deployment has happened with the same ear name but it keeps showing the old jsps (as if it has cached them). If i go to the work directory n see the jsp there, it too doesn't have the changes

[JBoss-user] [Beginners Corner] - Problems viewing deployed app

2006-02-26 Thread tommypowell2
Hello everyone, I am new to JBoss and all appication servers in general. I followed a tutorial and was able to build a .war file for deployment. When i tried to access the deployed page, (or app i am unsure of the correct terminology), I received this exception: HTTP Status 500 - type Excepti

[JBoss-user] [Installation, Configuration & Deployment] - Re: OutOfMemoryError: unable to create new native thread

2006-02-26 Thread [EMAIL PROTECTED]
> Was this bug present in releases earlier that 4.0.1SP1? Most probably yes > Is it worth testing release 4.0.1? No > Is there a workaround? Maybe *not* having an active transaction in the method that cancels the timers? > Is 4.0.4 final scheduled? 17th/March, give or take View the original po

[JBoss-user] [JBoss jBPM] - Integrating jBPM with Struts and Hibernate on Tomcat Server

2006-02-26 Thread WinLotus29
Hi All, I need help for the following mentioned problem Environment: Struts, Hibernate and Workflow Application - jBPM is used on Tomcat Server How Struts Action Class should interact with jBPM(jBPM classes) to know the current or next node from jBPM. How the responce from jBPM should be used

[JBoss-user] [JBossWS] - jaxrpc-mapping.xml StringArray ?

2006-02-26 Thread xyox
wsdl: | | | | ... | | jaxrpc-mapping: | | | java.lang.String[] | impl:TerminalList | simpleType | | stringArray | stringArray | | any ideas ? View the original p

[JBoss-user] [Beginners Corner] - Re: Empty XDoclets

2006-02-26 Thread alexadranghi
| /** | * @web.servlet | * name="genericSTL" | * display-name="Generic STL" | * description="Base class of the Scalable Transport Layer" | * | * @web.servlet-mapping | * url-pattern="/panacea.stl" | * | * @web.ejb-ref | *

[JBoss-user] [Beginners Corner] - Empty XDoclets

2006-02-26 Thread alexadranghi
Hi guys, This is starting to get really frustrating; getting anything to work at all seems to bring up problems where after hours of finely going over this forum and the guides cannot find solutions for. The main problem I'm having is connecting to the EJB, I've tried pretty much everything I

[JBoss-user] [J2EE Design Patterns] - Something like JINI

2006-02-26 Thread griff777
Hello. I have several computers in my net. I have several services on each computer(EJB3.0). Some of these services may depend on the others. For example I have service(EJB3.0) A on computer1 and B on computer2. Servce A depneds on service B. (or just can use it if B is available) But I don want to

[JBoss-user] [JBoss Seam] - Re: sub folder not supported in url

2006-02-26 Thread ido_tamir
having stuff in subfolders works. I also started to move pages into subfolders and did not adjust some of the paths e.g. Same error response. hth ido View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926350#3926350 Reply to the post : http://www.jboss.com/in

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - JSF: Problem with method binding.

2006-02-26 Thread walki
I've got a page binded to two beans: managerBean and imageViewer bean. managerBean is assosiated with two drop down boxes (SelectOneMenu). Each of them has a value change listener registered to update imageViewer bean and "submit()" jstl attached to onChange event: | | |

[JBoss-user] [JBossWS] - org.apache.axis ClassCastException

2006-02-26 Thread beyarecords
My appologies first off for having posted this already,in the wrong place initially, in Jboss.Net in reply to an exact same issue i'm having here. I'm using the default conf in Jboss 4.0.2 (OS X 10.4.5) and am trying to access paypals webservice via their java SDK. From earlier replies I have se

[JBoss-user] [EJB 3.0] - hibernate.default_schema not working (with bundled HSQLDB)?

2006-02-26 Thread wesslan
I see some strange behaviour when I'm using hibernate.default_schema in persistence.xml with bundled HSQLDB. I deploy a new EAR and the server-log says: | org.hibernate.tool.hbm2ddl.SchemaExport[ERROR] 2006-02-26 12:59:37,937 create(SchemaExport.java:272) | ** invalid schema name: MOVIES i

[JBoss-user] [JBoss Seam] - conversationList

2006-02-26 Thread armita
I am trying to use a feature like workspace browsing in the issues example (conversations.jsp) but the conversationList instasnce in my page returns an empty map. On the other hand I could not figure out how to set the description of conversations. ( in the example it is set to the name of proje

[JBoss-user] [JBoss Seam] - Re: selectOneMenu doesn't work with Facelets + MyFaces

2006-02-26 Thread Newion
I've managed to solve the problem! I've installed myfaces-tomahawk extension components (tomahawk.jar) and added tomahawk.taglib.xml (http://wiki.apache.org/myfaces/Use_Facelets_with_Tomahawk) I've also added definition of my converter to this taglib file. Now (most important:), istead of I us

[JBoss-user] [EJB 3.0] - Re: hibernate3 jars don't match

2006-02-26 Thread SunFire
Hm, the JBoss-IDE 1.5 also uses the Hibernate stuff from ejb3.deployer/ for EJB3 projects, not the ones in lib/ Does that make sens or should the classpath also include the jars from lib/ rather then ejb3.deployer/? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Servlet 500 Cannot Initialise

2006-02-26 Thread alexadranghi
Error found. Please ignore thread :). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926344#3926344 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926344 --- This SF

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Servlet 500 Cannot Initialise

2006-02-26 Thread alexadranghi
Hi, getting an error one mydeployed application that I'm a little stumped on. First of all something of relevence is that XDoclets aren't automatically generating much in the way of content in my web descriptors, so I have had to write them manually. Error: exception | | javax.servlet.Serv

[JBoss-user] [JBoss Seam] - Re: Seam Remoting Framework

2006-02-26 Thread deniss.parhomenko
Hi I think that using AJAX together with Seam is very good idea. May you can create more useful examples with AJAX and Seam, for example auto complete input field using seam remote request. You can see examples here : http://ajaxtags.no-ip.info/ajaxtags-1.2-beta1/autocomplete.jsp. All scripts

[JBoss-user] [JBoss Eclipse IDE (users)] - Exception in deployment

2006-02-26 Thread firas
I have Eclipse 3.1, JBossIDE 1.5 and JBoss 4.0.4RC1 installed I use the example of JBoss Eclipse IDE tutorial I have many exception in deployment FiboApp.ear please help me View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926340#3926340 Reply to the post :

[JBoss-user] [Installation, Configuration & Deployment] - Custom classloader

2006-02-26 Thread alexey.maksimov
Hello I want to encrypt my .class files in ear. I guess I need a custom ClassLoader to decrypt them at run-time. It should behave just as usual JBoss classloader but also should be able to decrypt my class files right before loading. How can I supply such classloader to JBoss? View the origina

[JBoss-user] [EJB 3.0] - Re: @Id( generator...

2006-02-26 Thread meme
Found solution: Read more documentation :) Hibernate annotations have changed.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926338#3926338 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926338 -

[JBoss-user] [EJB 3.0] - @Id( generator...

2006-02-26 Thread meme
Hi there, what happens to @Id( generator = "..."), | @Lob( type = "..." ), | @Inheritance(discriminatorType = "...",...), | @DiscriminatorColumn(nullable=false,...), | ... I've used them in an ejb3 project wich runs really good. After updateing the ejb3 in my jboss nothing work

[JBoss-user] [EJB 3.0] - Re: Extensions to EJB3: Message Driven POJOs

2006-02-26 Thread georgesberscheid
Ok, turns out the @Producer and @Consumer interfaces have been moved to the org.jboss.annotation.ejb package and ship in server/default/deploy/ejb3.deployer/jboss-annotations-ejb3.jar. Also, the transactionManagement property in @Consumer (as described in the wiki) seems to have disappeared. The

[JBoss-user] [JBoss Portal] - Re: jakarta mailer-taglib in JBoss Portal 2.2.1RC2

2006-02-26 Thread zehner333
to clarify, even if I replace the JNDI-Part (... session=...) with the corresponding tags (... user= ... password= ...), theres is no communication with my mailserver. Is there some special configuration, that I don't have in my portlet, to use JBoss services in portlets? Thanks View the orig

[JBoss-user] [Installation, Configuration & Deployment] - Re: OutOfMemoryError: unable to create new native thread

2006-02-26 Thread gquintana
I am going to test whether this problem occurs with release 4.0.4RC1 in order to be sure it is the same. By the way, I can not use a release candidate for production. Was this bug present in releases earlier that 4.0.1SP1? Is it worth testing release 4.0.1? Is there a workaround? Is 4.0.4final

[JBoss-user] [JBoss Portal] - Bug in PortalSecurityPermissionCollection?

2006-02-26 Thread al_kiev
Hi guys, i might be mistaken but it seems like PortalSecurityPermissionCollection has a bug in loadPermission method. The error conditions are as follows when a user is a memeber of several roles the loadPermission method constructs permissions list which corresponds to the Role that appears to

[JBoss-user] [JBoss Portal] - Re: management portlet and *-object.xml

2006-02-26 Thread the-gtm
The changes are saved in the DB View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926333#3926333 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926333 --- This SF.Net e

[JBoss-user] [EJB/JBoss] - Use Primitives or Not to use Primitives

2006-02-26 Thread gommo
(EJB3) Is it bad design to use primitives such as int, long, boolean etc.. in Entity beans? The reason I ask is that I created an entity on the client but didnt set the primary key (which was a long). I forgot to put code in to set the primary key before calling persist. As a result it was adde

[JBoss-user] [JBoss Seam] - Seam Remoting Framework

2006-02-26 Thread sbryzak2
I've checked in an initial release of the Seam remoting framework to CVS. What it does is allow you to make AJAX calls to your Seam components from a web page. There is a simple hello world example which demonstrates the very basics and there will be more complex examples soon. I invite anyon