[jboss-user] [EJB 3.0] - Re: Dependency Injection of an Message Driven POJO into a SS

2006-07-24 Thread vulee
I had the same issue which resolved when I used @EJB(mappedName). I wonder why using just @EJB did not work in my case for I had seen a few places where @EJB worked correctly. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959266#3959266 Reply to the pos

[jboss-user] [JBoss Seam] - Re: SeamNavigationHandler is no javax.faces.application.Navi

2006-07-24 Thread petemuir
Your jndiPattern in components.xml is wrong for JBoss (the one you are using is for embedded EJB). It should be myEarName/#{ejbName}/local. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960097#3960097 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss Eclipse IDE (users)] - Hibernate example fails to compile

2006-07-24 Thread alavoor
I downloaded the example package of hibernate from http://caveatemptor.hibernate.org And when I tried to compile I get these errors in BankAccount.java file : The annotation @JoinColumn is disallowed for this location The attribute access is undefined for the annotation type Entity The code in

[jboss-user] [EJB 3.0] - Re: EJB 3.0 RC8 Preview - FD Released

2006-07-24 Thread jduty
We really wanted to try out EJB3, but the fact that it has been over a month since people noticed the misssing jars and we have to go googling for them really makes me think this project is not ready. I have to admit, a reply from Scott or someone would have been nice. View the original post :

[jboss-user] [EJB/JBoss] - [1/2 SOLVED] [URGENT] Classloading issue

2006-07-24 Thread beugeair
Hello, I have found a solution that I can not explain : In the tomcat sar / WEB-INF / jboss-service.xml I put the UseJbossWebLoader on to enable the use of JBoss classloading in place of Tomcat Class loading ... I think. | | true | | If someone can give an logical explaination to thi

[jboss-user] [JBoss Seam] - Re: facesMessages and t:panelNavigation2

2006-07-24 Thread cayo
"cayo" wrote : Hello, | first thanks for the great work on seam, it's a pleasure to work with it. Unfortunately I've had two little problems in the last weeks. | | The first one concerns the use of facesMessages after the successful injection into a bean. I'm turning the showDetails param

[jboss-user] [Security & JAAS/JBoss] - Integration of Custom Client and Server Login Modules

2006-07-24 Thread kearns
Objective: to authenticate using a custom client login module and pass the subject, containing the credentials customer ID and NHS #, to a custom server login module. This does no authentication but simple maps the customer ID to a role in order to invoke a secured EJB. How: I have listed bel

[jboss-user] [EJB/JBoss] - Re: [URGENT] Classloading issue

2006-07-24 Thread beugeair
Hi, I don't take care about this, but now I think it's important ! The classloader is looking for the class : si3si.metier.quartierforce.client.vo.VoAdrEml and si3si.metier.quartierforce.client.vo.VoAdrEmlBeanInfo which doesn't appears anywhere inside de source code, is one library generating ja

[jboss-user] [Beginners Corner] - Re: JBoss goes down!

2006-07-24 Thread jaikiran
anonymous wrote : exceptions says: java.sql.SQLException: Exhausted Resultset This has mainly got to do with how you are using the ResultSet. It might be a case that you are invoking the next() method on the ResultSet in a wrong way. Post the code where you are dealing with the ResultSet. anon

[jboss-user] [JBoss Seam] - Re: Seam Logging Configuration

2006-07-24 Thread [EMAIL PROTECTED]
Seam logging delegates to commons logging which (in JBoss) delegats to log4j. So you just configure log4j as you would usually configure it in JBoss. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959263#3959263 Reply to the post : http://www.jboss.com/index

[jboss-user] [Installation, Configuration & Deployment] - Re: Any tutorials, samples, etc on writing a jboss.xml file?

2006-07-24 Thread PeterJ
Do you want to use EJB 2.1 or EJB 3? As a first timer, I would recommend EJB 3, its is simpler and saner. In that case, look at the EJB3TrailBlazer at http://trailblazer.demo.jboss.com/EJB3Trail/. It will have you running EJBs in no time. If you want to use the old EJB 2.1, you might want to

[jboss-user] [JBoss Portal] - Re: Portal environment differences

2006-07-24 Thread [EMAIL PROTECTED]
Portal 2.2 must be deployed in 4.0.3SP1 or higher. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959237#3959237 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3959237 ___ jbos

[jboss-user] [JBossWS] - Problem with SOAP Attachments using EJB 2.1 Web Service Endp

2006-07-24 Thread mnorthu
We are trying to build an interoperable web service implemented using an EJB 2.1 service endpoint. We are starting from WSDL using Sun's tools (wscompile) to generate ties, etc. The deployment consists only of an ejb-jar file with the appropriate deployment descriptors. The web service should

[jboss-user] [Clustering/JBoss] - Re: Problem creating two intances on the same machine

2006-07-24 Thread roberto
You can try to use only network adapter. And to avoid conflit with ports you can use Binding Manager (get a look at http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfiguringMultipleJBossInstancesOnOneMachine) and so avoid use of -b View the original post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBoss Seam] - Re: Persistence - Switching DB to Postgres - Schema Export f

2006-07-24 Thread tkrah
Ok resolved the classloader issue, removed the jar from WEB-INF/lib and copyed it do server/default/lib from jboss install. Works now except: | Caused by: org.postgresql.util.PSQLException: FEHLER: Wert zu lang fuer Typ character varying(1024) | at org.postgresql.core.v3.QueryExecutorImpl

[jboss-user] [JBoss Seam] - Re: nested datatables with s:link

2006-07-24 Thread lcoetzee
Excellent. thanks Gavin. Later Louis View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958652#3958652 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958652 ___ jboss-user mail

[jboss-user] [JBoss Seam] - Re: Add/Edit Page

2006-07-24 Thread mrwhite
Lets take the blog example. I have my BlogService thats hast the following code: | @RequestParameter("blogEntryId") | private String blogEntryId; | | @In(required=false) | @Valid | private BlogEntry newBlogEntry; | | @Factory("newBlogEntry")

[jboss-user] [JBoss jBPM] - Re: problems integrating jbpm console with another applicati

2006-07-24 Thread newbie007
The LazyInitializationException normally appears when your hibernate session is closed and you are trying to use a property or calling a getter on that detached object. Try initializing the object using Hibernate.initialize method or close the session (some how) after rendering the JSP. Here

[jboss-user] [JBoss Seam] - Re: 1.0.1 GA

2006-07-24 Thread williamhe
"williamhe" wrote : I get problem in portal of seam, | I add seam-dvd in portlet , | WARN: "...component referenced is outside of the same web app ..." Thanks in advance!!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958725#3958725 Reply to the post :

[jboss-user] [JBoss Seam] - Re: How does the datamodel get populated

2006-07-24 Thread [EMAIL PROTECTED]
You should use setMaxResults() / setFirstResult(), don't suck up the entire result list in one Hibernate query. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959269#3959269 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [Security & JAAS/JBoss] - Multiple security domains in one EAR

2006-07-24 Thread lhoriman
Is it possible to have multiple security domains in one EAR? I have an application that consists of two major components: 1) The main application (user-facing frontend), with a custom LoginModule that auths against the hibernate store of members. 2) The customer support tool, which auths against

[jboss-user] [Installation, Configuration & Deployment] - Re: Converting from jboss 4.0.3 to 4.0.4... Deploy

2006-07-24 Thread PeterJ
I don't think that the par extension is valid any more for persistence archives. Rename it to concept.jar. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958516#3958516 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [JBoss Eclipse IDE (users)] - How Can I make decision on my buseness process

2006-07-24 Thread yelkoury
Hi; Please how can i configure the node "decision" ??? | Decision | KO ||-- | |OK View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958335#3958335 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss Portal] - Re: Please explain the Portal URL - /portal/portal

2006-07-24 Thread [EMAIL PROTECTED]
Hello, the second portal word is because the url decoder needs to make the different between : 1/ page / window urls 2/ cms content so 1 is mounted on /portal and 2 is mounted on / content. I don't understand your problem with apache. Could you explain more ? View the original post : http://

[jboss-user] [EJB 3.0] - Re: failed to lazily initialize a collection of role

2006-07-24 Thread triathlon98
The entitymanager is declared using @PersistenceContext private EntityManager entityManager; and is automatically injected. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959178#3959178 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [JBossCache] - Basic entity caching question (EJB3)

2006-07-24 Thread MrHighTech
Hello! I am completely new to caching with JBossCache, so please bear with me. I have setup my persistence.xml file to use the jboss cache and apparently it works just fine for @Cache collections. On the other hand, I have used the @Cache annotation on entities but I can't seem to get them int

[jboss-user] [Security & JAAS/JBoss] - CLIENT-CERT configuration

2006-07-24 Thread adamw
Hello, I want to secure a servlet so that you can connect to it only if you have a certificate. To do it, firstly I have setup tomcat to support https as in scenarion 3 here: http://wiki.jboss.org/wiki/Wiki.jsp?page=SSLSetup The only difference is that in server.xml, I left clientAuth="false",

[jboss-user] [JBoss Seam] - Re: Embeddable Objects (EJB3) not working properly

2006-07-24 Thread niesar
Gavin, please don't feel offended! My intention is far away to come anyway close to that point. Sorry about that!!! (Well, actually I'm feeling a bit offended now) You know, my original question was which part of this combination of JBoss AS/EJB3/Seam/JSF/MyFaces is actually causing the problem

[jboss-user] [Installation, Configuration & Deployment] - Re: Classloading: There are JARs inside my EAR, and my brain

2006-07-24 Thread mikeattibco
I'm using 4.0.4, sorry. Our EAR works fine with 3.2.x versions (specifically, 3<=x<=7 have been tested). I tried adding the directives to application.xml as you suggested. It does cause the jars to be listed as deployable, but I still get the problem with JBoss looking for them in the deploy

[jboss-user] [JBoss Seam] - Re: Embeddable Objects (EJB3) not working properly

2006-07-24 Thread petemuir
anonymous wrote : public ClassE getClassEInst() { | | return classEInst; | | } | An inputText takes a value of type String, or, a value that has been converted to/from String NOT an embeddable EJB3 bean. So, either reference specific fields on the embeddable object: http://w

[jboss-user] [JBoss Seam] - Re: Facelets: Parameters to custom tags

2006-07-24 Thread niesar
OK, next try ;) Let me see if I understand your problem now... | | | | | | | | | You are basically iterating through #{leistungsschein.kontozeilen.gefilterteListe} and you say kontoname.xhtml is doing what you are expecting, is that right? You know, what

[jboss-user] [JBoss jBPM] - Re: parse workflow definition to picture?

2006-07-24 Thread matafy
Hi, hosierdm. Could you tell me which table is the image stored? I can't find it. Thanks very much.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958685#3958685 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39

[jboss-user] [EJB 3.0] - Re: Client access to Entity beans

2006-07-24 Thread Doug.Palmer
"fguerzoni" wrote : From Entity Bean tutorial: | | Entity Beans have been given a complete overhaul in EJB 3.0. Entity beans are plain Java objects that can be allocated with new and attached/detached/reattached to persistence storage. Entity beans are not remotable and must be access throu

[jboss-user] [The Lizzard's corner] - Hibernate Forum - Register not working

2006-07-24 Thread Jim_Cross
Hi, I know this is the JBoss forum...but figured there must be a few people on here using the Hibernate forum as well. Just tried to register on the Hibernate forum but got a message saying the e-mailer failed. It seems my account was created but is inactive, and the system can't send the activ

[jboss-user] [JBoss Seam] - Re: Accessing static finals

2006-07-24 Thread CptnKirk
A less crazy solution might be to simply access your entity via a session/conversation scoped Seam component wrapper/decorator. Still could be more trouble than it's worth. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958306#3958306 Reply to the post : h

[jboss-user] [JCA/JBoss] - Re: can't auto connect

2006-07-24 Thread huangqingqing
sorry , I use the jboss4.02 not jboss4.03 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958278#3958278 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958278 ___ jboss-user ma

[jboss-user] [Installation, Configuration & Deployment] - Re: Difference between

2006-07-24 Thread rajeshchande
Surprisingly the following jars do not exist in the distribution, so am unable to perform the steps 15,16 and 17. 15. Copy jboss-ejb3-client.jar from the lib/ directory of the distribution to jboss-4.0.x/client - jboss-ejb3-client.jar DOES NOT EXIST in the EJB 3.0 RC8 distribution 16. Copy jbos

[jboss-user] [JBoss Portal] - Re: Edit a File without creating a new file

2006-07-24 Thread [EMAIL PROTECTED]
No, this is due to Version Control - you can recover files from previous versions. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960387#3960387 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960387 ___

[jboss-user] [EJB 3.0] - Re: EJB3 and Filter Annotation

2006-07-24 Thread sellerjd
Some interested parties, but no chatter on this. Leads me to assume that EJB3 does not, is not, going to support the @Filter Annotation anytime soon. Bummer... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960386#3960386 Reply to the post : http://www.jb

[jboss-user] [JBoss Portal] - Re: 2.4 CR2 Download Sizes are smaller than advertised

2006-07-24 Thread [EMAIL PROTECTED]
The CR2 release is missing quite a bit of documentation files, so you see a smaller download size. Also, since CR1 we have removed the thirdparty libs from the source distribution, which makes this bundle smaller as well. Aside from the download size, do you have any problems on Portal Startup (

[jboss-user] [JBoss Seam] - Re: Hibernate Validation / Page Scope --> allways new entity

2006-07-24 Thread bfo81
First: Forget what I just said about @Conversational. When clicking the back button the browser loads the page from its cache. Ok, now back to your prob. Maybe your list isn't up to date. Try it like this: EditBean: public String save() { | ... | Events.instance().raiseEvent("whatev

[jboss-user] [JBoss jBPM] - Re: [jBPM][3.1.1] Get a timer instance with API

2006-07-24 Thread ephemeris-lappis
Ok for the fix you did on the JIRA... Now, more details about my needs... After a task terminates, the process decides to follow a transition to a new task. This last one must start initializing a timer that must fire after a given timeout. This timeout must be calculated according to business

[jboss-user] [JBoss Portal] - Re: User Input Req for 2.6 Usability and UI enhancements

2006-07-24 Thread [EMAIL PROTECTED]
"Frozen4Time" wrote : I think the biggest thing that is needed for the portal is a WYSIWYG style page layout. While I think the current tree view in the admin portlet is a nice way to get a big picture view of "what is where" in the portal, it's not very intuative or user freindly. | We act

[jboss-user] [Beginners Corner] - Re: Call EJB on a Schedule?

2006-07-24 Thread Goonie
"wdfink" wrote : | - start some checks for administrativ issues (cleaning or statistics ...) | In the second case an administrator manage it. This is the case in my app. "wdfink" wrote : | I create the Timer with a client (WEB or rich) with an administration console. But I think you can

[jboss-user] [JBoss jBPM] - JIRA-654 - Cancelling a TaskInstance "performs" the task

2006-07-24 Thread cpob
http://jira.jboss.com/jira/browse/JBPM-654 I'm using jBPM 3.1.2, and though this bug was fixed, but I don't know if it is The task is properly ended and canceled, but then it just goes on to the node's default transition. What if you want to cancel a task and have the node go to a specific tra

[jboss-user] [Security & JAAS/JBoss] - Re: Credential caching question

2006-07-24 Thread jaikiran
anonymous wrote : I want to let the user know that they have authenticated but failed authorization and to trying logging in with another username and password that has authorization On detecting a authorization failure, why dont you invalidate the session, so that user credentials are discarde

[jboss-user] [JBoss jBPM] - Re: WebApp Development

2006-07-24 Thread Viegas
Ok here goes, the console | 14:40:00,163 DEBUG [CommandExecutorThread] waiting for more messages | 14:40:00,163 DEBUG [StaticNotifier] going to wait for (CMD_EXECUTOR, [EMAIL PROTECTED]) | 14:40:02,944 DEBUG [JbpmContextInfo] creating jbpm context with service factories '[message, schedule

[jboss-user] [Security & JAAS/JBoss] - Re: Restricting Users Login From IP Adresses

2006-07-24 Thread [EMAIL PROTECTED]
Have you looked at Tomcat standard valves that can restrict based on ip address or host name? Why recreate a login module for this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958127#3958127 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBoss Portal] - Re: User Input Req for 2.6 Usability and UI enhancements

2006-07-24 Thread [EMAIL PROTECTED]
"PeterJ" wrote : Why can't it be formatted using the Nphalanx theme? The style sheet and graphics are available. Besides, many systems that require logging on have a default (i.e., non-personalized) look for the login page. | Right. Thats the way it used to be. I'll see if I can get that be

[jboss-user] [JBossCache] - Re: java.io.NotSerializableException: java.lang.Object -Clus

2006-07-24 Thread [EMAIL PROTECTED]
Somewhere in the object graph is an instance of java.lang.Object, which does not implement Serializable. Looks like the ref is held by a fairly deep object graph rooted in an ArrayList; the ArrayList is object stored as a session attribute. View the original post : http://www.jboss.com/index.

[jboss-user] [JBoss jBPM] - GPD deployment and commons file upload version

2006-07-24 Thread alf_dave
Hi, After some "tweaking" of the jBPM Console Webapp, I've managed to loosely integrate the bpm stack with Alfresco's tomcat stack (thanks to some help from Spring Modules), such that db connections, transactions etc are shared between jBPM and Alfresco. By "tweaking", I mean I've had to modif

[jboss-user] [Beginners Corner] - Re: rotate logs while jboss is running

2006-07-24 Thread jaikiran
I meant, open the log4j.xml in a text editor and just do a save(you need not do any changes to the contents of the file). This will change the last modified time of the log4j.xml file and the Log4jTimerTask will pick up this change(in its next scheduled interval of 60 seconds) View the origin

[jboss-user] [JBoss Seam] - Re: Error during model data update

2006-07-24 Thread jason_rency
yes, the loginAction bean will outject user (@In @Out)but not in the registeraction bean. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960370#3960370 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960370 __

[jboss-user] [JBoss Seam] - Re: Ajax¤JSF wi th Seam

2006-07-24 Thread gus888
That is great! Thank you so much, Thomas. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958063#3958063 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958063 ___ jboss-user ma

[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss 3.2.5 fails startup with -Xmx1536m

2006-07-24 Thread jayankandathil
Thanks very much, Peter. - Jayan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958064#3958064 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958064 ___ jboss-user mailing li

[jboss-user] [JBoss Seam] - Re: Hibernate Validation / Page Scope --> allways new entity

2006-07-24 Thread mrwhite
hi bfo, I tried your approach but now i get no changes to my entity. Steps: 1. I added a new entry 2. i click on the link and get on the edit page 3. i remove a property text that has a hibernate validator 4. i get the validator message 5. i fill in a new value 6. i click on the save button and c

[jboss-user] [EJB 3.0] - Re: Javassist throws SecurityException on new 4.0.4GA

2006-07-24 Thread ana_oleski
Hi, how in the world did you change your setting from javassist to cglib? I've beeen fighting for hours with it now. I've tried -Dhibernate.bytecode.provider=cglib when starting jboss and in persistence.xml to no avail JBoss console: [Environment] Bytecode provider name : javassist I adde

[jboss-user] [JBoss jBPM] - Re: WebApp Development

2006-07-24 Thread newbie007
Paste your code or copy any exception you are getting. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960368#3960368 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960368 __

[jboss-user] [JBossWS] - WebService message security

2006-07-24 Thread QPool.Char
Hello, i thought of posting to the Security forum, but decided to post my question here because it is strongly related to WebServices. I m analysing Message security in combination with JAXWS WebServices. The Java EE 5 tutorial says that XWSS supports deployment onto any of the following contai

[jboss-user] [Beginners Corner] - Re: rotate logs while jboss is running

2006-07-24 Thread peter74
Thanks Jaikiran, But I didn't quite understand by 'save the same', you just need to touch the file right. No changed on the server.log right? Just touch the log4j.xml file(so that its last modified timestamp changes) and anonymous wrote : save the same. View the original post : http://www.

[jboss-user] [JBoss Seam] - Re: Hibernate Validation / Page Scope --> allways new entity

2006-07-24 Thread bfo81
Unfortunatley yes. But I think it's not likely that this will cause any problems. If the user opens another editor page later then it will get its own new conversation. The old conversation will remain in memory and get deleted after a certain amount of time. And there's even another problem yo

[jboss-user] [JBoss Seam] - Re: Error during model data update

2006-07-24 Thread petemuir
You seem to be missing @Out on user as well - or are there other beans involved that outject user? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960362#3960362 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960362 ___

[jboss-user] [JBoss Seam] - Re: Error during model data update

2006-07-24 Thread jason_rency
thanks for the article. Indeed, I don't have a create = true or new User(). but the problem was still there when I added the create = true or new User() in the registerActon.java actually, in the booking example I haven't see create= true or new user() in registerAction.java View the origina

[jboss-user] [JBoss jBPM] - Re: A timer associated to a process instance ?

2006-07-24 Thread cpob
"biggef" wrote : "cpob" wrote : According to the XML Schema, you can put a create-timer element on a process definition, but it never did anything through my testing | ie nothing happens when the timer fires ? | Was the timer cancelled when leaving a node ? It never created the timer. The

[jboss-user] [JBoss jBPM] - Re: problems integrating jbpm console with another applicati

2006-07-24 Thread jainer
Hi, thanx... i think the problem can has solution with Hibernate.initialize(), but i don't know what part of the session is closed. I used Hibernate.isInitialized() to see what is closed and where is closed, but Hibernate.isInitialized() prints the same that when works fine. Another idea? Regar

[jboss-user] [Beginners Corner] - How to access remote file system from Swing client?

2006-07-24 Thread kingofhawks
Deal All: I want to acess remote file system from my swing client running in different JVM.Does JBoss have some solutions for this purpose?Or anyone can recommend some open source library or any suggestions to satisfy this requirement? Any advice will be great appreciated. Best Regards!

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - SQLBase (GUPTA) - getIndexInfo(...) => SQLException

2006-07-24 Thread olvin
Hello, We try to access to a SQLBase database from Gupta and there's only one problem remaining... We have the last JDBC Driver from Gupta (v. 9.0.1) We try to deploy the example "cmproster" from the ejb directory from j2eetutorial1.4 from Sun : - With HyperSonic SQL => no problem. - with SQLBas

[jboss-user] [JBoss Seam] - ConcurrentModificationException

2006-07-24 Thread bluetrade
Hi, I am getting a ConcurrentModificationException which I cannot really resolve, maybe someone has some hints... I have the following: | @Stateful | @Name("accBroker") | @Scope(CONVERSATION) | @LoggedIn | public class AccountBrokerBean implements AccountBroker{ | | @In(create

[jboss-user] [Installation, Configuration & Deployment] - EXPLODED EAR won't redeploy even when touching application

2006-07-24 Thread rpiaggio
OOOPS! That should have been "EXPLODED EAR won't redeploy..." in the subject... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960353#3960353 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960353 ___

[jboss-user] [JBossCache] - Re: unable to configure logging

2006-07-24 Thread matabo
Well, log4j.xml was in my classpath, but log4j.jar wasn't :-) I added it and now I am able to configure logging output from JBossCache in a java stand alone application. Now I'll give a check to WebLogic. log4j.jar is in Weblogic system classpath, but no output is produced. thanks to everybody

[jboss-user] [JBoss Seam] - Re: Hibernate Validation / Page Scope --> allways new entity

2006-07-24 Thread mrwhite
Ok, i will try this. But: when i have a link in a template and a user doesnt press the save button is the conversation still open? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960351#3960351 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBoss jBPM] - Re: A timer associated to a process instance ?

2006-07-24 Thread biggef
"cpob" wrote : According to the XML Schema, you can put a create-timer element on a process definition, but it never did anything through my testing ie nothing happens when the timer fires ? Was the timer cancelled when leaving a node ? "cpob" wrote : What you could do, is put a create-timer on

[jboss-user] [JBoss Portal] - Re: Saving user specific preferences

2006-07-24 Thread [EMAIL PROTECTED]
I see your point. The thing is that those portlets (news) have caching enabled so if you customize a portlet and change identity, you still have the previous entry for a while which is a very confusing experience. Try to edit jboss-portal.sar/portal-samples.war/WEB-INF/portlet.xml and remove th

[jboss-user] [JBoss Seam] - Integrating AJAX Frameworks with SEAM

2006-07-24 Thread klsateesh
HI All, I am new to SEAM and wondering how easy to integrate an existing AJX Framework ( jMaki or DWR) into SEAM. Does seam comes with an AJAX Framework ?? Or it only works with JSF Components which support AJAX nature?? Thanks Sateesh View the original post : http://www.jboss.com/index.htm

[jboss-user] [EJB 3.0] - Re: Eclipse RCP connect to JBoss EJB 3.0

2006-07-24 Thread [EMAIL PROTECTED]
buddyclassloading should work, but remember it is the plugin that has the dynamic classloading jars that needs to be a buddy. Also remember to run eclipse with a -clean argument since eclipse can be stubborn in actually recognizing new things in manifest.mf/plugin.xml without it. View the orig

[jboss-user] [JBossCache] - Re: unable to configure logging

2006-07-24 Thread matabo
I changed log4j.xml as you suggested. Output is: | [INFO] PropertyConfigurator - -Found existing property editor for org.w3c.dom.Element: [EMAIL PROTECTED] | [INFO] PropertyConfigurator - -configure(): attribute size: 13 | [INFO] TreeCache - -setting cluster properties from xml to: UDP(b

[jboss-user] [Beginners Corner] - Re: Call EJB on a Schedule?

2006-07-24 Thread wdfink
often we have two cases: - do something for the depends on a timestamp from data (e.g. warning of a meeting in calendar) - start some checks for administrativ issues (cleaning or statistics ...) In the first case the entity manage the timer (it's easy) In the second case an administrator

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: How to configure batch/fetch size

2006-07-24 Thread azhurakousky
Believe me, I hate to say it, but it does work for me here. . . Do you have any other EJB3 configuration deployed? Here is what I get: | 08:34:54,743 INFO [SettingsFactory] JDBC batch size: 19 | and here is my persistance.xml | | | | org.hibernate.ejb.HibernatePersiste

[jboss-user] [JBoss Seam] - Re: nested conversation kills its parent if id is specified

2006-07-24 Thread petekol
"petekol" wrote : @Begin(id="newEmp", nested = true, ifOutcome = "newPage") | kills it's parent conversation and creates two new conversations where newEmp is a root one. | | @Begin( nested = true, ifOutcome = "newPage") works without problems. | | could it be a bug? sorry, seam d

[jboss-user] [JBoss jBPM] - Re: Help needed- Regarding Regarding jbpm-jpd

2006-07-24 Thread cpob
I would not suggest jBPM for what you want to do. Just create a simple jsp/servlet, or use Struts, Spring, Java Server Faces (JSF). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960342#3960342 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss jBPM] - Re: A timer associated to a process instance ?

2006-07-24 Thread cpob
According to the XML Schema, you can put a create-timer element on a process definition, but it never did anything through my testing. What you could do, is put a create-timer on the start-node and then an cancel-timer on all end nodes. View the original post : http://www.jboss.com/index.html?

[jboss-user] [JBoss Seam] - nested conversation kills its parent if id is specified

2006-07-24 Thread petekol
@Begin(id="newEmp", nested = true, ifOutcome = "newPage") kills it's parent conversation and creates two new conversations where newEmp is a root one. @Begin( nested = true, ifOutcome = "newPage") works without problems. could it be a bug? View the original post : http://www.jboss.com/inde

[jboss-user] [JBoss jBPM] - Re: [jBPM][3.1.1] Get a timer instance with API

2006-07-24 Thread cpob
I don't have access to commit to the CVS (nor can I do so from work). I created/commented on a Jira though. The issue I talk about, is in the action handler. When you have the executionContext, and do a .getTimer() on it (during a timer action event), it would always return null. My fix assi

[jboss-user] [JBoss jBPM] - WebApp Development

2006-07-24 Thread Viegas
Im trying to develop a web aplication based on the webapp example but without the JSF and Im using the Bean classes as normal classes and not as beans. Im geting the tasklist for a user but when I click on the link to the taks nothing happens, I'm redirecting the link to a Servelet tha calls the

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBoss Eclipse IDE, Eclipse 3.1 and upcoming WTP versions

2006-07-24 Thread subhanikhan_mca
What is the difference between Run and RunAs in Eclipse IDe View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960336#3960336 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960336 ___

[jboss-user] [Beginners Corner] - Re: Call EJB on a Schedule?

2006-07-24 Thread Goonie
Thanks for your help. I have now implemented the TimedObject interface in my bean. The problem is now how to register the Timer. I'd like the (recurring) Timer to be run right from application startup, before I invoke any of the component interface methods. Is this possible? Ideally, I'd like t

[jboss-user] [JBoss Seam] - Re: Hibernate Validation / Page Scope --> allways new entity

2006-07-24 Thread bfo81
"mrwhite" wrote : But why do i need a conversation for that. it works fine when no validation fault appears.That's the point. If there's no validation fault, everything is ok. BUT: If there is one, then the page needs to be reloaded. Hence the state of the editor page must be "reloaded", too. An

[jboss-user] [JBoss Seam] - Re: Patterns and Seam

2006-07-24 Thread Basel
"[EMAIL PROTECTED]" wrote : We are already well advanced on a Seam book (it is at the review process) | It would be nice if we could participate in the review process. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960334#3960334 Reply to the post : http:

[jboss-user] [EJB 3.0] - Eclipse RCP connect to JBoss EJB 3.0

2006-07-24 Thread jensmcramer
Hi all! I know that this forum is not really the right place for my question because my problem is more an eclipse / RCP / classloader problem, but I hope that someone here can point me to the right direction. My searches on google gave me some results but none of them bring me a working soluti

[jboss-user] [JBoss jBPM] - A timer associated to a process instance ?

2006-07-24 Thread biggef
I would like to set up timers associated to process instances. It seems as if it is only possible to associate them to task instances or nodes, but I may have skipped something in the documentation (or maybe some body has written suc a timer). So can a timer be associated with a process instance

[jboss-user] [JBoss Seam] - Re: dvd example - get process instance from order id questio

2006-07-24 Thread jbpmndc
This query takes place in the ShowOrdersAction bean. I don't see the table LongInstance in the data model for jBPM: http://wiki.jboss.org/wiki/Wiki.jsp?page=Jbpm31DataModel Has anyone had any success in piecing this together? View the original post : http://www.jboss.com/index.html?module=

[jboss-user] [EJB 3.0] - Re: Problem with ArrayLists in SessionBeans and idle time

2006-07-24 Thread wolfc
I checked the source code based on your stack trace. It is a bug. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960328#3960328 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960328 _

[jboss-user] [Beginners Corner] - Re: Drools and Portlets integration problem

2006-07-24 Thread dgallego
I've solved it: I have needed the common-jci library included in Drools. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960327#3960327 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960327 __

[jboss-user] [JBoss Seam] - Re: Hibernate Validation / Page Scope --> allways new entity

2006-07-24 Thread mrwhite
First thanks for the answer. But why do i need a conversation for that. it works fine when no validation fault appears. And where should i put the @Begin annotation? I just have my clientPersonService to deliver a simple list: @Stateless | @Name("clientPersonService") | public class Clien

[jboss-user] [JBoss Seam] - Re: Error during model data update

2006-07-24 Thread petemuir
No. http://www-128.ibm.com/developerworks/library/j-jsf2 This is a good introduction to the JSF lifecycle and should help you understand what the error message 'error during model update' means. As I mentioned above it looks like you never create an instance of user (either via new User() or c

[jboss-user] [Remoting] - Re: rmi registry

2006-07-24 Thread choozie
I foundt out that I actually do get an error before that. Calling RMIServerInvoker rmiserver = new RMIServerInvoker(myLocator); gives ERROR [org.jboss.remoting.transport.rmi.RMIServerInvoker - 246] Error unbinding RMIServerInvoker from RMI registry. java.rmi.NotBoundException: remoting/RMISer

[jboss-user] [JBoss Seam] - Re: Error during model data update

2006-07-24 Thread jason_rency
I have four properies for the entity bean: UId pinHASH EMail PhoneNumber. among those the pinHash is not set directly from the registration page. it is set in the regiser() method (registeration.java) where the hashcode of the PIN(get this from the registration page) is caculated. should this b

[jboss-user] [JBoss Portal] - How to remove decoratoion from a portlet.

2006-07-24 Thread anurudh
Please tell me how to remove decorataion from portlet. I have tried the way given in reference guide but nothing has happened. In my portlet window i added this code as given in the reference guide org.jboss.portal.property.nodecoration true

[jboss-user] [JBoss jBPM] - Re: FacesContext

2006-07-24 Thread Viegas
Ignore my last post, Ive finally understood what you said, this part is working fine now. Thanks for your sugestion View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960320#3960320 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[jboss-user] [JBoss Seam] - Re: Error during model data update

2006-07-24 Thread jason_rency
I set a break point at the setUId method of the entity bean, it seems the setter method hasn't been called. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960319#3960319 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3

<    1   2   3   4   >