[jboss-user] [JBossCache] - Re: Problem using PojoCache with LoadTime Weaving on Jboss A

2007-06-07 Thread mbroons
Thanks a lot. I did not pay attention to this requirement in the doc... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052408#4052408 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052408 ___

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

2007-06-07 Thread joeyxxx
Where do you configure Seam Identity/RulesBasedIdentity is being used? I've extended RulebasedIdentity to include a couple of fields that handle form input fields presented on the login page. Each time I go to the login page, I get the ff error: javax.faces.el.PropertyNotFoundException: /login.x

[jboss-user] [Messaging, JMS & JBossMQ] - Re: JMS Framework Stops on changing System Time

2007-06-07 Thread hskiran
Hi njain15, I am still interested in this topic. I will try your solution and let you know the result. Thanks for the info. Bye hskiran View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052406#4052406 Reply to the post : http://www.jboss.com/index.html?module

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

2007-06-07 Thread [EMAIL PROTECTED]
anonymous wrote : If I override a @Create method, do I need to annotate the sub class method as well? No, you do not, indeed, Seam will throw an exception if you do. (Actually I think the exception is not elegant behavior and I should fix that.) View the original post : http://www.jboss.com/i

[jboss-user] [JBoss Seam] - Re: No active transaction?

2007-06-07 Thread toni
But the outer transaction is always bound to the TransactionTimeout. In essence I'm just looking for a way so that a method is allowed to run as long as it needs to to get the job done. Is it possible in seam to run the whole batch without a transaction? View the original post : http://www.jb

[jboss-user] [JBoss Seam] - Re: seam 1.3.0.alpha seam-gen error

2007-06-07 Thread atao
First try: everything seems ok now. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052403#4052403 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052403 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: jboss el and jstl functions issue

2007-06-07 Thread atao
Thanks! It works fine. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052402#4052402 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052402 ___ jboss-user mailing list jboss-us

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

2007-06-07 Thread joeyxxx
Where might one find comprehensive directions on how to extend Identity. I've seen a couple of examples posted here but annotations don't seem to be consistent in the examples given. If I override a @Create method, do I need to annotate the sub class method as well? View the original post :

[jboss-user] [JBoss jBPM] - problem accessing jbpm-console (jbpm 3.2.1 GA) on weblogic s

2007-06-07 Thread naseem.k
Hi, I am using jBPM version 3.2.1 GA. I tried to deploy the jbpm-console.war on weblogic server 8.1. I managed to deploy it on weblogic. I resolved all the issues which are coming on weblogic like problem of antlr related to hibernate 3.1 and weblogic 8.1. Secondly I faced problem in query par

[jboss-user] [JBoss Seam] - Re: No active transaction?

2007-06-07 Thread [EMAIL PROTECTED]
Well, I'm not sure this discussion really belongs in the Seam forum, but if all the work *really* needs to take place in one transaction, there is usually a programmatic way to set the transaction timeout for the current transaction. For example: UserTransaction.setTransactionTimeout(). Otherwi

[jboss-user] [JBoss Seam] - Re: No active transaction?

2007-06-07 Thread toni
What is the best approach then for a task which might last for 1-6 hours, which is the case with mine. I have increased the transaction timeout already to 2h, but yesterday the task stopped after 2h, without raiging any exceptions. I found the following message in the logs: anonymous wrote :

[jboss-user] [Javassist user questions] - column highlighting on selection of a column

2007-06-07 Thread ranjitpune
please let me know how to achieve column highlighting in richfaces datatable on selection of the column... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052391#4052391 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=405

[jboss-user] [JBoss Seam] - Re: NPE in seam 1.3 PDF with image

2007-06-07 Thread [EMAIL PROTECTED]
If there is a bug in the docs, please log that in JIRA. thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052389#4052389 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052389

[jboss-user] [JBoss Seam] - Re: How to get the seam component outside of the seam contex

2007-06-07 Thread [EMAIL PROTECTED]
Well you can't, the whole point of Seam is that components are "contextual". View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052388#4052388 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052388 _

[jboss-user] [EJB 3.0] - Re: ejb 3.0 in exadel

2007-06-07 Thread alexrozario
"alexrozario" wrote : | can anyone guide me how to create (ejb 3.0+seam+jsf+oracle+JBOSS) application in exadel | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052385#4052385 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [JBoss Seam] - Re: NPE in seam 1.3 PDF with image

2007-06-07 Thread mgrouch
OK. Looking at the Seam code I've found the problem. It has to be (not what documentation says) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052384#4052384 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052384

[jboss-user] [EJB 3.0] - Event scope question....

2007-06-07 Thread design2006
hi there, I am using Event scope for one entity bean. when user login from the login page, the next page show up wil be "Hello, #{user.userName}". But when the welcome page show up, i can't get the username. The reason i use event here is i want to save server resources rather than using stat

[jboss-user] [JBoss Seam] - Re: Seam in Exadel(Eclipse)

2007-06-07 Thread alexrozario
"alexrozario" wrote : | can anyone suggest any other useful links to create | Ejb 3.0+Seam+JSF+Oracle project in Exadel. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052381#4052381 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[jboss-user] [JBoss Seam] - NPE in seam 1.3 PDF with image

2007-06-07 Thread mgrouch
anonymous wrote : | java.lang.NullPointerException | at java.io.ByteArrayInputStream.(ByteArrayInputStream.java:89) | at com.lowagie.text.Image.getInstance(Image.java:460) | at org.jboss.seam.pdf.ui.UIImage.createITextObject(UIImage.java:140) | at org.jboss.seam.pdf.ui

[jboss-user] [JBoss Portal] - Re: About JBoss Portal 2.6 ...

2007-06-07 Thread maiky
"[EMAIL PROTECTED]" wrote : | JBoss Portal 2.4 is used in production in many places, 2.6 will be final late in June and is already used in production on jboss.org | Is there an approxymate date for the final version ? (next week or later ?) I want to use the 2.6 version in production but I

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

2007-06-07 Thread krishnareddy
how can i customize jboss jbpm and how can i add my own jsp's? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052377#4052377 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052377

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

2007-06-07 Thread system.out
How can I test advised methods? i.e. test weaving functionality by junit. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052375#4052375 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052375 _

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

2007-06-07 Thread system.out
I have a class with some methods to be intercepted: methodOne() methodTwo() methodThree() I want to intercept any external calls to these 3 methods, i.e. If methodOne is calling the methodTwo(), that would be internal call and methodTwo shouldn't be intercepted. Is it possible? View the origi

[jboss-user] [JBoss AOP] - Re: Maven 2 plugin?

2007-06-07 Thread system.out
Any update on maven2 plugin? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052371#4052371 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052371 ___ jboss-user mailing list jb

[jboss-user] [JBoss Seam] - How to get the seam component outside of the seam context?

2007-06-07 Thread tangdazhu
i want to get the seam component outside of the seam conext, i have tried to use component.getInstance(), but it says that no active context, can someone tell me how to get these components ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052370#4052370 Repl

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

2007-06-07 Thread [EMAIL PROTECTED]
Attach the whole thing if it fits. I might have diff jar versions. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052369#4052369 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052369

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

2007-06-07 Thread [EMAIL PROTECTED]
Report it in JIRA, with a runnable test case, please. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052368#4052368 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052368 ___ j

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

2007-06-07 Thread xkong
Hi Peter, I should point out all the configuration works with messaging 1.2 in JBoss 4.0.5. The client code is stand alone. It call lookup all pre-configured destination coming with the package of 1.3. The topicName was passed as an arguement to the method, which was set as a sta

[jboss-user] [JBoss Portal] - Re: How to create a theme for Jboss

2007-06-07 Thread FcoLva
Thank you a lot Julien, I'll try it rigth now! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052366#4052366 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052366 ___ jboss-us

[jboss-user] [Beginners Corner] - Re: MessageFactoryImpl Dropping most of an incoming SOAP mes

2007-06-07 Thread edimickeastman
I think that I may have found the answer to my own question. Is it the case that you are only allowed a single element inside the SOAP body? Then I do have a gripe. Why can't jboss's message factory print a log message that says "I've finished parsing the first element of your body and there is

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

2007-06-07 Thread [EMAIL PROTECTED]
Hi Folks, I am trying to run Seam 1.3 on WebSphere 6.1 server (the JPA + Seam POJO setup). One of the first tasks is to run JSF 1.2 in WebSphere (i.e., bundle jsf-*.jar and el-*.jar in the WAR). But so far I have not been able to do it. It throws the following stack trace. Does anyone have any

[jboss-user] [JBoss Seam] - Re: Trouble Using on Glassfish

2007-06-07 Thread epbernard
If you manage to reproduce the NullPointerException in the EntityManager 3.3.x, I'm interested in the stacktrace, so that I can understand what's going on View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052363#4052363 Reply to the post : http://www.jboss.com/

[jboss-user] [EJB/JBoss] - Re: Way to implement a removeAll() method?

2007-06-07 Thread khkachn
Can't you do something like: int deletedEntities = entityManager.createQuery("delete from Customer"); if you want to remove all records from a customer table? I have not tried this yet, but it works in Hibernate based on their documentation: http://www.hibernate.org/hib_docs/entitymanager/refer

[jboss-user] [Clustering/JBoss] - EJB to Remote EJB using injection in different partitions

2007-06-07 Thread fabianignacio
I'm running 2 jboss-4.0.5.GA (ejb3-clustered) with Java EE 5 in Windows with different partition names. I'm trying to call one EJB from partition "ClientPartition" to other EJB in partition "DefaultPartition" using @EJB. Both partitions are in different machines. ClientPartition is start up lik

[jboss-user] [JBoss Seam] - Re: jboss el and jstl functions issue

2007-06-07 Thread hstang
are you using ear or war packaging? if ear, try placing jsf-facelets.jar in the ear root and add a module entry into application.xml View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052360#4052360 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [Clustering/JBoss] - Re: DefaultPartition not bound

2007-06-07 Thread fabianignacio
I'm going to create a new topic for this question Regards Fabián View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052357#4052357 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052357

[jboss-user] [Beginners Corner] - MessageFactoryImpl Dropping most of an incoming SOAP message

2007-06-07 Thread edimickeastman
Hello all, I'm a newbie to Jboss (but not to Java, J2EE . . .), so I will start here. If this is too technical, please tell me. I am trying to integrate a OSS efiling package, OpenEFM. The client sends a SOAP message that, from what I can tell, is basically valid except for a couple of the x

[jboss-user] [JBoss Seam] - Re: jboss el and jstl functions issue

2007-06-07 Thread atao
Not all uses of jstl's fn: function produce an exception. For exemple: | #{fn:length(testFromType)} | works fine. But I get the same exception with | | | | and only when I change of tab in a rich:tabPanel (but not when the page

[jboss-user] [JBoss Seam] - Re: Seam 1.3 PDF error (bug)

2007-06-07 Thread mgrouch
This seems to happen when I call facelets source tag which is defined as ui:component instead of ui:composition. Using ui:composition fixes the problem View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052353#4052353 Reply to the post : http://www.jboss.com/

[jboss-user] [JBoss Seam] - Re: Trouble Using on Glassfish

2007-06-07 Thread soluble
epbernard, thank you for your advice. I had a go but it did not seem to fix my problem. The Glassfish log file just came up with another error again resulting in a Context startup failed due to previous errors. However, I did manage to get working on the Glassfish example in jboss-seam-1.2.1.G

[jboss-user] [Clustering/JBoss] - Re: DefaultPartition not bound

2007-06-07 Thread fabianignacio
The other partition I'm using to test this has the SLSB publish ok. I tested the same code using HA-JNDI lookup and works ok. Do you know if there is some configuration I'm missing? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052348#4052348 Reply to the pos

[jboss-user] [Clustering/JBoss] - Re: DefaultPartition not bound

2007-06-07 Thread fabianignacio
Yes Brian But the problem was solved. The was an older version of the classes in teh deploy folder. I confused the jar and ear because I'm trying to call using injection to a remote SLSB in another cluster from another SLSB. Do you know if this is posibble? This is the test code: @Stateless

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

2007-06-07 Thread dustismo
Ok, I have found the problem: It works fine when I send the email by directly accessing the email template page.. But it does not work if I use | @In(create=true) | private Renderer renderer; | | public void send() { | try { |renderer.render("/simple.xhtml"); |

[jboss-user] [Clustering/JBoss] - Re: DefaultPartition not bound

2007-06-07 Thread [EMAIL PROTECTED]
Hmm. That should work. You're directly specifying the name of the partition in your annotation; the code checks that value and does the JNDI lookup based on that. Has the partition started when this ear deploys? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&

[jboss-user] [JBoss Seam] - Seam 1.3 PDF error (bug)

2007-06-07 Thread mgrouch
Endless recursion anonymous wrote : | javax.servlet.ServletException: Servlet execution threw an exception | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:313) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(Applicat

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

2007-06-07 Thread james_hays
I've dumped the notify='yes' for an event that fires on "task-assign" so I can do more debugging. I've verified that taskInstance is not being injected, but I can inject processInstance into my POJO in my seam app. Inside processInstance, I can dig down in the object to get the taskInstance an

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

2007-06-07 Thread sanjeev_vvr
Thanks Diggory. Will be waiting for your post. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052339#4052339 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052339 ___ jboss-us

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

2007-06-07 Thread Delphi's Ghost
I have stripped down my seam-gen generated bookstore test app to the minimum, and created an import sql script and written some test cases to demonstrate the problem. Do you want me to include all 30meg (zipped) of jars also, or should I just delete them from the zip file? There's nothing addi

[jboss-user] [Beginners Corner] - Jboss portal rss editing

2007-06-07 Thread onewingaengel
Not sure where to place this post. I'm running Jboss Portal 2.4. I'm having a problem trying to edit the rss feeds on the default install. When I click on "edit", nothing happens other than changing the "edit" button to "cancel". Nothing shows up in the logs. Any ideas on how I change the

[jboss-user] [JBoss Seam] - Re: Interrupting a Conversation to Start Another

2007-06-07 Thread Delphi's Ghost
Personally, I would consider this a data issue, not so much a framework issue. Just put a "completed" field in your Order entity that is only set when the order is completed. Then you can call "select * from orders o where completed = null" or whatever to see the incompleted orders.

[jboss-user] [Clustering/JBoss] - Re: DefaultPartition not bound

2007-06-07 Thread fabianignacio
Thanks for the reply Here is the full stack: 18:16:29,171 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=Test.ear,jar=Test-ejb.jar,name=ClientBean,service=EJB3 with dependencies: 18:16:29,187 INFO [EJBContainer] STARTED EJB: test.ClientBean ejbName: ClientBean 18:16:29,187 WARN

[jboss-user] [Clustering/JBoss] - Re: DefaultPartition not bound

2007-06-07 Thread [EMAIL PROTECTED]
What's the full stack trace of the NameNotFoundException? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052334#4052334 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052334 _

[jboss-user] [JBossWS] - Re: java.lang.UnsupportedOperationException when connecting

2007-06-07 Thread kimbaltrue
The JSE 6 Annotations use the XmlAccessType Enumeration as a property in the XmlAccessorType annotation, but the JWSDP 2 uses AccessType instead. Somebody did a rename of the class in the JSE 6 release so I'm not surprised if it fails. View the original post : http://www.jboss.com/index.html?

[jboss-user] [JBoss Seam] - Re: Interrupting a Conversation to Start Another

2007-06-07 Thread neilac333
Reading Chapter 6 of the documentation now. Thanks, Gavin. How could I access the conversationList object in code? This would be useful for me so that if the user logs off, then I could persist the data related to the conversations and then retrieve later at next logon so the user could see w

[jboss-user] [JBoss Portal] - Re: What is the format of renderURLs in 2.4?

2007-06-07 Thread [EMAIL PROTECTED]
Look at the code of org.jboss.portal.core.model.portal.PortalObjectURLFactory View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052329#4052329 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052329 _

[jboss-user] [JBoss and NetBeans] - Re: problem trying to add JBoss to NetBeans

2007-06-07 Thread ros060
"sherold" wrote : Hi Ros, | | NetBeans 5.5 does not support JBoss 4.2. Try to upgrade to NetBeans 5.5.1, it should already support it, I think. | | -Stepan Hello Stepan, Thanks for the reply. Shall upgrade to 5.5.1. Thanks again. Ros View the original post : http://www.jboss.com/ind

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

2007-06-07 Thread grettke_spdr
I've got a list of objects from which I need to make a selection in a menu or a radio button. What is the best approach to doing so? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052327#4052327 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [Clustering/JBoss] - Re: SingleScheduleProvider

2007-06-07 Thread jgowder
Seems like it was an issue with the routers handling the UDP. By switch to TCP fixed the issue. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052322#4052322 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=40523

[jboss-user] [Security & JAAS/JBoss] - integrating jbosswiki with ldap authentication

2007-06-07 Thread onewingaengel
I'm having a problem and not sure what to share. Please bear with me. I'm trying to authenticate jbosswiki with ldap. I currently have jboss portal authenticating with ldap. However, when it comes time for editing the wiki pages, one can not do so unless the wiki has authenticated them.

[jboss-user] [EJB 3.0] - Re: Create timer -

2007-06-07 Thread jcstaff
In my case, I wanted a small-scale solution for development. I found that I could do either of the following to get around the issue and still use HSQL. Both involved an edit of deploy/ejb-deployer.xml | a) turn off EJBTimer persistence by uncommenting the NoopPersistencePolicy and commenting

[jboss-user] [Clustering/JBoss] - DefaultPartition not bound

2007-06-07 Thread fabianignacio
Hi I'm running jboss-4.0.5.GA (ejb3-clustered) with Java EE 5, and I can't change a partition name. I have this error: [org.jboss.system.ServiceController] Problem starting service jboss.j2ee:ear=Test.ear,jar=Test-ejb.jar,name=ClientBean,service=EJB3 javax.naming.NameNotFoundException: DefaultP

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

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

[jboss-user] [JBoss Seam] - Re: Interrupting a Conversation to Start Another

2007-06-07 Thread [EMAIL PROTECTED]
Yes it is totally possible. "jump to new": propagation="none" "list of unfinished": conversationList There is plenty of info about these features in the documentation. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052312#4052312 Reply to the post : http:/

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

2007-06-07 Thread PeterJ
I guess I should also ask, where is your client running? Within the application server? If not, I need to see the jndi.properties file because the code that obtains the initial context is not setting any properties. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[jboss-user] [JBossWS] - Re: Duplicate SOAP body/envelope tags in SOAP message

2007-06-07 Thread jopere
I succeeded in calling a web service, from a web service. However, I'd really like someone out there who knows what they are doing to show me how to do this correctly. I am sure there is a better way than what I did. This is how I got it to work: 1. Create web service B as a stateless sessi

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

2007-06-07 Thread PeterJ
I would be interested to see how topicName is set in your Java code. One thing that is bugging me is the name not found exception usually lists only the specific name (e.g., topic or xCacheInvalidationTopic), I do not recall every seeing a full name (e.g., topic/xCacheInvalidationTopic) in the

[jboss-user] [JBoss Portal] - What is the format of renderURLs in 2.4?

2007-06-07 Thread nollie
Hello Can someone point me to the documentation that describes the URL created by renderURL tags in 2.4? The format has changed between 2.2 and 2.4 and I need the format to write a load balancing rule. Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtop

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

2007-06-07 Thread rphadnis
I am trying to find out how the service URL is constructed. I have a stateless session bean that is implementing a web service. The stateless session bean is packaged in an EAR file. The name of the service implementation class is SiteRegistrationServiceImpl.class. The URL for the resulting we

[jboss-user] [JBossWS] - Re: unable to create service endpoint error with jbossws-1.2

2007-06-07 Thread rphadnis
Is it having trouble locating your schema file(s)? Is the schema inline in the WSDL or is WSDL importing your schema. -Rahul View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052300#4052300 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[jboss-user] [JBoss Seam] - Interrupting a Conversation to Start Another

2007-06-07 Thread neilac333
I am writing an application where a user might be in the midst of a conversation and then may need to stop that one and jump to another page to initiate a new one. Upon completing that new conversation, the user could then go to a list of unfinished conversations and complete them. As a contri

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

2007-06-07 Thread xkong
Sorry mbean should look like: | | jboss.messaging:service=ServerPeer | jboss.messaging:service=PostOffice | true | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052296#4052296 Reply to the post : http://www.jboss.co

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

2007-06-07 Thread dustismo
I wish that was the problem, unfortunely I have the namespace included in the email template as well as the report template. Any ideas? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052295#4052295 Reply to the post : http://www.jboss.com/index.html?module

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

2007-06-07 Thread xkong
Here is what I see in JNDIView: | +- topic (class: org.jnp.interfaces.NamingContext) | | +- testDurableTopic (class: org.jboss.jms.destination.JBossTopic) | | +- TopicWithOwnRedeliveryDelay (class: org.jboss.jms.destination.JBossTopic) | | +- xCacheInvalidationTopic (class:

[jboss-user] [JBossCache] - Re: Problem using PojoCache with LoadTime Weaving on Jboss A

2007-06-07 Thread [EMAIL PROTECTED]
The problem is here: "mbroons" wrote : | Caused by: java.lang.NoSuchMethodException: model.Session.() | at java.lang.Class.getConstructor0(Class.java:2647) | at java.lang.Class.getDeclaredConstructor(Class.java:1953) | at org.jboss.cache.aop.TreeCacheAopDelegate._getObjectInt

[jboss-user] [JBoss Seam] - Seam-gen can't start

2007-06-07 Thread mladen.babic
I downloaded Jboss-Seam and Seam-gen zip files.I extracted seam-gen into Jboss-Seam folder and I typed seam.sh in terminal but it trows me "command not found" .I 'm using Ubuntu.What I'll do to start seam-gen? Best regards, mb View the original post : http://www.jboss.com/index.html?module=bb

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

2007-06-07 Thread d1g
Hi Sanjeev, I am using Restlet with Seam. I've not posted any details for a while but I will try to find time to post an updated - and fuller - example soon. It's worth remembering that neither the JBoss Seam or Restlet team support integrating the two projects (although there was interest and

[jboss-user] [Management, JMX/JBoss] - Re: ServiceMBean stop service

2007-06-07 Thread p235
Thanks. I resolved this. I am using an IDE and all along I was just terminating the server instead of shutting it down. That's why start was working and stop wasn't. Every thing is working fine now. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052287#405228

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

2007-06-07 Thread sanjeev_vvr
Can I extend SeamPhaseListener and use it for instantiation code written in main method of SeamContainer in the example. And use that listener in my web.xml? Or should I make it a seam component and instantiate it in components.xml? Can somebody provide me any pointers on what should I do to i

[jboss-user] [JBoss Seam] - Generate 1000 number using facelet

2007-06-07 Thread y_zl
Hi!, I tried to display 1000 numbers in a page under some condition. It seemed c:if and c:forEach did not work well with my condition, so I tried ui:repeat. The problem is I have to hold the 1000 numbers in a arraylist. Anybody knows better solutions that uses less memory? View the original

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

2007-06-07 Thread petemuir
Looks like you forgot to declare the if namespace in the template View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052284#4052284 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052284 _

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

2007-06-07 Thread dustismo
Hello, I created a custom tag to render jfreecharts into pdfs, It works great, except when I include the pdf in an email, then then it is not rendered instead of the chart I get this: | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052283#40522

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

2007-06-07 Thread james_hays
Should this be added as a Jira issue? I didn't find anything in there regarding this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052282#4052282 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052282 ___

[jboss-user] [JBoss jBPM] - Re: jBPM and macs

2007-06-07 Thread james_hays
"jdickins" wrote : Hi all, | | As a mac user trying to test out jBPM to see if it would work for an archiving group, I was distressed to find no JBossIDE download for those of us running OSX. Am I missing something or does JBoss not support OSX? If anyone knows any work arounds I would love

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

2007-06-07 Thread sanjeev_vvr
Is anybody working on making this work through ant build files. We have decide to Seam for all the new websites that we will be creating go ahead. And one of the feature we are looking at is using our stateless service beans through restlet APIs. I went through the example above and was looking

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

2007-06-07 Thread PeterJ
If it is in JNDIView, you should be able to look it up. Please post the excerpt from the destinations xml file that declares your topic, the code you use to lookup the topic, and the jndi,properties file you are using (if any). View the original post : http://www.jboss.com/index.html?module=bb&

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

2007-06-07 Thread timfox
You certainly don't need to restart the server every time you deploy/undeploy a destination. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052274#4052274 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052274 _

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

2007-06-07 Thread xkong
I am using JBoss AS 4.2.0.GA. Yes I started server every time I made change on any of config files. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052273#4052273 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052273 __

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

2007-06-07 Thread xkong
Sorry, my mistake. My topic does show up in JNDI view but cannot find by jndi.lookup. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052271#4052271 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052271 ___

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

2007-06-07 Thread PeterJ
Which version of JBoss are you using? Did you restart the server? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052269#4052269 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052269 _

[jboss-user] [JBoss Seam] - Re: seam -hibernate drops the tables

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

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

2007-06-07 Thread xkong
Thanks Peter, I did look at the Global JNDI Namespace in JNDIView, my topic is not there. My understanding is that by adding a destination in destination-service.xml, name service should be able pick it up in JNDI space. View the original post : http://www.jboss.com/index.html?module=bb&op=view

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

2007-06-07 Thread PeterJ
Have you used the list method of the jboss:service=JNDIView MBean within jmxconsole (or twiddle) to determine if the the topic was registered as you expected? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052266#4052266 Reply to the post : http://www.jboss

[jboss-user] [JBoss Seam] - Re: Number Guess Example Query

2007-06-07 Thread koenhandekyn
just download jboss 4.0.5. with ejb 3 profile as mentioned in seam doc. the examples run fine in jboss. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052265#4052265 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=40522

[jboss-user] [JBoss Seam] - Re: row input field

2007-06-07 Thread koenhandekyn
there is also a warning : There should always be a submitted value for an input if it is rendered, its form is submitted, and it is not disabled or read-only. 20:36:00,412 WARN [HtmlRendererUtils] There should always be a submitted value for an input if it is rendered, its form is submitted,

[jboss-user] [Clustering/JBoss] - Re: session persistence and cluster cache (4.0.3 SP1)

2007-06-07 Thread ablevine1
Brian. Thanks for your quick responses. Any time estimate for when JBoss 5 should be out?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052263#4052263 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052263 __

[jboss-user] [Clustering/JBoss] - Re: session persistence and cluster cache (4.0.3 SP1)

2007-06-07 Thread [EMAIL PROTECTED]
No, it would make it worse, as you'd end up restarting the app at the same time on all the nodes. The way you do it, the replicated cache itself provides a backup. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052261#4052261 Reply to the post : http://www

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

2007-06-07 Thread xkong
Add a topic in destination-service.xml and got NameNotFoundException for that topic. It was working with 1.2 and I can also find all pre-configured destinations. I set up JBM in Jboss AS 4.2.0.GA. Is there any change about destination configuration in 1.3? Or I missed anything. Thansks View the

[jboss-user] [JBoss Seam] - seam -hibernate drops the tables

2007-06-07 Thread dreuzel
i use the DVD example and mae some modifications the hibernate config files seeems to be used for jbpl workflow and for all files watever I do i seem always to have my tables cleared i excludes all hbm2ddl.auto options ... and still all tables are cleared and recreated

[jboss-user] [J2EE Design Patterns] - hosting multiple customers in single JBoss instance

2007-06-07 Thread paulsson
Hello everybody. I have a general design question that I would like to get some input on. I am working on a fairly large JEE application that will be used by many customers that will range from small to large businesses (in terms of web traffic). This is a hosted application by the way. Curre

[jboss-user] Jboss 5.0

2007-06-07 Thread Jayesh
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 ___ jboss-us

  1   2   3   >