[jboss-user] [JBoss jBPM] - Re: what is the difference between swimlane and swimlaneInst

2007-10-01 Thread kukeltje
Please stay polite, I did as well. I even ASKED you WHY you expect them to be the same. And btw, I did not tell you to RTFM (although source/testcases are imo part of that) but the usage of these fields/methods often really becomes more clear and helps you to understand more of jBPM. And I did n

[jboss-user] [JBoss/Spring Integration] - sessionFactory annotations jboss spring-modules

2007-10-01 Thread cclafuente
I'm using springmodules annotations to the validation, and hibernate annotations to the persistent layer. With another application server, i haven't got any problem with my app, but in jboss it sends a exception, and don't deploy the war. My configuration in the dao layer: | | |

[jboss-user] [JBoss Messaging] - Re: Jboss Messaging Cluster with Topics

2007-10-01 Thread ivanrc
messages sended to queues are Persistent Messages, aren´t they? I can´t use Queues because there are more than one consumers. During the time consumer change the cluster node provider if whenI lost messages. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=409

[jboss-user] [JBoss Getting Started Documentation] - Re: installing jboss AS 4.2.1

2007-10-01 Thread peppermache
I'm having a problem when I run JBoss. I get a message saying that JVM_Bind address is already in use Any ideas on how to solve this? I'm new to JBoss as well and I have just downloaded it to my PC. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p

[jboss-user] [JBoss Tools (users)] - Re: Update to JBoss IDE beta3 -> lots of problems ...

2007-10-01 Thread [EMAIL PROTECTED]
Problem with start/stop of jboss as - is that on an a newly created server or an existing one already configured in your eclipse workspace ? Looks like the server configuration some how is missing the location of the server and just uses root. Where does the error show up ? In eclipse ? In the

[jboss-user] [JBoss Seam] - Re: How can I integrate CAS client into Seam?

2007-10-01 Thread wuhaixing
Yes,If I don't call the identitiy.login,the thing is ok.That's why I think identity.login reset the session. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090488#4090488 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4

[jboss-user] [Javassist user questions] - hibernate annotations and session factory:

2007-10-01 Thread cclafuente
I have this configuration in my webapp: The DAO layer: | | | | | org.hibernate.cfg.AnnotationConfiguration | | | | | hibernate.dialect=${hibernate.dialect} |

[jboss-user] [Management, JMX/JBoss] - Re: Expose MBeans from another domain

2007-10-01 Thread genman
It's possible the MBeans were installed in a separate MBeanServer instance. The console displays only the JBoss MBeanServer and those MBeans installed there. Unfortunately (but I could be mistaken with the current release) there's no way to browse a different MBean server with the console. This

[jboss-user] [Management, JMX/JBoss] - Re: Weird display problem with built in Hypersonic Manager

2007-10-01 Thread genman
The database manager is actually bundled with HSQLDB itself and JBoss simply runs it. So any issues with it should go to them. But since it's a display issue, it's likely something wrong with your desktop environment. View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[jboss-user] [Management, JMX/JBoss] - Re: Problem with RMI/JRMP

2007-10-01 Thread genman
Your approach doesn't seem straightforward. The approach I've taken is to use the MBeanServerConnection interface, see this : http://wiki.jboss.org/wiki/Wiki.jsp?page=HowDoIGetRemoteAccessToMyMBean You can create a proxy implementing the MBean interface by using this class: javax.management.MB

[jboss-user] [Management, JMX/JBoss] - Re: Monitoring and managing clustered servers

2007-10-01 Thread genman
I don't believe even application servers like Weblogic provide aggregated views of statistics, rather statistics are kept per host instance and the client application needs to query each server in turn. Luckily, this is pretty easy stuff to set up. View the original post : http://www.jboss.com

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

2007-10-01 Thread siven555
It doesn't work in the head tag, that is the reason I tried putting it in the body, where it works in sidebar but doesn't work in container. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090482#4090482 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [Management, JMX/JBoss] - Re: How do I remotely access an mbean attribute value?

2007-10-01 Thread genman
Query the MBean and get back the list of all attributes. Probably you need to use "RequestProcessingTime" (big "R") instead. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090481#4090481 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [Management, JMX/JBoss] - Re: How can I (remotely) access the log files?

2007-10-01 Thread genman
I don't believe there is any way to access the logs remotely. Your best bet is to use something like Log4J Chainsaw or create your own MBean (or Servlet) that probes the file system. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090478#4090478 Reply to the

[jboss-user] [JBoss Seam] - Re: Performance: @Name and @Stateless

2007-10-01 Thread swd847
The only time I have seen navigation that slow with seam was when I forgot go change all my pages.xml schema from 1.2 to 2.0, it still works but as the schema is not longer included in the 2.0 jar it has to download it from the SEAM website for every request, resulting in a really slow webapp.

[jboss-user] [JBoss jBPM] - Re: Need a sample app

2007-10-01 Thread ali_reza_761
tanx - verry tanx kukeltje View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090476#4090476 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4090476 ___ jboss-user mailing list jbos

[jboss-user] [EJB 3.0] - Re: JBoss 4.2.1 and EJB 3.0 Redeployment

2007-10-01 Thread jaikiran
See if this is of any help http://wiki.jboss.org/wiki/Wiki.jsp?page=HotDeployClassCastExceptions View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090474#4090474 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4090474 _

[jboss-user] [JBoss Seam] - Re: A bit off-topic: Red Hat Developer Studio 1.0 Beta 1 is

2007-10-01 Thread amitev
With facelets you can use any visual editor and then put the jsfc attributes View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090473#4090473 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4090473 __

[jboss-user] [JBoss Seam] - security-config.xml equivalent in 2.0?

2007-10-01 Thread samdoyle
What is the equivalent of this in 2.0? I don't see one. S.D. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090472#4090472 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4090472 _

[jboss-user] [JBoss Seam] - Re: Why would adding the following to pages.xml give me: No

2007-10-01 Thread samdoyle
Please disregard this, I figured out the problem. S.D. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090470#4090470 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4090470 ___

[jboss-user] [Messaging, JMS & JBossMQ] - Re: JMS- MYSql database is getting filled up with JMS Messag

2007-10-01 Thread genman
Can you take a look at the JMX console for the Message Cache MBean and post the information from this MBean here? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090469#4090469 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [JBoss Portal] - Google gadgets integration

2007-10-01 Thread saigon_man
Hi, Are there some examples/tutorials showing how to integrate JBoss Portal 2.6 with Google Gadgets? Thanks SGM View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090468#4090468 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [JBoss Seam] - Re: HTML source codes has some characters like

2007-10-01 Thread chicochen
IE browser display these native characters rightly, incuding all native characters come from database, but the html source code has problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090467#4090467 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [EJB 3.0] - JBoss 4.2.1 and EJB 3.0 Redeployment

2007-10-01 Thread nhelder
I have a stateless session bean that I'd like to make available to a number of war applications. I'd like to (occasionally) update that session bean and have the changes be immediately made available to those war applications. But it seems that no matter what I do, the redeploying of the sessio

[jboss-user] [JBoss Seam] - HTML source codes has some characters like "&# 30416", but I

2007-10-01 Thread chicochen
HTML source codes has some characters like "&# 30416", but IE display these native words rightly. I use jboss seam and facelet, and there must not has "&# 30416" charater, which is not supported by google search engine. I even tried to solve this problem in jsf level, here are some codes, but s

[jboss-user] [JBoss Seam] - Re: Why would adding the following to pages.xml give me: No

2007-10-01 Thread samdoyle
Here is my bare bones notificationAdmin.xhtml | http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> | http://www.w3.org/1999/xhtml"; | xmlns:s="http://jboss.com/products/seam/taglib"; | xmlns:ui="http://java.sun.com/jsf/facelets"; |

[jboss-user] [JBoss Seam] - Why would adding the following to pages.xml give me: No acti

2007-10-01 Thread samdoyle
Here is the exception as I've seen before. As usual the exception doesn't give any indication of the true problem. | 4541-a253-1f80ffbdb7c7;|Error Rendering View[/login.xhtml] | java.lang.IllegalStateException: No active conversation context | Here are the two new entries in the pages.xm

[jboss-user] [JBoss jBPM] - Re: what is the difference between swimlane and swimlaneInst

2007-10-01 Thread dingo001
"kukeltje" wrote : actorId vs actorIdExpression: 2 different names, so why do you expect them to work that way? Please look at some examples/testcases (they are in the source) and experiment a little with jBPM. Most of these things will become clear then. honestly dude, get that stick outa ur

[jboss-user] [JBoss Seam] - Re: How can I integrate CAS client into Seam?

2007-10-01 Thread matt.drees
It looks like you've set things up the way I would. The log makes it look you're being given a new session when you return from CAS; do you have cookies enabled in your browser? Are you sure the filter is validating the ticket successfully? View the original post : http://www.jboss.com/index.

[jboss-user] [JBoss Seam] - Re: How can I integrate CAS client into Seam?

2007-10-01 Thread wuhaixing
This is what in my web.xml | | CAS Filter | edu.yale.its.tp.cas.client.filter.CASFilter | | edu.yale.its.tp.cas.client.filter.loginUrl |https://localhost:8443/cas/login | | | edu.yale.its.tp.cas.clien

[jboss-user] [JBoss/Spring Integration] - Re: JBoss 4.2.0_GA + Spring 2.0.5 integration

2007-10-01 Thread iGeek
I tried putting them in the jboss-spring-jdk5.deployer and in the sever/default/lib directories (either one and both). I'm now resorting to not use Spring's DI part and use EJB3's @Resource annotation, which seems to be working. Thanks anyway View the original post : http://www.jboss.com/inde

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Deployment Issues

2007-10-01 Thread ashok_av
Deployment issues. Currently i am using jboss 3.2.7 version and deploying .ear package with 3 war files inside the .ear file. Everything works just fine. I am currently looking into upgrading to jboss 4.2.1.GA. I intalled jboss 4.2.1.GA and jdk version 1.5. When i tried to deploy the .ear packag

[jboss-user] [JBoss Seam] - Re: SeamPhaseListener Error on Seam 2.0

2007-10-01 Thread thinkblue
Pete, I noticed in the jira bug website you said that you would be assigning this issue to the richfaces group (Alex)... Do you know what the bug number/Id will be so that i can keep an eye on it...Or has it already been resolved in the latest RichFaces Snapshot? Thank you, Blue View the ori

[jboss-user] [Beginners Corner] - Best Practice - service initializations

2007-10-01 Thread cgs1019
I have been working with JBoss for several months now, and I have a couple general questions. 1) Is there a good way to deploy a POJO into the app server and have it loaded into JNDI automatically upon deployment? 2) Looking at documentation on the Timer Service MBean, it appears that in order

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: READ THIS FIRST

2007-10-01 Thread ashok_av
java.lang.ClassCastException: org.apache.xerces.dom.DOMXSImplementationSourceImpl View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090451#4090451 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4090451

[jboss-user] [JBoss Seam] - Problems with migration to 2.0

2007-10-01 Thread dustismo
I am trying to migrate my app from 1.3A to 2.0 and am having tons of problems. I use jfreechart in in my own code and I think that is screwing everything up (jfreechart and jcommon jars are being included in my .war) Here is the exception I am getting: | 17:01:37,919 INFO [Component] Compon

[jboss-user] [JBoss Messaging] - Re: Messages are moved to expiry queue only when there is a

2007-10-01 Thread julians37
Sure, thanks for your attention. I have a request/response pattern between a client and a server communicating via JBM. The client sends a request and waits for the server to send the corresponding response. Since the request processing on the server side can take a while in some situations, I

[jboss-user] [JBoss Seam] - Re: Entity Injection question

2007-10-01 Thread smithbstl
Done View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090448#4090448 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4090448 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Seam] - hibernate filter

2007-10-01 Thread atao
I'd like to use hibernate filters. The only documentation I found is: - Seam manual "8 - Using Hibernate filters" - Seam example "wiki" Where can I find some more information: - meaning of attributes in persistence:filter - how to use such filter in java code View the original post : http://ww

[jboss-user] [JBoss Seam] - New to JBoss Seam

2007-10-01 Thread priyapillai
I am new to JBoss Seam and was trying to figure out if this could be used in our future projects. I understand that Seam is an integrating framework to glue in EJB3 and JSF together. Its features seems to be really nice. So could you please help me with some queries. 1. Is it possible for m

[jboss-user] [Remoting] - Remoting of entity beans

2007-10-01 Thread wimxa
Is it possible to dynamically load entity bean classes? I.e. I have a JBoss server with some ClassA entity bean there, some stateless session bean with a method that will return ClassA instance as the return value - can client work with that class by dynamically loading its definition (RMI or wh

[jboss-user] [JBoss Seam] - Re: Entity Injection question

2007-10-01 Thread [EMAIL PROTECTED]
Right, you might want to add something to the SeamProblemsFAQ on this :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090440#4090440 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4090440 __

[jboss-user] [JBoss Seam] - Simple selectOneMenu Example/seamgen

2007-10-01 Thread griffitm
Hi All, I am coming from a struts back ground, and I am lost for where to start trying to debug this problem. I have an Object (Delivery) with an association from a pick list (Status) I created a seam-gen project and played around with it, but I don't want to have to navigate to a different

[jboss-user] [JBoss jBPM] - Re: problems trying to use evaluation / reference config (j

2007-10-01 Thread kukeltje
Tom, The fact that there are 2 'errors' is because they are printed via System.err.println, but as you look at the text, you see just a INFO and a WARNING. So please do not THINK something is related. Either be sure or post all other errrors as well and let us judge. Also telling us your ma

[jboss-user] [JBoss jBPM] - Re: what is the difference between swimlane and swimlaneInst

2007-10-01 Thread kukeltje
actorId vs actorIdExpression: 2 different names, so why do you expect them to work that way? Please look at some examples/testcases (they are in the source) and experiment a little with jBPM. Most of these things will become clear then. View the original post : http://www.jboss.com/index.html?

[jboss-user] [JBoss Tools (users)] - Update to JBoss IDE beta3 -> lots of problems ...

2007-10-01 Thread tdemuth
Hi, tonight I have updated to JBoss IDE beta3, because the packaging-mechanism refuses to work in my beta2-installation from now on (I don't know why, its telling me something of "Internal Error: beginRule path/in/my/workspace doesn't match surrounding context another/path/not/in/my/workspace"

[jboss-user] [JBoss Seam] - Re: Entity Injection question

2007-10-01 Thread smithbstl
Right s:validate works to circumvent the problem in my trivial example. I have more problems when trying to evaluate objects usually in EL when choosing to render them or not. I end up having to check the value of the primary key of the entity instead of the entity itself. For example, if had

[jboss-user] [Beginners Corner] - jboss.bind.address

2007-10-01 Thread fuzzybinary
Not sure if this is a beginners question or not but it strikes me as one so I'll post it here. I've tracked down a messaging / clustering problem to the way jboss binds to specific addresses, which defaults to only listening on localhost. In a two machine cluster, this doesn't make sense, so o

[jboss-user] [JBoss Seam] - Re: How to Extend Persistence Context Programatically

2007-10-01 Thread bravefencer
but if i extend the context with @PersistenceContext(... type=PersistenceContextType.EXTENDED) Annotation, the Dataselectionmodel works :) So i think, its because the Context is not extend, if i do it the other way. Anyway, i will post my code tomorrow. It would be very nice if i can get a Sol

[jboss-user] [JBoss Portal] - Difference between portlet-ref and component-ref - portlet i

2007-10-01 Thread dhoward0000
I'm trying to figure out why with the below configuration, only the TestPortletInstance30 instance will get created. Neither instance in the portlet-instances.xml is generated. Any ideas? jboss-app.xml: |appname | portlet-instances.xml: | | TestPortletIn

[jboss-user] [Beginners Corner] - he request was rejected because no multipart boundary was fo

2007-10-01 Thread utsaviinindia
I took the latest jar file (commons-fileupload-1.2.jar) from Apache but still getting the same problem. Any advises.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090428#4090428 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [JBoss Seam] - Re: How to Extend Persistence Context Programatically

2007-10-01 Thread [EMAIL PROTECTED]
I really doubt your datamodelselection has anything to do with whether the persistence context is extended or not. Why don't you actually post your code and the problem you have rather than plucking solutions out of thin air? View the original post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [Installation, Configuration & DEPLOYMENT] - The request was rejected because no multipart boundary was f

2007-10-01 Thread utsaviinindia
I took the latest jar file (commons-fileupload-1.2.jar) from Apache but still getting the same problem. Any advise.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090425#4090425 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [Beginners Corner] - Re: Rather simple but doesn't work

2007-10-01 Thread PeterJ
I suspect that either 1) You did not install EJB3 into JBoss AS 4.0.5 2) You have the wrong EJB3 version installed in JBoss AS 4.0.5 My recommendation is to use JBoss AS 4.2.1. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090421#4090421 Reply to the post :

[jboss-user] [JBoss Seam] - Re: How to Extend Persistence Context Programatically

2007-10-01 Thread bravefencer
yes. thats exact what i'am doing, but with more than on EntityManager defined in the corresponding xml files, and it works. Thats not the problem. The Problem that the Persistence context seems not to be extended. I get some data sets over the EntityManager, show them in a datatable, use Datasel

[jboss-user] [JBoss Seam] - Re: How to Extend Persistence Context Programatically

2007-10-01 Thread monkeyden
Actually, if auto-create=true, you don't need the true parameter, but getEMName() would return the String "myManagername" or any other EM name you have configured in components.xml. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090418#4090418 Reply to the p

[jboss-user] [JBoss Seam] - Re: How to Extend Persistence Context Programatically

2007-10-01 Thread bravefencer
hmm, i define the Entitymanager on that way: EntityManager em = (EntityManager)Component.getInstance(someRuntimeString); Without the second Parameter set on true. maybe thats the problem ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090416#4090416 Reply

[jboss-user] [JBoss Seam] - Re: How to Extend Persistence Context Programatically

2007-10-01 Thread monkeyden
You can't inject something if you don't know the name. If you have to determine the name at runtime, you'll have to do it inline. | public void someMethod(){ | String emName = getEMName(); | EntityManager em = (EntityManager)Component.getInstance(emName, true); | ... |

[jboss-user] [JBoss Seam] - Re: Entity Injection question

2007-10-01 Thread jacob.orshalick
LOL, apparently I'm having an off day... after looking at my code I am doing this in several places. I guess I need another cup of coffee :-) In addition, after looking back, I misread this portion of your post smithbstl... "smithbstl" wrote : I have a page where I have a number of these typ

[jboss-user] [JBoss Seam] - Re: How to Extend Persistence Context Programatically

2007-10-01 Thread bravefencer
it's needed at runtime, because, every EntityManager has a binding to a database and which Database will be used, is decided at runtime. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090414#4090414 Reply to the post : http://www.jboss.com/index.html?module=

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Domain Config Problems

2007-10-01 Thread EnriqueI
http://domain.com leads to one jboss app, and http://www.domain.com leads to another. Which XML file do I need to edit so that both point to the same jboss app? Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090413#4090413 Reply to the post : htt

[jboss-user] [JBoss Seam] - Re: How to Extend Persistence Context Programatically

2007-10-01 Thread bravefencer
yes. look at my first posting ;) but if i inititialize the Entitymanager on that way(in some SFSB) the DataSelection Model will not work properly. It works only if in Annotate the Entitymanager Variable with @PersistenceContext(unit-name"myunitname", type=PersistenceContextType.EXTENDED). But

[jboss-user] [JBoss Seam] - Re: Entity Injection question

2007-10-01 Thread stephen.friedrich
I can't really point to a paragraph in the reference where it's explicitly described. Yet, every example uses components that way: Usually the very first reference to a component is encountered in EL in html/jsp. When explaining the registration example the 1.2.1 reference says: anonymous wrot

[jboss-user] [JBoss Seam] - Re: How to Extend Persistence Context Programatically

2007-10-01 Thread monkeyden
Not sure why it needs to be determined at runtime but have you tried: EntityManager em = (EntityManager)Component.getInstance(someRuntimeString, true); ??? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090409#4090409 Reply to the post : http://www.jboss.

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBOSS startup on W2000 SP4 : getnameinfo entry point not

2007-10-01 Thread olvin
I'm using JBoss 4.2.1. I will try the Sun JDK 6 update 2 and also on another Win 2000 server. I will tell you if it works. Olv View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090406#4090406 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[jboss-user] [JBoss Seam] - Re: How to Extend Persistence Context Programatically

2007-10-01 Thread bravefencer
the problem is that the name of the entitymanager will be determined at runtime. so i can't put the static variable name before runtime in my code. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090405#4090405 Reply to the post : http://www.jboss.com/index.h

[jboss-user] [JBoss Seam] - Re: How to Extend Persistence Context Programatically

2007-10-01 Thread monkeyden
Seam bijection depends on variable name. Try this: @In(create=true) | private EntityManager myManagername; View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090404#4090404 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [JBoss Seam] - Re: How to Extend Persistence Context Programatically

2007-10-01 Thread bravefencer
i used SMPC(for example): | but the context is not extended, because in the code i get the ref to the Entitymanger i described further, but the Dataselection Model will not work in my stateful session beans, so it's not extended. View the original post : http://www.jboss.com/index.h

[jboss-user] [JBoss Seam] - Re: How to Extend Persistence Context Programatically

2007-10-01 Thread bravefencer
is there a way to define the extension of the persistence contexts directly in the persistence.xml instead of annotating this behaviour at the entitymanager definition? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090401#4090401 Reply to the post : http:/

[jboss-user] [JBoss Messaging] - Re: Clustering appears okay, but no clustered messages

2007-10-01 Thread fuzzybinary
run.sh -b IPaddress works, and I've narrowed this down to a clustering problem, not a messaging problem. Thanks for all your help guys! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090400#4090400 Reply to the post : http://www.jboss.com/index.html?module=

[jboss-user] [JBoss Seam] - Re: How to Extend Persistence Context Programatically

2007-10-01 Thread bravefencer
i have more than one persistence unit defined in persistence.xml, because i'am using more than one database. But for all possible units i have defined in the persistence.xml i must have an extended persistence context. View the original post : http://www.jboss.com/index.html?module=bb&op=view

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

2007-10-01 Thread srpantano
I am using Seam 2.0Beta1 + Acegi + Spring + Hibernate. When I try to logout, and I used: | Session.instance().invalidate() | ; | HttpSession session = (HttpSession)FacesContext.getCurrentInstance().getExternalContext().getSession(false); | session.removeAttribute("ACEGI_SECURITY

[jboss-user] [JBoss Seam] - Re: #{conversationList} appears to be empty

2007-10-01 Thread jacob.orshalick
Sorry, with Seam 1.2.1 the method is part of the API so I'm at a loss here. Maybe someone else could chime in with any insight. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090397#4090397 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[jboss-user] [JBoss Seam] - Re: Entity Injection question

2007-10-01 Thread jacob.orshalick
"stephen.friedrich" wrote : If you reference a seam component in EL in the component instance will _always_ be created if it was null. That's interesting. Is that documented or have you simply experimented and discovered this? It certainly doesn't work that way for @In. View the original pos

[jboss-user] [JBoss Portal] - Re: Can not get user role from LDAP server

2007-10-01 Thread saigon_man
Thanks a million for the tutorials. It worked perfectly. I am now able to connect to LDAP server and retrieve the user role. Here is that I've done in case of other people would like to know how to do it 1. Follow the instructions in those tutorials above for LDAP connection 2. To retrieve user r

[jboss-user] [JBoss Seam] - Re: #{conversationList} appears to be empty

2007-10-01 Thread b.reeve
I am using Seam 1.2.1 with Tomcat 6.0.10, JSF 1.2, Facelets 1.1.12. But then how #{conversationEntries} in conversations.xhtml doesn't throw this exception. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090394#4090394 Reply to the post : http://www.jboss.c

[jboss-user] [JBoss Seam] - Re: Entity Injection question

2007-10-01 Thread stephen.friedrich
Jacob, I think you are wrong. If you reference a seam component in EL in the component instance will _always_ be created if it was null. "smithbstl": You have to do it the way you did, if you really need to check for null properties. How comes, that you must do so? View the original post : ht

[jboss-user] [JBoss Seam] - Re: #{conversationList} appears to be empty

2007-10-01 Thread b.reeve
I am using Seam 1.2.1 with Tomcat 6.0.10, JSF 1.2, Facelets 1.1.12. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090392#4090392 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4090392 ___

[jboss-user] [JBoss Seam] - Re: Entity Injection question

2007-10-01 Thread smithbstl
None of my entities are tagged with @AutoCreate but if I refer to a property of the entity in a jsf page, the entity is created with a no-arg constructor or me. To me this behavior actually makes sense because when the page is loaded all the el is evaluated and beans are created when referenced

[jboss-user] [JBoss Messaging] - Re: Clustering appears okay, but no clustered messages

2007-10-01 Thread fuzzybinary
looking at it, it looks like 1100 is only listening for connections coming from localhost (binding is localhost:1100 not *:1100) Is this correct? Should I be trying to connect to a different port? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090389#409038

[jboss-user] [Beginners Corner] - Rather simple but doesn't work

2007-10-01 Thread woo37830
I cd'd to my jboss-seam-1.2.1.GA directory and typed: seam setup then seam new-project then seam explode It all appeared to work, to create ear app to access some existing mySQL tables. The console in which JBoss app server was running gave me a dump however with the pertinent lines... 15:08:

[jboss-user] [JBoss Seam] - Performance: @Name and @Stateless

2007-10-01 Thread DiegoCoronel
Hi, im using seam generator and my system is really big, im using jboss 4.2.1 and seam 2.0 RC1, im with performance problems , all my beans are just with @Name and i want to know if i use @Stateless is better to increase performance ?? My navigation is taking 15 seconds per page. Im using droo

[jboss-user] [JBoss Seam] - Re: #{conversationList} appears to be empty

2007-10-01 Thread jacob.orshalick
It looks like you may have conflicting versions of jars (or at least expected versions). The method Namespace.entrySet no longer exists in Seam 2.0.0.CR1. What version of Seam are you using? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090382#4090382 Rep

[jboss-user] [JBoss Seam] - seam generate-entities error....

2007-10-01 Thread minamti
This scenario seems to create create table groups ( group_id integer NOT NULL AUTO_INCREMENT, group_name VARCHAR(100) NOT NULL, group_desc VARCHAR(100), PRIMARY KEY(group_id)); insert into groups (group_id, group_name) values(1, "admin"); insert into groups (group_id, group_name) values(2, "o

[jboss-user] [JBoss Seam] - Re: Semantics of @Name, @DataModelSelection

2007-10-01 Thread jacob.orshalick
Sorry, the factory method in the above snippet should read, ... | @Factory(value="person") | public void loadPerson() { | if (pid != null) { | person = (Person) em.find(Person.class, pid); | } else { | person = new Person (); | } | } | ... No value sh

[jboss-user] [JBoss Seam] - Re: #{conversationList} appears to be empty

2007-10-01 Thread b.reeve
Could anyone please help me with this situation. Why am i getting this exception? conversationList being empty is understandable but this exception, i cannot figure out what is happening here. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090374#4090374 Rep

[jboss-user] [JBoss Messaging] - Re: Clustering appears okay, but no clustered messages

2007-10-01 Thread fuzzybinary
Probably not a UDP problem since I've checked that JGroups is actually working through the examples provided on the wiki, but I think it may be a network config problem somewhere. I changed log4j to TRACE for the examples and the connection to the IP is being refused. I have discovered that I

[jboss-user] [JBoss Seam] - Re: Semantics of @Name, @DataModelSelection

2007-10-01 Thread jacob.orshalick
"djfjboss" wrote : I had also assumed that the setPid method would be invoked via the edit link and thereby set person to the appropriate entity via the id, but this method isn't even called for me. The fact that the RequestParameter annotation is commented out is a little disconcerting. The p

[jboss-user] [JBoss Seam] - Re: Entity Injection question

2007-10-01 Thread jacob.orshalick
In the scenario you describe, the only time an entity is going to be automatically created is if it is a named Seam component and it has the annotation @AutoCreate. Is this how your entity is annotated? ... | @Entity | @Name("someEntity") | @AutoCreate | public class SomeEntity { | ..

[jboss-user] [JBossWS] - Re: Sample application

2007-10-01 Thread manny88
I added junit.jar to the entry in build.xml. The compile is OK now but the test results are another matter!! (all failing) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090367#4090367 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[jboss-user] [JBoss Seam] - Re: How to Extend Persistence Context Programatically

2007-10-01 Thread [EMAIL PROTECTED]
An SMPC is equivalent to an extended persistence context for conversationally scoped components. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090366#4090366 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4090366 _

[jboss-user] [JBoss jBPM] - what is the difference between swimlane and swimlaneInstance

2007-10-01 Thread dingo001
If a swimlane is assigned the actorId then should the swimlane actorIdExpression get reflected with the same values? Also, please explain what the difference is between an actorId and an actorIdExpression? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[jboss-user] [JBossWS] - Passing constraints from POJO to XML Schema

2007-10-01 Thread sunnym_a
Environment: JBoss-4.2.1.GA Jbossws-native-2.0.1.GA JDK 1.5 Description: When I deploy JAX-WS web service, JBoss generates appropriate xml schema along with WSDL, which is great. I am trying to find out how should the field level constraints be specified in POJO so they get propogated to the g

[jboss-user] [JBoss Seam] - Re: How to Extend Persistence Context Programatically

2007-10-01 Thread monkeyden
What value did you provide for unitName? Was it a value from your persistence.xml file? | ... | @PersistenceContext(unitName="someDB") I think this is the way it's done anyway. Personally, I use SMPC. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4

[jboss-user] [JBossWS] - Raw Style webservices

2007-10-01 Thread viniciuscarvalho
Hello there! As I've been reporting here [and getting good support]. I'm developing a rawstyle ws using @WSProvide annotation. After getting things working (jboss WS 2.0.1, downgrading to jdk 5 because SAAJ version). Now things are starting to work, but I'm getting an exception: NAMESPACE_ERR:

[jboss-user] [JBossWS] - Re: Sample application

2007-10-01 Thread manny88
Thomas, The "ant tests" is failing here as below. I'm on jboss-eap-4.2. I think it needs some package for junit.framework.Testcase. Where would this be? C:\cygwind\home\Manny\jboss-eap-4.2\jbossws-native-2.0.1.GA>ant tests Buildfile: build.xml prepare: tests-prepare: [echo] -

[jboss-user] [JBossWS] - Re: Sample application

2007-10-01 Thread manny88
Note, I have already added junit.jar to 3rdParty (/lib) here. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090360#4090360 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4090360

[jboss-user] [Security & JAAS/JBoss] - Client-Cert on Mozilla Firefox

2007-10-01 Thread tmarafon
Hi all. Is it possible to configure Firefox so that one could use a certificate (token) to login in an application with auth-method = CLIENT-CERT? I saw at http://wiki.jboss.org/wiki/Wiki.jsp?page=SSLSetup that it is possible to generate a .p12 file using keytool and openSSL and then import this

[jboss-user] [JBoss Seam] - Re: Seam Remoting Push ?

2007-10-01 Thread samdoyle
Thanks Shane for the clarification. I'm aware of the polling alternative which is what we have in place now. We have a lot of data that can potentially get updated but not always updated which is the reason we are looking at pushing. We are hoping that a push based approach will help cut some cy

[jboss-user] [JBoss Seam] - Re: seam-gen

2007-10-01 Thread luizruiz
Try to comment this line in persistence.xml file: View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090355#4090355 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4090355 ___ jb

  1   2   3   >