[JBoss-user] [EJB 3.0] - Re: Accessing EJB3 from an Applet...

2006-05-26 Thread AbelMJ
Thanks for the trick wauwau0977, I'll try. clebert.suconic, could you tell me why don't you recommend an Applet please?, in my case, as I told you, is not an option, but a requirement? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947060#3947060 Reply to th

[JBoss-user] [JBoss Seam] - Using things called Events

2006-05-26 Thread dsmith9387
Fyi..interesting issue...I have a class called EventListAction with a List variable named events, which happens to be the datamodel (@DataModel) for this action. When I switched to Seam 1.0.0.0CR3 and JBoss 4.0.4.GA from Seam 1.0Beta2 and JBoss 4.0.4.CR2 Seam threw an exception when trying to

[JBoss-user] [JBossWS] - Design question about message handlers

2006-05-26 Thread balteo
Hello, I have a WS client (i.e. a servlet) and a corresponding message handler. I simply want to retrieve IN the WS client a variable FROM the handler. Please let me know how to do that. Here is a snippet from the handler: | public boolean handleResponse(MessageContext context) { |

[JBoss-user] [JBossWS] - Re: Session maintenance with j2ee generated stub

2006-05-26 Thread balteo
I found the answer here: http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&f=51&t=003489 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947055#3947055 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39

[JBoss-user] [JBoss Seam] - Re: Running Seam on JBoss AS 4.0.4.GA

2006-05-26 Thread [EMAIL PROTECTED]
I thought we were close on servlet 2.5. I know Jacob was doing some work on this stuff. JSF 1.2 is easy. Just use the RI instead of MyFaces. We will probably go the RI route by default in JBoss AS soon. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947054#3

[JBoss-user] [Remoting] - Re: RMI Class Loader Error

2006-05-26 Thread [EMAIL PROTECTED]
Still don't have enough info to know exactly what the problems is, however I am guessing is due to the web container (Tomcat) and the ejb container (JBoss) using different classloaders. If can /server/default/jbossweb-tomcat55.sar/META-INF/jboss-service.xml 'UseJBossWebLoader' attribute to tru

[JBoss-user] [Remoting] - Re: Error connecting to ejb3 cluster

2006-05-26 Thread [EMAIL PROTECTED]
You can either use the -b option for setting the bind address (e.g. >./run.sh -b 192.168.1.2) which will bind all network services to the specified address or set a system property for jboss.bind.address (for example, put -Djboss.bind.address=192.168.1.2 in the run.sh file). BTW, any alias foun

[JBoss-user] [JBossWS] - Re: service not bound

2006-05-26 Thread gduan2000
pechetty, thanks for the help... still trying to get it work... another question, once the TestService is implemented, should I see a "TestService" listed in the JNDI list? However I don't see it there... is this a problem? Thanks, View the original post : http://www.jboss.com/index.html?mo

[JBoss-user] [JBossWS] - jaxb customization issue

2006-05-26 Thread jaxbnewuser
I am new to JAXB2 world. -I have a xml document whose xsd has imports of other xsds. I have the corresponding domain model and java objects in hand. The names of the classes/attibutes differ from that of those specified in the xsd; Thus did the jaxb 2.0 customization. JAXB is throwing a nullpoi

[JBoss-user] [JBoss jBPM] - Re: send mail activity

2006-05-26 Thread ssquare
Could any one send info on how to check 3.2 send mail implementation? Thanks -Shiv View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947046#3947046 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947046 -

[JBoss-user] [JBossWS] - java-wsdl generating namespaces with jaws suffix

2006-05-26 Thread asacamano
I'm hoping for an clue about where I can find more info on the JAWS v2.0 spec referenced in WSDLUtils.java. As far as I can tell its either Java Web Start, or the new JBoss container managed persistance framework - both of which leave me a bit baffled as to why they'd be in the WSDLUtils class.

[JBoss-user] [JBoss Portal] - Re: Passing request paramter between page

2006-05-26 Thread IvanLatysh
Theoretically it is possible. And there is a few ways to achieve it. As you know each portlet is a separate application, but noone stoping you to use portlet as a 'view' (from MVC pattern). If you look at the problem from such point of view, you can externalize your business logic into separate

[JBoss-user] [JBoss Portal] - Re: Page disappear after som time

2006-05-26 Thread conkan
Ignore my previous post... This is something other problem because you mentioned that they come and go. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947041#3947041 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39470

[JBoss-user] [JBoss Portal] - Re: Page disappear after som time

2006-05-26 Thread conkan
So is navigator really a portlet in and of itself? If so, did you check your navigator-object.xml under 'navigator/src/resources/portal-navigator-war/WEB-INF'? You can define properties for the page in each portlet. There is some 'xml' property that you can set for property in this xml. I cann

[JBoss-user] [Installation, Configuration & Deployment] - Re: DeploymentException: Trying to install an already regist

2006-05-26 Thread sonaseth
Peter, thank you very much for your help. I found the file as per your instructions. In the JMX MBean View, I found what you described. I'll try remove that file and try again with the mysql-ds.xml in the deploy dir as before. One more question: So is this normal for JBoss to pick up the file

[JBoss-user] [JBossWS] - Re: WSTools Errors

2006-05-26 Thread asacamano
Ah - nevermind about the source code - I found it in the Wiki... For anyone else looking, search for jbossws subversion source in the wiki. The trick is that JBossWS is part of the jboss trunk (JDK 1.5) backported to JDK 1.4 as a thirdparty jar for inclusion in 4.0.4. View the original post :

[JBoss-user] [JBoss jBPM] - Expose process as webservice

2006-05-26 Thread cliffb53
Hi everyone, is it possible to expose a jBPM process directly as a webservice? I'm using JBoss 4.0.4 (with the new JBossWS framework) to evaluate jBPM and I've failed to find any documentation that either claims this possible or not. Cheers View the original post : http://www.jboss.com/index.

[JBoss-user] [EJB 3.0] - MBeans in an EAR

2006-05-26 Thread knifegun
I have an MBean service that is used by bundled in two EARs with different object names. The two EARs are deployed in the same app server. Each EAR has its own copy of the same MBean classes (same package, same class name) except that at build time, I change the actual @Service(ObjectName) to

[JBoss-user] [EJB/JBoss] - Re: CMP not playing nicely with tU_table on MS SQL Server

2006-05-26 Thread wcydaip
Looks to be the fault of the trigger. Had some wild variation of sql. Sorry for the claim. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947033#3947033 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947033 ---

[JBoss-user] [Security & JAAS/JBoss] - custom login module & webservice

2006-05-26 Thread ppradhan
Hi, I am trying to use a custom logInmodule extending usernamePasswordLoginModule which works fine when I validate the password locally. What I would like to do is use a webservice to validate the username,password pair. It seems the code hangs creating the stub. Does this mean it is not a goo

[JBoss-user] [JBoss Portal] - One portlet - two window

2006-05-26 Thread merlith
Hi, Could u tell me, how can i resolve this situation: I have one portlet with (for ex.) two controlers. In default-object.xml file, i declared two window with the same portlet instance, so in this window i see the same page Can I set (where to?) that in first window i`ll see page from first

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Transaction not Active excetion

2006-05-26 Thread bentins
I have a weird situation. I get this nestedSqlException: Transaction is not active when I do a select. The weird thing is that the select is done when struts calls on a form to get some value and all I do is open a connection by doing getConnection on my datasource and then I do the select usin

[JBoss-user] [EJB 3.0] - Bug when transaction rollback ocurrs and caching relationshi

2006-05-26 Thread javierpedrido
Hi, I think I have found and error in Jboss when transaction rollback ocurrs and JBoss is caching entity relationships. I'm using JBoss 4.0.4 GA, EJB3 RC7 and JBoss cache 1.2.4.SP2. This is the code of the test application: Entities | package org.jboss.tutorial.relationships.bean; | |

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Datasource behavior in transaction

2006-05-26 Thread bentins
I configured an XA Datasource working with oracle. My Application is mostly CMP 2.0 but some selects are done directly to the DB on non entity bean tables. When in transaction thal works with entity beans, if I do a select directly to the DB by doing getConnection on the Datasource will I get th

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: hibernate.cfg.xml xdoclet problems

2006-05-26 Thread pablojavierpy
Worked for me! Thanks a lot for the tip. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947026#3947026 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947026 --- All

[JBoss-user] [EJB/JBoss] - CMP not playing nicely with tU_table on MS SQL Server

2006-05-26 Thread wcydaip
I have a Customer table with a relationship to an EyeColorCode table. The eyeColorCode is maintained on inserts and updates through Sql Server triggers. Both triggers do basically the same check. Inserts behave as expected but updates aren't working. However, if I remove the tU_Customer, the

[JBoss-user] [Installation, Configuration & Deployment] - Re: DeploymentException: Trying to install an already regist

2006-05-26 Thread PeterJ
MBeans related to a data source show up only if a -ds.xml file defines the data source, so you have one somewhere. Try this. In jmx-console, click the jboss.system:service=MainDeployer MBean, and on the MBean property page scroll down to, and click the listDeployed operation. Search the resul

[JBoss-user] [JBoss jBPM] - Re: Can't persist messages to JMS_MESSAGES. Now javax.jms.JM

2006-05-26 Thread bertrand.njiipwo
Hello @all, Just wan to inform that additional informations are avialable and the discussion know is close related to the JBPM BPEL extension and his JMS messaging service . I'm confuse about the right forum. Please have a look to the post may be you can really help. May be some one in the jb

[JBoss-user] [JBoss Portal] - Re: cannot access default context

2006-05-26 Thread krzsam
Some digging and this is the cure: you need to modify jboss-portal.sar/META-INF/jboss-service.xml and add jboss:service=TransactionManager to for me it has helped. Thou next

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: hibernate.cfg.xml xdoclet problems

2006-05-26 Thread natulin
Hello! Sory for my english. I try to explain how i solve that problem: First go to de path where are the plugins to your eclipse Then search inside this plugin: org.jboss.ide.eclipse.xdoclet.run_1.5.X -> resources -> y en reference.xml In that file references.xml find: The element name="hibe

[JBoss-user] [JBoss Portal] - Re: cannot access default context

2006-05-26 Thread krzsam
Some digging and this is the cure: you need to modify jboss-portal.sar/META-INF/jboss-service.xml and add jboss:service=TransactionManager to for me it has helped. Thou next error has emerged, so i had to copy jboss-portal.sar/conf/theme/portal-layout.tld to jboss-portal.sar/portal-serwer.wa

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Can't persist transmitted messages in JMS_MESSAGES

2006-05-26 Thread bertrand.njiipwo
Hello community, i have persisted somes messages in the jms_messages database. What i'm finding strange is that the messages are persisted in the DB only when i stop and restart the testQueue in the JMX Console. Only if i do this Messages are persisted and clients receive some answer back (

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: hibernate.cfg.xml xdoclet problems

2006-05-26 Thread natulin
Hello! Sory for my english. I try to explain how i solve that problem: First go to de path where are the plugins to your eclipse Then search inside this plugin: org.jboss.ide.eclipse.xdoclet.run_1.5.X -> resources -> y en reference.xml In that file references.xml find:

[JBoss-user] [Remoting] - InvokerLocator: Why always resolve(host) ?

2006-05-26 Thread elkner
I'm currently trying to fix jboss to allow naming + ejb3 transport completely via http[s] and to get it working via tunneled connections. The problem I see is, that InvokerLocator always tries to resolve the host to an inetAddress/its own hostname in the constructor. This IMHO not very useful,

[JBoss-user] [JBoss Seam] - Re: cancelling remoting requests

2006-05-26 Thread sbryzak2
Will look at this today. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947014#3947014 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947014 --- All the advantages o

[JBoss-user] [JBoss Portal] - Re: java.lang.IllegalArgumentException: No transaction manag

2006-05-26 Thread krzsam
Maybe the cause is the error below, which I have noticed at the beginning of my log file, far before the "No transaction manager provided" error. 2006-05-26 23:33:58,421 DEBUG [org.jboss.system.ServiceCreator] About to create xmbean object: portal:service=SecurityProvider with code: org.jboss.p

[JBoss-user] [JBoss Portal] - Re: cannot access default context

2006-05-26 Thread krzsam
Maybe the cause is the error below, which I have noticed at the beginning of my log file, far before the "No transaction manager provided" error. 2006-05-26 23:33:58,421 DEBUG [org.jboss.system.ServiceCreator] About to create xmbean object: portal:service=SecurityProvider with code: org.jboss.p

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: .war classpath issue in 4.0.3SP1

2006-05-26 Thread asack
Works for me (I add dom4j and jaxen in /lib and now I have XPATH). Is this in just a WAR or a WAR within an EAR? Regardless, JBoss should check your dom4j in WEB-INF/lib before loading the cached boostrap one in the UCL. View the original post : http://www.jboss.com/index.html?module=bb&op=v

[JBoss-user] [JBoss Seam] - Re: Running Seam on JBoss AS 4.0.4.GA

2006-05-26 Thread brianleonard
"[EMAIL PROTECTED]" wrote : Right, JBoss is now uptodate with the final release of EE 5. | | All that is missing is the JAX-WS stuff. Gosh I wish that was the case - it would make working with tools like NetBeans 5.5 all that much easier. But before that can happen, you need much more than

[JBoss-user] [JBoss jBPM] - Re: send mail activity

2006-05-26 Thread ssquare
Hi, I am able to use this snippet in a standalone java app and it works fine. When I added this into the taskBean.java (bean for handling actions saveandclose in task.jsp) , public String saveAndClose() { : : try{ SimpleEmail email=new SimpleEmail();

[JBoss-user] [JBoss Portal] - how to disable minimized and maximized window state

2006-05-26 Thread hr_k
Hi Does somebody know how to disable minimized and maximized window state? I does not seem to have any effect if I remove minimized | maximized in the *-object.xml Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947007#3947007 Reply to the post :

[JBoss-user] [JBoss Portal] - Re: JBoss Portal Webinar - May 24th 1PM EST

2006-05-26 Thread knovoselov
Unfortunatelly I missed the Webinar. Could someone post a recap about 2.6-3.0 roadmap ideas? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947005#3947005 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947005 ---

[JBoss-user] [JBoss Portal] - Problems creating a new role

2006-05-26 Thread oswaldchen
Hi, I have created a new role, assigned users and pages/portlet security to that new role. But when I log in as the user with that new role, I was getting a HTTP 401 error: HTTP Status 401 - type Status report message description This request requires HTTP authentication (). On my server lo

[JBoss-user] [Clustering/JBoss] - Re: Jboss clustering support in multitier application

2006-05-26 Thread [EMAIL PROTECTED]
So you want to use JBoss clustering to replicate the xml around the cluster, and then update local copies of the DB when state changes? Two vague options, both involving JBoss Cache: 1) Use JBossCache as a write-aside cache. I.e. if the app wants to read data, check the cache first; if found u

[JBoss-user] [Installation, Configuration & Deployment] - Re: DeploymentException: Trying to install an already regist

2006-05-26 Thread sonaseth
No, I just redeployed a new release for the same web-app. There is only one application web-app war deployed. Anyway, I think I found the cause of this problem but still don't know how it happened. I browsed the JBoss web console and found that there was an entry under JMX MBeans / jboss.jca fo

[JBoss-user] [JBoss jBPM] - Re: How to use pooledActors without Identity Component

2006-05-26 Thread julian_k
ok, great guys, thanks a lot for the help! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947000#3947000 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947000 --- Al

[JBoss-user] [JBoss Messaging] - A simple JMS Client won't work - Errors with different jars

2006-05-26 Thread anshah1
Hi, I have a simple JMS Client, | Properties env = new Properties(); | env.setProperty("java.naming.factory.initial", | "org.jnp.interfaces.NamingContextFactory"); | env.setProperty("java.naming.provider.url",

[JBoss-user] [EJB 3.0] - Re: Accessing EJB3 from an Applet...

2006-05-26 Thread wauwau0977
hi for me this worked for swing apps as well as JUnit tests (which run in separate JVM). 1) add to java installation where the server is running: lib/security/java.policy the following line in grant section: permission java.security.AllPermission; 2) on the client in java somewhere in a init

[JBoss-user] [JBoss Portal] - Forum portlet for 2.4? AuthorizationRealm changes?

2006-05-26 Thread rutfield
I have 2.4 Alpha up and running. I would like to use the forum portlet, and do not see any indication of any dates for it to be revised. I realize it is affected by the personalization enhancements. I thought I'd take a shot at it myself. I see several core.model modules have been moved to iden

[JBoss-user] [JBossWS] - Re: Cannot obtain java type mapping for: {http://org.mazurek

2006-05-26 Thread adamzrk
Hi Andy Thanks for help It's so strange - in Eclipse Web Service Explorer my service with class-argument works fine! But my problem is to write a standalone client? My code: ServiceFactory factory = ServiceFactory.newInstance(); URL wsdlLocation = new URL("http://adam:8080/j

[JBoss-user] [JBoss Portal] - Re: problems in deploying jboss portal on jboss application

2006-05-26 Thread oswaldchen
Hi, I am also having problem deploying JBoss Portal. I am using Jboss portal 2.2 on JBoss app server 4.04 RC1 Thanks a lof for the help! Oswald Here's the exception. 13:28:31,800 WARN [ServiceController] Problem starting service portal:policy=PortalPolicyConfigStore,type=Component java.lan

[JBoss-user] [Clustering/JBoss] - Re: HAPartition not bound

2006-05-26 Thread [EMAIL PROTECTED]
What version of JBoss are you using? Also, please paste the HASessionState portion of your cluster-service.xml file (use the "Code" button in forum entry UI or the xml will not come through correctly). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946993#39

[JBoss-user] [JBoss Portal] - Re: Page disappear after som time

2006-05-26 Thread patrickdalla
No, my friend. It is not so stupid. In fact the oposite occur. When I go to the computer in the other day and the browser was let opened the tabs are there (10 or 11 pages). So I press refresh and only the pages that already come with portal are displayed. View the original post : http://www

[JBoss-user] [Clustering/JBoss] - Re: Repeating errors in log with session replication

2006-05-26 Thread [EMAIL PROTECTED]
Sorry for the slow response. Your file looks fine; at this poing I've no good idea what the problem could be. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946991#3946991 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[JBoss-user] [JBossWS] - Re: how to invoke a client to jsr181-pojo web service?

2006-05-26 Thread adamzrk
I have solved this problem. This code works fine: ServiceFactory factory = ServiceFactory.newInstance(); URL wsdlLocation = new URL("http://adam:8080/jsr181ejb/EJB3Bean?wsdl";); QName serviceName = new QName("http://org.mazurek.ws/jsr181ejb";, "MyService");

[JBoss-user] [JBossWS] - Re: EJB3 ready for production in the enterprise?

2006-05-26 Thread burrsutter
Ask this question in the EJB3 forum: http://www.jboss.com/index.html?module=bb&op=viewforum&f=221 I believe there are folks who have already used EJB3 in some production applications. Burr View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946989#3946989 Rep

[JBoss-user] [JBossWS] - Re: POJO Complex Type mappings

2006-05-26 Thread burrsutter
I'm following this "formula" for building 181 Web Services and Person.class lives in the same directory/package as the POJOService class. Here is a link to the process that I follow: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=82232 Burr View the original post : http://www.jboss.

[JBoss-user] [EJB 3.0] - Re: Distinguish between remote and local call

2006-05-26 Thread [EMAIL PROTECTED]
Actually, SessionContext has a method on it getInvokedBusinessInterface() but unfortunately, we haven't implemented it yet. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946987#3946987 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[JBoss-user] [JBossWS] - Re: how to invoke a client to jsr181-pojo web service?

2006-05-26 Thread burrsutter
What exception are you getting? Burr View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946986#3946986 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946986 --- All th

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Exiting on IOE : java.io.InterruptedIOException: Operati

2006-05-26 Thread genman
DEBUG View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946985#3946985 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946985 --- All the advantages of Linux Managed Hos

[JBoss-user] [Security & JAAS/JBoss] - Re: RanAs with multiple roles for MDB

2006-05-26 Thread [EMAIL PROTECTED]
See "Assigning multiple roles to a RunAsIdentity" using the jboss.xml descriptor on the following wiki: http://wiki.jboss.org/wiki/Wiki.jsp?page=RunAsIdentityCreation View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946984#3946984 Reply to the post : http://ww

[JBoss-user] [Security & JAAS/JBoss] - Re: RanAs with multiple roles for MDB

2006-05-26 Thread j2ee_junkie
I stand corrected. Sorry I did not read that schema correctly. cgriffith View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946982#3946982 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946982 --

[JBoss-user] [Security & JAAS/JBoss] - Re: Jboss MQ + jaas

2006-05-26 Thread j2ee_junkie
Give details on the security config of your MDB. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946981#3946981 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946981

[JBoss-user] [JBoss Seam] - Re: cancelling remoting requests

2006-05-26 Thread [EMAIL PROTECTED]
Sounds like a good idea. Shane owns this stuff. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946980#3946980 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946980 -

[JBoss-user] [EJB 3.0] - Re: EJB3 Facade Design

2006-05-26 Thread echon
any comments? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946979#3946979 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946979 --- All the advantages of Linux Man

[JBoss-user] [JBoss jBPM] - Re: How to use pooledActors without Identity Component

2006-05-26 Thread kukeltje
Yes and no, but I should have reported back. We (the company I work for) have no need to be able to use it without a relation to swimlanes etc, so it works for us. I forgot about that (not unimportant) part of the question. As Koen pointed out, your second proposal seems the way to go. Ronald

[JBoss-user] [JBoss Seam] - cancelling remoting requests

2006-05-26 Thread knaas
Any thoughts about JIRA issue 240? http://jira.jboss.com/jira/browse/JBSEAM-240 The ajax request object does support aborting of a command. If that object could be somehow be held onto, it would be easy to do. For instance, Seam.Remoting.sendAjaxRequest could return the asyncReq. Then, insid

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: java.io.StreamCorruptedException: invalid stream header

2006-05-26 Thread phillycheese
I'm having the same problem, any luck with this one? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946976#3946976 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946976

[JBoss-user] [JBoss Seam] - Re: Hibernate Validator Issue in jboss-seam-1.0.0.CR3 on JBo

2006-05-26 Thread epbernard
Show me the stacktrace please with the new syntax View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946975#3946975 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946975 ---

[JBoss-user] [JBoss Seam] - Re: TransactionRollback when starting a pageflow

2006-05-26 Thread [EMAIL PROTECTED]
Upgrade to Seam CR3 and JBoss GA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946974#3946974 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946974 --- All the adv

[JBoss-user] [JBoss Seam] - Re: Conceptual problem: Reusable lists?

2006-05-26 Thread [EMAIL PROTECTED]
No problem ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946973#3946973 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946973 --- All the advantages of Linux Ma

[JBoss-user] [EJB 3.0] - Re: Distinguish between remote and local call

2006-05-26 Thread [EMAIL PROTECTED]
isn't that the purpose of having separate remote and local interfaces? you are probably doing the design pattern where your EJB has one main interface that extends both the remote and local (where the method names/sigs are identical). You would have to abandon that design pattern and use the re

[JBoss-user] [EJB 3.0] - Distinguish between remote and local call

2006-05-26 Thread martin ganserer
Hello, would it be possible to determine if a call of a stateless session bean came from the remote or the local interface. Thank you very much! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946971#3946971 Reply to the post : http://www.jboss.com/index.h

[JBoss-user] [Security & JAAS/JBoss] - Re: RanAs with multiple roles for MDB

2006-05-26 Thread Lis0x90
Only one: | | | | ... | | | | | | | | |

[JBoss-user] [Security & JAAS/JBoss] - Re: RanAs with multiple roles for MDB

2006-05-26 Thread j2ee_junkie
Yes, but how many security-identities can an j2ee component have? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946969#3946969 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946969 ---

[JBoss-user] [JBoss Messaging] - Re: Max JMS Message size supported by Jboss-3.2.5

2006-05-26 Thread timfox
This is not a JBoss Messaging question, please can you repost in the JBoss MQ forum. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946968#3946968 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946968 --

[JBoss-user] [JBoss Portal] - Re: Page disappear after som time

2006-05-26 Thread [EMAIL PROTECTED]
So the tabs on the top of your page are just disappearing? If you refresh the browser page are they showing up again? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946967#3946967 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[JBoss-user] [JBoss Portal] - Re: Page disappear after som time

2006-05-26 Thread patrickdalla
JBoss portal 2.2 on JBoss AS 4.0.3 and postgresql. No exception appear in Logs and stdout. Period: I didn't measure. Frequently from one day to the next day. I'm still testing JBoss Portal 2.2 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946966#3946966

[JBoss-user] [JBoss jBPM] - Re: GPD 3.0.9.2 Available

2006-05-26 Thread [EMAIL PROTECTED]
LOL You put me under big pressure Ronald... :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946964#3946964 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946964 ---

[JBoss-user] [JBossWS] - Re: POJO Complex Type mappings

2006-05-26 Thread matabu
Oh sry.. i confused the post... I mentioned the Eclipse plugin at an other thread not in here. But if you are also intersted you can find more information in here: http://www.eclipse.org/webtools/jst/components/ws/M4/tutorials/WebServiceExplorer.html Greets Andy View the original post : http:

[JBoss-user] [Security & JAAS/JBoss] - Re: RanAs with multiple roles for MDB

2006-05-26 Thread Lis0x90
Thanks for reply. But given schema define that node `security-identity' with type `security-identityType' (name from xsd) permit existing of only one `run-as' or `use-caller-identity' node. So my question is open again... =( View the original post : http://www.jboss.com/index.html?module=bb

[JBoss-user] [JBoss jBPM] - Re: GPD 3.0.9.2 Available

2006-05-26 Thread kukeltje
one of the advantages of opensource. Developers have direct contact with users and see it more as their product . Hence they feel more obliged to fix things. I see the same within the company I work for. Bug in shared libraries (used by collegues) get fixed much quicker than bugs in end-user thi

[JBoss-user] [JBossWS] - Re: POJO Complex Type mappings

2006-05-26 Thread matabu
Hmmm... I only packed the webservice stuff into a jar file which is packed with an war file into an ear file :) it has this structure: earfile +-- warfile +-- many stuff from jspwiki ;) +-- jarfile +- many folders +- mase +- several other class folders +- webservice + M

[JBoss-user] [JBoss Portal] - 508 accessibility - what are the pieces?

2006-05-26 Thread dhartford
Hey all, What are the pieces of the Jboss Portal and the jsr-168 portlets that would be concerned regarding Section 508 Accessibility (United States Section 508, or in-general website Accessibility for blind/handicap)? *Jboss Container itself? *Layouts? *Themes? *The Portlets themselves? Just l

[JBoss-user] [JBoss jBPM] - Re: How to use pooledActors without Identity Component

2006-05-26 Thread julian_k
"kukeltje" wrote : hmm I do not (in one go) exactely see what your intentions are since I do not have access to the code (atm) I'll respond later, but feel there should not be a need to override the PooledActor At least I've not missed anything without overriding it. | | Not to be

[JBoss-user] [JBoss Seam] - TransactionRollback when starting a pageflow

2006-05-26 Thread tan.quach
I wrote a simple pageflow using jPDL. It has a two pages: one start-page node that transitions to another page node. The bean class looks like: | @Stateful | @Name("viewReports") | @Conversational(ifNotBegunOutcome="home") | @Interceptors(SeamInterceptor.class) | @Scope(ScopeType.CONV

[JBoss-user] [Security & JAAS/JBoss] - Re: Jboss MQ + jaas

2006-05-26 Thread [EMAIL PROTECTED]
Yes, I can see the difference... I even understand that it sounds stupid :) But the point is... When I comment out jGuar's "filter" and "filter-mapping" from my web.xml, I have my MDB working well. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946955#3946955

[JBoss-user] [JBossWS] - Re: POJO Complex Type mappings

2006-05-26 Thread rbarndt
Anyd, ThxWhat about the in your example the person class? Where does it go? Sorry about the confusion just dont know where it is going to find it? War? If in the war just its root or specific path? Rich View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=39469

[JBoss-user] [Security & JAAS/JBoss] - Re: Jboss MQ + jaas

2006-05-26 Thread j2ee_junkie
JGuard works by adding their net.sf.jguard.filters.AccessFilter version of a javax.servlet.Filter to your web application. As such it is separate from container managed security. Do you see the difference? cgriffith View the original post : http://www.jboss.com/index.html?module=bb&op=viewto

[JBoss-user] [JBossWS] - Re: Cannot obtain java type mapping for: {http://org.mazurek

2006-05-26 Thread matabu
Hi admzrk. I am not sure if I understood your problem right. When you are creating an object with primitive types everything works fine... You should watch out this side. It is JSR-109 but i don't think that the rules for value types has been changed with JSR-181 too. (Search for the "Working w

[JBoss-user] [JBoss jBPM] - Re: GPD 3.0.9.2 Available

2006-05-26 Thread hosierdm
Awesome, seems to be working great so far. Thanks a lot for the speedy turn around and all your efforts. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946951#3946951 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946

[JBoss-user] [EJB 3.0] - Running mdb tutorial client

2006-05-26 Thread don1234
Hi, I'm trying to run the mdb tutorial client in jboss-EJB-3.0_RC7-FD. This is after building and deploying in docs\tutorial\mdb\ The mdb is deployed in the server. I played around with putting jars into the CLASSPATH and have gotten rid of many exceptions. I still get a Exception in thread "ma

[JBoss-user] [Security & JAAS/JBoss] - Jboss MQ + jaas

2006-05-26 Thread [EMAIL PROTECTED]
Hi! It seems to me that I'm facing a huge problem ... I'm sending a JMS message to embedded queue called "queue/A". Everything's working!! But I've bound to my webapp a cool open-source security module called "jGuard" After this when I createQueueSession() I get the "principal=null" exception.

[JBoss-user] [JBossWS] - Re: POJO Complex Type mappings

2006-05-26 Thread matabu
Hi rbarndt. Look at this: http://labs.jboss.com/portal/jbossws/user-guide/en/html/endpoints.html#jsr181-endpoints Only pack your webservice classes into your classes folder of the war file and edit the web.xml as described on the website i mentioned above. Then deploy... I think that should wo

[JBoss-user] [JBoss Messaging] - Max JMS Message size supported by Jboss-3.2.5

2006-05-26 Thread vallamkondu
Hi All, what is the max jms message size is supported by Jboss-3.2.5? Thanks in advance Ram Vallamkondu View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946947#3946947 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39

[JBoss-user] [EJB 3.0] - Re: Accessing EJB3 from an Applet...

2006-05-26 Thread AbelMJ
Thank you for the quick answer, but the problem is that I need to access from a rich-gui swing applet, i.e. I need to obtain some EJB entities from the server, and then paint the information in a rich-gui application (each type of entity would lead the painting of the related GUI-Object), and as

[JBoss-user] [JNDI/Naming/Network] - Re: Error on lookup From a clustered SLSB to another cluster

2006-05-26 Thread jahlborn
I had similar problems. Most of the issues were resolved by using distinct partition names between the two servers. See thread here and linked bug: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=83207 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

[JBoss-user] [JNDI/Naming/Network] - Re: Error on lookup From a clustered SLSB to another cluster

2006-05-26 Thread jahlborn
I had similar problems. Most of the issues were resolved by using distinct partition names between the two servers. See thread here and linked bug: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=83207 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

[JBoss-user] [EJB/JBoss] - Re: talking to remote jboss instance from within jboss

2006-05-26 Thread jahlborn
One last note, i realize that the requirement to separate the partition names is not a bug. i was just noting that nowhere in the wiki/documentation did i find information that gave reasons why you would have to have this value distinct between servers (because in many situtations it does not n

[JBoss-user] [JBossWS] - Re: Question about message handlers and their interaction wi

2006-05-26 Thread balteo
Hello, I am just reactivating my thread. Can anyone help please? Thanks in advance, Julien. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946943#3946943 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946943 -

  1   2   3   >