[jboss-user] [The Lizzard's corner] - Where can I download the alpha version of jboss 5?

2006-08-10 Thread balteo
Hello, Where can I download the alpha version of jboss 5? Thanks in advance, Julien. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3964243#3964243 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3964243

[jboss-user] [EJB 3.0] - Re: EJB 3 Entity persist and merge bug?

2006-08-10 Thread Juergen.Zimmermann
1) The database generates the new id (sequence number) 2) The generated id is propagated to the JBoss appserver and therefore inside the server-side object 3) Do you send the server-side object with the generated id back to the ejb3 client? If not, on the client-side you'll the the original

[jboss-user] [JBoss jBPM] - Re: Error in node--TaskNode

2006-08-10 Thread Saviola
Hi! I don't know if this is because of the forum formating the postings or you personally misspelled it but it seems you miss one double quote after name=tra. Regards View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3964248#3964248 Reply to the post :

[jboss-user] [JBoss Seam] - SeamHBTools tutorial donot work in the lastest dev JBoss IDE

2006-08-10 Thread icess
I get the lastest dev Jboss IDE from the eclipse update center and do the tutorial follow the flash , http://www.jboss.com/products/seam/captivate/SeamHBTools.swf when i ran in the jboss as , first : there is no messages.properties file in the projects. after i build a messages.properties

[jboss-user] [EJB 3.0] - Re: EJB 3 Entity persist and merge bug?

2006-08-10 Thread jlowcock
Thank you for the reply this is obviously one of my duh moments. I of course had forgotten the pass-by-value semantics and have not passed the server side object back to the client. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3964250#3964250 Reply to the

[jboss-user] [JBoss Seam] - Re: Managed(Hibernate)Entity usage question

2006-08-10 Thread baz
Hello, Thanks for your answer. anonymous wrote : you should not convert the id to a string. if i do not convert, i get a class cast exception. This is due to this codefragment from getInstance return (Serializable) idConverter.getAsObject( |facesContext, |

[jboss-user] [Beginners Corner] - Re: How to cofigure JBoss in a machine where already Tomcat

2006-08-10 Thread raja05
Tomcat port is definitely one thing to change, which you can modify in server/default/deploy/jbossweb-tomcat.sar/server.xml For the rest of the ports that might conflict, run a nmap to see what ports are exposed and change them accordingly in jboss's jboss-service.xml in server/default/conf.

[jboss-user] [JBoss Messaging] - Re: Removing a MessageListener doesn't remove its associated

2006-08-10 Thread davidrh
We've been running with CR4 for 6 hours now under load and so far so good. We've had no listeners stop receiving messages and we're getting a nice even distribution of messages across the listeners. Thanks for your help Tim in getting this resolved. David View the original post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Can actual and alias IP share the same port

2006-08-10 Thread ramesh.chennai
Hi all, I would like to explain my environment. FC4 Apache 1.3.36 JBoss 4.0.3SP1 Mod_jk 1.2.15 Apache is my front end server (serve static pages) and JBoss is the guy, do serve dynamic pages from back end. I have some applications (both SSL and non-SSL) to be deployed in Apache and JBoss.

[jboss-user] [Management, JMX/JBoss] - Re: JBoss 4.0.4SP1/XP MBean AttributePersistenceService depe

2006-08-10 Thread pilhuhn
Your first dependence looks ok, while the second one is bogus. Could you please show the full mbean-descriptor of your jboss-service.xml file? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3964258#3964258 Reply to the post :

[jboss-user] [JBoss Eclipse IDE (users)] - Generate invoker-proxy-binding-name element in jboss.xml

2006-08-10 Thread jkytang
Hi all. I use XDoclet to generate ejb-jar.xml and jboss.xml. However I don't know how to generate the following in jboss.xml's session element. invoker-bindings | invoker | invoker-proxy-binding-nameiiop/invoker-proxy-binding-name | /invoker | /invoker-bindings I click on Run XDoclet

[jboss-user] [JBoss Portal] - relative link to page

2006-08-10 Thread poyge394
How kan i do a relative link in a portal. Cenario: 1) i have portlet. 2) from that portlet i include a jsp file. 3) from jsp file i whant relative link to a page. now i have a absolut link to the page, like this: | ahref=http://localhost:8080/portal/portal/default/Information;Information/a

[jboss-user] [Installation, Configuration Deployment] - Re: How to set classpath in Unix

2006-08-10 Thread visolvejboss
Hello, anonymous wrote : JAVA: java It denotes that the JAVA_HOME environment variable not set. You can set the JAVA_HOME as follows. #export JAVA_HOME=path to the JDKfolder For example, #export JAVA_HOME=/opt/java1.4 And make sure that, The path should NOT points to the JRE.

[jboss-user] [JBoss Messaging] - SQLException: Invalid column index in CR4

2006-08-10 Thread davidrh
We've just updated to CR4 and after around 6 hours of running a load test, we get loads of the exception below. At this point, there are about 15,000 messages in the JMS_MESSAGE table, but our receivers stop receiving and the JMX console reports that there are zero messages in the queue. Our

[jboss-user] [JBoss Seam] - Re: Resume Pageflow after Conversation Timeout

2006-08-10 Thread denis-karpov
anonymous wrote : However, shouldn't the data from previous steps be saved in the database I think if you need to persist state into database you should consider to use jBPM. Although page flows use the same engine, page flows save its state only in conversation context. View the original post

[jboss-user] [EJB 3.0] - Re: Lazy loading for OneToOne association (entities share th

2006-08-10 Thread hoomey
Hi again, I went across the articles, trying to integrate TopLink with JBoss 4.0.4CR2.. I took some tips from there: http://www.oracle.com/technology/products/ias/toplink/jpa/tutorials/jsf-jpa-tutorial.html on setting the persistence and so on.. However, I got stucked exactly at the point

[jboss-user] [JBoss Seam] - detach entity instances from the EJB container

2006-08-10 Thread mrohad
how do I detach entity instances from the EJB container ? it seem like there is no EntityManager.detach() method.. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3964270#3964270 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Lazy loading for OneToOne association (entities share th

2006-08-10 Thread akovcic
For all who hit the same problem here is an update: Got a confirmation from JBoss support that developer tracked down a bug in Hibernate core (http://opensource.atlassian.com/projects/hibernate/browse/HHH-1992) As I have uni-directional One-to-One association the workaround in that case is:

[jboss-user] [JBoss Messaging] - Re: JBossMessaging 1.0.1.CR4 Released

2006-08-10 Thread [EMAIL PROTECTED]
Congrats to you and Tim for this new release! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3964271#3964271 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3964271 ___ jboss-user

[jboss-user] [JBoss jBPM] - Re: ETA on jBPM 3.2?

2006-08-10 Thread kukeltje
come on brad ST.F ;-) http://www.jboss.org/index.html?module=bbop=viewtopict=87426 Asked and replied 3 weeks ago View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3964272#3964272 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: calling some other application in process definition

2006-08-10 Thread kukeltje
read the docs... you can call ANY javacode from within process and you can call any .exe from within java code Including them is not possible, the exe has t obe external View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3964273#3964273 Reply to the post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Virtual hosting proplem - Apache mod_jk JBoss

2006-08-10 Thread ramesh.chennai
ramesh.chennai wrote : Hi all, | | I would like to explain my environment. | | FC4 | Apache 1.3.36 | JBoss 4.0.3SP1 | Mod_jk 1.2.15 | | Apache is my front end server (serve static pages) and JBoss is the guy, do serve dynamic pages from back end. | | I have some

[jboss-user] [JBoss Portal] - Re: Portal 2.4 with JBoss AS 4.0.4.GA plus ejb3

2006-08-10 Thread [EMAIL PROTECTED]
If you use the portal configuration of the JEMS installer 1.2.0 BETA http://prdownloads.sourceforge.net/jboss/jems-installer-1.2.0.BETA.jar?download java -jar ~/Download/jems-installer-1.2.0.BETA.jar You will get: A JSR168 portal service on top of EJB3 Profile. Note, this is not a J2EE 1.4

[jboss-user] [JBoss jBPM] - Re: Programmatically creating workflows

2006-08-10 Thread kukeltje
I totally agree with Kevin View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3964276#3964276 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3964276 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: DataModel not made available as a context variable

2006-08-10 Thread bfo81
btw: please make sessionContext transient: @In | private transient Context sessionContext; Otherwise you will run into problems when the bean gets passivated due to idle time and reactived. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3964277#3964277

[jboss-user] [JBoss Seam] - Re: Synchronizing to DataModels

2006-08-10 Thread bfo81
I'm not sure what you mean exactly. Please give me an example :). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3964278#3964278 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3964278

[jboss-user] [JBoss Seam] - Re: detach entity instances from the EJB container

2006-08-10 Thread bfo81
No, there's no possibility for doing that. Why do you need it? :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3964279#3964279 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3964279

[jboss-user] [JBoss jBPM] - Re: taken end and task instance end

2006-08-10 Thread kukeltje
does it? I'm sure you've tried and got some (unexpected?) results View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3964280#3964280 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3964280

[jboss-user] [JBoss jBPM] - Re: jbpm and portlet

2006-08-10 Thread kukeltje
regarding the usermanagement, It 's on te todo list to see if this can be combined with the portal usermanagement, mayb as a separate 'service' View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3964281#3964281 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Rollback - Business Process

2006-08-10 Thread kukeltje
nope, there was something like this in 2.0, but Tom removed it for reasons unknown to me. It might be that the issues were to complex, not frequently used (if at all) and things should be modeled in View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3964282#3964282

[jboss-user] [JBoss Portal] - Can JBoss Portal run on other AS?

2006-08-10 Thread recycle_bin
Can JBoss Portal run on other AS like WEBLOGIC or WEBSPHERE? If yes, where can i found related resources? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3964283#3964283 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3964283

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - A CMR collection may only be used within the transction in w

2006-08-10 Thread jklanka
I have two Entoty Beans (CNTReport and CNTReportAct) 1. CNTReportBean having following XDoclet reference * @ejb.bean name=CNTReport * display-name=Name for CNTReport * description=Description for CNTReport * jndi-name=ejb/CNTReport *

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

2006-08-10 Thread sradford
Just got this working (and now see that raja has also posted the answer). I worked out that the 'read' is an invalid name for a MySql column and so added the @Column(name=viewed) attribute to the Message.read property. Thanks :-) View the original post :

[jboss-user] [JBoss Portal] - Re: Strange security warning

2006-08-10 Thread [EMAIL PROTECTED]
yes it is an improper logging bug that is fixed in HEAD and will be in the next version of portal (likely 2.4 final). thanks for reporting. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3964288#3964288 Reply to the post :

[jboss-user] [JBoss Portal] - Re: GenericNavigationPortlet available

2006-08-10 Thread [EMAIL PROTECTED]
go ahead and contribute. look in JIRA we already have a few patches for it that we have not applied yet (our bad) but that are certainly a good starting point. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3964289#3964289 Reply to the post :

[jboss-user] [JBoss Portal] - Re: navigation problem

2006-08-10 Thread [EMAIL PROTECTED]
you must apply the correct properties to have it displayed correctly. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3964293#3964293 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3964293

[jboss-user] [Security JAAS/JBoss] - JAAS multi-threaded=true causing SecurityException principal

2006-08-10 Thread sdegenaar
We have setup a seperate tomcat installation (tried with both 5.5.9 and the latest 5.5.17) talking to jboss 4.0.2 (also tried 4.0.4). We are using JAAS authentication with a custom login module authenticating against Active Directory. We are chaining authentication using the

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - hypersonic (default.script)

2006-08-10 Thread mlissolo
Hello, I have had a problem during a restart of the AS while JBOSS was trying to execute the commands in the default.script file. The error was: 2006-08-09 18:52:03,571 INFO [org.jboss.resource.connectionmanager.TxConnectionManager] Starting 2006-08-09 18:52:03,583 INFO

[jboss-user] [Installation, Configuration Deployment] - Re: Cannot start JBoss web-console with JDK jdk1.5.0_04

2006-08-10 Thread bettina
after studying the problem further, I came to see that this has nothing to do with JRE/JDK issues, but apparently with the combination of using SSL and authentication. has anybody an example web.xml of the web-console, where (s)he is using the default jboss login module and ssl and it is

[jboss-user] [JBoss Seam] - Is there the limit of length for value binding?

2006-08-10 Thread smajima
I use JBoss/Seam 1.0.0CR3. When I wrote a long EL name for accessing JavaBean's property. | javax.faces.FacesException: Value binding '#{chgWhereaboutsAction.groupSelectItems}'of UISelectItems | with component-path {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId:

[jboss-user] [JBoss Portal] - Re: very long startup time

2006-08-10 Thread Gumpinger
thx for the quick reply! i tested it but it doesnt help. the line in the output now looks like 11:43:26,375 INFO [NamingService] JNDI bootstrap JNP=/127.0.0.1:1099, RMI=/127.0.0.1:1098, backlog=50, no client SocketFactory, Server SocketFactory=class org.jboss.net.sockets.DefaultSocketFactory.

[jboss-user] [JBoss Seam] - Hundreds of IllegalArgumentException: SessionFactory not fou

2006-08-10 Thread baz
Hello, i am experience hundreds of exceptions, see below. Nevertheless the component bazDatabase gets initialized sometimes. So the app could access the database. Any ideas what went wrong. My app works with tomcat5.15 hibernate is set up in the microcontainer (configuration after the exception

[jboss-user] [JBoss jBPM] - Re: jBPM Monitor / Console

2006-08-10 Thread shinych
hello Ronald, thank you for the reply. I tried to locate webapp/console but unfortunately with no success. Could you please tell me which project/branch I have to use to have that console? :) Thanks Ilya View the original post :

[jboss-user] [JCA/JBoss] - XAResource start never called

2006-08-10 Thread pegasenz
Hi JBoss 4.0.4. I'm trying to develop an XA outbound adapter. When i get the connection from an MDB the managed connction is well created, the getXaresource is returned but it start() method is never called : 11:27:36,393 ERROR [STDERR] 10 août 2006 11:27:36

[jboss-user] [JBoss Seam] - Re: few questions abous seam...

2006-08-10 Thread sherkan777
Java Authentication and Authorization Service (JAAS) http://java.sun.com/products/jaas/ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3964304#3964304 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3964304

[jboss-user] [EJB/JBoss] - Re: JBoss / Hibernate / BMP (CMT) / DB2 / JDBC - DB locks ar

2006-08-10 Thread balellu
There has been lot of discussion on this item under 'JBoss Transaction' forum. The discussion is still open. Please check out the below url http://www.jboss.com/index.html?module=bbop=viewtopicp=3964303#3964303 Thanks. View the original post :

[jboss-user] [JBoss jBPM] - Re: GOP Application Domain - Project Management

2006-08-10 Thread grofcik
I think there is possibility to map process node types to project node types. For example: task in process - task in project state - milestone SubProcess - SubProject etc. May be another meaning for jPDL nodes should be sufficient. Another issue is how to handle changes in the project plan.

[jboss-user] [JBoss jBPM] - Create instance of a process for each user with a specific r

2006-08-10 Thread JJR24
Hello, I have a process definition dedicated to a role e.g employee. I want to instantiate a instance of this process for each employee of my entreprise. A solution is to let the employee create the process instance and use a swimlane. But it's not perfect for what I want to do. I think I have a

[jboss-user] [JBoss Seam] - Injection problem

2006-08-10 Thread koriel
I can inject with seam as it seems My user class | | @Entity | @Table(name=USERS) | @Name(user) | @Scope(SESSION) | public class User implements Serializable | { |private String username; |private String password; |private String name; | |public

[jboss-user] [JBoss Seam] - Re: detach entity instances from the EJB container

2006-08-10 Thread mrohad
I would like to cache some entity beans that their state changed once in a very long time. why do I need them to be held by the container? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3964315#3964315 Reply to the post :

[jboss-user] [JBoss Seam] - EntityManager: For newbies or to close gaps in your knowledg

2006-08-10 Thread bfo81
When starting with Seam I had two problems: I knew Spring and Hibernate, but I knew nothing about Seam and EJB3's EntityManager. It took some time to learn Seam, but wrapping my head around the EntityManager was difficult. Meanwhile I'm a little more familiar with that stuff and I'd like to

[jboss-user] [JBoss Seam] - Re: Injection problem

2006-08-10 Thread petemuir
You have an NPE at line 44 of RegisterAction. What is on line 44? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3964318#3964318 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3964318

[jboss-user] [Installation, Configuration Deployment] - Re: Update JBoss to maintain security?

2006-08-10 Thread aq12ws
Hi , Are you talking about securing the JBoss or upgrading ? The out of the box JBoss intallation is not secure . If u expose the jmx-console , your server can be shutdown from the web itself . If u are talking about security issues like this then i can provide more

[jboss-user] [JBoss Seam] - Re: detach entity instances from the EJB container

2006-08-10 Thread petemuir
I think you can just cache them. They will automatically become detached, you can reatach them with em.merge(entity) I suggest you take a look at the Hibernate Entity Manager and Hibernate Annotations reference manuals http://docs.jboss.com/ejb3/app-server/index.html View the original post

[jboss-user] [JBoss Seam] - Re: detach entity instances from the EJB container

2006-08-10 Thread bfo81
I'm not sure what you mean with cache... If you want to make sure that they're up-to-date just call em.refresh(...) on the entities. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3964323#3964323 Reply to the post :

[jboss-user] [JBoss jBPM] - Batch Jobs with jBPM

2006-08-10 Thread dkalna
Hi, I have evaluate jBPM, whether it's appropriate for Batch Jobs. Tha task is to select 5000 documents from DB, and then create for each a new one, save it to DB. Now, the creation have to be parallel. Would you consider jBPM for such a task at all? Thanks for reply Dalibor View the original

[jboss-user] [EJB/JBoss] - Re: Problem with EJB Transactions

2006-08-10 Thread aq12ws
Hi , From what i get of your problem description is : Let us say method A will be under transaction T1 then it calls method B in T2 ( requiresNew ) . Now whatever be the outcome of T2 , T1 is not affected because JBoss does not support Nested Transactions . Same logic applies to your

[jboss-user] [JBoss Seam] - Re: EntityManager: For newbies or to close gaps in your know

2006-08-10 Thread raja05
Excellent post. I think you should add it to the wiki. I had some doubts on the managed Persistence Context but its clear now. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3964329#3964329 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Injection problem

2006-08-10 Thread koriel
Also I set the scope to SESSION but still the user and FacesMessages are null. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3964330#3964330 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3964330

[jboss-user] [JBoss Seam] - Re: Injection problem

2006-08-10 Thread koriel
And the funny thing is that this code is copy paste from the seam booking examples that works just fine View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3964331#3964331 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3964331

Re: [jboss-user] [JBossWS] - Re: high vol WS calls

2006-08-10 Thread Sacha Labourey
What about using JBoss Web for increase concurrency support in the app server: http://labs.jboss.com/portal/jbossweb/?prjlist=false hfarid wrote: I am aware of that solution The problem is to get to the EJB processing layer, the XML parsing has to happen which is exactly what I am trying to

[jboss-user] [JBoss Seam] - Re: Injection problem

2006-08-10 Thread petemuir
Is the component being initialised by Seam when the application starts (look at the log)? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3964332#3964332 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3964332

[jboss-user] [JBoss Seam] - Re: Injection problem

2006-08-10 Thread petemuir
Actually, forget that. Do you have the interceptors set up properly in ejb-jar.xml? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3964333#3964333 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3964333

[jboss-user] [JBossWS] - How to get URL of a client?

2006-08-10 Thread cnbs
Hello. I need to resolve clients URLs in my WebService, each time they call a @WebMethod. How can i do this? Thank you. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3964334#3964334 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Injection problem

2006-08-10 Thread raja05
Does your Register Interface define the register() method ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3964337#3964337 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3964337 ___

[jboss-user] [JBoss Seam] - Re: Injection problem

2006-08-10 Thread petemuir
Do you have session beans in the archive that injection is fine on? If yes, then I'm unsure of the problem, otherwise for some reason the ejb-jar.xml setting is not being applied. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3964338#3964338 Reply to the post

[jboss-user] [JBoss Seam] - Re: detach entity instances from the EJB container

2006-08-10 Thread petemuir
I suspect something like JBoss cache. Hibernate allows you to do query caching which might be of use here. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3964339#3964339 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Injection problem

2006-08-10 Thread koriel
well I'm not sure if what I'm going to say is stupid but User entity is in the entities package and register in the blogic package. So they are in different packages..Does that matter? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3964343#3964343 Reply to the

[jboss-user] [JBoss Seam] - Re: EntityManager: For newbies or to close gaps in your know

2006-08-10 Thread petemuir
Very useful - nice work - might be worth mentioning this in the EJB3/Hibernate forums as it far less confusing than the Hibernate EntityManager reference manual. anonymous wrote : One of the properties must be an Id (mostly a Long) and the class itself must be annotated with @Entity. Why a

[jboss-user] [JBoss Seam] - Re: Injection problem

2006-08-10 Thread petemuir
Package - certainly not :) As long as the archive which has the session bean in has the ejb-jar.xml file in its META-INF then it should work with an explicit @Interceptors View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3964347#3964347 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Error in node--TaskNode

2006-08-10 Thread harderwu
sorry! that is misspelled!! ProcessDefinition: start-state name=a |transition name=tra to=b |/transition |/start-state |task-node name=b | task name=first | assignment class=com.test.assignment.PartMaster config-type=bean |

[jboss-user] [JBoss Seam] - JBoss-Seam Error in registration example!

2006-08-10 Thread jennypabon
Sorry for my bad english, i'm from Spain. I just want to explain my experience running the registration example, to help to futures partners.. When i inserted the name and the pass and then i clicked register i got an error HTTP 500, i broke my head searching for the solution, and then i found

[jboss-user] [JBoss Seam] - Re: Injection problem

2006-08-10 Thread koriel
You are refering to the packaging configuration? If yes all my classes are in the jar archive but I don't have the ejb-jar.xml there. I'll try that. Now I have another issue. I want to use utf-16 by default so I wrote a class filter and I put those lines in my web.xml | filter |

[jboss-user] [JBoss Seam] - No active conversation context after an Exception

2006-08-10 Thread gverner
Hi, I am having a problem when there is an unhandled application exception. After this exception I connot navagate anywhere in the app without receiving another exception No active conversation. I can't seem to find a way to recover. I have found I can run the page debug.seam and things start

[jboss-user] [JBoss Portal] - Re: navigation problem

2006-08-10 Thread thatporguy
[EMAIL PROTECTED] wrote : you must apply the correct properties to have it displayed correctly. Alright, what are the properties? I was reading over the docs and they seem to glance over that. I'm sure its something simple. However, this does not happen on every page, just the ones i create.

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

2006-08-10 Thread jjsoft
M ind posting your persistance.xml, I like to get mine working too. jim View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3964353#3964353 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3964353

[jboss-user] [JBoss jBPM] - Re: Error in node--TaskNode

2006-08-10 Thread cpob
Pasting the error would help View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3964354#3964354 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3964354 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Rollback - Business Process

2006-08-10 Thread cpob
I know the user guide mentions using logging for undo capability (IN THE FUTURE). I wouldn't doubt it was removed for complexity, because man we talked about this again and again, and it's just crazy. The point of Graph Oriented Programming... is to follow the graph! If you want undo paths,

[jboss-user] [JBoss jBPM] - Re: taken end and task instance end

2006-08-10 Thread cpob
Depends on how you're having the token move. Are you doing a token.signal, or a taskInstance.end? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3964356#3964356 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3964356

[jboss-user] [JBoss Seam] - Re: Synchronizing to DataModels

2006-08-10 Thread urswag
I have two stateless session beans assortmentManager and categoryManager. Category is a detail bean of Assortment (1:N relation). In the inner data table the assortmentCategories list must always built up because the reference assortmemt always changes. Remember the JSF code anonymous wrote :

[jboss-user] [JBoss Seam] - Re: Injection problem

2006-08-10 Thread koriel
You were right. I put the ejb-jar.xml in my jar archive and there is no need for the @Interceptor annotation any more in my ejb class View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3964358#3964358 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Help on different instances of jboss

2006-08-10 Thread Rui Lazaro
Hi, I´m new to jboss. Started working with it about a month ago. I´m using one of adobe solutions, the livecycle forms, that comes with a jboss 3.2.5 on the default install. I did some research on their forum and didn´t get much help. I need to mantain that installation of jboss without any

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Eager Fetching in certain conditions

2006-08-10 Thread sjmenden
I understand that, however, a stateless EJB can not have a an extended persistence context from what I've found. I'm wondering if there is a way to tell the query to eagerly fetch all of the associations for this special case. View the original post :

[jboss-user] [JBoss Seam] - Re: detach entity instances from the EJB container

2006-08-10 Thread mrohad
lets say i've a codes table(code/value columns) of 200 cities and I would like to cache this table because it's a constant table and I wouldn't like to read from the db everytime.. i've Cities Enitity bean , do you think that if I'll query all the list and put it in some static hashtable it

[jboss-user] [JBoss Portal] - Re: navigation problem

2006-08-10 Thread thatporguy
thatporguy wrote : [EMAIL PROTECTED] wrote : you must apply the correct properties to have it displayed correctly. | | Alright, what are the properties? I was reading over the docs and they seem to glance over that. I'm sure its something simple. | | However, this does not happen on

[jboss-user] [Installation, Configuration Deployment] - Re: Help on different instances of jboss

2006-08-10 Thread jaikiran
To summarize, here's what you are trying to achieve: 1) Run 2 instances of JBoss on the same machine 2) Point each instance to use different versions of Java. Here's how you can do it: 1) To run multiple instances on same machine:

[jboss-user] [Management, JMX/JBoss] - Re: Problem with monitoring and notifications

2006-08-10 Thread bhuste1
anonymous wrote : Only when you (manually) call clearAlert(), it will send another. | What object exposes a clearAlert method? I was able to take the code from the web-console using the mbean servers invoke() method and clear the alert--is this the best approach? View the original post :

[jboss-user] [JBoss Seam] - Re: detach entity instances from the EJB container

2006-08-10 Thread petemuir
Yes, I think you are right, you do want to cache that list. But why build your own caching solution when there are lots out there already: If you use JBoss EJB3/Hibernate [url]http://docs.jboss.com/ejb3/app-server/Hibernate3/reference/en/html_single/index.html#performance[.url] or the

[jboss-user] [JBossWS] - Re: How get MessageContex in WebService implemented as EJB

2006-08-10 Thread tallesbrito
I used a servlet enpoint to get messageContext implmenting the ServiceLifecycle interface. It's ok. What I need make to get messageContext inside a EJB enpoint? The same way using ServiceLifecycle interface don't works. Thanks, Talles View the original post :

[jboss-user] [JBossWS] - Re: Error getting WebServiceContext/MessageContext informati

2006-08-10 Thread DjHitItUp
I am not able to find one working model of this. Please help! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3964367#3964367 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3964367

[jboss-user] [JBoss Seam] - Question on Seam example

2006-08-10 Thread gus888
Hi Peter(petemuir) and other friends, I have a question in the seam example. I found there are two different ways for one session bean (event, conversation and session) calling another session bean. One way is inject a session bean in a stateless bean and call another session bean. The other

[jboss-user] [JBoss jBPM] - Re: Programmatically creating workflows

2006-08-10 Thread jmjava
kbarfield wrote : | | | 2. Are the actual customizations you need changing the fundalemental flow of the process? For instance, are you going from a process that was ABC to HQUV? Or is it the case that the process variables and who gets assigned tasks what is changing? The later

[jboss-user] [JNDI/Naming/Network] - Re: No ejb-link in web.xml and jndi-name in jboss-web.xml

2006-08-10 Thread jaikiran
Add the ejb-link to your web.xml as follows: ejb-ref | ejb-ref-nameejb/EJBMusic/ejb-ref-name | ejb-ref-typeSession/ejb-ref-type | homeasg.MusicEJB.MusicIteratorHome/home | remoteasg.MusicEJB.MusicIterator/remote | ejb-linkMusicBean/ejb-link !-- The name should match

[jboss-user] [JBoss Seam] - Re: EntityManager: For newbies or to close gaps in your know

2006-08-10 Thread bfo81
Wiki Yes, I intended to put that in the wiki, but first I wanted it to be reviewed ;). Why is Id Long? - Integer might be too small *g* - Using a hull class (Long instead of long) makes it easy to have entities without Id (necessary in transient/new or removed state), since the Id can be null

[jboss-user] [JBoss jBPM] - Re: Error in node--TaskNode

2006-08-10 Thread harderwu
again! that is misspelled!! ProcessDefinition: start-state name=a |transition name=tra to=b |/transition |/start-state |task-node name=b | task name=first | assignment class=com.test.assignment.PartMaster config-type=bean |

[jboss-user] [JBossWS] - Re: JSR181 Web Service Client

2006-08-10 Thread edelud
I've tried it to no avail. Had jaxws20 app running in Tomcat wihout any problems. Moved it to JBoss 4.0.2 and it complained about saaj*.jar s'. Unfortunately, unified classloader doesnt allow you to load the saaj-impl and saaj jars after the jboss-saaj jar has loaded. As it turned out, this

[jboss-user] [EJB 3.0] - embedded ejb 3.0 and entity beans

2006-08-10 Thread editha
The ejb3.0 page says: JBoss EJB 3.0, also gives you the ability to use Session Beans and Message Driven Beans out of the application server in standalone programs What about entity beans? Are there any limitations concerning entity beans? Thanks in advance, editha View the original post :

[jboss-user] [JBoss Seam] - Re: detach entity instances from the EJB container

2006-08-10 Thread mrohad
those caches seem to complicated for my needs I just need to cache 200 entity beans and retrieve some of them once in a while..(I never changed their content) what do you think?would you use the Jboss cache for that? whcih one? the tree cache of any other? View the original post :

[jboss-user] [JBoss Seam] - Re: A couple of observations

2006-08-10 Thread iradix
I think you're misunderstanding my problem. I don't want to put the objects into a Context. I want to instantiate a variable number of unique objects of the same Class, have Seam intercept each of them, and add them to a list. Placing them in a Context is not only unnecessary since they are

[jboss-user] [JBoss jBPM] - Re: Error in node--TaskNode

2006-08-10 Thread cpob
What error? cpob wrote : Pasting the error would help View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3964379#3964379 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3964379 ___

  1   2   3   >