[jboss-user] [JBossCache] - Re: Excluding certain datatypes from Replication?

2007-03-19 Thread [EMAIL PROTECTED]
Well, use the 'transient' modifier. Or, with annotations, use @Transient View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029213#4029213 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029213

[jboss-user] [JBoss Seam] - java.lang.RuntimeException: Could not create Component: auth

2007-03-19 Thread grdzeli_kaci
hi all, i got this error : | 23:18:43,533 ERROR [[/MagticomBilling]] Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener | java.lang.RuntimeException: Could not create Component: authenticator | at

[jboss-user] [JBoss Seam] - Re: how to use part of URL as parameter

2007-03-19 Thread turisto
is http://tuckey.org/urlrewrite/ working with s:link? cause HtmlLink class first encodes url and only then adds additional parameters. url rewrite filter is invoked before encoding s:link parameters (e.g., conversationId).Thanks:) View the original post :

[jboss-user] [JBossWS] - WSDL-location help?

2007-03-19 Thread oskar.carlstedt
Hi all!! I just want to ask if it is a requirement to put the wsdl file in the WEB-INF/wsdl folder. I want to have my WSDL (with a lot of schema-imports) on a more common place (an http://.. url). Doing this will casue JBossWS (JBoss 4.0.5.GA and JBossWS 1.2) to fail the deployment and

[jboss-user] [EJB 3.0] - Re: Bundle jars within EAR?

2007-03-19 Thread oskar.carlstedt
I will report this in JIRA. This is even worse. If I deploy my EAR file with the log4j and commons-logging jars bundled, then I must restart JBoss to be able to deploy the new ear without my logging jars. Strange, but good for you to know. Best Oskar View the original post :

[jboss-user] [JBoss Seam] - Inject EBJ

2007-03-19 Thread kayart
I'm working on Seam1.2 and GlassFish. Plase tell me how to inject ejb into ejb. ---class1--- @Stateless @Name(action1) public class Action1Bean implements Action1Local {...} ---class2--- @Stateless @Name(action2) public class Action2Bean implements Action2Local { @EJB private Action1Local

[jboss-user] [JBoss Seam] - Re: java.lang.RuntimeException: Could not create Component:

2007-03-19 Thread avbentem
No nested exceptions that tell you a bit more? Not the cause of your problem, but just for your information: if (list==null || (list!=null list.size()!=1)) The Java || is an Exclusive OR: if the first expression evaluates to true then the second is not evaluated at all. So there's no need

[jboss-user] [JBoss Seam] - Re: Seam Remoting configuration --- seam/remoting/interface.

2007-03-19 Thread gazpacho71
Anyone? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029221#4029221 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029221 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [Installation, Configuration Deployment] - Re: gracefully stop jboss instance

2007-03-19 Thread gregsting
AFAIK you cannot use the name. You can stop a specific instance by using the url and the rmi port of your server. I use something like: ./shutdown.sh -S -s jnp://localhost:1099 and if you use user/password add -u jboss -p jboss for more info type shutdown without args. View the original

[jboss-user] [JBoss jBPM] - Re: How to delete Memberships

2007-03-19 Thread JimKnopf
Thanks for the fast answer, and sorry for the delay but i was ill. Hmm, after thinking a little about it, i think u are right and Hibernate will manage this for me. Thank u View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029223#4029223 Reply to the post :

[jboss-user] [Beginners Corner] - how to run my servlets projects in jboss

2007-03-19 Thread kkbharti
I have complied my projects with spring framework but how can i run this on browser please help any one . View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029225#4029225 Reply to the post :

[jboss-user] [JBossCache] - Re: Deployment in Tomcat

2007-03-19 Thread mmoossen
anonymous wrote : Yes you can use this with Tomcat. You probably want each Tomcat node to create an instance of JBoss Cache though, and let the JBoss Cache instances form a cluster among themselves to share state. yes that is exactly what i need, but could you please give me some clues on how

[jboss-user] [JBoss Seam] - Displaying session expiry

2007-03-19 Thread quilleashm
Hi there, Does anyone have a method for displaying to the user that their session has expired. I have a filter that redirects requests to the login page before the user is logged in. If the session expires then the next request will redirect to the login page. I would like to display an

[jboss-user] [JBoss Portal] - Re: Layout : show a single window without the region / bug a

2007-03-19 Thread [EMAIL PROTECTED]
Applied, thanks a lot ! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029228#4029228 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029228 ___ jboss-user mailing list

[jboss-user] [JBossWS] - StackOverflowError with WS-Security

2007-03-19 Thread fujikura
hi all, i'm having a problem when i use ws-security with jbossws. when a service implementation returns messages(my own class object or string object) including null value, a StackOverflowError occurs in a client side. Exception: java.lang.StackOverflowError java.lang.StackOverflowError at

[jboss-user] [JBoss Seam] - Re: cannot make authenticator work

2007-03-19 Thread laxu
Seems like it is OK. I am including the full output in case you notice something weird. BTW I am using SJSAS 9 and I tried with both Seam 1.1.6 and 1.2.0 p1. Thank you for the help. authenticateMethod #{otantikamator.otantikmi} | class class

[jboss-user] [Management, JMX/JBoss] - Re: StatisticsCollector

2007-03-19 Thread somefoo
somefoo wrote : | ... but I need a 'tx-datasource' for the EJB*2*-persistence-unit - anyone any idea how to manage that? | Hello! The above is (of course) a typo: I would need a EJB*3*-persistence-unit - there is no such thing as a Persistence-unit in EJB2, is it? Just further on for

[jboss-user] [JBossWS] - Re: Issue with dotNet client and Credentials

2007-03-19 Thread fheldt
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossWSAndDotNet should answer this... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029234#4029234 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029234

[jboss-user] [Installation, Configuration Deployment] - Re: JBOSS SERVER IS GETTING SHUT DOWN

2007-03-19 Thread Markus D�ring
Do you use any native libs? Errors happening while executing native libs may stop the virtual machine without any notification. We had this problem with ICR libs and also with JACOB. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029235#4029235 Reply to the

[jboss-user] [JBoss Seam] - Re: Seam Remoting configuration --- seam/remoting/interface.

2007-03-19 Thread [EMAIL PROTECTED]
Remoting uses a resource servlet to provide the javascript stubs and process remote requests. If you're only testing in Tomcat (i.e. not within JBoss) it's not supported yet - there's an outstanding JIRA issue for remoting support in standalone Tomcat. View the original post :

[jboss-user] [Management, JMX/JBoss] - Re: StatisticsCollector

2007-03-19 Thread pilhuhn
For the EJB3 PU, you can (if you use JBoss EJB3) enable Hibernate statistics and use stats from there. Else, the underlying datasource is the same for EJB2 and EJB3. So have a look at the respecive ConnectionPool-MBeans etc. View the original post :

[jboss-user] [EJB 3.0] - Re: Deleting parent entity should clear out its foreign key

2007-03-19 Thread ColinEberhardt
Hi, I would not expect the container to behave as you described. From what I understand, it is the responsibility of the EntityManager and the EJB container to save the state of your managed state Entity beans at the end of the transaction. If you wish your child.category property to be null,

[jboss-user] [JBoss Seam] - Re: FacesMessage not appearing....

2007-03-19 Thread fady.matar
I'm going through the same and even the FacesMessage.addToControl() did not work out. I believe it must be something that has to deal with the JSF 1.2 configuration. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029240#4029240 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: problem with jbpm-3.2.Beta2

2007-03-19 Thread fuligj
So, i have tried with jdk 5. U:\java -version java version 1.5.0_08 Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_08-b03) Java HotSpot(TM) Client VM (build 1.5.0_08-b03, mixed mode, sharing) The error message is the following: Stream error while reading XML: Connection timed out:

[jboss-user] [JBoss Seam] - Re: How to correctly use @DataModel's rowAvailable?

2007-03-19 Thread avbentem
In fact org.jboss.seam.jsf.ListDataModel delegates most of its functionality to javax.faces.model.ListDataModel (link broken when I write this; see also the API). The Seam code includes: private void readObject(ObjectInputStream ois) throws IOException, | ClassNotFoundException | { |

[jboss-user] [JBoss Seam] - Re: @Restrict - No redirection to Error Page

2007-03-19 Thread FabBoco
Gavin, thank you for your answer. I followed your suggestion and I have generated a test application and few form actions. If I restrict the access to an action method, everything works fine. When the authenticated user has not the Administrator role, the error page is shown. | |

[jboss-user] [JBoss Seam] - Re: Inject EBJ

2007-03-19 Thread petemuir
Try @Stateless | @Name(action2) | public class Action2Bean implements Action2Local { | @In private Action1Local action1; | } View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029245#4029245 Reply to the post :

[jboss-user] [Remoting] - Re: SSL Connection: load a new keystore at runtime

2007-03-19 Thread Clarich
Hi. I saw that the JIRA issue http://jira.jboss.com/jira/browse/JBREM-654 has been closed. Is the fix already in the CVS repository? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029246#4029246 Reply to the post :

[jboss-user] [JBoss Portal] - get URL current page id

2007-03-19 Thread qqqqzaza
hi, i have a question. at the Management Portlet, i have added one portal under root, name as WEB under WEB, I have added a page with name WEB_A i add a portlet program to WEB_A how can the program get the current page name (ie. WEB_A) while processing this link

[jboss-user] [JBoss Portal] - Re: additional fields on the login page

2007-03-19 Thread ikazarno
I have a problem with the approach 2. Antoine_h wrote : | | 2) add the parameter to the username (concatenation with a special separator), then create your own jaas login module (similar to the one provided), and parse the username to retrieve the name and parameter. | use javascript

[jboss-user] [JBoss Seam] - Re: Mail rendering fails with MyFaces exception

2007-03-19 Thread petemuir
Christian, this is on the wiki example in CVS? Can you talk me through how to reproduce this? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029251#4029251 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029251

[jboss-user] [JBoss Seam] - Re: Problem with entityconverter

2007-03-19 Thread petemuir
If you can easily create a testcase for me it would be great. Otherwise, I'll try to replicate the problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029253#4029253 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - hibernate Session.get() returns proxy ?

2007-03-19 Thread davidbalazic
(I posted this first on hibernate.org forums, but got no reply) Hi! I have this with hibernate 3.2.0.cr2 (inside JBoss 4.0.4GA): | Mapped m = session.get(Mapped.class,myID); | session.flush(); | session.evict(m); | session.flush(); | // ... | session.get(m.getClass,m.getID()); |

[jboss-user] [JBoss Portal] - NoClassDefFoundError exception related to filter

2007-03-19 Thread LidiaEmma
Hello everybody :) I deployed a portal on Jboss Portal Server, and all works fine. Now I have to integrate a filter, to change login mechanism, using libraries developed by other people. I specified filter mapping in %jboss_home%\server\default\deploy\jbossweb-tomcat55.sar\conf\web.xml and

[jboss-user] [JBoss jBPM] - Re: problem with jbpm-3.2.Beta2

2007-03-19 Thread kukeltje
could it be the server is trying to retrieve an xsd from an external location and it is not allowed to do that? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029258#4029258 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Portal Authentication with Acegi

2007-03-19 Thread bdaw
I made http://wiki.jboss.org/wiki/Wiki.jsp?page=PortalWithAcegiAuthentication Feel free to update. Thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029259#4029259 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Mail rendering fails with MyFaces exception

2007-03-19 Thread [EMAIL PROTECTED]
Check it out, edit build.properties with your JBoss location, start the HSQL DB as described in README.txt, call 'ant deploy' and try to register an account on http://localhost:8080/wiki View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029260#4029260 Reply to

[jboss-user] [JBoss Seam] - Re: Feature request: Fine-grained entity security

2007-03-19 Thread [EMAIL PROTECTED]
I think UPDATE for individual fields is by far the most common case: You can always check CREATE easily in customerHome.persist() and SELECT in customerHome.find(). Nobody is using DELETE anyway :) View the original post :

[jboss-user] [JBoss Seam] - Re: java.lang.RuntimeException: Could not create Component:

2007-03-19 Thread grdzeli_kaci
this is not cause of this problem. i'll tryed this : | @Stateless | @Name(authenticator) | public class AuthenticatorAction implements Authenticator{ | | @PersistenceContext | EntityManager em; | | @Out(scope=SESSION,required=false) |private Users user;

[jboss-user] [JBoss Seam] - Re: java.lang.RuntimeException: Could not create Component:

2007-03-19 Thread avbentem
grdzeli_kaci wrote : this is not cause of this problem. If this refers to explanation of the Java OR then: no, just like I wrote, that was just for your information... grdzeli_kaci wrote : public boolean authenticate() { | return true; | } | but it does not work ...well, does this give

[jboss-user] [JBossWS] - Re: cannot call jboss ws from MS SOAP SDK

2007-03-19 Thread benigot
I tried jbossws 1.2 installed on top of jboss 4.0.5 without success : I get the same error. I will try C# now to see if it works better with jbossws I didn't try the doc-literal yet, I will do it also. View the original post :

[jboss-user] [JBoss Seam] - Re: No ClassLoaders found for: org.jboss.seam.core.FacesPage

2007-03-19 Thread smatijasevic
Hi, I have same problem. Everything works fine width myfaces, but not width Sun jsf impl. Did you found solution? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029268#4029268 Reply to the post :

[jboss-user] [JBoss Portal] - Caching in JBoss Portal

2007-03-19 Thread anu123suya
hi, As per my understanding JBoss Cache has been used for Caching in clustered version of JBoss Portal. And also from the documentation features list it can be infered that JBoss Portal supports Render-view Caching. I am not able to figure out the corresponding configuration for render-view

[jboss-user] [JBossCache] - problem when attribute UseReplQueue is true...

2007-03-19 Thread panagiota
Hi to All, I am using JBoss 4.0.4 and jboss-cache-dist-1.2.4.SP2. I am dealing with the below exception when at cacheMode REPL_ASYNC, I set the attribute UseReplQueue true: 9:23:17,187 ERROR [ReplicationQueue] failed replicating 0 elements in replication queue

[jboss-user] [JBossCache] - Re: problem when attribute UseReplQueue is true...

2007-03-19 Thread [EMAIL PROTECTED]
Can you confirm that all key, value and Fqn components are serializable? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029272#4029272 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029272

[jboss-user] [JBoss Seam] - How to Inject app properties to bean transient method

2007-03-19 Thread Stateless Bean
Hi, I have collection of Entity Beans in my Statefull Bean loaded from DB, and iterated in page in h:dataTable, like: List listOfMyBeans; And here is my problem: i need to load some text from app properties, if some field in bean is true/false, nevermind. I have two ideas: 1. get this text

[jboss-user] [JBoss Seam] - Naming a database

2007-03-19 Thread mikeeprice
I made my own app by modifying the helloworld example and everything works fine. I am using MySQL and the app I made by modifying helloworld requires that there be a database by the name of jbossdb in the MySQL repository. I would like to use a different name for my database but I can not find

[jboss-user] [JBoss Seam] - formatting of html source code

2007-03-19 Thread hasc
Hello, i 'd like to know if theres a way to get a better formatting of the rendered html pages (.seam). So far there are no line breaks and tabs. Thanks a lot. hasc View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029275#4029275 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - installing Jboss, Portal with sqlserver Express

2007-03-19 Thread [EMAIL PROTECTED]
at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateC onnection(BaseConnectionManager2.java:396) at org.jboss.resource.connectionmanager.BaseConnectionManager2$Connectio nManagerProxy.allocateConnection(BaseConnectionManager2.java:842) at

[jboss-user] [Installation, Configuration Deployment] - Re: installing Jboss, Portal with sqlserver Express

2007-03-19 Thread [EMAIL PROTECTED]
I have copied the sqljdbs jar into the default\lib folder yet i still getting this error View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029277#4029277 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029277

[jboss-user] [JBoss Seam] - Re: How to Inject app properties to bean transient method

2007-03-19 Thread fernando_jmt
I think the 1 approach it is ok. I have working something similar: | ice:selectManyCheckbox value=#{userManager.userRoles} id=userRoles | s:selectItems value=#{roleList.resultList} var=role label=#{messages[role.description]}/ | /ice:selectManyCheckbox | As you can see

[jboss-user] [JBossWS] - beginner needs help

2007-03-19 Thread vitor_b
Hello Jboss: 4.0.5 GA You can skip following info and look directly on description and code. I'm rather new to WS. I decided to create my WebService using Stateless Session Bean, but i was getting errors. Thats why i decided to deply an example, and then modify it. Example is attached to

[jboss-user] [JBoss Seam] - Re: java.lang.RuntimeException: Could not create Component:

2007-03-19 Thread avbentem
...and while stripping your code to pin down the problem: why not remove the EntityManager, Identity and Actor as well? And if that helps: are you sure you're using EJB3 in your components.xml, and if not sure: what if just using @In | private EntityManager entityManager; to use a

[jboss-user] [JBoss Messaging] - Running jboss-messaging client in the JBoss AppServer

2007-03-19 Thread sdhaliwal
We have two jboss server instances (jboss-4.0.4.GA). Both of them have been configured to run jboss-messaging provider. We can connect successfully to this provider from a standalone client running in its own JVM. However, we want to be able to lanunch our jboss-messaging client from within

[jboss-user] [Messaging, JMS JBossMQ] - Re: Exiting on IOE java.net.SocketException: socket closed

2007-03-19 Thread fsanti
This is an old topic, but since there is not much information about this issue, it could be useful ... I had the same problem when I tried to get the connection factory from JNDI /ConnectionFactory. The code works fine, messages can be sent and received sucessfully, but generating a lot of

[jboss-user] [JBoss jBPM] - Re: JBPM 3.1.4 tutorial examples not working in JBPM 3.2b2?

2007-03-19 Thread gix
In case your problem is still unsolved: I think you have to define in your jbpm.cfg.xml, for the jbpm-context you have defined. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029287#4029287 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: JBPM 3.1.4 tutorial examples not working in JBPM 3.2b2?

2007-03-19 Thread gix
In case your problem is still unsolved: I think you have to define lt;service name=tx factory=org.jbpm.tx.TxServiceFactory /gt; in your jbpm.cfg.xml, for the jbpm-context you have defined. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029288#4029288 Reply

[jboss-user] [JBoss jBPM] - Dev discussions?

2007-03-19 Thread [EMAIL PROTECTED]
Is there where Dev discussions live? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029290#4029290 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029290 ___ jboss-user mailing

[jboss-user] [JBoss Portal] - Re: How to edit the JBoss login page heading

2007-03-19 Thread [EMAIL PROTECTED]
One was useless. I just deleted it, thanks ! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029292#4029292 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029292 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Naming a database

2007-03-19 Thread [EMAIL PROTECTED]
Look at the connection url in your -ds.xml file. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029293#4029293 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029293 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: java.lang.RuntimeException: Could not create Component:

2007-03-19 Thread grdzeli_kaci
i left this but it does not working yet :( | @Stateless | @Name(authenticator) | public class AuthenticatorAction implements Authenticator{ | |public boolean authenticate() { | return true; | } | } | View the original post :

[jboss-user] [JBossCache] - Re: problem when attribute UseReplQueue is true...

2007-03-19 Thread panagiota
First af all, thanks for your reply... However, tha exception is thrown before my application is being deployed. And to tell the true, I am not sure who I can test if Fqn is serializable. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029295#4029295 Reply to

[jboss-user] [JBoss jBPM] - How to build 3.2-ga from source?

2007-03-19 Thread hszillat
I'm missing the pom.xml-file from the 3.2-ga distribution. Do I have to download a special source-distribution to build jBpm from source? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029296#4029296 Reply to the post :

[jboss-user] [JBoss Seam] - Page parameters are injected in the wrong phase.

2007-03-19 Thread jalupa
One of the advantages of page parameters for me was that you don't needed the tomahawk UISaveState component to pass parameters from one page to another, or to save state on a single page. However due to a recent -what at first sight seems to be a bug fix- change in the code base, this doesn't

[jboss-user] [JBoss Seam] - Re: java.lang.RuntimeException: Could not create Component:

2007-03-19 Thread grdzeli_kaci
here is my complate component.xml file. is tehre anything wrong ? | ?xml version=1.0 encoding=UTF-8? | components xmlns=http://jboss.com/products/seam/components; | xmlns:core=http://jboss.com/products/seam/core; |

[jboss-user] [JBoss Portal] - how to change the url of jboss portal

2007-03-19 Thread vijayasagarin
hi, In order to access the Jboss portal, we are typing http://domain.com/portal. I want to rename the word portal to some other name of my interest. Can anybody please let me know where can i configure this. Thanks in advance. View the original post :

[jboss-user] [JBoss Seam] - Re: java.lang.RuntimeException: Could not create Component:

2007-03-19 Thread avbentem
grdzeli_kaci wrote : it does not working yet :( ...errr, well, then I'd think it's about time you finally respond to No nested exceptions that tell you a bit more? or again: aren't there some nested exceptions that tell you a bit more? In other words: more details needed, for example

[jboss-user] [JBoss Portal] - Jboss portlet instance security module not working

2007-03-19 Thread vijayasagarin
I am using Jboss Portal 2.6 Beta1 and I found in the admin page if I try to assign security for portlet instances no submit button is shown, simply check boxes with different roles are shown up and nothing else. How can I submit the security changes on portlet instances using that screen.

[jboss-user] [JBoss Seam] - Re: How to Inject app properties to bean transient method

2007-03-19 Thread Stateless Bean
That's not exacly i want to... look: My Entity Bean looks like this: private int howOld; private boolean sex; | @Transient | public String getPersonName() { | | if(sex) { |switch(howOld) { | case(20) : | //And here i want to

[jboss-user] [JBoss Portal] - Re: how to change the url of jboss portal

2007-03-19 Thread [EMAIL PROTECTED]
Did you change the web-app context or portal-server.war as stated in the documentation ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029306#4029306 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029306

[jboss-user] [JBoss Seam] - EntityManager Question

2007-03-19 Thread Stateless Bean
Hi, I found EntityManager declaration in SeamSpace example in components.xml, and i'm not sure, is: | component name=em auto-create=true class=org.jboss.seam.core.ManagedPersistenceContext | property name=persistenceUnitJndiNamejava:/expertEntityManagerFactory/property |

[jboss-user] [EJB 3.0] - Merge question

2007-03-19 Thread dkalna
Hi everybody, may be simple question, but anyway: I have 1 to n relationship between A and B objects. I get ma A from EntityManager, I call getBs() which give me a Collection of Bs. Now I remove one B from Collection (iterator.remove()) and call merge on A. I would like to see that B I have

[jboss-user] [JBoss Eclipse IDE (users)] - how to use the last versions of JbossWS in JbossIDE instead

2007-03-19 Thread Pires da Silva
Hello, as I developed for Jboss4.0.5 a web service, I want to use JBossIDE but Axis seems to be used.as in Windows/Preferences/ServerRuntime, Axis is selected. What is the reaseon of the problem? Thanks View the original post :

[jboss-user] [JBossCache] - Re: jboss asynchronous cache replication - when it's finishe

2007-03-19 Thread nachos
I tried adding listener (TreeCacheListener) to cache B (TreeCache). It notified me only about view change and node visited event . None of rest events was raised from this listener. I tried this as well with async as sync mode and it worked with none of them. When I added listener to A cache it

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - mime type problem

2007-03-19 Thread kuvera
I have a servlet that generates a pdf file, and returns it inline to be displayed by the browser: res.setContentType(application/pdf); res.setHeader(Content-disposition, inline; filename=arajanlat.pdf); bos = new BufferedOutputStream(out); // Simple read/write loop sends the bytes Sometimes the

[jboss-user] [JBoss jBPM] - Re: using a JBPM timer

2007-03-19 Thread pwfarwell
kukeltje wrote : 1: look at the testcases in the source. Lots of info there | 2: yes, place an action on the transition or the 'leave node' event | 3: I'm not sure. best if you try. But even if it does, you could always use the in-memory hsqldb. No 'real' persistence then. Thanks! This is

[jboss-user] [JBoss Portal] - Re: how to change the url of jboss portal

2007-03-19 Thread vijayasagarin
Thanks, I didnt checked that, now I did and it is working. But some images which i added in my CMS portlet are not shown up and again i have to add them. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029320#4029320 Reply to the post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: mime type problem

2007-03-19 Thread kuvera
One more thing: it comes through an Apache server with mod_jk, if it matters, but actually the only change I made was replacing Tomcat with JBoss. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029321#4029321 Reply to the post :

[jboss-user] [JBoss Portal] - Role Portlet is not working in 2.6 Beta 1

2007-03-19 Thread vijayasagarin
In Jboss Portal 2.6 Beta 1, when I choose Add New Role from the role portlet it is throwing me a broken pipe exception. Is this a bug or an error in my setup. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029322#4029322 Reply to the post :

[jboss-user] [JBoss Seam] - DataModel

2007-03-19 Thread KoniKoni
How can i implement the delete function of a element that contains by herst_bearb in a list, there are support by Framework ? a4j:region | a4j:form | h:dataTable id=alle_her value=#{heditor.herst_bearb.kfzmodel} var=md |

[jboss-user] [JBoss jBPM] - Re: problem with jbpm-3.2.Beta2

2007-03-19 Thread fuligj
I have tried in jBPM 3.2.GA, and i have received the same exception. The process goes to process instances, but when i try to view the process instace task, i get the error message. In Beta1 works everything fine, the problems cames first with Beta2. How could I check, that you said?:anonymous

[jboss-user] [JBoss jBPM] - JBpm-error in startup

2007-03-19 Thread anuabc
hi, i have downloaded jbpm-jpdl-suite-3.2.GA(Starter Kit). After starting the server if i give http://localhost:8080/jbpm it showing the following error in IE HTTP Status 404 - /jbpm type Status report message

[jboss-user] [JBoss Seam] - Re: selectManyMenu and EntityHome

2007-03-19 Thread ector7280
You are correct, and I did use a selectManyMenu, I mistakenly posted the code, containing a selectOneMenu. Nevertheless, the problem is that the tag is having a problem with the states collection referenced by companyHome.instance.states, it appears to want an Array but, seam-gen produced a

[jboss-user] [JBoss Seam] - Validation Error

2007-03-19 Thread fady.matar
Can I use a validator on the EJB 3.0 for example @Length(max=16) without using the @NotNull validator? This must only check when data is available but for certain reasons it's not working unless I add the @NotNull validator as well. Can anybody assist in this? View the original post :

[jboss-user] [JBoss Seam] - Re: selectManyMenu and EntityHome

2007-03-19 Thread petemuir
No. It looks like it could be an icefaces problem to me - I've never tried a Set in that situation, but a List is fine (see the ui example) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029333#4029333 Reply to the post :

[jboss-user] [JBoss Seam] - Re: How to Inject app properties to bean transient method

2007-03-19 Thread petemuir
h:column |h:outputText value=#{messages['sex.youngMane']} rendered=#{entity.sex and entity.howOld eq 20} / | /h:column View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029334#4029334 Reply to the post :

[jboss-user] [JBoss Seam] - Re: EntityManager Question

2007-03-19 Thread petemuir
Nope. A Seam managed peristence context is conversation scoped, an Extended PC isn't. RTM. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029335#4029335 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029335

[jboss-user] [Beginners Corner] - Re: how to run my servlets projects in jboss

2007-03-19 Thread PeterJ
I assume you packaged your app in a war file. Copy the war file to the server/default/deploy directory. Then, if you war file's name is xxx.war, access the app in your browser as http://localhost:8080/xxx. View the original post :

[jboss-user] [JBoss Portal] - Re: how to change the url of jboss portal

2007-03-19 Thread [EMAIL PROTECTED]
Weird. Did you use absolute links ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029337#4029337 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029337 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: java.lang.RuntimeException: Could not create Component:

2007-03-19 Thread grdzeli_kaci
hi avbentem, i con't find any nesten exception. here is complate stack trace : | 05:54:38,369 ERROR [[/MagticomBilling]] Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener | java.lang.RuntimeException: Could not create Component:

[jboss-user] [JBoss Portal] - Re: Role Portlet is not working in 2.6 Beta 1

2007-03-19 Thread [EMAIL PROTECTED]
This has been fixed in the meantime. Thanks for the bug reports View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029340#4029340 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029340

[jboss-user] [JBoss Portal] - Re: Jboss portlet instance security module not working

2007-03-19 Thread [EMAIL PROTECTED]
Fixed, thanks ! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029341#4029341 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029341 ___ jboss-user mailing list

[jboss-user] [Clustering/JBoss] - Stale Connection issue in Clustering

2007-03-19 Thread subramaniam.venkat
Hello, I am using JBoss-4.0.3-SP1. I am using oracle thin driver to connect to my oracle database. My oracle database is running on a cluster enviroment and therefore when there is a ip failover the oracle also switches nodes. When connecting to the oracle database i am using the Cluster IP

[jboss-user] [Clustering/JBoss] - Re: Stale Connection issue in Clustering

2007-03-19 Thread davewebb
This i certainly not a JBoss clustering issue...but...the last time I used oracle in that mode, you had to use the Type 2 Driver. Hope this helps. Think of it this way. One of these has to be true. 1)Type 4- The IP of the database never changes even after Oracle's failover occurs. 2)Type 2 -

[jboss-user] [JBoss Seam] - Re: SeamRemoting Spring DelegatingVariableResolver

2007-03-19 Thread youngm
Thanks for working through this and providing a solution. What strange errors were you getting when you bean was not marked as lazy? Mike View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029348#4029348 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Bundle jars within EAR?

2007-03-19 Thread cuoz
I don't know if this is related to your issues, but recently I had an issue with using /lib inside my ear/sar/jar files as JBoss was trying to load everything from the master lib directory for the app server. I moved all my libraries into the root and adjusted my deployment descriptors

[jboss-user] [Messaging, JMS JBossMQ] - Setting transaction timeout for onMessage()?

2007-03-19 Thread johanwalles
Hi! I'm using JBoss AS 4.0.5 in EJB3 mode. I'd like to set the transaction timeout for one MDB's onMessage() method. Currently I have this: @TransactionAttribute(TransactionAttributeType.REQUIRES_NEW) @TransactionTimeout(1200) public void onMessage(Message message) { ... } Unforturnately

[jboss-user] [JBoss jBPM] - Re: Exception: Closed JbpmContext in different order

2007-03-19 Thread yoyoyoyo
hi rafatron, i think the JbpmContext is created and closed by the JbpmContextFilter, configured in web.xml. good luck! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029351#4029351 Reply to the post :

[jboss-user] [JBoss Seam] - can not catch exception

2007-03-19 Thread enesterov
Hi everyone, I am trying to handle the situation when session is expired and user make an attempt to navigate to some other page within the same application. I tried to follow documentation and examples (defined exception in exceptions.xml, added seam filter in web.xml,...) but apparently

[jboss-user] [Messaging, JMS JBossMQ] - Re: Setting transaction timeout for onMessage()?

2007-03-19 Thread [EMAIL PROTECTED]
This feature has been added here: http://jira.jboss.com/jira/browse/JBAS-3321 It will appear in 4.2 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029355#4029355 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029355

  1   2   3   >