[JBoss-user] [JBoss jBPM] - Re: cannot jbpmSession.commitTransaction()

2006-02-08 Thread RAlfoeldi
You will need to configure Hibernate to use container managed transactions. Its in the docs somewhere. If you haven't found it by then, I'll post it in a few hours (sorry, not in the office right now.) Greetings View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

[JBoss-user] [JNDI/Naming/Network] - Re: Empty

2006-02-08 Thread romankr
Problem is solved - ive found jars from jboss 4.0.3 in classpath. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922493#3922493 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922493 ---

[JBoss-user] [JBoss jBPM] - Re: mulit-threading and commit transaction

2006-02-08 Thread RAlfoeldi
Right on. Basically every non-read access to any element of a processInstance should be inside of a lock on the processInstance. Logs are written, variables set, etc. etc. There are many reasons why this is required. You cannot however use synchronized(). This locks on the Java Object, not on

[JBoss-user] [JBoss Portal] - Re: Portal doesn't notice window rename?

2006-02-08 Thread [EMAIL PROTECTED]
in 2.2 the deployment descriptor is a feed for the database, otherwise we could not implement dynamicity. it is used only one time when the entry in the container does not exist and then is not used anymore. so you should not use it like that unless you recreate the db on each startup. View t

[JBoss-user] [Installation, Configuration & Deployment] - Re: How to share classes through wars with isolated ClassLoa

2006-02-08 Thread bgonline
Hi Tyler, Thank you for your answer. Yes, I'm sure that I don't have a copy of my shared classes. If it was the case, I would have a ClassCastException, but I have a ClassNotFoundException. And you are true, the parameter java2ClassLoadingCompliance doesn't change anything if my configuration.

[JBoss-user] [EJB/JBoss] - EJB Transaction Problem when upgrade from 3.2.5 to 3.2.6 - U

2006-02-08 Thread hwmeng
Dear all, i have one application that run well on jboss 3.2.5, but errors when i try to deploy in Jboss 3.2.6 or any above version. The application run on Windows XP, OracleDB 9.0.2 I suspect is the oracle jdbc driver problem, but still can't get any luck. Pls help, thanks... 14:54:59,818 ERR

[JBoss-user] [JBoss Seam] - Re: Beta 2: Names vs JNDI, jndiPattern, etc

2006-02-08 Thread jay_stramel
Does that mean that if you specify the name with the annotation that the jar name isn't needed to look it up? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922487#3922487 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[JBoss-user] [EJB 3.0] - Re: java.rmi.MarshalException thrown under RC4

2006-02-08 Thread dennis park
ha,..i just got it to run with 4.0.3 lib before reading your response,..but i'll give 4.0.4 a spin too. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922485#3922485 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=392248

[JBoss-user] [EJB 3.0] - Re: Clustered Entity beans

2006-02-08 Thread asaf
does aby one has a working cluster entity bean example I just want to know hoe to configure the persistence.xml thnx, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922484#3922484 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[JBoss-user] [JBoss jBPM] - event handling and bubbling

2006-02-08 Thread icyjamie
Is it possible for event handlers to stop bubbling up? e.g. I have a task-create event handler on process level, and a specific task-create event handler on some task in the process. Is it possible to specify that the event processing should stop there? Of course, if events are processed top-down

[JBoss-user] [JNDI/Naming/Network] - Re: java:comp/env fails with communication exception

2006-02-08 Thread girishprasad
what is the deployment descriptor entry for the said bean? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922482#3922482 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922482 --

[JBoss-user] [JBoss Seam] - Re: 1.0 beta 2 released

2006-02-08 Thread [EMAIL PROTECTED]
Hmmm. This *should* have been fixed. I will ask Bill about it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922481#3922481 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922481 --

[JBoss-user] [JBoss Seam] - Re: 1.0 beta 2 released

2006-02-08 Thread rdewell
anonymous wrote : Re: "EJB3 will throw an exception if you have to EJBs with the same EJB name in the same EAR." Not currently. Instead, the application starts up perfectly -- without exception, error, or warning. Two beans with the *same* JNDI are printed in the log: | 18:36:27,841 INFO

[JBoss-user] [JBoss Seam] - Re: Expression Fails when In and Out injection specified

2006-02-08 Thread amarinis
Yep, that worked. This appears that primitives are not liked when using seam with jbpm I have also had the issue before with Strings and int's. Makes sense though if something is null a long would not handle that. thanks View the original post : http://www.jboss.com/index.html?module=bb&op=vi

[JBoss-user] [Installation, Configuration & Deployment] - how to move a file into another folder

2006-02-08 Thread [EMAIL PROTECTED]
Hi, I'm not sure this question belong to this session. anyway my question is when I use a scheduler MBean to move a file from a folder to another folder, like using file.renameTo(new File(...) there is no any exception caught, but the file no changed. Do I have to configure JBoss somehow, how

[JBoss-user] [EJB 3.0] - Re: Urgent help!!!

2006-02-08 Thread gus888
Thank you so much, all. I just found the bug. I did not define A (new A() in my managed session bean. Since I use jsf, myfaces, myfaces tiles and ejb3, I thought it was very difficult to debug. Now, I just realized I forgot to define the entity bean. Thanks again for your response and help! Sh

[JBoss-user] [JBoss Seam] - Re: Expression Fails when In and Out injection specified

2006-02-08 Thread [EMAIL PROTECTED]
Try using java.lang.Long View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922476#3922476 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922476 --- This SF.net email is

[JBoss-user] [JBoss Seam] - Expression Fails when In and Out injection specified

2006-02-08 Thread amarinis
@In(required=false) @Out(scope=ScopeType.BUSINESS_PROCESS,required=false) long fileId; The above makes a task expression fail. If I remove the @In annotation then everything works fine. However I have another method within the same seam component that requires the varbiable at a later stage in t

[JBoss-user] [JBoss Seam] - Re: 1.0 beta 2 released

2006-02-08 Thread [EMAIL PROTECTED]
"rdewell" wrote : To solve the old problem and this new problem, why not use a combination approach like "EAR Name / FQ Class Name / local"? It's your project and I'm currently one user with this problem, but looking ahead it just feels like an unnecessary and avoidable source of potential conf

[JBoss-user] [JBoss Seam] - Re: 1.0 beta 2 released

2006-02-08 Thread [EMAIL PROTECTED]
No, you don't need to keep it in mind because EJB3 will throw an exception if you have to EJBs with the same EJB name in the same EAR. So you will know immediately if you did something wrong. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922473#3922473 Repl

[JBoss-user] [JBoss Seam] - Re: 1.0 beta 2 released

2006-02-08 Thread rdewell
I suppose it's ultimately a matter of aesthetics and it does have workarounds. However, it is just one more thing I and others are going to have to keep in mind while developing: "Does this unqualified class name conflict with a class name in another *package*. If so, then I have to give it a

[JBoss-user] [JBoss Seam] - Re: Beta 2: Names vs JNDI, jndiPattern, etc

2006-02-08 Thread [EMAIL PROTECTED]
huh? So different "versions" lived in different packages? This is a very, very strange thing, surely? What is so hard about @Stateful(name="qualifiedName") in these kind of strange cases? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922471#3922471 Reply

[JBoss-user] [JBoss Seam] - Re: Beta 2: Names vs JNDI, jndiPattern, etc

2006-02-08 Thread jay_stramel
Although I can see how it was broken for that particular case, the JNDI change has made things much more difficult for many other cases. The application I'm working on is comprised of many different deployables and each one has a version number that changes over time. I'm not even sure how to

[JBoss-user] [EJB 3.0] - Re: java.rmi.MarshalException thrown under RC4

2006-02-08 Thread [EMAIL PROTECTED]
RC5 was out a few days ago. 404 was release yesterday. You should be able to use the client libs from that. Let the forum know if there is any problems. http://www.jboss.com/products/jbossas/downloads View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922469#3

[JBoss-user] [Beginners Corner] - Jboss XML file descriptions.

2006-02-08 Thread Ayusman
Hi All, as there are many xml files to configure the JBoss server, I wanted to know if there is any document or material available on the net that explains these XML files in detail, and their use. Just like the BEA webdoc describes the xml files used in the Weblogic server. Any pointers will be

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: How to create a DB pool in JBoss??

2006-02-08 Thread Ayusman
Thanks a lot for the help. Ayusman View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922467#3922467 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922467 --- This SF.n

[JBoss-user] [JBoss Seam] - Re: 1.0 beta 2 released

2006-02-08 Thread [EMAIL PROTECTED]
The old behavior was worse broken because multiple EARs conflicted with each other. I suppose we *could* use fqns, but really it seems quite ugly to have qualified names in a JNDI name. Seems to me that the current behavior is pretty great in 99% of cases. View the original post : http://www.

[JBoss-user] [EJB 3.0] - Re: Urgent help!!!

2006-02-08 Thread chrismalan
Just maybe this may help. In your case B is A (has access to all methods and fields of A), but A is not B. A has only access to its own methods and fields. Trying to use methods and access fields of B through A will not work, although the opposite will. View the original post : http://www.jb

[JBoss-user] [JBoss Seam] - Re: Beta 2: Names vs JNDI, jndiPattern, etc

2006-02-08 Thread [EMAIL PROTECTED]
Note that I asked for this change in EJB3 because we had a major problem where Seam apps would not deploy alongside each other because the same local interface existed in multiple EARs. So the old way was much more broken. View the original post : http://www.jboss.com/index.html?module=bb&op=v

[JBoss-user] [JBoss Seam] - Re: Beta 2: Names vs JNDI, jndiPattern, etc

2006-02-08 Thread [EMAIL PROTECTED]
I think it is *extremely* uncommon to have to session beans with the same EJB name in the same EAR. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922463#3922463 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922463

[JBoss-user] [EJB 3.0] - Re: Entity Beans extending a POJO - will I ever get this to

2006-02-08 Thread chrismalan
Hi Peter, I have successfully extended from a base class in several applications. Other problems crop up so I don't have things too easy, but not this one. You will find the solution here: http://docs.jboss.org/ejb3/app-server/tutorial/singleinheritance/single.html Also, the extended class sho

[JBoss-user] [JBoss Seam] - Re: 1.0 beta 2 released

2006-02-08 Thread rdewell
To preface, I appreciate the hard work and effort on this important project. I hate to be abrupt, but this new JNDI name resolution behavior versus beta 1 is unusable for large applications. (Actually, in my opinion, even error prone for small applications). Beta 1 was simple, straightforward,

[JBoss-user] [JBoss Seam] - Re: EntityManager in a decision expression

2006-02-08 Thread amarinis
FYI I needed to make the component Stateful too. thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922460#3922460 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922460 ---

[JBoss-user] [JBoss Seam] - Beta 2: Names vs JNDI, jndiPattern, etc

2006-02-08 Thread rdewell
I don't know if it was a change in the ejb spec, Seam, or both, but my Seam code has just become a whole lot more complicated and error prone with this new release -- all with regard to the new JNDI naming requirements. For example, my *.ejb contains code for multiple web applications. They bot

[JBoss-user] [JBoss jBPM] - login page bypass

2006-02-08 Thread vas74
how i can?byass the login page and forward to the next page with username and password ib url for your default application View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922458#3922458 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[JBoss-user] [JBossCache] - Re: Contents of a Tree Cache as a collection?

2006-02-08 Thread [EMAIL PROTECTED]
No. But please open up a Jira if you deem this is needed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922457#3922457 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922457 ---

[JBoss-user] [EJB 3.0] - Re: Error with fetching nested entities

2006-02-08 Thread onezzstt
In this application a InfondsPartner(p) has a InfondsMandant(m) with one-to-one relation. And InfondsMandant has a String field with name "name". If i run p.getMandant().getName(), it throws the "org.hibernate.LazyInitializationException: could not initialize proxy - no Session" exception in my

[JBoss-user] [JBossCache] - Re: JCache JSR 107

2006-02-08 Thread [EMAIL PROTECTED]
Unfortunately JSR 107 is not yet out, so JBossCache cannot be compliant. We intend to make changes to the API of JBossCache for the 2.0 version to align ourselves with the draft API of JSR 107, so that when the JSR is final we will be able to provide a compliant version soon afterwards. View t

[JBoss-user] [EJB 3.0] - Re: java.rmi.MarshalException thrown under RC4

2006-02-08 Thread dennis park
4.0.4, that is.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922453#3922453 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922453 --- This SF.net email is sponsor

[JBoss-user] [EJB 3.0] - Re: java.rmi.MarshalException thrown under RC4

2006-02-08 Thread dennis park
i am getting a similar stack trace when running a simple java client. i did read the message from bill that with 4.0.3's client libs are not usable, so my question is, when can we expect this to be available? also, are there any known work arounds for this particular case? (running a simple j

[JBoss-user] [EJB 3.0] - Re: Error in delete and update (unknow column)

2006-02-08 Thread onezzstt
supplement: This problem happens not only in this EntityBean but also in some other EntityBeans. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922451#3922451 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922451 ---

[JBoss-user] [JBoss jBPM] - Re: mulit-threading and commit transaction

2006-02-08 Thread dharraj
Hello Rainer, Here is how I understand the problem, see if I am correct. I have one thread that is saving the process instance, which results in the call to the saveLogs. The saveLogs traverses pi's log list using the iterator. Meanwhile another thread calls token.signal(), which causes a new S

[JBoss-user] [EJB 3.0] - Re: Error in delete and update (unknow column)

2006-02-08 Thread onezzstt
If i try to delete this EntityBean(or update e.g. my easy testing by setName("...")), the auto created SQL in JBossAS Hibernate is not correct. It creats always a unknow column(see up the JBoss Error Out), which is neither in the EntityBean nor in the database table. Thanks alot for your feedba

[JBoss-user] [EJB 3.0] - Re: Error in delete and update (unknow column)

2006-02-08 Thread onezzstt
the EntityBean is auto-created with hibernate code generation: | | the hbm.xml file: | | | | | true | | | | | | | | |

[JBoss-user] [EJB 3.0] - Re: Error in delete and update (unknow column)

2006-02-08 Thread onezzstt
the to be deleted EntityBean: | package eu.cleversoft.infonds2.entities; | // Generated 20.01.2006 00:36:01 by Hibernate Tools 3.1.0 beta3 | | import java.util.HashSet; | import java.util.Set; | import javax.persistence.Column; | import javax.persistence.Entity; | import javax.per

[JBoss-user] [EJB 3.0] - Error in delete and update (unknow column)

2006-02-08 Thread onezzstt
i have a problem with deleting EntityBean(entityManager.remove(object)) in JBossAS4.0.3 with EJB3. (With JBossAS installing I have selected component "all".) Please refer to the following posts: View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922445#3922445 R

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Hibernate Code Generation hbm2java (jdk5 & EJB3)

2006-02-08 Thread onezzstt
all of hbm.xml files runs in old hibernate correctly. Are these problems normal-bugs in JBossAS? If so, would they be so resolved in next JBoss Release Version? and Wenn? Thanks a lot for your feedbacks! Juan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=392

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Hibernate Code Generation hbm2java (jdk5 & EJB3)

2006-02-08 Thread onezzstt
the 5th problem: the auto-created POJO: | @OneToMany(cascade={}, fetch=FetchType.LAZY, mappedBy="unresolved") | @Cascade( {CascadeType.ALL, CascadeType.DELETE_ORPHAN} ) | //should be here @MapKey creatd? | public Map getFieldChanges() { | return this.fieldChanges; |

[JBoss-user] [JBoss jBPM] - Re: BPEL - abnormal end of process

2006-02-08 Thread adrian.andrei
Yeah, I responded to the posting with the solution I used. Exactly the same. If you put the second assign in a while loop you have a very "nice" stack trace (instead of end process event) Regards, AA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922442#392

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Hibernate Code Generation hbm2java (jdk5 & EJB3)

2006-02-08 Thread onezzstt
the 4th problem, same like the 2nd problem: the auto-created POJO: | package eu.cleversoft.infonds.ejb3.entities; | import javax.persistence.Embeddable; | import javax.persistence.ManyToOne; | | (Does JBossAS4.0.3SP1 support not @Embeddable? Because If i correct it here @[EMAIL PROTECT

[JBoss-user] [JBoss jBPM] - Re: Unexpected process end in the mid of a bpel

2006-02-08 Thread adrian.andrei
I had the same issue, try to cache response1 text part in a type variable and then use it in second assign. | | | | | | | I think I put here something similar (or I was about to)... Regards, AA View the original post : http://ww

[JBoss-user] [JBoss jBPM] - Re: BPEL - eventHandlers

2006-02-08 Thread [EMAIL PROTECTED]
There is an event handler in the ATM example that reports the status (/process/sequence/scope): | [...] | | | | | | | | [...] | | | | | Any

[JBoss-user] [Installation, Configuration & Deployment] - Re: How do I install STRUTS (war)?

2006-02-08 Thread jdidboss
Thank you very much -- I appreciate your answer. ...John View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922438#3922438 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922438

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Hibernate Code Generation hbm2java (jdk5 & EJB3)

2006-02-08 Thread onezzstt
the 3rd problem, please refer to the red-colored text: the auto-created POJO: | @OneToMany(cascade={}, fetch=FetchType.LAZY, mappedBy="index") | @Cascade( {CascadeType.ALL, CascadeType.DELETE_ORPHAN} ) | | public Set getWerte() { | return this.werte; | } |

[JBoss-user] [JBoss jBPM] - Re: BPEL - receive/reply flush

2006-02-08 Thread adrian.andrei
I am not sure I explained my position. The commit I am talking about is in JMS, basically making sure that the reply (in this case) reaches the client in timely fashion. Corelating that with the process instance persistency, it is a different story. My point doesn't exclude process instance per

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Hibernate Code Generation hbm2java (jdk5 & EJB3)

2006-02-08 Thread onezzstt
the used hbm.xml file for the second problem: | | | | | | Die Kurse bzw. NAVs (Net Asset Values) der einzelnen Funds an den jeweiligen Tagen. | @author Florian Clever | | | | Generated Pr

[JBoss-user] [JBoss Portal] - Re: Migration from Portal 2.0

2006-02-08 Thread vodafone5574
Can you please provide info on struts bridge ?? does it work on jboss portal 2.2 rc2 ?? I am trying the same but it seems it will not work View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922434#3922434 Reply to the post : http://www.jboss.com/index.html?modul

[JBoss-user] [JBoss Portal] - Getting Portlet Instacne Name From JBoss Portal

2006-02-08 Thread [EMAIL PROTECTED]
Hi, I was wondering if it was possible to retrieve the instance name ( given to an instance of a ortlet by the Management Portlet ) of a portlet from JBoss? I have a portlet which can be told at run time to point to the location of a video feed (multipart jpeg) and display it. I have many inst

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Hibernate Code Generation hbm2java (jdk5 & EJB3)

2006-02-08 Thread onezzstt
The second problem, please see the red-colored text: The auto-created POJO: | package eu.cleversoft.infonds.ejb3.entities; | // Generated 05.02.2006 22:26:25 by Hibernate Tools 3.1.0 beta3 | | import java.util.Calendar; | import javax.persistence.Column; | import javax.persistence.Emb

[JBoss-user] [JBoss Seam] - Re: Nightly builds

2006-02-08 Thread [EMAIL PROTECTED]
Are there nightly builds for JBoss IDE and Seam IDE? I can't figure out how to create the plugins from CVS. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922431#3922431 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Hibernate Code Generation hbm2java (jdk5 & EJB3)

2006-02-08 Thread onezzstt
the first "unresolved" problem in many-to-many: the auto-created POJO: | @ManyToMany(cascade={}, fetch=FetchType.LAZY, mappedBy="unresolved") | | public Set getFunds() { | return this.funds; | } | | public void setFunds(Set funds) { | this.fund

[JBoss-user] [JBoss Portal] - Urgent Help required on struts bridge with jboss portal 2.2

2006-02-08 Thread vodafone5574
Hi I am trying to deoploy and run sample stuts application JBOSS Portal 2.2 Rc2 . I am able to deploy it on portal and i can see it in mangemnet protlet . But when i try to inovke the portel thru browser , I am stuck with same exception (even tried chaging the struts sample ,(the same war can be

[JBoss-user] [JBoss Portal] - Re: a newbie question,please help me

2006-02-08 Thread summercobel
roy , So much Thank for you . I so hope someone will tell me there is what's kind of difference of "build.bat" And the "build.xml"??? Can use Ant tools Build the project as run "build.bat deploy" ? and what's kind of the difference of "build.bat" and "build.bat deploy"? View the original pos

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Hibernate Code Generation hbm2java (jdk5 & EJB3)

2006-02-08 Thread onezzstt
I have a problem with code generation(EJB3 POJOs) using JBoss 4.0.3SP1, JBoss IDE1.5 and JDK1.5. I want move the old project, which was purely built on Hibernate, into J2EE with EJB3. So i use the old ORM files (*.hbm.xml) for hibernate code generation with the following properties |

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: FiboEJB-client.jar and FiboWeb.war steps 9.2 and 9.3 in

2006-02-08 Thread [EMAIL PROTECTED]
Hi, sorry if the tutorial is a little confusing, but you're only upposed to skip step 9.2, and a specific sub-step of 9.3... the tutorail reads: anonymous wrote : | If you are running JBoss 4.0 or above, You will receive a ClassLoaderException if you attempt to package your EJB interfaces in

[JBoss-user] [JBoss jBPM] - Re: BPEL - abnormal end of process

2006-02-08 Thread [EMAIL PROTECTED]
Martin Steinle found a similar problem and posted his BPEL code in topic "Unexpected process end in the mid of a bpel". Does that look like your own process? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922425#3922425 Reply to the post : http://www.jboss.

[JBoss-user] [Beginners Corner] - Re: Entity Beans within stateful session beans and em.refres

2006-02-08 Thread Doegi
using an EXTENDED persistence context is a good idea :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922424#3922424 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922424 -

[JBoss-user] [JBoss jBPM] - Re: Unexpected process end in the mid of a bpel

2006-02-08 Thread [EMAIL PROTECTED]
I'm investigating the problem. My apologies for the delay. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922423#3922423 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922423 --

[JBoss-user] [JBoss jBPM] - Re: BPEL - receive/reply flush

2006-02-08 Thread [EMAIL PROTECTED]
The reason for using transacted JMS sessions is participating in global transactions when they are present, or commit/rollback at the same time the database transaction does. When a listener receives a message, it begins a transaction, resumes the execution of the process instance until nothing

[JBoss-user] [EJB 3.0] - Re: Problem with Lazy attributes - 4.0.3SP1-EJB3.0RC4

2006-02-08 Thread andrewtv
I have also experienced this -- seems like jboss serialization cannot handle the uninitialized lazy attributes (ClassCastException in ClassReferencePersister.java:42). In my case I can work around it for the time being by using a local interface on the same machine, but I can see how this is a

[JBoss-user] [JBoss Seam] - CRUD generation with JBoss IDE

2006-02-08 Thread patrick_ibg
Wasn't sure whether to post this in Hibernate Tools or the JBoss IDE forums, but I think here is the best bet... I'm checking out the CRUD generation capabilities of JBoss IDE. I have JBoss IDE 1.5 plugin and Hibernate Tools 3.1.0 beta4. I'm also using the Java 1.5 VM. I can generate the POJOs

[JBoss-user] [JBoss jBPM] - Re: cannot jbpmSession.commitTransaction()

2006-02-08 Thread winjer
thanks, though unfortunately i dont know how to implement what you suggest in my case... If i am right, the problem occurs because i have stated that the MDB transactions are handled by the container (JBOSS) [MDB xdoclet settings: transaction-type="Container" ] Anyone knows how to make it w

[JBoss-user] [Installation, Configuration & Deployment] - Re: Exception while installing openCRX

2006-02-08 Thread mbhavana
Was a opencrx problem. created the binaries as suggested in the readme file View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922412#3922412 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922412

[JBoss-user] [EJB 3.0] - Re: Error deploying the EJB3Trail.ear

2006-02-08 Thread [EMAIL PROTECTED]
forget the trailblazer. It does not work with rc4 or rc5 as the spec and our implementation has changed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922411#3922411 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922

[JBoss-user] [JBossWS] - Re: How can I build jbossws14 from jboss-head?

2006-02-08 Thread [EMAIL PROTECTED]
Actually, this doesn't quite work. The ANT target doesn't appear to do anything. Looking at the target, deploy-jbossws14 is only executed if the "retro" property is set to true. Is that property computed at runtime (i.e. I would expect it to be set to true if the current java version is 1.4 or

[JBoss-user] [EJB 3.0] - Re: RC4, MBean/EJB dependencies

2006-02-08 Thread [EMAIL PROTECTED]
You don't want to add the depends tag to the field if you are already specifying the @EJB injection. Add it to the class or within jboss.xml. Can you show me the error message *without* the @Depends tag added? "I got a NamingException" doesn't help me much. Thanks and apologies for your probl

[JBoss-user] [JBossCache] - Re: Hibernate changes remain in cache even after rollback

2006-02-08 Thread [EMAIL PROTECTED]
You need to use JTA transactions. JBossCache's transactional support is based on JTA transactions; it has no knowledge of non-JTA Hibernate transactions. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922408#3922408 Reply to the post : http://www.jboss.com/

[JBoss-user] [JBossCache] - Hibernate changes remain in cache even after rollback

2006-02-08 Thread JakaJaksic
Hi! We are using JBossCache with Hibernate and we noticed a very unexpected and wrong cache behavior. This could also be a bug in Hibernate, but anyhow, the problem is very serious and I would very much appreciate any information. The thing is that changed data remains in the second-level cache

[JBoss-user] [JBoss jBPM] - Re: BPEL - eventHandlers

2006-02-08 Thread adrian.andrei
As a matter a fact I can tell you where to look exactly: The request listener uses the MessagerSession.getJmsSession to create a subscriber. Somehow this is not very well accepted by Jms since the current thread is still busy with the scope content execution. The process freezes in attempt to c

[JBoss-user] [EJB 3.0] - Re: RC4, MBean/EJB dependencies

2006-02-08 Thread amwilliams
I'm having the same problem. I've got a hunch this may be related to the JNDI lookup changes in RC4 and RC5, but I haven't had any luck. Any ideas? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922405#3922405 Reply to the post : http://www.jboss.com/index

[JBoss-user] [EJB 3.0] - Error deploying the EJB3Trail.ear

2006-02-08 Thread wford
I've started the EJB3.0 Hike reconfigured the server w/ jboss-EJB-3.0_RC5-PFD as per the install directions. I'm getting the following error when I deploy the EJB3Trail.ear file... --- 17:37:54,610 INFO [STDOUT] Po

[JBoss-user] [EJB 3.0] - Re: Hibernate assigning wrong value to property?

2006-02-08 Thread nholbrook
I just went back to a single primary key id for company and everything works great again. I have no idea why this is working this way, but if I figure it out, I'll try to post here. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922402#3922402 Reply to the

[JBoss-user] [Installation, Configuration & Deployment] - Re: ClassLoader fails to detect external jar

2006-02-08 Thread Tyler Black
In your JMX console, click name=Default,service=LoaderRepository and execute the displayClassInfo() method, passing it the fqn of your class. That may give you some clues as to whether it's being loaded, and where from, and by what. View the original post : http://www.jboss.com/index.html?mod

[JBoss-user] [JBoss jBPM] - Re: BPEL - eventHandlers

2006-02-08 Thread adrian.andrei
anonymous wrote : | Yep, the ATM example uses events. | ATM uses pick&onMessage, not event handlers. All my examples with pick work fine, none of them work with scope/event handler. Change ATM to respond to events instead of pick while is doing "tedious" balance calculation for example a

[JBoss-user] [Management, JMX/JBoss] - Re: dynamic deployment or service life cycle

2006-02-08 Thread [EMAIL PROTECTED]
I don't think so this is possible. You'd have to deploy the "master" mbean seperately. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922399#3922399 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922399 -

[JBoss-user] [Management, JMX/JBoss] - dynamic deployment or service life cycle

2006-02-08 Thread jgowder
Hi, Is it possible to create an MBean and start it even before creating the other mbeans in the same service archive. To be more specific, If I have about 5 mbeans which depend on the master mbean, which needs to be started before the other beans are created ? Is it possible to do it. The Ma

[JBoss-user] [JBoss jBPM] - Re: NPE in GPD with Eclipse 3.1.1, jBPM 3.1 Beta2/3

2006-02-08 Thread idarroch
Thanks for the hint. I wiped all references to exisiting projects from Eclipse, and created a new project. Errors went away after that. I had thought that my test project was a 3.1, but obviously it was a 3.0 Thanks, Ian. View the original post : http://www.jboss.com/index.html?module=bb&op=v

[JBoss-user] [JBoss jBPM] - Re: mulit-threading and commit transaction

2006-02-08 Thread dharraj
Hello Rainer, I think I have the answer to my following question. anonymous wrote : Does 'token.signal()' change process log list? I have the fix and it works. Thanks Raj View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922396#3922396 Reply to the post : h

[JBoss-user] [JBoss jBPM] - Re: BPEL - eventHandlers

2006-02-08 Thread [EMAIL PROTECTED]
anonymous wrote : Are the events implemented? Do you have a working example? Yep, the ATM example uses events. anonymous wrote : I used events with and without correlation and I see that you do not cover the former case This is a bug, see BPEL-90. However, without correlations, you can't disting

[JBoss-user] [JBossCache] - Re: Newbie question of Eviction & Remove Listeners

2006-02-08 Thread hmesha
Removal is removing a node from the tree by the user on demand whereas eviction is automated remval of nodes based on the configured eviction policy. The eviction policy could be age based or time based. JBossCache has several eviction policy to choose from. Also, you can write your own custom e

[JBoss-user] [Beginners Corner] - Re: How to run the EJB3.0 tutrial example on MySQL?

2006-02-08 Thread JBStonehenge
Hi Chris, thanks for your explanation. You're right, Johannes is German. The "Stonehenge" came to my mind remembering the unforgettable site in England and the resembling sound of my surname which is - translated into English - "Stonehouses". Best regards, Johannes View the original post : h

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Problem with hibernate mapping wrong column to property?

2006-02-08 Thread nholbrook
Sorry. I hate to cross-post but I posted this question to the EJB3.0 forum and I'm not so sure it doesn't belong here. Thanks http://www.jboss.com/index.html?module=bb&op=viewtopic&t=77021 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922391#3922391 Repl

[JBoss-user] [JBoss jBPM] - Re: cannot jbpmSession.commitTransaction()

2006-02-08 Thread iterrell
I've had similar errors using EJB Timers. I believe what is going on is that your application server is managing your transactions but that is not getting communicated to jBPM's Hibernate. Since my timer's logic was simple and purely jBPM related, I solved the problem by letting the bean manag

[JBoss-user] [EJB 3.0] - Re: Hibernate assigning wrong value to property?

2006-02-08 Thread nholbrook
Sorry, forgot to post the CompanyId class. By the way, this was all generated with the jbosside 1.5 hibernate tools. /** * SecCompanyId generated by hbm2java */ @Embeddable public class SecCompanyId implements java.io.Serializable { // Fields private Int

[JBoss-user] [JBoss jBPM] - cannot jbpmSession.commitTransaction()

2006-02-08 Thread winjer
hello, i have the following code inside a method which is being called from an onMessage() method of an MDB : | JbpmSession jbpmSession = jbpmSessionFactory.openJbpmSession(); | jbpmSession.beginTransaction(); | jbpmSession.getGraphSession().saveProcessInstance(processInstance

[JBoss-user] [Installation, Configuration & Deployment] - ClassLoader fails to detect external jar

2006-02-08 Thread pbriggs
Hi, I have what I at first thought was a ClassLoader-related issue, but I read the faq etc and couldn't find where I was going wrong. Jboss (3.2.2) is reporting a NoClassDefFound runtime exception from my application referring to a class in an external jar that I have in the server/default/lib

[JBoss-user] [JBossCache] - Re: Newbie question of Eviction & Remove Listeners

2006-02-08 Thread genman
Removal refers to removing old data, including the underlying data store. Eviction is for removing from memory but maintaining the data on disk. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922384#3922384 Reply to the post : http://www.jboss.com/index.htm

[JBoss-user] [JBoss Portal] - Re: ERROR OF SUBMIT POLL IN FORUM PORTLET

2006-02-08 Thread unibrew
Hello I have checked that and it is probably bug in JBoss Forums. I have created task for this at http://jira.jboss.com/jira/browse/JBFORUMS-24. Ryszard Kozmik View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922383#3922383 Reply to the post : http://www.jb

[JBoss-user] [Security & JAAS/JBoss] - Re: Custom Password encryption on authentication

2006-02-08 Thread askmahesh
Ok... Since none replied to this post i had to figure out myself and got it working. Here's what i did - Created a Custom DatabaseLogonModule which extends jboss - DatabaseServerLoginModule public class DatabaseLogonModule extends DatabaseServerLoginModule | { | /** | * @param

[JBoss-user] [Security & JAAS/JBoss] - Securing JMX Console for 4.0.3SP1

2006-02-08 Thread khoyaraaz
Hi guys, I have tried different tips for older versions of Jboss without any luck. Is it possible to secure the console for 4.0.3SP1? Ifso facto, what to do? Thanks, Dougie. ps web.xml, jboss-web.xml, jmx-console-roles.properties and jmx-console-users.properties seem to exist in multiple loc

  1   2   3   >