[jboss-user] [JCA/JBoss] - Re: look up datasource failing~

2006-10-25 Thread jaikiran
anonymous wrote : But it doesn't hurt to have it in two places people won't read ;-) :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980916#3980916 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980916 ___

[jboss-user] [JBoss jBPM] - Re: JBPM3 with tomcat

2006-10-25 Thread diwa_pv
hi sam, i was not online for the past couple of days. so couldnt reply. coming to the problem you are facing, i guess u didnt configure ur hibernate.cf.xml anyways, i will try to produce that error at my side and will try to find a solution. regards and thanks diwa View the original post :

[jboss-user] [JNDI/Naming/Network] - context.lookup() local environment entry

2006-10-25 Thread snejboss
Hi all i am new bee to jboss and ejb. i am creating my first ejb. i failed initialise ejb home interface because my context.lookup("java:/comp/env/ejb/Fibo") local environment entry is failing. i am getting following error when i try to run this Fibonaci Computation null object name java.lang

[jboss-user] [JBoss Seam] - Re: Does anyone use @Rollback?

2006-10-25 Thread paulie!
G'day I do use it, but I will let you decide if the UserTransaction stuff would be better. I use it probably out of a bit of laziness, I will try and explain: I have an Entity (lets call it mum) which I also use as a backing bean for a form. it has a collection of objects (Entity as well) on

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossWS Plugin gen code problem

2006-10-25 Thread omatzura
Hi Kalvin, it's a bug in the plugin I believe.. please check thegenerated webservices.xml file and remove the leading ":" in the wsdl-port element.. this is fixed in the nightly builds.. hope this helps! regards, /Ole eviware.com View the original post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss Messaging] - Re: How do you install as standalone with Tomcat

2006-10-25 Thread davidrh
To get a standalone install of JBoss messaging, you need to get the JBoss Application server distribution (we use 4.0.4.GA) and the JBoss Messaging distribution (currently 1.0.1.GA). Unzip the JBoss Application server distribution to wherever you want JBoss to be installed. Set the JBOSS_HOME

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Exception in the Lookup Operation

2006-10-25 Thread snejboss
Hi Luke2006 I am new to ejb. I am getting the same exception. if you come across the problem please let me know how to fix it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980908#3980908 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[jboss-user] [JBoss Messaging] - Connecting to two JBoss messaging servers from the one clien

2006-10-25 Thread davidrh
We would like to implement something similar to this to get a basic level of redundancy for generating and receiving messages. Is there any reason why this wouldn't work i.e. should the two connections be completely independant of each other? View the original post : http://www.jboss.com/index

[jboss-user] [Messaging, JMS & JBossMQ] - java.io.IOException: Client is not connected

2006-10-25 Thread tharinduj
Hi All, I have Three MDB's in my project. The message sending is done without any problem causing to application. But I receive following Exception. I want to know hoe to remove this. Any help is appriciated. -- 20

[jboss-user] [JBossCache] - Re: POjoCache-Internal field modification

2006-10-25 Thread sushajoy
Ben, Can you please guide me to get around this. How should i subscribe for the event ?? Thanks Susha View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980905#3980905 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39

[jboss-user] [JBossCache] - Re: statistics not refreshing

2006-10-25 Thread [EMAIL PROTECTED]
I do start a simple jmx mbean in the 2.0 release. Jerry, if you have time to help out, ping me. But again, for the simple cache stats, I don't see why it won't work though? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980902#3980902 Reply to the post : ht

[jboss-user] [JBossCache] - Re: PojoCache replcation not working

2006-10-25 Thread [EMAIL PROTECTED]
I have a feeling that your pojo is not instrumented correctly. Do you run "aopc" with that first? Also you can run the PojoCache examples that comes with the distro to get you started. -Ben View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980901#3980901 Repl

[jboss-user] [Installation, Configuration & Deployment] - Re: unable to connect to db

2006-10-25 Thread sonoerin
I should say that I am on OS 10.4.8 running JDK1.5 with JBoss-4.0.2 and the mysql db is running locally. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980900#3980900 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39809

[jboss-user] [Installation, Configuration & Deployment] - Re: Help me schedular in JBOSS

2006-10-25 Thread harshi
I managed to find a solution. This is just for the reference include a sar file with class that implements schedulable. then include that in to the ear, then schedular works ok if any suggestions pls let me know View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p

[jboss-user] [Installation, Configuration & Deployment] - Re: problem with class loader jboss schedular

2006-10-25 Thread harshi
i have managed deploy schedular in an ear. This is how I did that. I created a sar file with the scheduler class. then ine jboss-service.xml of the sar include schedulable entry for the schedular instead of inside the default/conf/jboss-service.xml. now the system works well. if any suggestion

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBoss Eclipse IDE Tutorial

2006-10-25 Thread weiming
oh, do you mean I have to create an ear file before I create the project, but not at the end? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980897#3980897 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980897

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBoss Eclipse IDE Tutorial

2006-10-25 Thread weiming
Sorry, I cannot find the panel you mentioned in the new EJB Project wizard. Can you specify the path in Eclipse please? For example, the project is called "Calculator", then what's next Cheers Ming View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980896#39808

[jboss-user] [Installation, Configuration & Deployment] - unable to connect to db

2006-10-25 Thread sonoerin
I am unable to get my app to connect to a running instance of mySQL. I can connect to it via Eclipse IDE using a URL: jdbc:mysql://localhost:3306/mydb But in my mysql-ds.xml file I have this: MySqlDS jdbc:mysql://127.0.0.1:3306/mydb com.mysql.jdbc.Driver user none <

[jboss-user] [Installation, Configuration & Deployment] - Jboss 3.0.8 upgrade to 4.0.5 problem

2006-10-25 Thread poonwingyee
Hi All, i want to upgrade the jboss from 3.0.8 to 4.0.5. In 3.0.8, it is using jetty not tomcat. the setting configuration is difference to the 4.0.5. My Database is using hypersonic. how to setting connect my database. i try to change the file "hsqldb-ds.xml" jdbc:hsqldb:hsql://localhost:4467 wh

[jboss-user] [JBoss jBPM] - Re: Is there any method to store information in process defi

2006-10-25 Thread jasspier
i've got the same question. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980893#3980893 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980893 ___ jboss-user mailing list jbo

[jboss-user] [JBoss Eclipse IDE (users)] - JBossWS Plugin gen code problem

2006-10-25 Thread kalvin
Hello, I am getting an error when deploying the following walkthrough example. http://www.soapui.org/jbossws/topdown_example.html Here is the error log: 22:08:26,306 WARN [PortComponentMetaData] element in webservices.xml not namespace qualified: :HelloWorldPort 22:08:26,540 WARN [JSR10

[jboss-user] [JCA/JBoss] - Re: look up datasource failing~

2006-10-25 Thread [EMAIL PROTECTED]
Actually it is here http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigDataSources anonymous wrote : | Note: JBoss does not recommend using this feature on a production environment. It requires accessing a connection pool remotely and this is an anti-pattern as connections are not serializable.

[jboss-user] [JCA/JBoss] - Re: look up datasource failing~

2006-10-25 Thread jaikiran
anonymous wrote : Note, exposing a DataSource remotely is *not* encouraged. Mentioned this in the wiki as well so that this need not be repeated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980890#3980890 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [Installation, Configuration & Deployment] - Re: war file webcontext not available after restart

2006-10-25 Thread jaikiran
The logs are not showing any errors except the one that you mentioned. Looking at the other war files that are getting deployed, i can see logs like: anonymous wrote : 00:12:15,086 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=0,context=/invoker anonymous wrote : 00:1

[jboss-user] [JCA/JBoss] - Re: look up datasource failing~

2006-10-25 Thread [EMAIL PROTECTED]
Note, exposing a DataSource remotely is *not* encouraged. But yes, that is the issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980888#3980888 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980888

[jboss-user] [JCA/JBoss] - Re: look up datasource failing~

2006-10-25 Thread jaikiran
Looking at your stacktrace it appears that you are looking up the datasource from a standalone java class. This will not work since datasources are not exposed remotely. Have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=HowCanIAccessADataSourceFromAClient for more details View the origi

[jboss-user] [Security & JAAS/JBoss] - Re: SecurityContext after JMS call

2006-10-25 Thread jaikiran
anonymous wrote : What I want to do is to keep track of the user originally called the first bean and execute it with his identity. AFAIK, that's not possible(someone can correct me if i am wrong). The reason behind this being the MDB is invoked by the server and not by the user who puts in th

[jboss-user] [Beginners Corner] - Re: EJB SecurityException on AccountBean EJB dukesbank

2006-10-25 Thread jaikiran
anonymous wrote : 2006-10-25 21:10:19,625 ERROR [STDERR] Debug: AccountControllerBean getAccountsOfCustomer | 2006-10-25 21:10:19,625 TRACE [org.jboss.security.SecurityAssociation] getPrincipal, principal=200 | 2006-10-25 21:10:19,625 TRACE [org.jboss.security.plugins.JaasSecurityManager.d

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging Assistance

2006-10-25 Thread jbossbill
Also, I'd like to note that our application works fine when used with ActiveMQ. We can stop either or both of the JMS Servers and re-start them without having either of them effect each other. We use the following properties when connecting to JBoss Messaging Server: Hashtable properties = new

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Developer Release

2006-10-25 Thread 733nb
I downloaded the DR release and was able to bring it up without any issues, Nice Job ;-) It would be nice to see you get rid of the html login page and put it into a portal (it would make the whole system really look top-notch) Overall, it looks and feels really good...really like the DnD!!!

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JbossIDE 2.0 deploy application

2006-10-25 Thread mwr0707
I understand. I thought there might have been some problem when you first added it, so I thought you might try deleting it and adding it again. My configuration is JBossIDE2.0beta2 bundle and JBoss4.05. I am using a Java 5 JDK. Assuming you followed the same steps, I wonder what could be diff

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBoss Eclipse IDE Tutorial

2006-10-25 Thread mwr0707
When you create a new project as previously described, the first panel in the new EJB Project wizard has a group box at the bottom named 'EAR Membership', in this group box is a check box 'Add project to an EAR'. If you check this box, a new EAR project will be created for you automatically.

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBoss Eclipse IDE Tutorial

2006-10-25 Thread mwr0707
When you create a new project as previously described, the first panel in the new EJB Project wizard has a group box at the bottom named 'EAR Membership', in this group box is a check box 'Add project to an EAR'. If you check this box, a new EAR project will be created for you automatically.

[jboss-user] [JBoss jBPM] - Re: jBPM database

2006-10-25 Thread onizuka82
Hi there, Thanks for clearing my doubt. The information prove to be handy. Good Day. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980879#3980879 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980879

[jboss-user] [Management, JMX/JBoss] - Junit testing MBeans

2006-10-25 Thread TheThirdEye
Hi, Just curious ... on how people Unit test MBeans. I have read on some mailing list about treating MBeans as regular Java Beans and unit testing them as you would any other java class. I find it really difficult to follow this approach as, much as I would like to, MBeans have StateString whic

[jboss-user] [JBoss jBPM] - Re: BPEL beta2 - wait activity

2006-10-25 Thread [EMAIL PROTECTED]
You mean PT60S, right? ;-) We have a weird issue here. What is the polling interval? Does the service get invoked? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980876#3980876 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[jboss-user] [Clustering/JBoss] - Is it possible to factor out jboss rmi and use in a j2se env

2006-10-25 Thread mneighbors
We are looking at clustering the middle tier for one of our products. This product is a 3-tier j2se application that uses jdo. Clustering between the middle tier and the back end can be handled by the jdo implementation. We want to stay with jdo if possible. We also are going to stay j2se.

[jboss-user] [JBoss Seam] - Re: Issues with SeamTest and Pageflow

2006-10-25 Thread [EMAIL PROTECTED]
OK, I believe everything is fixed now. I've just made some really significant (hopefully non-breaking) improvements to the test harness. Direct use of new Script() is now deprecated, tests should start using new FacesRequest() and new NonFacesRequest(). Especially, if you have a pageflow that d

[jboss-user] [JBoss Eclipse IDE (users)] - Upgrading JBossIDE for Eclipse 2.0.0.Beta2

2006-10-25 Thread [EMAIL PROTECTED]
I'm just finding my way around Eclipse and JBoss. I have installed Eclipse 3.2 and JDK 1.5. I presume that if I install JBossIDE for Eclipse 2.0.0.Beta2 using the Eclipse Install/Update manager, I will will able to upgrade to the stable versions of JBossIDE for Eclipse 2.0.0 and thereby elimin

[jboss-user] [EJB 3.0] - Re: EntityManager.lock() issues

2006-10-25 Thread ablevine1
anonymous wrote : | The approach I was trying to use: | | AEntity a = manager.find(AEntity.class, aId); | manager.lock(a, LockModeType.READ); | | I think now it's not the way to go, because it's not atomic: Different competing threads could adquire an entity representing that dat

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - direct access to a page

2006-10-25 Thread jim100685
I have security in my app, this works fine but what I wanted is to access one of the pages directly without prompting me to the login page. how can I disable the security on a certain page? my security constraint code is: LoginResource Require users to authent

[jboss-user] [Management, JMX/JBoss] - Re: classloader issue: deployment at runtime

2006-10-25 Thread genman
Set the class loader up in jboss-web.xml , see: http://www.jboss.org/j2ee/dtd/jboss-web_4_0.dtd You'll need to bind your classloader to the MBeanServer. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980864#3980864 Reply to the post : http://www.jboss.com/in

[jboss-user] [Security & JAAS/JBoss] - Principal from Servlet to EJB not propagating?

2006-10-25 Thread forumer
I need to get a user from a Servlet Request parameter and propagate it to EJB layer. But it is not happening! Thanks in advance for your help. This is the excerpt from login-config.xml. Note that I am using ClientLoginModule: | | | | |

[jboss-user] [Management, JMX/JBoss] - Re: Problem with notification filter?

2006-10-25 Thread java123
Thank you for the prompt replies. Unfortunalty removing the mbean from the subscription does not stop the messages from coming in. Is this something by defeault all MBeans register to? this is what I removed: | | | |

[jboss-user] [JBoss Messaging] - Re: Changing defaultDS to postgres: NoSuchMethodException

2006-10-25 Thread chuckanut
anonymous wrote : | If you're using 1.2alpha, then the only config that is currently up to date and working is the config for mysql. | Yes, i'm using 1.2Alpha1. Thanks for the response. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980859#3980859 Rep

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: upgrade jboss but not hibernate

2006-10-25 Thread arthomas73
I figured it out, and it was a bug in the code (one that had already been fixed after I checked out the project), and not related to upgrading. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980860#3980860 Reply to the post : http://www.jboss.com/index.html

[jboss-user] [Messaging, JMS & JBossMQ] - client implementation

2006-10-25 Thread soussou97
Hi; I search a good implementation that allows to get and send of JMS messages using any JMS provider (MOM) with of JMS message containing XML file or Java objects (I use Jboss as Server). regards; View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980857#39808

[jboss-user] [JBoss Seam] - Re: Issues with SeamTest and Pageflow

2006-10-25 Thread [EMAIL PROTECTED]
OK, the first problem is fixed in CVS, along with another bug to do with pageflows. Please test it for me, thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980855#3980855 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[jboss-user] [JBoss Seam] - Seam Time Out

2006-10-25 Thread skr
Hi, What is the seam time out period by default. how can we control it. Can you please explain me in/out in detail if any regarding this. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980854#3980854 Reply to the post : http://www.jboss.com/index.html

[jboss-user] [JBoss Seam] - Re: specify a face message for @Conversational ifNotBegunOut

2006-10-25 Thread iradix
Thanks. That'll be helpful. The resource bundle change is something that I could use now. If you want to discuss possible implementations I might be able to contribute it over the next month or so. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980853#3980

[jboss-user] [JBoss Seam] - Re: specify a face message for @Conversational ifNotBegunOut

2006-10-25 Thread [EMAIL PROTECTED]
You set a different Manager implementation like so: @Name("org.jboss.seam.core.manager") | public class MyManager extends Manager | { |//do anything you like | } I have considered allowing page-scoped resource bundles, for other reasons, and we may well do this at some stage. View t

[jboss-user] [JBoss Seam] - Re: specify a face message for @Conversational ifNotBegunOut

2006-10-25 Thread iradix
I could work with it, although I'm not sure how to set a different Manager implementation. Just a thought though, how about the ability to define a resource bundle in pages.xml that would be used by the resourceBundle component to override the default values? Something like that could be usefu

[jboss-user] [JBoss Seam] - Re: specify a face message for @Conversational ifNotBegunOut

2006-10-25 Thread [EMAIL PROTECTED]
OK, I'll make a protected method on Manager that you can override and do whatever you like ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980848#3980848 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980848 ___

[jboss-user] [JBoss Seam] - Re: Faces context not found. getResponseWriter will fail.

2006-10-25 Thread [EMAIL PROTECTED]
You can use the /faces/* servlet mapping. The Seam blog example uses that style. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980846#3980846 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980846 __

[jboss-user] [JBoss Seam] - Re: specify a face message for @Conversational ifNotBegunOut

2006-10-25 Thread iradix
That was a bit vague I guess. Depending on what part of the application is being accessed. In other words, something like "No Conversation" or "Operation timed out" are fine for areas where the users are familiar with the application (administrators perhaps) but other areas might require a bit

[jboss-user] [JBoss Seam] - Re: Application scope SFSB

2006-10-25 Thread monkeyden
In which jar is that located? I don't see it in 1.0.1. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980841#3980841 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980841 ___

[jboss-user] [JBoss Seam] - Re: Application scope SFSB

2006-10-25 Thread monkeyden
Looks like a nightly build. Appears to be new as of your comment on 10/12. http://jira.jboss.org/jira/browse/JBSEAM-95 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980844#3980844 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [Remoting] - InvokerLocator already exists for listener

2006-10-25 Thread dunks80
Sory to cross post (I also posted in the messaging forum) but this seems like it may deal more with remoting. I'm using Jboss 4.0.5 and JBoss Messaging 1.0.1. What is happening is that I'm looping through a list of items and sending each item in the list off to a queue that has an MDB listening

[jboss-user] [Security & JAAS/JBoss] - got 403 error but module auth worked

2006-10-25 Thread raivil
I have a custom login module (Plain JAAS), tested with tomcat/oracle/jetty. I configured Jboss to use it (jboss-web.xml and login-config.xml). The log shows the login module working. It shows me all the roles. but after login I get a 403 denied page. The login module I made is base on this: http

[jboss-user] [JBoss Seam] - Re: Faces context not found. getResponseWriter will fail.

2006-10-25 Thread mickknutson
"[EMAIL PROTECTED]" wrote : You have to go to URL of the form: | | http://localhost:8080/myapp/foo.jsf | | Not: | | http://localhost:8080/myapp/foo.jsp | | This is a standard JSF thing. | Why must I use: Faces Servlet *.jsf can't I just define: Faces Serv

[jboss-user] [JBoss jBPM] - Re: BPEL beta2 - wait activity

2006-10-25 Thread wugf
Alex, thanks. Now I tested wait up to PT60M and it worked. But I encountered another problem: it does NOT work when I put a wait before and a wait after an invoke of a partnerLink, for example It timed out. Just for reference, it works and gives 10 seconds wait if I put the 2 waits together

[jboss-user] [EJB 3.0] - Re: No LoginModules configured for java:

2006-10-25 Thread jgilbert
Turns out I was wrong. With ejb3 I can specify the security domiain in jboss.xml as just: other View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980838#3980838 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39808

[jboss-user] [JBoss Seam] - Re: Application scope SFSB

2006-10-25 Thread [EMAIL PROTECTED]
There will be one instance, but make sure you add an @Synchronized annotation, since SFSBs do not support concurrent calls. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980836#3980836 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[jboss-user] [JBoss Seam] - Re: specify a face message for @Conversational ifNotBegunOut

2006-10-25 Thread [EMAIL PROTECTED]
Sorry? Depending upon what? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980837#3980837 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980837 ___ jboss-user mailing list jbo

[jboss-user] [JBoss Seam] - Re: specify a face message for @Conversational ifNotBegunOut

2006-10-25 Thread iradix
What if one wanted to use a different message depending on the circumstances? It seems like it would be nice to be able to define a key besides org.jboss.seam.NoConversation in the pages.xml file along with no-conversation-view-id. View the original post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss Seam] - Application scope SFSB

2006-10-25 Thread monkeyden
I am using an APPLICATION scope Seam component (SFSB) to manage some configuration data: @Stateful | @Name("appConfig") | @Scope(APPLICATION) | | public class ConfigurationManagerBean implements ConfigurationManager, Serializable { | ... | } I'm using this componet within sever

[jboss-user] [JBoss Seam] - Re: Seam 1.1 beta 1

2006-10-25 Thread [EMAIL PROTECTED]
OK, I made it public again. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980831#3980831 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980831 ___ jboss-user mailing list jbo

[jboss-user] [JBossWS] - How do I customize WSDL when using 181 EJB WS

2006-10-25 Thread kimbaltrue
I'm using the lastest AS and WS. My Webservice uses a complex object as a paramter (i.e. java.util.List as attribute.) The webservice deploys, but the complex object in the generated WSDL is empty. How do I get JBossWS to generate a WSDL with the complete object model? Is there anyway to provid

[jboss-user] [Installation, Configuration & Deployment] - Server Not found.

2006-10-25 Thread Rubbinio
Hi, i am having an issues with my application being unable to connect on localhost:1099. I suspect there is somethign wrong with the server because the JNP ip is 0.0.0.0 I am running Fedora Core and the JBoss is started from Eclipse 3.2 Here is the server start log: | 15:54:29,917 INFO [

[jboss-user] [JBoss Seam] - Re: All injections are disinjected when used in a component

2006-10-25 Thread [EMAIL PROTECTED]
I can't reproduce this, the following works just fine for me: @Name("username") public class Username { @In User user; @Unwrap public String get() { return user.getUsername(); } } View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980828#3

[jboss-user] [JBossWS] - Re: Urgent Help requested ...support for enums..update jboss

2006-10-25 Thread t_skowronek
Take a look at the following links. I think you will need to uses arrays. http://java.sun.com/j2ee/1.4/docs/tutorial/doc/JAXRPC4.html#wp130550 http://www.w3.org/TR/wsdl http://schemas.xmlsoap.org/soap/encoding/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=39

[jboss-user] [JBoss jBPM] - Re: StartersProcess - task assigned to null, null

2006-10-25 Thread kbarfield
Check the jbpm_id_user table to make sure the users are in it. I believe you will see that message if the users do not exist in the table. http://wiki.jboss.org/wiki/Wiki.jsp?page=Jbpm31DataModel View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980826#3980826

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Hibernate - Unable to locate current JTA transaction

2006-10-25 Thread bmcgovern
I seemed to get around it with the following code. But does anyone know if im on the right track here? Is openSession() worse than getCurrentSession()? Session hsession = null; | try { | | InitialContext ctx = new InitialContext(); | |

[jboss-user] [JBossWS] - Endpoint address / server not running at port 8080

2006-10-25 Thread MmarcoM
hi all, i am deploying EJB3 webservices on jboss4.0.4.. the problem i have is that, no matter the fact that my server is running on port 9080, the Endpoint address of my webservice is always at http://localhost:8080/... here's what i have when i view services deployed in jboss | Regi

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBoss Eclipse IDE Tutorial

2006-10-25 Thread weiming
hi mwr0707 when you are talking about "This approach exposes the new productivity features in 2.x that allow automatic generation of interfaces, deployment descriptors, (and the EAR too!) without having to fill in XDoclet tags or configure Xdoclet and Packaging as described in the 1.x tutoria

[jboss-user] [JBoss Seam] - Re: Issues with SeamTest and Pageflow

2006-10-25 Thread [EMAIL PROTECTED]
Could you please submit a simple, runnable testcase to JIRA? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980821#3980821 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980821 __

[jboss-user] [Management, JMX/JBoss] - Re: persist & auto-restart mbean

2006-10-25 Thread cnsxxx09
Thanks for the reply. I've been searching the forums and web - and XMBeans does seem the way to go, but all the posts I have seen refer to setting the persistence within the descriptor (which of course I don't have). Doing the same thing 'in code' is a completely different kettle of fish, and e

[jboss-user] [JBossWS] - Urgent Help requested ...support for enums..update jbossws g

2006-10-25 Thread sursha
Hi, I want to use enumerations in wsdl. I've a ejb3 exposed web service deployed in jboss 4.0.4 GA. I tried defining a java class with static final constants , but it the constants wont show up in wsdl. I also tried using enums in a java class, that also wont show up as enumerations in wsdl. Is

[jboss-user] [JBoss Seam] - Re: SeamTest and Embedded EJB questions

2006-10-25 Thread marcioendo
Good point. This could be related to the problem I am having with SeamTest and the new 1.1BETA1 version. I guess one could simply override the SeamTest.init() method and Annotate it with @Configuration(beforeSuite = true) instead of the @Configuration(beforeTestClass = true). Don't know how if

[jboss-user] [Security & JAAS/JBoss] - Download Issue

2006-10-25 Thread nipunbatra
Hi I am trying to download JBOSS Federated SSO as mentioned on 'Getting Started' page, but nothing is available there. Please can anyone tell me from where we can download this and start evaluating. We are currently using JBOSS application server and have to implement this functionality. Tha

[jboss-user] [JBoss Seam] - All injections are disinjected when used in a component with

2006-10-25 Thread zzjb
When I use @In and @Unwrap in the same seam component, all the injections are null (at least in the @unwrap method). Seems in BijectionInterceptor class, all be disinjected just after inject to the component. @AroundInvoke public Object bijectTargetComponent(InvocationContext invocation)

[jboss-user] [EJB 3.0] - JMS TemporaryTopic reply not working

2006-10-25 Thread bjwaski
I have some code that sends a message (pub/sub) to an MDB, and then uses a TemporaryTopic to try to get a response. The MDB gets the request and publishes a response within a second or so, but it never gets to the client. Any suggestions would be great. Here's my code: | InitialContext ctx =

[jboss-user] [Beginners Corner] - Persistence Manager Fails to Start - Clues to look for

2006-10-25 Thread jsteijn
I have a jboss based application from a vendor. I've modified the configuration (with the vendor's assistance) to permit multiple instances of jboss to run, under different users. Recently I reinstalled one of the instances, and it subsequently failed to start. I have since been through all of

[jboss-user] [JBoss Seam] - Re: SeamTest and Embedded EJB questions

2006-10-25 Thread jschuetter
I bootstrapped it the container on its own as well. But if you test several SeamTest classes it will still rescan the components every time and complain about several phase listeners, right? Ok it comes to question 3) then .. Jens View the original post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss Portal] - Re: Some problems with JBoss Portal 2.6 DR version...

2006-10-25 Thread [EMAIL PROTECTED]
What operating system? All JBoss developers are on different OSes (for the most part) and this is the first complaint of its kind I've heard. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980809#3980809 Reply to the post : http://www.jboss.com/index.html?m

[jboss-user] [Management, JMX/JBoss] - Re: persist & auto-restart mbean

2006-10-25 Thread jiwils
"cnsxxx09" wrote : How can I persist my mbean's attributes and also get them to restart when JBoss restarts? | | I'm *not* physically creating my MBeans and dropping them into the deploy/ directory. Instead I'm dynamically creating one-to-many instances of the same MBean It is likely that

[jboss-user] [JBoss Portal] - Re: Some problems with JBoss Portal 2.6 DR version...

2006-10-25 Thread wtff
Hi, I downloaded and deployed version 2.6 DR and it works amazingly well for a dev release. The DnD stuff is great!! Thanks for doing early releases. I got one question: the responsiveness of the 2.6DR version of the portal is very low. If I minimize or maximize a portlet, it takes around 4 sec

[jboss-user] [JBoss Portal] - How to access Portlet Information in Edit functionality

2006-10-25 Thread david.hoffman
I have a portlet that is EDITable. In my portlet class, I have the following | protected void doEdit(RenderRequest request, RenderResponse response) throws IOException, PortletException { | response.setContentType("text/html"); | PortletRequestDispatcher dispatcher = getPortletC

[jboss-user] [EJB 3.0] - Re: Deploying an EJB3 MDB as stopped?

2006-10-25 Thread fpa1974
I temporarily solved the issue by writing an EJB3 MDB interceptor that blocks the execution until the server up signal is available. While not ideal it works very well. It would be nice to have the same feature that is already available for EJB2.x MDBs to the new EJB3 ones though. Thanks, Flor

[jboss-user] [Beginners Corner] - Re: EJB SecurityException on AccountBean EJB dukesbank

2006-10-25 Thread eric_hootsen
Using version 4.0.4.GA. jboss.xml http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd";> java:/jaas/dukesbank AccountBean MyAccount CustomerBean MyCustomer TxBean MyTx

[jboss-user] [JBoss Seam] - Unable to find XML mapping file in classpath: orm.xml

2006-10-25 Thread arnieAustin
I am trying to get the orm.xml file recognized. It is stored in my projects' EJB-sub project /ejbModule/META-INF but it ends up in the WAR in WEB-INF/lib. Even so, i still get the error message: anonymous wrote : 13:13:09,328 INFO [Configuration] Reading mappings from resource: orm.xml | 13:

[jboss-user] [Installation, Configuration & Deployment] - JBOSS err : No ManagedConnections available within configure

2006-10-25 Thread hunk
Has anyone of you seen and fixed this err : No ManagedConnections available within configured blocking timeout ( 6 [ms] ) Thanks, hunki View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980798#3980798 Reply to the post : http://www.jboss.com/index.html?m

[jboss-user] [JBoss Seam] - Re: SeamTest and Embedded EJB questions

2006-10-25 Thread marcioendo
2) I have been bootstrapping the EJB Container myself and setting the org.jboss.seam.core.Ejb to false in components.xml. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980795#3980795 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [JNDI/Naming/Network] - ejb not bound (no security manager: RMI class loader disable

2006-10-25 Thread Asia
I am using JBOSS 4.0.4-GA, J2EE1.4 and XDoclet 1.2.3 I have so far created three Stateful EJBs all of which have this following problem (code included just for one): The following code: | Object objref = initial.lookup("java:comp/env/QuestionFacadeHomeRemote"); | Returns the following err

[jboss-user] [Installation, Configuration & Deployment] - Syntax for in 4.0.5

2006-10-25 Thread davidjterry
What is the syntax for configuring the new feature in 4.0.5. I cannot find any examples. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980793#3980793 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980793 ___

[jboss-user] [Security & JAAS/JBoss] - Re: Problems initializing LoginModule

2006-10-25 Thread vabrol
How was this resolved? any idea? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973489#3973489 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973489 ___ jboss-user mailing lis

[jboss-user] [JBoss Seam] - Issues with SeamTest and Pageflow

2006-10-25 Thread marcioendo
I have just upgraded Seam to 1.1BETA1 and some of my jPDL pageflow unit tests have stopped working. Here are some issues: First: if you don't define a 'redirect' tag for each page node, you get a NPE: Pageflow.java: |private void navigate(FacesContext context) |{ | Page pag

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Hibernate - Unable to locate current JTA transaction

2006-10-25 Thread bmcgovern
My problem: I am trying to get transactions working with hibernate 3 and jboss 4.0.4. I deployed my har file and it worked. I can get a currentSession() from JNDI, but I cannot get a transaction to work. It throughs Unable to locate current JTA transaction exception. I'm not using EJBs, ra

[jboss-user] [JBoss jBPM] - Is there any method to store information in process definiti

2006-10-25 Thread luowp
Hi All, I want to store some information related to a process definition. I know for each process instance there is a context object to store information. Is there any places to put definition level data? Thx! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

[jboss-user] [JBoss Seam] - Re: Challenge: Simple Example Adding Records With Lookup Dro

2006-10-25 Thread petemuir
anonymous wrote : In Seam what are the best guidelines for determining when/when not to use SLSB/SFSB? This is an interesting question. I think the answer depends on style/what you are doing. I'm increasingly using the pattern of a stateful component to manage the flow and a stateless 'servic

  1   2   3   >