[jboss-user] [Clustering/JBoss] - Re: Sessions are failing in production server

2007-09-30 Thread nayyares
Hi, We are using JBoss 4.0.4GA in our production 5 servers, and having same problem of sticky session, almost same log is generated as already has been posted, what is the solution to this problem? for now we have solved this problem with restarting cluster :( Thanks in advance. View the orig

[jboss-user] [JBoss Tools (users)] - Verification of Enterprise Beans Failed..

2007-09-30 Thread amitid4jboss
Hello friends, I am trying to deploy my application in which I developed using JBoss IDE.My application uses Struts-->Session beans which are in turn calling EJB methods of a different EAR present in the sam server. I have included all the jars referenced by my ejb in my EAR packaging.and I ha

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

2007-09-30 Thread ali_reza_761
I`m new in jBPM . I need a sample integrate jsf and jBPM that i can use it without jbpm-console. (war file) plz View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090088#4090088 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

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

2007-09-30 Thread alesj
"iGeek" wrote : | java.lang.NoClassDefFoundError: org/springframework/beans/factory/xml/DefaultBeanDefinitionDocumentReader | It can be a Spring library incompatibility. Current SpringDeployer is written against the first 2.0.GA Spring version. I'll have a look how this plays against 2.0.

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

2007-09-30 Thread [EMAIL PROTECTED]
Seam Remoting only provides this kind of functionality out of the box as a JMS topic subscription. If you don't want to use JMS, you can alternatively just write some client-side javascript to poll every x seconds. Look at the javascript code in the remoting script (remote.js) for an example.

[jboss-user] [JBoss Seam] - Re: Selector.java:

2007-09-30 Thread [EMAIL PROTECTED]
You're right, thanks for pointing this out. I've fixed it in CVS. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090084#4090084 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4090084

[jboss-user] [JBoss Seam] - Re: Intercept form data for versioning

2007-09-30 Thread bonf
Thanks alot Pete, that was exactly the stuff I was looking for! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090082#4090082 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4090082 __

[jboss-user] [JBossWS] - Re: Problem with inheritance and JBossWS

2007-09-30 Thread mrokka123
After some search I found that @XmlSeeAlso works with DPIM [dynamic proxy invocation mechanism] client. For Schema2Java approach I?ve managed to verify that this is a known JBossWS issue that is marked to be fixed in JBossWS 2.0.2. http://jira.jboss.com/jira/browse/JBWS-1795;jsessionid=EA365E121

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

2007-09-30 Thread saigon_man
Hi, I changed the code in the login-config.xml a little bit to match the instruction in the wiki http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingAnLDAPSourceForPortalAuthentication I did not modify the identity-config.xml. The login-config.xml is the only place that I made changes to | |

[jboss-user] [JBoss Seam] - Re: m:subject always HTML encodes strings

2007-09-30 Thread [EMAIL PROTECTED]
FaceletsRendered$Context.wrap() calls facesContext.setResponseWriter with null character encoding. This causes HtmlRenderKitImpl.createResponseWriter to default to ISO-8859-1 encoding which further causes the usage of UnicodeEncoder (delegate.write(String) in MailResponseWriter.write(String))

[jboss-user] [JBoss Seam] - Re: m:subject always HTML encodes strings

2007-09-30 Thread [EMAIL PROTECTED]
Ups, forgot to tell that org.jboss.seam.mail.ui.context.MailResponseWriter write method uses the delegate (which happens to be org.apache.myfaces.shared_impl.renderkit.html.HtmlResponseWriterImpl ) for both plain and html outputs. | @Override |public void write(String str) throws IOEx

[jboss-user] [JBoss Seam] - m:subject always HTML encodes strings

2007-09-30 Thread [EMAIL PROTECTED]
Hello, It seems that when using seam to send email with m:message and the rest (like: m:subject) you'll always end up with HTML-encoded strings. Anyone noticed this? If I have: anonymous wrote : | ää | The subject with "äää"s will always end up as HTML encoded string: & #228; & #2

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

2007-09-30 Thread wuhaixing
Thanks a lot View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090072#4090072 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4090072 ___ jboss-user mailing list jboss-user@lists.j

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Jboss hangs at Core system initialized

2007-09-30 Thread asifiqbal
No difference (root)@server:~$ /usr/jdk/jdk1.5.0_11/bin/java -Dprogram.name=run.sh -server -Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=360 -Dsun.rmi.dgc.server.gcInterval=360 -Djava.endorsed.dirs=/opt/jboss-4.2.1.GA/lib/endorsed -classpath /opt/jboss-4.2.1.GA/bin/run.jar org.jbos

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

2007-09-30 Thread iGeek
Hi, I'm trying to use the jboss+spring integration package (2.0) on a JBoss 4.2.0 GA release for a spring-based message-driven bean component that I wrote using Spring 2.0.5 (mostly the jdbc/dao parts). I have deployed the jboss-spring-jdk5.deployer to the deploy directory and added the spring

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Jboss hangs at Core system initialized

2007-09-30 Thread PeterJ
Sorry, just now saw that you used a 1.5 JDK earlier and then switched to 1.6. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090069#4090069 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4090069 _

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Jboss hangs at Core system initialized

2007-09-30 Thread PeterJ
Try using an 1.5 JDK instead. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090068#4090068 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4090068 ___ jboss-user mailing list j

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

2007-09-30 Thread PeterJ
Please post the JVM version. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090067#4090067 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4090067 ___ jboss-user mailing list jb

[jboss-user] [JBoss jBPM] - Re: A tutorial to deploy a Netbeans created BPEL process und

2007-09-30 Thread [EMAIL PROTECTED]
jBPM BPEL supports a significant subset of WS-BPEL 2.0. However, you have to use the following namespace instead of the one used in the OASIS standard: http://schemas.xmlsoap.org/ws/2004/03/business-process/ The discrepancy is due to compatibility with the Eclipse BPEL designer. View the origina

[jboss-user] [JBoss jBPM] - Re: Help with Bpel error -

2007-09-30 Thread [EMAIL PROTECTED]
"activity not found" means no activity element was found as a child of the element in square brackets, in this case process. Can you please post your BPEL document to examine it and try to help you a bit more? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=409

[jboss-user] [JBoss Seam] - Selector.java: "rememberMe" cookie doesn't disappear

2007-09-30 Thread gena777
Hello, my remember me cookie doesn't disappear after at least one login with the rememberMe set to "true". I think the method clearCookieValue() should remove the cookie from the same path, as it was set once. So if i change the line 99 of Selector.java from cookie.setPath("/") to cookie.setPa

[jboss-user] [JBoss Seam] - Re: FlushModeType not working in Seam 1.2.1 GA?

2007-09-30 Thread kotlusa
You were absolutely correct. I didn't catch that the SMPC was actually a Seam Component and need to be retrieved with @In rather than @PersistenceContext. After making this change I have learned several things and found one that I believe to be a bug. SMPC's only manage entity beans for the li

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - enum columns in @NamedQuery

2007-09-30 Thread kosl
Dear All, I'm trying to write a simple select namedquery, one of the conditions is that a column representing enum value has to have a certain constant value. Is there any way to do that other then the one describedhttp://java.sun.com/mailers/techtips/enterprise/2006/TechTips_Oct06.html here?

[jboss-user] [JBoss Seam] - no action called from a form because of selectOneMenu

2007-09-30 Thread vlaugier
Hello, we struggle with a very weird problem for a few days now we have a two step registering process in the application in the second form the user can specify his roles, his manager, his company from three selectOneMenu if we remove the company choice part from the form everything works fi

[jboss-user] [JBossWS] - Setting org.jboss.ws.timeout on client

2007-09-30 Thread zebathon
Hello, I'm trying to set the timeout value on my jax-ws client in Jboss-4.2.1.GA and Jbossws-1.2.1 without success. Any help at all would be much appreciated. I've tried via jboss-client.xml like so | jbossws-client | | Activity Authorized | |

[jboss-user] [JBoss Seam] - Re: EntityQuery many to many question

2007-09-30 Thread Yacho
Seems that you should Mark the relation as Bi Directional and then : 1. get the desired Color entity instance 2 Having Color entity instance fetch users entities. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090057#4090057 Reply to the post : http://www.jb

[jboss-user] [JBoss Seam] - EntityQuery many to many question

2007-09-30 Thread valbosoft
Hello, I'm trying to use an entityquery with restrictions on a many to many relationship. Is there some recommended way to do? Example: Class Person and favourite colors, Person having a many to many relationship to class Color. On the search screen for persons I'd have a list of favourite co

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

2007-09-30 Thread cfraser
>> Both. But IMO they're a waste of time anyway. Is that because you don't like visual editors in general, or are you referring to this visual editor specifically. Regards Colin View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090055#4090055 Reply to the post

[jboss-user] [JBoss Seam] - Re: Examples for nested data

2007-09-30 Thread robshep
I understand the basic concepts. Data organisation for this project is trivial. Houses->Rooms->Chairs "Yacho" wrote : You Can fetch your entity with all referenced data - and display it somehow No I can't hence OP :) The actual display tree component is irrelavent at this stage. Take for

[jboss-user] [JBoss Seam] - Re: Seam Mail send exception from portlet

2007-09-30 Thread [EMAIL PROTECTED]
We got past this one by making a modification in org.apache.myfaces.context.portlet.PortletExternalContextImpl | public String encodeNamespace(String name) { | | // changed by jli @ 29.9.2007 to allow seam email | // generation in portal environment |

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

2007-09-30 Thread bdaw
Im really suprised that "org.jboss.security.auth.spi.LdapExtLoginModule" has something to do with options like "userModuleJNDIName" or "additionalRole". What is in your identity-config.xml? Did you read "LDAP" chapter in portal ReferenceGuide or tried to follow LDAP tutorial from blog? View the

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Jboss hangs at Core system initialized

2007-09-30 Thread asifiqbal
It does not respond to QUIT signal. Actually the only signal it responds to is KILL signal. It ignores all other signals aparently. (root)@server:~$ /usr/jdk/jdk1.6.0_02/bin/java -Dprogram.name=run.sh -server -Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=360 -Dsun.rmi.dgc.server.gcInter

[jboss-user] [JBoss Seam] - Maven2 - Interceptor class not found

2007-09-30 Thread w17chm4n
Hi ! I`m developing a new project and I`m trying to use Seam. Trying couse I can`t step over the following error: 21:26:36,953 WARN [ServiceController] Problem creating service jboss.j2ee:service=EJB3,module=ejb3.jar | java.lang.RuntimeException: Interceptor class not found: org.jboss.seam.

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

2007-09-30 Thread olvin
Please... if you have any idea, tell me... because we are going to put our project in production on 100 hundred win2000 server ! Thanks. Olv View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090047#4090047 Reply to the post : http://www.jboss.com/index.html?m

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

2007-09-30 Thread matt.drees
I haven an Authenticator component that looks in the session for the CAS assertion, and sets the Identity username appropriately. (It assumes that the Cas ticket validation has already happened). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090046#40900

[jboss-user] [JBoss Getting Started Documentation] - Re: Where to find a binary download?

2007-09-30 Thread xgretsch
Thanks, jaikiran. I'd failed to spot that the ZIP file wasn't just a different format, that it was the binary rather than the source. Must have been late, I guess. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090045#4090045 Reply to the post : http://www.

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Jboss hangs at Core system initialized

2007-09-30 Thread [EMAIL PROTECTED]
We are interested in Java threads, not system threads: http://wiki.jboss.org/wiki/Wiki.jsp?page=StackTrace View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090044#4090044 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=409

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Jboss hangs at Core system initialized

2007-09-30 Thread asifiqbal
Here are all the threads pstack 18836 18836: /usr/jdk/latest/bin/java -Xincgc -Dprogram.name=run.sh -server -Xms128 - lwp# 1 / thread# 1 fef30d87 lwp_wait (2, 8046e70) fef2cfd2 _thrp_join (2, 0, 8046ec0, 1) + 5a fef2d114 thr_join (2, 0, 8046ec0) + 20 080

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Jboss hangs at Core system initialized

2007-09-30 Thread asifiqbal
Here is the backtrace of the hang process. Not sure which thread it belongs to mdb core.18836 Loading modules: [ libc.so.1 libuutil.so.1 ld.so.1 ] > ::stack libc.so.1`__lwp_wait+7(2, 8046e70) libc.so.1`_thrp_join+0x5a(2, 0, 8046ec0, 1) libc.so.1`thr_join+0x20(2, 0, 8046ec0) ContinueInNewThread+0x4

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Jboss hangs at Core system initialized

2007-09-30 Thread asifiqbal
How do I do a thread dump? Here are the last few lines of the boot.log 18:01:12,254 DEBUG [ServiceController] starting service jboss.system:service=ServiceDeployer 18:01:12,254 DEBUG [SARDeployer] Starting jboss.system:service=ServiceDeployer 18:01:12,254 DEBUG [MainDeployer] Adding deployer: [

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jboss as a windows service cannot stop

2007-09-30 Thread PeterJ
sagimann, not sure what to tell you beyond what I posted earlier. Did you try what I suggested? What happened, were you able to stop the app server using shutdown.bat? What about the log entries I asked for? Or the question about the invoker? View the original post : http://www.jboss.com/index

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Jboss hangs at Core system initialized

2007-09-30 Thread PeterJ
Take a thread dump to see where it is hanging. My guess is that it is waiting for some network response. Debug messages show up in the server/default/log directory. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090038#4090038 Reply to the post : http://www

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Jboss hangs at Core system initialized

2007-09-30 Thread asifiqbal
I cannot start jboss. I downloaded the jboss-4.2.1.GA.zip on my Sun Fire X4100, 8G ram and 2 2.4Ghz Dual Core AMD Opteron. I am running sol 10 x86 release 6/06. Java 1.5. Here is where it get stuck = JBoss Bootstrap En

[jboss-user] [JBoss Seam] - Re: How to declare navigation from ajax method with args?

2007-09-30 Thread jrosskopf
Hello, didn´t test, but have a look at http://docs.jboss.com/seam/2.0.0.CR1/reference/en/html/components.html "org.jboss.seam.faces.redirect" should be your friend! Regards --- Joachim View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090034#4090034 Reply to t

[jboss-user] [JBoss Seam] - Re: Examples for nested data

2007-09-30 Thread Yacho
Well there are two aspects of the problem: 1. Getting Your actual data organized in an intendend way - this happens in EJB's so you should reserch on Entity relations in EJB3. Once you got that you Can fetch your entity with all referenced data - and display it somehow - i'd suggest RichFacs tre

[jboss-user] [JBoss Seam] - [JSF] and conflict

2007-09-30 Thread Yacho
I got question regarding Normally i design my forms in such manner : | Login | | Wich gets Me the layout i want But when using im forced to do like so : | | Nazwisko | | | The Problem with above design is that everything in is inserted in one cell of a table. My error

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

2007-09-30 Thread wuhaixing
Thanks!One more question,how did you create the seam Identity after authentication? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090028#4090028 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4090028 __

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - How can I use an OracleDataSource instance in JBoss

2007-09-30 Thread nicolasd
Greetings, I need to have access to functinalities given by the class OracleDataSource. I created the oracle-ds.xml file, I deployed it, I'm doing a JNDI lookup which gives me a WrappedDataSource instance. Whatever I do I'm not able to cast it to OracleDataSource. Did anybody succeeded to do th

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jboss as a windows service cannot stop

2007-09-30 Thread sagimann
Still experiencing the issue. Not sure how to use the alternative method (java wrapper service) and anyway, it's not an authorized method in my company. Any updates anyone? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090024#4090024 Reply to the post : ht

[jboss-user] [JBoss Seam] - Re: How to declare navigation from ajax method with args?

2007-09-30 Thread Stateless Bean
Or my second question...Is this possible to redirect to another page directly from ajax method? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090022#4090022 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4090022 __

[jboss-user] [JBoss Seam] - How to declare navigation from ajax method with args?

2007-09-30 Thread Stateless Bean
Hi, Can anyone help me to declare navigation in pages.xml if I got ajax method with arguments? Here is my method | | public String sendEmail(String trajectory) { | try { | | } | catch (Exception e) { | if (currentP

[jboss-user] [JBoss Seam] - Re: about s:fileupload

2007-09-30 Thread dago
thank u i'll try it View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090020#4090020 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4090020 ___ jboss-user mailing list jboss-user@

[jboss-user] [EJB 3.0] - Re: EntityManager must be access within a transaction -- Ple

2007-09-30 Thread franz77
Hi! Did you try to add a TransactionAttribute(TranactionAttributeType.REQUIRED) annotation at your session beans business method? And maybe a @TransactionManagement(TransactionManagementType.CONTAINER) at the session bean class!? I'm very confused about the tranaction management too. I used JBo

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

2007-09-30 Thread timfox
"fuzzybinary" wrote : Does that mean I have to set up two instances on the same machine at the same IP? If so, does one of the examples allow me to test a distributed queue on two separate machines? | | (Sorry, not at work and not close to the documentation at the moment. Will double chec

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

2007-09-30 Thread timfox
jinoinfo- JMS_MESSAGES is a JBoss MQ table, not a JBoss Messaging table. This forum is about JBoss Messaging, not JBoss MQ. You should post on the JBoss MQ forum. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090016#4090016 Reply to the post : http://www.j

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

2007-09-30 Thread timfox
"julians37" wrote : | Any chance that a JBM developer could chime in and let me briefly know whether this is actually meant to work? If it's meant to be that straightforward, why the discussion about queue reapers and scalability? | Julian - could you explain in a bit more detail about wha

[jboss-user] [JBoss Messaging] - Re: which version of jboss messaging is compatible with jbos

2007-09-30 Thread timfox
Looks like you've perhaps installed different versions of remoting on the client and server. In any case, 1.4.0.GA has just been released. You could try this, following the installation instructions exactly, and testing if the examples then work (see user guide). Thx View the original post :

[jboss-user] [JBoss Messaging] - Re: Bridge cannot find session with QOS_ONCE_AND_ONLY_ONCE

2007-09-30 Thread timfox
"julians37" wrote : Since there's been no follow-up, | Sorry have been travelling all last week! anonymous wrote : | From this point on it's not about solving a problem of mine but rather I'm just making suggestions as to how JBM as a product could become better by making its setup and it

[jboss-user] [JBoss Messaging] - Re: Error setting up client lease upon performing connect

2007-09-30 Thread timfox
Hello Craig- I know this is probably not what you want to hear, but you should really consider upgrading to the latest version of JBM. Since 1.0.1.GA we have made a lot of fixes / changes, and also lots of issues have been fixed in JBoss Remoting. The one you are seeing could be one of the re

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Mapping a URL to a local store

2007-09-30 Thread yj4jboss
Thnx for the suggestions .. I will try them and post some feedbacks. Regards, Jankee Yogesh View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090011#4090011 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4090011 _

[jboss-user] [JBoss jBPM] - Re: What's the difference betw. jbpm and jbpm-jpdl?

2007-09-30 Thread DerJohannes
An ultra short answer like: * Look here: http://wiki.jboss.org/wiki/Wiki.jsp?page=DifferenceBetweenJbpmAndJbpm-Jpdl or * Google for 'XY'! would do. I really tried to find out the difference, but didn't find a convincing answer. Is the answer to this question too obvious or does nobody know a

[jboss-user] [JBoss Seam] - Re: Framework and EJB3 bugs

2007-09-30 Thread [EMAIL PROTECTED]
It is not true. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090008#4090008 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4090008 ___ jboss-user mailing list jboss-user@list

[jboss-user] [JBoss Seam] - Re: about s:fileupload

2007-09-30 Thread amitev
Yes. When the file is uploaded you get it as byte[] on the server side and than you can do whatever you want with it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090006#4090006 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[jboss-user] [JBoss Portal] - Re: Portal security with EJB

2007-09-30 Thread [EMAIL PROTECTED]
did you declare your roles in portlet.xml ? because it could be possible that your subject has roles, the portlet does not show them but still they are propagated to the EJBs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090007#4090007 Reply to the post :