[jboss-user] [JBoss Seam] - Re: Seam and Adobe Flex

2007-06-08 Thread smartbinary
Seems like Flex/EJB3/JPA2 (using mx:webservice/EJB3WS with no FDS) would be a nice, clean RIA/JEE approach. Curious - what is the status of http://jira.jboss.org/jira/browse/JBSEAM-505 - any idea of when this would be part of GA and be included in the Seam documentation? Regards, Todd [EMAIL

[jboss-user] [JBoss Seam] - Always assign to a given actor

2007-06-08 Thread limousyf
Hello, I designed a validation process using the GPD and I want to use it in my seam app. I lack example of assignment to any other actor than the logged in user so I'm asking here. When I log my user in, I set the built-in Actor component to the user id. The user creates a document an sed it o

[jboss-user] [JBoss AOP] - Re: How to test advised methods?

2007-06-08 Thread [EMAIL PROTECTED]
What I do when debugging test cases in eclipse is to use loadtime weaving, by adding the following to the VM args for the launch configuration | -javaagent:path_to_jboss-aop-jdk50.jar -Djboss.aop.path=path_to_jboss-aop.xml | View the original post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss AOP] - Re: How to avoid intercepting recursive calls

2007-06-08 Thread [EMAIL PROTECTED]
anonymous wrote : | is not the one I am looking for. | The purpose of cflow is exactly what you mention in the original problem - you need something along the lines of: | | | | | | | | | | I cannot remember if wildcards are allowed i

[jboss-user] [JCA/JBoss] - Re: Changinh connection state in CMP EJB

2007-06-08 Thread [EMAIL PROTECTED]
Yes, the instructions are still the same (if a little scant of details :-). It's basically: 1) A configuration option in BaseWrapperManagedConnectionFactory to define the reauthentication mechanism class 2) Define an interface in org.jboss.resource.adapter.jdbc.vendor for the reauthentication me

[jboss-user] [JBossWS] - Re: JBossWS with JBoss 4.2.0 and Axis 1.4 don't work with WS

2007-06-08 Thread bigdaddy66
noone? what is the failure? i don't think it is an axis-problem - or? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052601#4052601 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052601

[jboss-user] [JBoss Seam] - Re: Extending Identity/RuleBasedIdentity

2007-06-08 Thread joeyxxx
Thanks for your time guys. When I use @Name("org.jboss.seam.security.identity") I get the ff error. javax.faces.el.EvaluationException: /layout/menu.xhtml @13,95 rendered="#{identity.loggedIn}": Exception getting value of property loggedIn of base of type : com.baisidirect.action.MyIdentity_$$_ja

[jboss-user] [Messaging, JMS & JBossMQ] - Re: JBossMQ JMS connection factory configuration

2007-06-08 Thread [EMAIL PROTECTED]
There is nothing to answer. You claim the documentation is unclear but don't explain what you don't understand. The step by step is already in the docs (which most likely you haven't even read since you don't even post a link to what you have read). P.S. Urgent is not an SLA of these forums. Vi

[jboss-user] [JBoss Seam] - Re: What is the common pattern for selecting objects?

2007-06-08 Thread grettke_spdr
The vision is that in case we don't want to use enums to populate selection controls we could use objects instead, but those objects don't yet need to be persisted. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052621#4052621 Reply to the post : http://www

[jboss-user] [JBoss Seam] - Question about explicit conversation id

2007-06-08 Thread bsmithjj
I have the following SeamTest (FacesRequest) method: | @Override | protected void invokeApplication() throws Exception { | | AccessRequestManager2 arm2 = (AccessRequestManager2) getInstance("accessRequestManager2"); | assert arm2

[jboss-user] [EJB 3.0] - Issuing Commands to a Running Process

2007-06-08 Thread suatkaya
Hi, For some reason, my stateless session bean starts a long running "process" (not in OS terms) like this code: | private @Resource SessionContext sctx; | . | sctx.getTimerService().createTimer(1, obj); | The long running process is in timer code. And it creates a Queue object an

[jboss-user] [Management, JMX/JBoss] - Re: Invocation Statistics of EJB

2007-06-08 Thread PeterJ
The best place to look for sample code is at the source code for twiddle, which is the command-line equivalent of jmx-console. The source can be found in the JBossAS source at console/src/main/org/jboss/console/twiddle[/command]. Look especially at the execute() methos in the *Command classes.

[jboss-user] [Microcontainer] - Re: Injecting KernelControllerContext

2007-06-08 Thread alesj
"[EMAIL PROTECTED]" wrote : I guess this would be an alternative to the KernelControllerContextAware interface? Yes. Or any of the more exact [put State here]KernelControllerContextAware interface. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052625#4052625

[jboss-user] [JBoss Seam] - Re: Always assign to a given actor

2007-06-08 Thread petemuir
You want to assign the task correctly in the first place e.g. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052628#4052628 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052628 _

[jboss-user] [JBoss Seam] - Re: What is the common pattern for selecting objects?

2007-06-08 Thread petemuir
You can use s:selectItems with any java object, but you need to provide a JSF converter if the object isn't a string. JSF provides some (e.g. number converter), Seam adds two more (enums, already persisted JPA entities), for others, you'll need to write your own. View the original post : http:

[jboss-user] [JNDI/Naming/Network] - Re: JMS Queue not binding to JNDI

2007-06-08 Thread [EMAIL PROTECTED]
You appear to be one of those people that can't even format a question in a way that is answerable it's no wonder you've got a problem: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp In particular http://wiki.jboss.org/wiki/Wiki.jsp?page=HelpExpertSystem Your post falls under the http://wiki.

[jboss-user] [JBoss Seam] - Re: Timer not starting from method with @Create annotation.

2007-06-08 Thread petemuir
2007-06-08 14:36:26,756 ERROR [org.jboss.ejb.txtimer.TimerImpl] Error invoking ejbTimeout: javax.ejb | .EJBException: java.lang.NullPointerException: @Create | public void startScheduler() { | try { | log.info("Entering create now to start the schdeuler"); |

[jboss-user] [Messaging, JMS & JBossMQ] - Re: jms client authentication with client certificates

2007-06-08 Thread [EMAIL PROTECTED]
The JMS api does support client authentication via certificates. It only supports user/password, e.g. javax.jms.ConnectionFactory.createConnection(user, password); But you can still do certifcate authentication if you enable SSL at the transport layer that requires client trust. i.e. you require

[jboss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - Re: How to change JBoss server Default configuration fron 'd

2007-06-08 Thread PeterJ
anonymous wrote : how can i customize jboss jbpm Have you read the jBPM documentation? If you have, and you have specific questions about a specific configuration topic, you can ask in the jBPM forum. http://www.jboss.com/index.html?module=bb&op=viewforum&f=217 anonymous wrote : and how can i a

[jboss-user] [Messaging, JMS & JBossMQ] - Re: create durable topic

2007-06-08 Thread [EMAIL PROTECTED]
It must end in -service.xml, e.g. jbossmq-state-service.xml View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052602#4052602 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052602 ___

[jboss-user] [JBoss Seam] - Re: Seam and Adobe Flex

2007-06-08 Thread stu2
According to the http://jira.jboss.com/jira/browse/JBSEAM?report=com.atlassian.jira.plugin.system.project:roadmap-panel it should be in the 1.3Alpha release his week (or maybe next?). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052610#4052610 Reply to the

[jboss-user] [JBoss Seam] - Re: What is the common pattern for selecting objects?

2007-06-08 Thread grettke_spdr
I see, thanks Pete and Damian. The documentation implies that you would only ever use this with JPA entity. Right now it looks like our system will have both JPA and non-JPA components bound to the JSF UI. As such, we don't plan to always bind entities to entities. Would this be possible? The

[jboss-user] [JBoss Seam] - Re: selectItems internationalised label

2007-06-08 Thread petemuir
| | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052614#4052614 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052614 ___ jboss-user mailing list jboss-u

[jboss-user] [Microcontainer] - Re: Injecting KernelControllerContext

2007-06-08 Thread [EMAIL PROTECTED]
I guess this would be an alternative to the KernelControllerContextAware interface? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052619#4052619 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052619 __

[jboss-user] [JBoss AOP] - Re: How to avoid intercepting recursive calls

2007-06-08 Thread system.out
Thanks Kabir, I think it can be an option. I have 2 questions now: 1. How can I exclude the first method call from list. i.e. in my previous example, prepare() won't be intercepted if I have all 3 methods in list? Is that correct? 2. Can be applied at class level/package name? View th

[jboss-user] [JBoss Messaging] - Re: failed to add topic in JBM 1.3

2007-06-08 Thread PeterJ
I would also try looking up just "topic" and once I had that namespace, I would print out the names of all objects in the namespace. Looking at the set of returned names might give you a clue as to what is going on. For example, you might find the the URL for JNDI is incorrect ad you have been l

[jboss-user] [JBoss Seam] - Re: What is the common pattern for selecting objects?

2007-06-08 Thread grettke_spdr
"petemuir" wrote : You can use s:selectItems with any java object, but you need to provide a JSF converter if the object isn't a string. JSF provides some (e.g. number converter), Seam adds two more (enums, already persisted JPA entities), for others, you'll need to write your own. Thanks Pete.

[jboss-user] [EJB 3.0] - how to access more than one EJB containers in one JSP

2007-06-08 Thread shupingChen
I need to access EJBs from two different Jboss Servers in one JSP page. Can anybody give me some sample codes? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052639#4052639 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [JBoss Portal] - Re: Custom Login Module Issues.

2007-06-08 Thread den74
i'm using 2.4.1 portal so i'm not sure it will be useful for you. What i did is: - altered conf/login-config.xml (not the one under jboss-portal.sar) configuring my application-policy - altered portal-server.war\WEB-INF\jboss-web to use my new application-policy - put my jar library under portal l

[jboss-user] [JBoss Seam] - Re: What is the common pattern for selecting objects?

2007-06-08 Thread petemuir
Rick Hightower's series on JSF/Facelets on IBM developer works is superb IMO View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052634#4052634 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052634 __

[jboss-user] [JBoss Seam] - Re: What is the common pattern for selecting objects?

2007-06-08 Thread grettke_spdr
"petemuir" wrote : Rick Hightower's series on JSF/Facelets on IBM developer works is superb IMO Thanks Pete. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052636#4052636 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [JBoss Seam] - Re: Always assign to a given actor

2007-06-08 Thread limousyf
You're right, it's much easier that way. Just to be sure I understand it well, I can assign to anyone in the xml definition file, and for "my assigned instances" it just have to match actor.id right ? My next question is: where do the transition look for the EL defined in the process definition

[jboss-user] [JBoss Portal] - Re: getting a portlet to load in maximized state

2007-06-08 Thread advaittrivedi
den, your solution: "using setWindowState(WindowState.MAXIMIZED) on ActionResponse" is possible in which life cycle method? If its possible only for processAction than how to trigger it unless user initiates an action? Thanks & Regards, View the original post : http://www.jboss.com/index.htm

[jboss-user] [JBoss Seam] - Re: What is the common pattern for selecting objects?

2007-06-08 Thread petemuir
Not really, the trouble is if you are using Facelets and Seam, lots of what a JSF book is about (backing beans, jsp) are irrelevant. Your best bet is Micheal (Yuan)'s Seam book. O'Reilly have a pocket guide to facelets that is well worth the $10 it costs. View the original post : http://www.

[jboss-user] [JBossWS] - wstools exception in jboss4.2

2007-06-08 Thread [EMAIL PROTECTED]
Hi, I am attaching a wsdl that used to work nicely with JBoss 4.0.5. But when I try to generate the java files from the wsdl using the wstools shipped along with JBoss 4.2, it keeps giving me this error. Exception in thread "main" org.jboss.ws.WSException: [JAX-RPC 2.3.1.2] Unable to unwrap mod

[jboss-user] [JBoss Seam] - Re: Extending Identity/RuleBasedIdentity

2007-06-08 Thread joeyxxx
I keep getting the ff error. javax.faces.el.PropertyNotFoundException: /login.xhtml @32,66 value="#{identity.myDestination}": Bean: org.jboss.seam.security.RuleBasedIdentity, property: myDestination | at com.sun.facelets.el.LegacyValueBinding.getValue(LegacyValueBinding.java:58) | at

[jboss-user] [JBoss Seam] - Re: Always assign to a given actor

2007-06-08 Thread limousyf
Well just to close the post, I wanted to say that my stuff (almost) worked ! I just have to outject a String, and not an int. But everything worked after this. I don't know maybe this can help someone ... You know, maybe someone even more n00bish than me ... (Hey ! Why is everybody laughing ? St

[jboss-user] [JBoss Seam] - Building parent and child in one page

2007-06-08 Thread mustaghattack
I would like to create a questionnaire and its questions in the same page. The user will be able to add/remove/edit question to a new questionnaire and save/cancel the whole thing at the end. I have problems for editing a question. Here is the use case : -> New Questionnaire -> New Question (1)

[jboss-user] [JBoss Portal] - Re: getting a portlet to load in maximized state

2007-06-08 Thread den74
you are right, i used that way to force the window state during the jsf navigation and not to change the initial state. Sorry for wrong suggestion View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052649#4052649 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [JBoss Seam] - Re: Seam and Adobe Flex

2007-06-08 Thread DavidInTx
There is one example project in cvs which is already has web services built in--seambay (careful--it's not seampay, which is another example project). However, as seambay is not included in the copyexamples task in the build.xml in cvs, you'll have to do the following: 1. Check out seam from

[jboss-user] [JBoss Seam] - Re: Seam and Adobe Flex

2007-06-08 Thread smartbinary
Thanks David! Just re-read the thread -- looks like you were already all over this :-). How goes it? Got ur Flex UI + SeamWS system at this point? Regards, Todd View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052661#4052661 Reply to the post : http://www

[jboss-user] [JBoss Seam] - Re: Building parent and child in one page

2007-06-08 Thread petemuir
Use a MANUAL flushmode conversation View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052666#4052666 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052666 ___ jboss-user mailing

[jboss-user] [JBoss Portal] - Re: Exception in Management Portlet

2007-06-08 Thread Kiyone
I have the same Exception, is there any solution to this problem? My System Windows XP SP2 JBoss 4.0.5 GA Portal 2.4.1 PostgreSQL 8.2 JDK6 - Copied postgresql-8.2-505.jdbc3.jar to server default lib folder - Downloaded the zip version of JBoss 4.0.5 - this works just fine - Downloaded the Portal

[jboss-user] [JBoss Seam] - Simple question from an not-noob developer

2007-06-08 Thread beligum
Hi all, Quick question I've been stuggling with for a day now: I have a page that uses an outjected variable/bean. That variable is set by an action bean after selection from a list. However, when a user accesses the target page directly, without going through the selection page, that variable w

[jboss-user] [JBoss Seam] - Re: Custom pdf tag not rendered when in email attachment

2007-06-08 Thread dustismo
in web.xml | | facelets.LIBRARIES | | /WEB-INF/infofilter.taglib.xml | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052662#4052662 Reply to the post : http://www.jboss.co

[jboss-user] [Messaging, JMS & JBossMQ] - Unique Constraint PK_JMS_TRANSACTIONS with 2 JBoss MQ instan

2007-06-08 Thread fgarsombke
We are setting up a clustered JBoss environment. HA JMS is not an option for us. Each JBoss instance has unique queue names. The two JBoss iinstances are using one Oracle database. When we place a certain amount of load on the systems (like 6-8 msgs/sec) with the two JBoss vms writing to the sam

[jboss-user] [JBoss Seam] - Re: Building parent and child in one page

2007-06-08 Thread mustaghattack
I tried that one as well but it fails for this use case : -> New Questionnaire > New Question (1) > Save Question (1) > Edit Question (1) > Cancel changes on Question 1 -> Save Questionnaire (em.flush()) I got the changes done during the edit step. Thanks for the reply. View th

[jboss-user] [JBoss Seam] - Re: Extending Identity/RuleBasedIdentity

2007-06-08 Thread joeyxxx
A workaround is to do away with the sub class and just use another bean for all fields on the login page that cannot be bound to identity but thats not as neat. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052679#4052679 Reply to the post : http://www.jbos

[jboss-user] [JBoss Seam] - Re: Usage of pooledTaskInstanceList

2007-06-08 Thread campi
Hi, I have a question regarding the use of the pooledTaskInstanceList I need to inject this component into a SLSB because I need to filter the List before using it into a datatable (some users from different entity have the same actor assigned because they have the same role within the applicati

[jboss-user] [JBoss Seam] - Re: Conversation id is already in use?

2007-06-08 Thread Delphi's Ghost
Ok, all done : http://jira.jboss.org/jira/browse/JBSEAM-1423 I had to attach it in 4 parts, all zipped. I've included test cases that demonstrates the problem. In the test app (a cut down version of my dummy book store app) there is no exception on the page flow navigation page changes, only

[jboss-user] [Installation, Configuration & Deployment] - Re: Dynamically loading a class at JBoss startup that uses a

2007-06-08 Thread psyllogism
Never mind, all. Upon further inspection I don't believe this to be a JBoss issue but instead an issue with the third-party library. The third-party jar uses its own custom ClassLoader that I need to fiddle with instead. So if anyone knows how to get GATE ( http://gate.ac.uk ) to play well with

[jboss-user] [JBoss Seam] - Re: Timer not starting from method with @Create annotation.

2007-06-08 Thread maniappan
Tried it, didn't get any exception, got more line in addition to what I posted before.. | 2007-06-08 22:42:49,066 DEBUG [org.jboss.ejb.txtimer.TimerImpl] Timer was not registered with Tx, resetting state: [id=4,target=[target=jboss.j2ee:service=EJB3,ear=yoscarebase.ear,jar=jboss-seam.jar,name

[jboss-user] [JBossWS] - JBossWS, Portlets, JAAS and Multiple JBoss Application Serve

2007-06-08 Thread hartsock
I'm just starting in on a new project. I have been directed to create a SOAP service that will be consumed by a Portlet. The portal server is on a physically separate server from the JBoss EJB3/SOAP server. What I want to do is to take the Authenticated Principal from the Portal and pass it bac

[jboss-user] [EJB 3.0] - cannot simultaneously fetch multiple bags

2007-06-08 Thread dhinojosa
Just for record: If you get this exception, you cannot have two "EAGER" collections in the same bean. At least that is what I found out. That is all. ;) Danno View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052680#4052680 Reply to the post : http://www.jbo

[jboss-user] [JBoss Seam] - Re: Seam + OC4J 11g (Technology Preview)

2007-06-08 Thread apushadow
Sure thing... Maybe I'm a n00b, but I can't seem to add a wiki page. I can edit an existing one ( here: http://wiki.jboss.org/wiki/Wiki.jsp?page=UndefinedPages), but none of the existing wiki pages - even those with no content - have relevant file names. Please advise. --Rich View the origi

[jboss-user] [JBoss Seam] - Re: Question about explicit conversation id

2007-06-08 Thread bsmithjj
I @In(jected) the conversation component into my bean and then added some code to dump the conversation id in the method invokation. It looks like that's working correctly, it's the SeamTest.FacesRequest that appears to be losing track of the conversation id. New AccessRequestManager2.startReq

[jboss-user] [JBoss Seam] - How to invalidate a comopnent?

2007-06-08 Thread grettke_spdr
Suppose that I've got a search criteria SessionScoped (POJO) component and I inject it with (create=true). Later on the user wants to clear the search criteria. The easiest way seems to to invalidate that component so that next time it gets injected a new one will get created. Is this the right

[jboss-user] [JBoss Seam] - Timers from previous deployments are still persistent

2007-06-08 Thread tuxzilla
I have a ScheduleController that schedule tasks: | @Startup | @Scope(ScopeType.APPLICATION) | @Name("scheduleController") | public class ScheduleController { | @In | private Schedule schedule; | | @In(create=true) | private ScheduledTask aTask; | | @Crea

[jboss-user] [JBossWS] - Re: How is the service URL constructed

2007-06-08 Thread rphadnis
I am not seeing that. The name of the ejb jar file is "sitereg-ejb-1.0-SNAPSHOT.jar" and the name of ear file is "SiteRegistrationService-1.0-SNAPSHOT.ear". Also I am using JAX-WS and EJB3. So I don't have ejb-jar.xml and webservices.xml. View the original post : http://www.jboss.com/index.

[jboss-user] [JBoss Portal] - Re: Quirky Behavior of Jackrabbit CMS?

2007-06-08 Thread david.hoffman
Noone has any suggestions? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052687#4052687 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052687 ___ jboss-user mailing list jbos

[jboss-user] [JBoss Seam] - Re: Problem with @Transactional

2007-06-08 Thread gustajz
Yes, I using this. The transaction works, but not correctly. In this code. | try { | log.debug("will be delete..."); | projetoManager.remove(selected.getId()); < generates a exception | log.debug("deleted??"); <--- after execption... this continue... | Faces

[jboss-user] [JBoss Seam] - Re: @DataModel modifications

2007-06-08 Thread [EMAIL PROTECTED]
"georgesberscheid" wrote : Ok, a few more details. The entity itself is not a Seam component, so it doesn't have a Seam context. The Java Bean I'm talking about is a SESSION scoped Seam component that simply holds the Set of entities. | | I did add the entity to the Set, but my DataTable doe

[jboss-user] [JBoss Seam] - Re: What is the common pattern for selecting objects?

2007-06-08 Thread grettke_spdr
Here is what I came up with. I am posting it in order to elicit comments on my approach (code review) and also in case this is right and anyone else needs to use selectItems with a custom converter when you want to populate it using objects. In the interest of brevity this is not a compilable

[jboss-user] [JBoss Seam] - #{taskInstance} is null on Notify='yes'

2007-06-08 Thread [EMAIL PROTECTED]
I've run into an issue when using Seam and JBPM where the taskInstance is null on newly assigned tasks. This is only affecting events and email notifications when notify="yes" in the process definition. I believe this to be a jBPM issue, but they asked me to post over here as well and see if a

[jboss-user] [JBoss Seam] - Re: Seam and Adobe Flex

2007-06-08 Thread DavidInTx
No, I had set it aside while waiting for http://jira.jboss.org/jira/browse/JBSEAM-505 to be resolved. Up until yesterday, Seambay did provide a web service interface via @WebMethod annotations, which got picked up and exposed via JBossWS, but there was no integration into the seam lifecycle vi

[jboss-user] [Installation, Configuration & Deployment] - Jboss 5.0

2007-06-08 Thread go2mmusa
I am looking for any document on Jboss 5.0 , Looks like the deployment , configuration etc all changed quite dramatically. Does any one know if there is any document which explains what to change from porting jboss 4.0x to jboss 5.0 Regards View the original post : http://www.jboss.com/index.

[jboss-user] [JBoss Seam] - Re: Question about explicit conversation id

2007-06-08 Thread [EMAIL PROTECTED]
Are you using nested conversations? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052709#4052709 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052709 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: How to invalidate a comopnent?

2007-06-08 Thread quilleashm
Sounds fair enough. Contexts.removeFromAllContexts() should do the trick. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052710#4052710 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052710 ___

[jboss-user] [Beginners Corner] - JBoss Rules Forum

2007-06-08 Thread jfrosch
My eyes may be fooling me, but is there no JBoss Rules forum? If not, what forum will contain the rules questions? My apologies if there is and I'm just not seeing it. Jack View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052698#4052698 Reply to the post :

[jboss-user] [EJB 3.0] - Re: cannot simultaneously fetch multiple bags

2007-06-08 Thread andydale
This exception can also occur when you are performing multiple fetch joins (on bags) in a query Cheers, Andrew View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052705#4052705 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[jboss-user] [Remoting] - Newbie Remoting Problem (Class does not expose a management

2007-06-08 Thread gottad
Hi, I'm new at remoting with JBoss. I Use JBoss 4.2.0GA, Remoting 2.0.0 and Java JDK 1.5.0_12. I'm not possible to deploy the 2.0.0 Remoting-Server-Example. I get the Exception "Class does not expose a management interface". This is my Server: package rem; | | import javax.management.MBeanS

[jboss-user] [JBoss Seam] - Re: Simple question from an not-noob developer

2007-06-08 Thread Delphi's Ghost
As a really big stab in the dark, how about : | | #{not selectedSpaceInstance = null} | | I'm not even sure if this is the correct syntax, but I'm sure you get the idea. If this doesn't work, you could always have a bean method called hasSelectedSpaceInstance which checks if the

[jboss-user] [Installation, Configuration & Deployment] - Jboss 3.2.2 : Adobe form server rendering issue

2007-06-08 Thread shilps
We have developed a web application through which we are opening forms (designed in Adobe esigner 6.0) in HTML as well as PDF version. JBoss is used to deploy form server. User through a browser make ca call to WebServer , the call from Web Server to AdobeFormServer is routed by adding an ISAPI

[jboss-user] [JBoss Seam] - Re: Question about explicit conversation id

2007-06-08 Thread bsmithjj
nested conversations? no - I wasn't planning on it in this use case. The main thing here is that I was trying to test from SeamTest.FacesRequest that the explicit (custom-generated) conversation id is the conversation id. It looks like the expression for my explicit id is being evaluated the w

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: relationships in jbosscmp-jdbc.xml

2007-06-08 Thread paoletto
ok, i tried but clearly i'm making some mistake. i tried to define a CMR field for entity Document that references "many" accounts, and i added in both bean and localhome interface the getters and setters for this CMR field named "account" in the . I also added the block into jbosscmp-jdbc.xml

[jboss-user] [Messaging, JMS & JBossMQ] - Re: jms client authentication with client certificates

2007-06-08 Thread perzian
Adrian, Thank you for your response. Although, I am still a little confused. Isn't the transport layer configuration for SSL done on the UILServerILService MBean by setting the ClientSocketFactory and ServerSocketFactory attributes? I looked at the javadoc for org.jboss.security.ssl.DomainServe

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Jboss 3.2.2 : Adobe form server rendering issue

2007-06-08 Thread shilps
We have developed a web application through which we are opening forms (designed in Adobe esigner 6.0) in HTML as well as PDF version. JBoss is used to deploy form server. User through a browser make ca call to WebServer , the call from Web Server to AdobeFormServer is routed by adding an ISAPI

[jboss-user] [Remoting] - Re: Newbie Remoting Problem (Class does not expose a managem

2007-06-08 Thread [EMAIL PROTECTED]
anonymous wrote : I Use JBoss 4.2.0GA, Remoting 2.0.0 and Java JDK 1.5.0_12. I'm not possible to deploy the 2.0.0 Remoting-Server-Example. FYI: JBossAS 4.2.0.GA already ships with Remoting 2.2.SP4 installed. I don't know if that is the cause of your problem - but if you are deploying your own R

[jboss-user] [JBoss Seam] - Re: Question about explicit conversation id

2007-06-08 Thread [EMAIL PROTECTED]
I'm not sure. How about submitting a simple, runnable version of your test to JIRA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052720#4052720 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052720 ___

[jboss-user] [JBoss Seam] - Seam CVS and Ajax4JSF Filter errors on deployment

2007-06-08 Thread smithbstl
Every time I deploy my app I get this stack trace. I created my project using SeamGen and am using Seam CVS (from about a week ago) It has something to do with the A4J filter startup. My app still deploys after these errors, just wondering what is happening. 2007-06-08 14:27:12,733 INFO [org

[jboss-user] [JBoss Seam] - Re: Timers from previous deployments are still persistent

2007-06-08 Thread [EMAIL PROTECTED]
Right, EJB timers are persistent. In Seam 1.3 we give you a choice b/w (persistent) EJB timers and (non-persistent) java.util.concurrent timers. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052727#4052727 Reply to the post : http://www.jboss.com/index.htm

[jboss-user] [JBoss Seam] - Re: Is there anybody get s:fileUpload works in ICEfaces inte

2007-06-08 Thread gus888
Anybody can give me a help? I really appreciate it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052728#4052728 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052728 ___ jb

[jboss-user] [JBoss Seam] - Re: Extending Identity/RuleBasedIdentity

2007-06-08 Thread joeyxxx
Thanks a bunch. Your help is very much appreciated. It works perfectly now. I started of with security.identity and I forgot to change it back after following a tip to use core.identity. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052729#4052729 Reply to

[jboss-user] [JBoss Seam] - Re: a4j:region and conversationID

2007-06-08 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : No, its not. Seam keeps the conversation id in the UIViewRoot, so if you want to change the conversation context from a partial render, you would need to render the whole f:view (which is not really a partial render!). | | This is definitely a limitation of the c

[jboss-user] [Remoting] - Re: Newbie Remoting Problem (Class does not expose a managem

2007-06-08 Thread gottad
I doesn't know that JBoss 4.2.0 included Remoting 2.2. Thanks. I have switched back to 2.2.SP4 (replaced the downloaded *remoting*.jar Files from the Remoting 2.0.0 package in the JBoss/server/default/lib Folder with the original ones), but the error Message was the same. Should I try JBoss 4.0.5

[jboss-user] [JBoss Seam] - Re: trouble with conversations

2007-06-08 Thread [EMAIL PROTECTED]
This is correct - and is, in fact, what you want 90% of the time. Think about the semantics of a HTTP GET. If you want refresh to stay in the same conversation context, you need to do a post-then-redirect, so that you get conversationId= in the URL. View the original post : http://www.jbos

[jboss-user] [JBoss Seam] - Re: Extending Identity/RuleBasedIdentity

2007-06-08 Thread [EMAIL PROTECTED]
Nonsense. That is not the solution you need. The problem is that you are *still* using "org.jboss.seam.core.identity" in your code instead of "org.jboss.seam.security.identity". View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052723#4052723 Reply to the post

[jboss-user] [JBossWS] - Re: How is the service URL constructed

2007-06-08 Thread jopere
Sorry, forget all I said in my first post. To set the context root include jboss.xml in your jar file with the following inside it: http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd";> The alias portion should be the name of the endpoint class. So if your endpoint class is name

[jboss-user] [Remoting] - Re: Newbie Remoting Problem (Class does not expose a managem

2007-06-08 Thread gottad
Appendix: I have tried my sourcecode (recompiling my SampleInvocationHandler with using of JBoss 4.0.5 jboss-remoting.jar package) with JBoss 4.0.5GA and the error is still the same. Therefore I think it must be something wrong with my code. Is there an example (something without an ant script) t

[jboss-user] [JBossWS] - upgrade from 4.01 SP1 to 4.05

2007-06-08 Thread mpipes
Hello - I have atleast 10 webservices that was developed using the Axis style webservices. Now I want to updgrade to the latest version of jboss to take advantage of JBossWS. Does any you know of an easy way to upgrade? Thanks, Mike View the original post : http://www.jboss.com/index.html?m

[jboss-user] [JBoss Seam] - Re: REST applications with Seam and the Restlet framework (n

2007-06-08 Thread sanjeev_vvr
In between if possible can you provide me some pointers on what should be my approach. We have stateless service beans which are used by stateful action beans to render output. We want to build a restlet which can use the same service beans to render data to rest requests. I want to avoid man

[jboss-user] [JBoss Seam] - Re: Run JSF RI on WebSphere 6.1

2007-06-08 Thread [EMAIL PROTECTED]
Did you include a context listener for the RI? For some servers, you might need something like this in your web.xml: | com.sun.faces.config.ConfigureListener | Also see http://forum.java.sun.com/thread.jspa?threadID=5163611&messageID=9624948 Stan View the original post : http://www

[jboss-user] [JBoss Seam] - Re: s:fileUpload trows error???

2007-06-08 Thread javabr
Hi, Have you got out on this ? I am facing the same problem.. file.getData() [] is returning null :S Rgds View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052743#4052743 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [Beginners Corner] - is there a way to define just the named queries in xml file

2007-06-08 Thread rahulbhirud
In EJB3, is there a way to define just the named queries in xml file instead of using annotation... Thanks in advance Rahul. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052744#4052744 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[jboss-user] [JBoss Seam] - Re: Is there anybody get s:fileUpload works in ICEfaces inte

2007-06-08 Thread javabr
man, I even could not make it work on trinidad.. :S I am using seam from cvs and jboss 4.2 . I have tried like 5 or 6 ways and I could not get out on this... file.getData()[] returns null everytime.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052746#4

[jboss-user] [JBossWS] - Problem with String Array in WSDL generated in 4.0.5GA

2007-06-08 Thread tballerstein
I am new to JBoss and deploying web services. I am trying to convert are old web services from ATG Platform to JBOSS 4.0.5GA. I have eveything converted to work with JBoss. I have a couple of services deployed and work properly. However I have a couple of services that do not work because on

[jboss-user] [JBoss Seam] - Re: s:fileUpload+trinidad = no Renderer for component family

2007-06-08 Thread javabr
Guys, I simply can not get it working... please HELLLP ME.. from my code: | | ... | | | | components.xml | | from log, lots and lots of: (when i submit the form) | 18:03:42,093 ERROR [STDERR] 08

[jboss-user] [JBoss Seam] - newbie basic question on components

2007-06-08 Thread X490812
I am checking out seam and not understanding something very basic. I have a simple state less session bean @Stateless | @Name("tst") | public class TstBean implements Tst { | | @Logger private Log log; | | @In FacesMessages facesMessages; | | | private

[jboss-user] [JBoss Seam] - Re: newbie basic question on components

2007-06-08 Thread [EMAIL PROTECTED]
Does Tst have an @Local annotation? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052751#4052751 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052751 ___ jboss-user mailing

[jboss-user] [JBossWS] - Problem marshalling data from a List

2007-06-08 Thread gryffin
I have a problem sending a list of item to a client. I send an object, which contains a member that itself stores a list of device objects. These objects store a member that is either a tag or a network device. ( I don't get to define the WSDL or Schema. ) I confirm that my List object does stor

<    1   2   3   >