[JBoss-user] [EJB 3.0] - Re: PersistenceContext causing bean's jndi entry to disapear

2006-03-31 Thread epbernard
I don't see anything in our code base that could do such a behavior View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3933948#3933948 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3933948

[JBoss-user] [Clustering/JBoss] - Re: FD_SIMPLE

2006-03-31 Thread [EMAIL PROTECTED]
Fixed the link, thanks, View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3933950#3933950 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3933950 --- This SF.Net email is

[JBoss-user] [EJB 3.0] - Re: Recursive Bidirectional entity

2006-03-31 Thread epbernard
Oh I found you problem, mappedBy=subUnits should be mappedBy=superUnit, you should reference the many side not something else View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3933951#3933951 Reply to the post :

[JBoss-user] [EJB 3.0] - Re: history table (before insert / trigger?)

2006-03-31 Thread Cybernd
thx! cybi View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3933952#3933952 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3933952 --- This SF.Net email is sponsored by xPML,

[JBoss-user] [JBossWS] - Re: using jbossws for ws security

2006-03-31 Thread brianshields
Still no response to this Is there no documentation which shows all the steps involved in using WS-Security with JBossWS??? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3933953#3933953 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: New jBPM Getting Started Documentation

2006-03-31 Thread medjbpm
Thanks to Kevin Barfield, View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3933954#3933954 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3933954 --- This SF.Net email

[JBoss-user] [JBoss jBPM] - Re: Deployment of PAR using ant gives error

2006-03-31 Thread vas74
why this line gives me error? | javac srcdir=src/java.jbpm destdir=build/classes.jbpm source=1.4 target=1.4 debug=on fork=yes View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3933955#3933955 Reply to the post :

[JBoss-user] [JBossWS] - Re: using jbossws for ws security

2006-03-31 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=WSSecurity View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3933956#3933956 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3933956

[JBoss-user] [JBoss Portal] - Re: Can't find RolePortlet in standard 2.2 binary distributi

2006-03-31 Thread louise_za
I had a look in the default-object.xml file and couldn't find a commented out entry. What can I add to get the Role Portlet to work? I have a slow internet connection so it is a problem to download the latest version of the portal. If there is some other way to create roles, please could

[JBoss-user] [JBossWS] - Re: using jbossws for ws security

2006-03-31 Thread brianshields
I have followed the instructions on that page and the service is still operating without security, although the appropriate files are present in the appropriate directories. Its as if the appropriate handler for security is not being envoked! View the original post :

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

2006-03-31 Thread echofloripa
Hi Brian thanks for answering, but the question was sort of misunderstood :) what happens is that I really want it to be deployed on all servers. The problem is that we have loads of services that are started on the app deploymen and if all the servers try to deploy at the same time the app will

[JBoss-user] [EJB 3.0] - Re: PersistenceContext causing bean's jndi entry to disapear

2006-03-31 Thread james_conf
Just thought I would fully verify my problem. My bean class is empty except for empty method declarations. if the EntityManager is named anything else other then em the beans local interface is unavailable in the jndi tree. Calling the EntityManager em or removing the annotation makes the

[JBoss-user] [JBoss Seam] - Please clarify doc for @JndiName

2006-03-31 Thread Eekboom
Currently it saysanonymous wrote : Defines the JNDI name of an EJB component. Ok, it might be obvious for all the Java EE experts out there, but if you are just beginning this statement is very misleading. At first (and second and third) I thought that the annotation causes the component to be

[JBoss-user] [JBoss Seam] - Re: Configuring deployment in Eclipse

2006-03-31 Thread Nebob
[EMAIL PROTECTED] wrote : | Your problem is probably linked to this error: | Nebob wrote : | | 16:15:22,995 ERROR [FacesConfigurator] Class org.jboss.seam.jsf.SeamPhaseListener does not implement PhaseListener | | | | You have a classloading issue, make sure you don't have the

[JBoss-user] [Beginners Corner] - Re: Problems in web-console

2006-03-31 Thread diamatar
hi ineverstop I met the same problem , Should you can send the applet.jar package file to me ? my mail box : [EMAIL PROTECTED] thanks very much . View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3933965#3933965 Reply to the post :

[JBoss-user] [JNDI/Naming/Network] - Re: How to configure Firebird JNDI in JBoss 4.0.4RC1

2006-03-31 Thread hi_feroz
I got it working, thanks anyway. the required rar file is in the jaybird zip file. rar-namejaybird-2.0.1.rar/rar-name View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3933966#3933966 Reply to the post :

[JBoss-user] [EJB 3.0] - cmp to multiple table names

2006-03-31 Thread Cybernd
Hi, Is it possible to map one CMP to more then one Table? Example: Bean is normaly stored inside test but history entries should be stored inside table test_log Extended question: Whats necessary to tell the EntityManager that he should store it inside the log facility? (Alternative would be

[JBoss-user] [JBoss Seam] - Re: Mapping URL's to a seam actions.

2006-03-31 Thread [EMAIL PROTECTED]
What exactly do you mean? That was not enough information... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3933968#3933968 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3933968

[JBoss-user] [JBoss Seam] - Re: Please clarify doc for @JndiName

2006-03-31 Thread [EMAIL PROTECTED]
No, you are right. I've updated the docs. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3933969#3933969 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3933969 --- This

[JBoss-user] [EJB 3.0] - Re: ejb3 best practice question

2006-03-31 Thread kh2ouija
Let me understand this... In the Seam tutorial, the MessageListBean is stateful and uses an extended EntityManager. Would it be OK to use stateless DAO beans instead of that EntityManager? (those DAOs use an EntityManager which isn't extended) View the original post :

[JBoss-user] [Security JAAS/JBoss] - Re: Mapping ldap groups to jboss roles? where?

2006-03-31 Thread cwad0000
works now, had to change the above config to | ... | module-option name=rolesCtxDNOU=All Users,DC=DOMAIN,DC=COM/module-option | module-option name=roleFilter(sAMAccountName={0})/module-option | ... | View the original post :

[JBoss-user] [JBoss jBPM] - doubts with action handler

2006-03-31 Thread pedrosacosta
How can I test an action handler with junit that accesses a database? How can I test an action handler with junit that calls a session bean? Thanks Pedro View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3933972#3933972 Reply to the post :

[JBoss-user] [EJB 3.0] - Deployment order ejb3 / war

2006-03-31 Thread HenkoMannen
Hi, I'm using JBoss AS 4.0.3sp1. Is it possible to have our standalone .war to have a dependency of being deployed _after_ some ejb3 archives or do we have to package the .war into an .ear package to be certain of this? As it is now the web application is deployed before the ejb package on

[JBoss-user] [Performance Tuning] - Integration of JBPM

2006-03-31 Thread marcoferraz
Hi everybody! I don´t know if here it´s the write place..but here it comes. I am just starting with JBPM..truly.. i am still evaluating this tool. I would like to make a question.. It´s possible using JBPM to comunicate with other workflow tool? JBPM supports SOAP?correct? I can do this through

[JBoss-user] [JBoss Seam] - Re: Problem with @DataModel in PAGE scope

2006-03-31 Thread simon.nicholls
Hi Gavin, I'll skip over/ignore some aspects (like capturing user typed form updates actions), and concentrate on the core issue. I'll also try to keep it simple, for the benefit of anybody else reading. Whilst I'm talking here about Seam of course, I'd like to be clear to people that it's

[JBoss-user] [JBoss Getting Started Documentation] - Re: Verification of Enterprise Beans failed ???

2006-03-31 Thread HuangHao
Go throught the introduction chapter: make sure the versions(Jboss AS version, J2ee tutorial version and the AS getting started tut version) are compitable with each other. If you are working with AS getting started tut for 4.0.2, then be careful: the J2ee tutorial version should be Update 2,

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - java 5.0 features in JSP problem

2006-03-31 Thread afjochnick
Hello, I am running 4.0.4RC1 on Fedora with java 1.5.0_06, and the EJB3 install. I have an EJB-method that returns a List and a JSP that does ist users= feed.getLastLogins(); I can compile and build fine, but when i deploy and try to call the JSP, i get the following trace:

[JBoss-user] [JBoss Seam] - Re: Cannot use @DataModel and sorting functionality for Toma

2006-03-31 Thread Newlukai
OK. I just found a solution. Just write a normal getter for your DataModel and remove its @Factory annotation. In the JSP-page you've to replace the DataModels name by its getter method. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3933979#3933979 Reply to

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: java 5.0 features in JSP problem

2006-03-31 Thread afjochnick
sorry the text got mashed up a bit due to special characters... The EJB-method returns a List and the JSP tries to do this: List users= feed.getLastLogins(); View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3933980#3933980 Reply to the post :

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: java 5.0 features in JSP problem

2006-03-31 Thread afjochnick
I think you get the problem, it's the 5.0-feature parameterized types i can't get to work in my JSp page :) List users= feed.getLastLogins(); Sorry for the escape-char messup, still hope someone can help! View the original post :

[JBoss-user] [EJB 3.0] - Re: Deployment order ejb3 / war

2006-03-31 Thread HenkoMannen
Great! Used the search function of this forum - DOH - and found this topic that solved my problem: http://www.jboss.com/index.html?module=bbop=viewtopict=75702 The answer is PrefixDeploymentSorter. /Henrik View the original post :

[JBoss-user] [Security JAAS/JBoss] - Re: How to get authenticated user's Subject from EJB

2006-03-31 Thread NigelWhite
I've been through this. http://www.jboss.com/index.html?module=bbop=viewtopict=45724postdays=0postorder=ascstart=19 That's the final posting where I have it all working... It was a painful process which a lot of people also seem to have probs with. It is not well documented, and still, I feel

[JBoss-user] [JBoss Seam] - Re: Problem with @DataModel in PAGE scope

2006-03-31 Thread [EMAIL PROTECTED]
I was thinking page scope!, until I read far enough where you said that is what you are doing :-) I reckon that's a good solution, actually View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3933984#3933984 Reply to the post :

[JBoss-user] [JBossCache] - Re: JBossCache 1.3 and Hibernate -- couple of questions

2006-03-31 Thread [EMAIL PROTECTED]
akardell wrote : | 1) Is it okay to use optimistic node locking with REPLICATION_ASYNC, or is optimistic node locking only meant for use with INVALIDATION_ASYNC? | You can use optimistic locking regardless of cache mode (LOCAL/REPL_SYNC/REPL_ASYNC/INVALIDATION_SYNC/INVALIDATION_ASYNC)

[JBoss-user] [JBossCache] - Re: JBossCache 1.3 and Hibernate -- couple of questions

2006-03-31 Thread [EMAIL PROTECTED]
The rollback exception you see is caused by | Caused by: org.jboss.cache.CacheException: unable to validate nodes | at org.jboss.cache.interceptors.OptimisticValidatorInterceptor.validateNodes(OptimisticValidatorInt | erceptor.java:109) | which is the result of 2 or more threads

[JBoss-user] [JBossCache] - Re: JBossCache 1.3 and Hibernate -- couple of questions

2006-03-31 Thread [EMAIL PROTECTED]
akardell wrote : | In addition, it appears as though using the INVALIDATION_ASYNC actually causes all other nodes' caches to be emptied (invalidated) when one node's cache is written to with a put. | Surely not the entire cache? E.g., if cache1 does a put on /a/b/c, other caches will

[JBoss-user] [Security JAAS/JBoss] - request.isUserInRole() change from 3.2.7 to 4.0.3SP1

2006-03-31 Thread rob_canoe1
I have two ears deployed in a JBoss container, they contain the same code base- an entity jar and a war file. The ears are configured to have different datasources, JNDI names, JAAS domains (jboss-web.xml) and different class loaders (jboss-app.xml). The problem I have can be described thus

[JBoss-user] [EJB 3.0] - Re: EmbeddedId and GeneratedValue

2006-03-31 Thread squishy
I think it's surprising that there's so little about composite primary keys with auto generated values yet.. Isn't it also possible that, evertime you add a new entry to the database you do a query like (Role is the entity i tried with) | SELECT MAX(r.roleId) + 1 FROM Role r | and take it

[JBoss-user] [EJB 3.0] - EJB3.0 OBJECT cannot be acquired in JSP.

2006-03-31 Thread kumachan
I am acquiring data from db by calling the SessionBean from the Servlet, and using EntityManager. It is not possible to achieve it well though it wants to return Servlet the data of the EntityBean type acquired in the SessionBean, and to pass it to JSP. It is displayed in the log of jboss,

[JBoss-user] [EJB 3.0] - Re: EmbeddedId and GeneratedValue

2006-03-31 Thread epbernard
your solution can be very inefficient and conceptually does not work. you need to think about concurrent transactions. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3933992#3933992 Reply to the post :

[JBoss-user] [JBoss Seam] - EJB3 Jboss-4.0.4

2006-03-31 Thread benaissa
Hi all, I am working on a J2EE applications with EJB3. I am using JBOSS-4.0.4 with EJB3 RC5 distribution. I have already deployed 2 applications: - the first is with hibernate.property file: I had errors and here is the stack trace: exeption javax.servlet.ServletException: Servlet.init() for

[JBoss-user] [EJB 3.0] - Re: Please help me...error in Jboss start log

2006-03-31 Thread kumachan
Thank you for the reply. I study your advice better. Thank you. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3933994#3933994 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3933994

[JBoss-user] [JBoss Seam] - Re: EJB3 Jboss-4.0.4

2006-03-31 Thread [EMAIL PROTECTED]
anonymous wrote : org.apache.struts.validator.ValidatorPlugIn.initResources(ValidatorPlugIn.java:233) This is definitely not a question for the Seam forum... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3933995#3933995 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: Set iteration error: org.hibernate.collection.Persistent

2006-03-31 Thread superfis
[EMAIL PROTECTED] wrote : It is usually dodgy to try and use JSTL tags like c:forEach in JSF. They just don't work very well. What is suggested to be used insted of JSTL tags? How to solve problem like mine, which looks like this: In my SFSB there is representation of chairs in cinema and each

[JBoss-user] [JBossWS] - Re: java.lang.NoClassDefFoundError: org/apache/axis/client/S

2006-03-31 Thread forJbpm
oh g8! Hi Jose, Can you please tell me what are the steps you have taken to expose your session EJb as webservice? what are the files/packages required and what should be the directory structure? It seems that its absolutely not working for me :-( Thanks and Regards, View the original post :

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

2006-03-31 Thread tx_dome
The action handlers are not stored in jbpm_byteblock. That table is for context variables which are not stored directly to jbpm_variableinstance (any object that is not a wrapper of a primitive). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3933999#3933999

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

2006-03-31 Thread AnotherRay
bump - anybody? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3934001#3934001 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3934001 --- This SF.Net email is sponsored by

[JBoss-user] [JBossCache] - DavCache on top of JBossCache

2006-03-31 Thread [EMAIL PROTECTED]
Take a look at http://www.jboss.com/index.html?module=bbop=viewtopict=80159. This is cool stuff, Mirko created a webdav frontend for JBossCache, so you can now 'mount' JBossCache to act like a file system ! At the above URL, you also have an example of a CMS system, where HTML pages can simply

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: myCGI.exe in browser address

2006-03-31 Thread JoniJBOSS
JoniJBOSS wrote : Hi, | | I have a myCGI.exe that works fine with IIS(inserting the URL in the browser address), but when I use it in JBOSS and then it tries to download the file(myCGI.exe) the problem happens: the download is the problem, i don't want to download the file, i want to

[JBoss-user] [JBoss jBPM] - Re: proposal - replace VariableAccess with VariableDefinitio

2006-03-31 Thread dhartford
I'm looking for a reply back soon as it is an important decision for long-term goals of using jBPM. I want to avoid modifying the original jBPM because of compatability problems in the future, but I'm unable to get jBPM to do what is needed otherwise. Please, can someone either add this to

[JBoss-user] [JBoss jBPM] - [URGENT] TaskInstance.isCancelled()==TRUE after creation

2006-03-31 Thread david.trattnig
Could anybody an idea why my TaskInstance is set to isCancelled==true after creation. At the assignment-handler the method taskInstance.isCancelled() returns false. Then the hibernate query: DEBUG [AbstractBatcher: 344] update JBPM_TASKINSTANCE set NAME_=?, DESCRIPTION_=?, ACTORID_=?,

[JBoss-user] [JBoss Seam] - Re: Set iteration error: org.hibernate.collection.Persistent

2006-03-31 Thread [EMAIL PROTECTED]
You should use a h:dataTable or some custom JSF control, or, if you are using facelets, try using ui:repeat. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3934007#3934007 Reply to the post :

[JBoss-user] [JBoss Portal] - portlets code for learning

2006-03-31 Thread noicangi
hi, i would like if it is posible to see somo portlet code for studing and learning to create portlets, specially the login portlet and role portlet, where i can find the code? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3934008#3934008 Reply to the post :

[JBoss-user] [Security JAAS/JBoss] - Extending AbstractPasswordCredentialLoginModule

2006-03-31 Thread lduperval
Hi, I want to create my own copy of SecureIdentityLoginModule where I only change the secrete key. I originally tried to create an exact copy of SecureIdentityLoginModule, built a jar with it and put it in server/lib. However, when I try to access it, I get an IllegalAccessError: |

[JBoss-user] [EJB 3.0] - PersistenceContextType.EXTENDED does not work ??

2006-03-31 Thread kanto
hi, i have a problem with rolling back transactions that are splitted into several method invacation on the same stateful bean. my bean (lets call it BeanEJB) looks like: | @Stateful | @TransactionAttribute( TransactionAttributeType.REQUIRES_NEW ) | public class BasicImport implements

[JBoss-user] [Installation, Configuration Deployment] - sharing library-jar globally in EAR

2006-03-31 Thread afjochnick
Hello, I have an EAR with a WAR and a jar with some EJB's in it. I also have a library-jar with utility classes that i want both the WAR and EJB classes to find. I have been looking around and weblogic has a thing called APP-INF where you can put common jars for an ear. The classloading

[JBoss-user] [JBoss Portal] - logout page and login page

2006-03-31 Thread noicangi
hi, it's a way to define the logout page? when i logout i would like to redirect to home in casa the logoin page, also y would like to add some login portlet, does anyone knows? thanks nix View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3934014#3934014 Reply

[JBoss-user] [JBoss jBPM] - Re: jBPM getting started wiki

2006-03-31 Thread kbarfield
The front end JSP pages, images, styles sheets and so on are in: C:\jbpm-starters-kit-3.1\jbpm\src\resources\jbpm.war I will add more info in the getting started guide about this. Thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3934016#3934016 Reply to

[JBoss-user] [JBossCache] - Re: DavCache on top of JBossCache

2006-03-31 Thread [EMAIL PROTECTED]
Nice stuff. Not to be pessimistic though, true CMS functionality cannot be achieved without being able to version the data, roll back to specific versions, etc. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3934017#3934017 Reply to the post :

[JBoss-user] [EJB 3.0] - Re: how to get entitymanager within MBean

2006-03-31 Thread hfarid
I found some answers (after one long night and tons of coffee :-) ) - To declare the dependancy between SAR and PAR within the same ear file in your jboss-service.xml (within the sar] | server | mbean code=com.bla.bla.MYService name=bla.bla:service=MYS |

[JBoss-user] [JBoss jBPM] - Re: Web form mechanism

2006-03-31 Thread medjbpm
Use a filter in which you open and close the jbpmcontext and make it available to the request? can you explain me more can i deply struts on jbpm-server/jbpm like deploying it on jboss4.0.2? regard med View the original post :

[JBoss-user] [JBoss Portal] - Re: authorizaton to forum portlet catagory and forum problem

2006-03-31 Thread unibrew
Hello http://wiki.jboss.org/wiki/Wiki.jsp?page=ForumsPortletInPortal22DevelopementStatus In this wiki page you can find all information about defining roles. Probably it will not solve your problem but at this point nothing more is available in JBForums. Of course we are planning to add such a

[JBoss-user] [JBoss jBPM] - jBPM and Concurrency

2006-03-31 Thread jboarhat
I know this subject has come up numerous times on these forums, but none of the posts has the exact answer I'm looking for. I understand that jBPM implements concurrency at a business process level, not in terms of real (i.e. threaded) concurrent execution. Would it be possible to implement

[JBoss-user] [JBoss jBPM] - Re: Cant get jBPM to work with oracle - please help

2006-03-31 Thread [EMAIL PROTECTED]
Generate SQL scripts for oracle I hope this is useful...All you need to start is ant 1. Download the latest version of the JBoss jBPM Starters kit. This has got the jbpm-db folder which contains all the useful jBPM database stuff. http://www.jboss.org/products/jbpm/downloads 2. Download the

[JBoss-user] [JBossWS] - Schema issue with Document-literal Web Service

2006-03-31 Thread jbush
I have developed a web service that uses WSDL http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft -01.wsdl Schema http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft -01.xsd

[JBoss-user] [Clustering/JBoss] - Re: Dynamically create JMS destinations in clustered environ

2006-03-31 Thread chris_pollentier
The queue will be persistent if you configured the JMS provider to use persistent queues (the file hsqldb-jdbc2-service.xml in the deploy-hasingleton/jms directory configures the persistent storage using hypersonic DB) There is no secondary JMS server where the queue can be added. When

[JBoss-user] [JBossCache] - Re: DavCache on top of JBossCache

2006-03-31 Thread [EMAIL PROTECTED]
This is exactly what JSR 171 (IIRC) does: Java Content Repository. An implementation could be based on JBossCache. What they essentially do for versioning is to create another subtree for the same data with a version number++. Reverting back to an old version simply entails setting the view to

[JBoss-user] [Messaging, JMS JBossMQ] - question about JMS Queue info in jbossmq-destinations-servic

2006-03-31 Thread madalvi
I have some code which writes data to Queue and MDB reads from that Queue. I don't have Queue entry in jbossmq-destinations-service.xml. So when I start JBoss server I get following in log file. anonymous wrote : | WARN [org.jboss.ejb.plugins.jms.JMSContainerInvoker] destination not found:

[JBoss-user] [JBoss Seam] - Re: Cannot use @DataModel and sorting functionality for Toma

2006-03-31 Thread Newion
Could you paste the essential source code here? I have already tried to implement the solution described by you and it didn't work. I'm glad to hear that you have succeeded! Congratulations! Best wishes, Pawel Kaczor View the original post :

[JBoss-user] [JBoss Seam] - Re: problem deploying simple seam app

2006-03-31 Thread supernovasoftware.com
I meant in server/default/lib so that all ears I have deployed can load the same copy of seam.jar without having to include it explicitly in every one. Thx for the quick reply. See you in Vegas! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3934031#3934031

[JBoss-user] [JBoss Portal] - Re: logout page and login page

2006-03-31 Thread ScottDawson
There's a JIRA patch (with code attached) that provides a way to specify a destination URL to redirect to after logout. I'm hopeful that it will be available in the 2.4 release. http://jira.jboss.com/jira/browse/JBPORTAL-621 Regards, Scott Dawson Unisys View the original post :

[JBoss-user] [JBoss Portal] - Re: portlets code for learning

2006-03-31 Thread [EMAIL PROTECTED]
there are portlets you can look at here - www.portletswap.com and if you want to see how role and login portlets are implemented, I suggest checking out the portal source code. Hope that helps, rali View the original post :

[JBoss-user] [JBoss Getting Started Documentation] - Re: Error with the getting start of a JMS jboss example

2006-03-31 Thread PeterJ
Have you worked with Ant before? Did you grep for the text string FIXME: Point to JBoss 4.0 installation directory? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3934037#3934037 Reply to the post :

[JBoss-user] [JBoss Portal] - Re: portlets code for learning

2006-03-31 Thread noicangi
thanks ;) thats the thing i was looking for;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3934038#3934038 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3934038 ---

[JBoss-user] [JBoss Portal] - Re: logout page and login page

2006-03-31 Thread noicangi
ok thanks, also in portal 2.4 alpha i notice that the link to csm and managment page are visible to unknown users, and when you click on it they redirect to the login page, how can i prevent this? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3934039#3934039

[JBoss-user] [JBoss jBPM] - Re: do a test to an actionHandler

2006-03-31 Thread pedrosacosta
adding to the previous questions, in which path sould jbpm.cfg.xml be to load it for a junit test? Can we specify the path to the jbpm.cfg.xml? Thanks, Pedro View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3934041#3934041 Reply to the post :

[JBoss-user] [Security JAAS/JBoss] - Re: Extending AbstractPasswordCredentialLoginModule

2006-03-31 Thread lduperval
I forgot to mention that I am still at 3.2.5. Thanks, L View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3934040#3934040 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3934040

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

2006-03-31 Thread pedrosacosta
Thanks for the asnwer. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3934042#3934042 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3934042 --- This SF.Net email is

[JBoss-user] [Installation, Configuration Deployment] - Re: JBoss Bootstrap Environment config

2006-03-31 Thread johnson4
Hi Ive been able to access the jmx-console and the webbased admin for my app (tambur.org) but Im still having issues getting the mysql database to connect. I receive Access denied for user: concerning the connection to the database. Again I've updated www.nettechglobal.ca/putty.log with my

[JBoss-user] [JBossWS] - Re: java.lang.NoClassDefFoundError: org/apache/axis/client/S

2006-03-31 Thread irisel
Hello, If you would be more explicit... 1. Copy your EJB Remote interface to extend Remote instead. That's all you have to change. It's my com.irisel.oms.ws.OMBrowserEndpoint interface. 2. Modify your ejb-jar.xml to include service-endpoint like in my file, referencing the new interface we

[JBoss-user] [JBoss Seam] - Re: Problem with @DataModel in PAGE scope

2006-03-31 Thread simon.nicholls
The problem as I see it, unfortunately, exists will all non page scope referenced components. There is in fact no way to reliably value bind to a Seam component from within the view that will accompany that component's destruction, due to lifecycle differences. For example, when a Seam

[JBoss-user] [JBossWS] - Re: java.lang.NoClassDefFoundError: org/apache/axis/client/S

2006-03-31 Thread irisel
Maybe these files help you: Config file for wscompile to generate server: wscompile.config.xml | | ?xml version=1.0 encoding=UTF-8? | | configuration | | xmlns=http://java.sun.com/xml/ns/jax-rpc/ri/config; | | !-- service or wsdl or modelfile -- | | service

[JBoss-user] [JBossWS] - Re: java.lang.NoClassDefFoundError: org/apache/axis/client/S

2006-03-31 Thread irisel
ejb-jar.xml ?xml version=1.0 encoding=UTF-8 ? | ejb-jar xmlns=http://java.sun.com/xml/ns/j2ee; | xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; | xsi:schemaLocation=http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/ejb-jar_2_1.xsd; | version=2.1 | |

[JBoss-user] [JBossWS] - HTTP Proxy beween ws client and JBoss

2006-03-31 Thread irisel
Hello, Does anybody know how to connect to a web service through an http-proxy? I have read about properties http.proxyHost and http.proxyPort. Has someone tried? Thx and regards, Jose. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3934048#3934048 Reply to

[JBoss-user] [JBossWS] - Re: HTTP Proxy beween ws client and JBoss

2006-03-31 Thread irisel
I think I found it... http://labs.jboss.com/portal/jbossremoting/docs/guide/ch04.html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3934049#3934049 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3934049

[JBoss-user] [JBossWS] - Re: java.lang.NoClassDefFoundError: org/apache/axis/client/S

2006-03-31 Thread forJbpm
Thanks Jose, Now Something from my side :-) for webservices you dont need remote/home interface so in your session bean edit anonymous wrote : | | ** | | * @ejb.bean name=ExegenixWork1 | | * display-name=Name for ExegenixWork1 | | *

[JBoss-user] [JBoss jBPM] - Re: do a test to an actionHandler

2006-03-31 Thread pedrosacosta
I found it. I forgot to add the config.files directory to my build path. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3934051#3934051 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3934051

[JBoss-user] [Installation, Configuration Deployment] - Re: JBoss Bootstrap Environment config

2006-03-31 Thread PeterJ
I assume that the text some_word in your posted -ds.xml file is the actual password for dbjbossca? :-) Run mysql, and enter the following: use mysql | select user,host from user where user='dbjbossca'; What are the hosts that show up? Are any of them 'thecyprusgroup.ca.servermatrix.com'?

[JBoss-user] [Messaging, JMS JBossMQ] - Re: question about JMS Queue info in jbossmq-destinations-se

2006-03-31 Thread jaikiran
The temporary queue will only be created, if there is any MDB listening on it. If you have a QueueReceiver then you WILL HAVE TO CREATE it by making an entry in jbossmq-destinations-service.xml or any similar file. View the original post :

[JBoss-user] [EJB 3.0] - Cryptic startup error message: from Seam forum

2006-03-31 Thread Nebob
Hi, I posted this message [http://www.jboss.com/index.html?module=bbop=viewtopict=80266] on the Seam forum the other day and identified an error message appearing in my JBoss AS startup logs that I didn't understand. My problem from that thread seems to have been unrelated to this message and

[JBoss-user] [EJB 3.0] - Re: Cryptic startup error message: from Seam forum

2006-03-31 Thread Nebob
I should mention that the message in question is bolded in the quoted block of startup messages in the linked thread. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3934055#3934055 Reply to the post :

[JBoss-user] [JBoss jBPM] - Add HttpPost-Vars to Context Vars

2006-03-31 Thread ken1
Hi, I tried to add the POST-Vars of a servlet-request to jbpm-context-vars, but I cant access them after that. The code is: | protected void doPost(HttpServletRequest req, HttpServletResponse response) ..{ | .. | ProcessInstance processInstance = | new

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: where to put context.xml in JBoss?

2006-03-31 Thread mpollard
Hi, I have the same problem. The context.xml (in our case myservice.xml) uses a docbase to point to the war on the file system. The war is not dropped into jboss/tomcat. For example the myservice.xml contains the following: Context debug=0 docBase=c:/mysoftwaretool/mywebapp.war path=/myapp

[JBoss-user] [JBoss AOP] - Re: Adding an interceptor for exception join points

2006-03-31 Thread [EMAIL PROTECTED]
There is no proper support for this yet. Our pointcut language has the abilty to match on declared exceptions, e.g execution(* *-method(..) throws java.io.IOException will match void method(int i) throws IOException void method(String s) throws IOException, OtherException but not void

[JBoss-user] [JBoss AOP] - Re: Adding an interceptor for exception join points

2006-03-31 Thread [EMAIL PROTECTED]
The link was wrong, try this :-) http://docs.jboss.com/aop/1.3/aspect-framework/userguide/en/html/building.html#exceptions View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3934059#3934059 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: Configuring deployment in Eclipse

2006-03-31 Thread [EMAIL PROTECTED]
The fatal is nothing. It is a log statement that was never cleaned up. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3934060#3934060 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3934060

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: where to put context.xml in JBoss?

2006-03-31 Thread [EMAIL PROTECTED]
AFAIK, deploying a war by simply deploying a context.xml is not supported. You can configure JBoss to scan external directories for deployment; look at the server/.../conf/jboss-service.xml file, DeploymentScanner MBean, URLs attribute. View the original post :

[JBoss-user] [JBoss AOP] - Re: Adding an interceptor for exception join points

2006-03-31 Thread jrobison
Great! Thanks for the help. Justin J. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3934062#3934062 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3934062 --- This

[JBoss-user] [JNDI/Naming/Network] - Re: How to access DB/session beans from applet?

2006-03-31 Thread rludwick
Efrat, Did you solve your problem? The same thing is happening to me when I try to do a lookup on ConnectionFactory from an applet. Robert View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3934063#3934063 Reply to the post :

[JBoss-user] [JBoss jBPM] - Delegation problem

2006-03-31 Thread pedrosacosta
I want to build a process definition that calls a class outside the class handler. I suppose that i should build a process definition with a delegation element. But i don't know what shoul i write in the processdefinition.xml. Can anybody give me an example of a processdefinition with a

  1   2   >