[JBoss-user] [JBoss Seam] - .seam welcome-file

2006-03-16 Thread TrippCCN
Does anyone have a clean way to make index.seam the welcome index file that's read so that I don't have to always point links to /index.seam to read the index.jsp file? I've checked the jsf forums as well and the only solutions are unclean (index.html redirect to .seam in every directory, etc.)

[JBoss-user] [JBoss jBPM] - JBPM in the JBOSS Portal.

2006-03-16 Thread roloreaper
I was wandering if their was any way to get ur Workflow frontend into ur JBoss portal I'm a newbie at the whole JBoss think so shout at me all u want :) But I need to get the information faster than sifting thru all the JDocs... Please can anybody help me! View the original post : http://

[JBoss-user] [EJB 3.0] - Re: (BIG) Problems with bean-lookup in NAT enviroment, EJB3R

2006-03-16 Thread nickthegreat
details of the ejb3 deployer xml: before modification (out of the box): | | jboss.aop:service=AspectDeployer | socket://${jboss.bind.address}:3873 | | | org.jboss.aspects.remoting.AOPRemotingInvocationHandler | | |

[JBoss-user] [Installation, Configuration & Deployment] - can't run JBoos!!!!

2006-03-16 Thread Amair
Hi There ! I can't find /bin dir in JBoss4.0.3 installation directory to run the server by default using the command ./startup.sh. In the main installation directory I have stuff like given below: com infolangpacks.info packs.info customData

[JBoss-user] [JBoss Portal] - jboss forum run error

2006-03-16 Thread webcat
after I deploy jboss forum2.2.1RC2,and when I select a topic ,it don't display ths topic's content ,the error is : run this,find this error: 15:26:09,606 WARN [JDBCExceptionReporter] SQL Error: 1, SQLState: 23000 15:26:09,606 ERROR [JDBCExceptionReporter] ORA-1: (JBOSSPOR TAL.SYS_C009034

[JBoss-user] [EJB 3.0] - Re: Problem with Lazy attributes - 4.0.3SP1-EJB3.0RC4

2006-03-16 Thread hindog
I just wanted to ask as to the intended behavior if this bug were to be fixed. From what I understand from the EJB3 specs.. if an entity bean becomes serialized, it becomes detached and there is no responsibility for the container to ensure any binding after that. I am assuming with the Seria

[JBoss-user] [EJB 3.0] - EntityManager.remove attemps DB update

2006-03-16 Thread wernera
I've come across the following issue when using an Entity Bean with a OneToMany relationship. If the JoinColumn has both insertable and updatable set to true, when I do an EntityManager.remove Hibernate attempts a DB update setting the columns to NULL rather than a delete. And as the table conce

[JBoss-user] [Installation, Configuration & Deployment] - Re: http status 500-

2006-03-16 Thread jaikiran
Ok. The class App.NotificationTest is not found in the classpath by the appserver. Execute the following command from the command prompt and post the output here: jar -tf yourWarName.war This will output the contents of your war file View the original post : http://www.jboss.com/index.html?mo

[JBoss-user] [EJB 3.0] - Re: Rebinding EJB3 JNDI namespace

2006-03-16 Thread asack
"[EMAIL PROTECTED]" wrote : a SFSB gets removed from JNDI at undeployment. If it didn't redeploy would never work. I don't think it cleans up the Context dirs though. Bill, I will double check for ya but so far my experience has been if I rebind an EJB3 and then remove the jar, i.e. undeploy,

[JBoss-user] [Installation, Configuration & Deployment] - Sharing session within wars

2006-03-16 Thread meiyong
Does sharing session between wars allow at JBoss version 3.0.0? If it is not allow , got any way to enable sharing session to enable single sign between two wars? Any feedback will be appreciate. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930877#3930877

[JBoss-user] [JBoss Portal] - localize JBoss Portal

2006-03-16 Thread jandrew
hi,friends: pls tell me how to configure the Jboss portal to support other language. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930876#3930876 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930876

[JBoss-user] [Installation, Configuration & Deployment] - Re: Simple Service Parameterization

2006-03-16 Thread [EMAIL PROTECTED]
Yes, but only the simple ${x} syntax is supported in that version. Such references are supported in -service.xml and -ds.xml in that version, but not anywhere else. Latter version support such references in many other jboss descriptors. View the original post : http://www.jboss.com/index.html

[JBoss-user] [Installation, Configuration & Deployment] - Re: http status 500-

2006-03-16 Thread reshma
Thank u for ur response. The application is packaged as WAR View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930874#3930874 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930874

[JBoss-user] [EJB/JBoss] - Input the data into context in Swing

2006-03-16 Thread anwar83
Hi, I'm currently working on EJB's Interceptor. Whats a problem now is how can I input the data (say, userID) into the context, at the client side, so that it can be accessed using .getContextData(); ? The client is a Swing application. I don't want the client to be passed to the server side a

[JBoss-user] [Security & JAAS/JBoss] - Re: Need to access secured EJB in LoginModule

2006-03-16 Thread j2ee_junkie
Yeah I agree, after much consideration. I just thought it would be cool to have a LoginModule that asked an EJB to do the login. However, I have changed my LM design to access DB directly. later, cgriffith View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930

[JBoss-user] [JBoss Getting Started Documentation] - Exception in list() of jndi view

2006-03-16 Thread sriharsha
Hi, I just installed Jboss-4.0.4RC1. When I start the server and click on list() operation of the JNDI view I see the following exception in the server console. | java.lang.NullPointerException: name cannot be null | at javax.management.ObjectName.construct(ObjectName.java:34

[JBoss-user] [JBoss jBPM] - Re: JBPM BPEL Fault and Compensation Handling

2006-03-16 Thread [EMAIL PROTECTED]
Currently, we are focusing on integrating jBPM BPEL with the new SOAP stack developed by the JBoss Web Services team. Once this integration is complete, our BPEL runtime will enjoy better performance, proper support for document/literal endpoints and WS-Addressing support. Compensation and fau

[JBoss-user] [JBoss Portal] - Re: User and Management portlets non-operational with 2.2

2006-03-16 Thread rutfield
I also took the packaged binaries and copied the sar directory into the deploy while moving mine out same results. This implies either a database or configuration issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930868#3930868 Reply to the post : h

[JBoss-user] [Microcontainer] - Re: Behavior of interface implementation or subclasses injec

2006-03-16 Thread [EMAIL PROTECTED]
We have a class A which extends C. We then have the following beans: | | | | | | | At runtime, validation reports an error though the injection works fine: | BBean -> java.lang.IllegalArgumentException: Wrong arguments. setMyC expected=[C] actual=[A] |

[JBoss-user] [JBoss jBPM] - Re: Issues with deploying BPEL example

2006-03-16 Thread [EMAIL PROTECTED]
The application server configuration included in the starters kit does not include the web services module and therefore cannot be used for deploying the BPEL service archive. Use a standard JBoss distribution rather than the jBPM starters kit. View the original post : http://www.jboss.com/ind

[JBoss-user] [JBoss Getting Started Documentation] - org.jboss.annotation.ejb.LocalBinding not find?

2006-03-16 Thread Angeljie
please tell me where will find it?thanks you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930865#3930865 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930865 ---

[JBoss-user] [Installation, Configuration & Deployment] - Re: Simple Service Parameterization

2006-03-16 Thread bwallis42
Thanks Scott for pointing me to that page. I'm running a 3.2.3 jboss installation so i expect that only the system property references are going to work for me. Do these work in 3.2.3? thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930864#3930864 Re

[JBoss-user] [Installation, Configuration & Deployment] - Re: Web Start download of application server fails? Help!

2006-03-16 Thread heislord5
I've disabled firewall and set security settings to "low" and it still fails to download. [EMAIL PROTECTED], I see you're postinghelp? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930863#3930863 Reply to the post : http://www.jboss.com/index.html?modu

[JBoss-user] [Installation, Configuration & Deployment] - Re: Simple Service Parameterization

2006-03-16 Thread [EMAIL PROTECTED]
We have supported such system property ref syntance for a long time. See the following for the current syntax: http://wiki.jboss.org/wiki/Wiki.jsp?page=SERVICEdotXML View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930861#3930861 Reply to the post : http://www

[JBoss-user] [Installation, Configuration & Deployment] - Web Start download of application server fails? Help!

2006-03-16 Thread heislord5
Web Start download error when trying to download the installer for jboss application server. Same problem with installer on two different files. says: "An error occurred while launching/running the application. Title: JBoss AS 4.0.4RC1 Installer Vendor: JBoss, Inc. Category: Download Error Un

[JBoss-user] [Microcontainer] - Re: Behavior of interface implementation or subclasses injec

2006-03-16 Thread [EMAIL PROTECTED]
I believe most injection context allow you to override the type to use. What is the example configuration that illustrates this A/B/C relationship? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930859#3930859 Reply to the post : http://www.jboss.com/index.

[JBoss-user] [JBossCache] - Re: JBossCache v1.2.3 in Tomcat (v5.5.x) [Tomcat Cluster env

2006-03-16 Thread [EMAIL PROTECTED]
First, for general JBossCache docs, be sure you are familiar with http://docs.jboss.com/jbcache/1.2.4sp2/TreeCache/en/html/ OK, what I'm going to describe now is a cache that is deployed as part of a webapp. All the servers in the cluster that deploy the webapp will also deploy the cache, an

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: CMR many-to-many relation with extra info. can I do it?

2006-03-16 Thread hr1551
found the solution. for 1-N,like this where bean1.cmrfield.bean2key = ?1 for N-N, like this: in (bean1.cmrfields) as b2ref where b2ref.bean2key = ?1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930856#3930856 Reply to the post : http://www.jboss.com/index

[JBoss-user] [JBoss Portal] - Re: User and Management portlets non-operational with 2.2

2006-03-16 Thread rutfield
Additonal information by running JBOSS by hand (It appears to use a lot of defaults because items are not defined or found, but that could be normal.) 01:05:53,131 INFO [Server] JBoss (MX MicroKernel) [4.0.3SP1 (build: CVSTag=JBoss_4_0_3_SP1 date=200510231054)] Started in 38s:751ms 01:

[JBoss-user] [Clustering/JBoss] - Re: Exceptions thrown during HAJMS failover

2006-03-16 Thread nealang
Hi Brian, Thank you for your confirmation and support! You have been a great help! =) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930854#3930854 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930854 -

[JBoss-user] [Security & JAAS/JBoss] - Re: isUserInRole returns false

2006-03-16 Thread jhon_3e
Guys, http://www.jboss.com/index.html?module=bb&op=viewtopic&t=54470 I read the solution to this issue. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930853#3930853 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[JBoss-user] [EJB 3.0] - Re: 4.0.4RC1 Memory Leak?

2006-03-16 Thread masonoise
Regarding the original memory leak issue, looks as though we're still encountering it, but much less frequently. It seems suspiciously linked to hot redeploys of the web app; the more redeploys done without restarting JBoss, the more quickly we encounter the PermGen out of memory error. Anyone s

[JBoss-user] [JBoss Seam] - Re: A component that shows only the root conversations

2006-03-16 Thread sguimont
Done! http://wiki.jboss.org/wiki/Wiki.jsp?page=TipsRootConversationListComponent View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930851#3930851 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930851 ---

[JBoss-user] [Installation, Configuration & Deployment] - Simple Service Parameterization

2006-03-16 Thread bwallis42
As part of my application I am deploying a mailservice using the org.jboss.mail.MailService mbean. In the service file I need to specify various parameters such as the mail host, login details, etc. Currently we do that at installation time by massaging the mail-serivce.xml file, replacing som

[JBoss-user] [JBoss Portal] - Re: Portal root

2006-03-16 Thread unibrew
"jacote" wrote : And it's also possible to get the portal name from a portlet ? There will be : http://jira.jboss.com/jira/browse/JBPORTAL-630 Cheers --- Ryszard Kozmik JBoss Forums Lead View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=39

[JBoss-user] [EJB 3.0] - Re: (BIG) Problems with bean-lookup in NAT enviroment, EJB3R

2006-03-16 Thread nickthegreat
tried it .. unfortunately no change :( just remotebinding annotation, remotebinding annotation plus clientConnectAddress=external ip in ejb3-deployer/metainf ... no remotebinding annotion and clientconnectadress=external ip in ejb3-deployer xml ... in all cases client always wants to connect

[JBoss-user] [JBoss Seam] - Re: newbie question, plz help

2006-03-16 Thread jetzzz
ya, that might be the reason I managed to slove the import problem by include the annotation jar into the project. but the structure of the project is a mess. and I got ERROR [[/seamapp]] Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListen

[JBoss-user] [JBoss Seam] - Re: A component that shows only the root conversations

2006-03-16 Thread [EMAIL PROTECTED]
put it on the wiki View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930846#3930846 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930846 --- This SF.Net email is spons

[JBoss-user] [JBoss Seam] - A component that shows only the root conversations

2006-03-16 Thread sguimont
If we have theses conversations (with nested conversations (>)): A1 > A2 > A3 B1 > B2 C1 With the conversationList component you will see every conversations. A1 A2 A3 B1 B2 C1 With the new component below you will see only the root conversations: A3 B2 C1 My customer prefered to see only the ro

[JBoss-user] [JBoss Portal] - User and Management portlets non-operational with 2.2

2006-03-16 Thread rutfield
I did a clean install using JBOSS 4.0.18, MYSQL 5, on Linux. The portal comes up fine. No errors in the server.log (lots of debugging statements). I can log in as user or admin. However, When I log in, the User portlet still says 'standard login'. It doe snot give the Edit your profile, list u

[JBoss-user] [Beginners Corner] - Personalization

2006-03-16 Thread niravatjboss
hi, I am new to Jboss portal. So, I want to know whether JBoss supports personalization or not. I am using latest version of Jboss Portal2.2 with Application Server. Personalization in the sense, does Jboss save individual settings like, theme, positioning portlets etc. Quick reply will be ap

[JBoss-user] [JBoss Seam] - Re: newbie question, plz help

2006-03-16 Thread [EMAIL PROTECTED]
Sounds like you are not using the nightly build. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930840#3930840 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930840

[JBoss-user] [EJB 3.0] - Re: (BIG) Problems with bean-lookup in NAT enviroment, EJB3R

2006-03-16 Thread [EMAIL PROTECTED]
the @RemoteBinding(clientBindUrl) should work. I don't have the ability to do NAT (or knowledge), but I tried setting the clientBindUrl to a bad ip address and it failed miserably. this [url=http://www.jboss.com/index.html?module=bb&op=viewtopic&t=69484] post [/url] Is a usable configuration

[JBoss-user] [JBoss Seam] - newbie question, plz help

2006-03-16 Thread jetzzz
I just tried the reverse engineering tool it says org.jboss.annotation.ejb.LocalBinding can't reslove what jar I need to include into classpath? thanks alot. and I don't know if it's only me, my generated code doesn't have folder, all code, pages have been put into package format for some reason

[JBoss-user] [Beginners Corner] - Re: Can a remote client call a bean on a private network?

2006-03-16 Thread adamwynne
FIXED! The solution is to use the following annotation in your bean: @RemoteBinding(clientBindUrl="socket://public.host.address:3873") The port 3873 is defined in the file server/all/deploy/ejb3.deployer/META-INF/jboss-service.xml: | | | jboss.aop:service=AspectDeployer |

[JBoss-user] [JBoss Seam] - Re: annoying

2006-03-16 Thread [EMAIL PROTECTED]
If you can create an EAR, along with some instructions for how to make the error occur, that would be awesome. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930836#3930836 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[JBoss-user] [EJB 3.0] - Re: (BIG) Problems with bean-lookup in NAT enviroment, EJB3R

2006-03-16 Thread nickthegreat
last one for today ;) this [url=http://www.jboss.com/index.html?module=bb&op=viewtopic&t=69484] post [/url] looks like it might be of interesst ... in particular the "clientConnectAddress" property of the ejb3-deployer. but format seems to have changed in meantime ??? mine looks quite differen

[JBoss-user] [JBoss Seam] - Re: Entity Manager during @Startup

2006-03-16 Thread [EMAIL PROTECTED]
huh? this is in an EJB? How could it be null? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930833#3930833 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930833 ---

[JBoss-user] [Security & JAAS/JBoss] - Re: Need to access secured EJB in LoginModule

2006-03-16 Thread [EMAIL PROTECTED]
There is no way to call an ejb secured by the same security domain as the login module short of writing a new SecurityInterceptor that looks to a run-as role or other token before deciding to do authentication. It does not make sense for this relationship to exist in my view as there is no diffe

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - EntityManager.remove attemps DB update

2006-03-16 Thread wernera
I've come across the following issue when using an Entity Bean with a OneToMany relationship. If the JoinColumn has both insertable and updatable set to true, when I do an EntityManager.remove Hibernate attempts a DB update setting the columns to NULL rather than a delete. And as the table conce

[JBoss-user] [Performance Tuning] - Re: Is JBoss certified with Jrocket or the IBM JVM?

2006-03-16 Thread [EMAIL PROTECTED]
http://www.intel.com/cd/ids/developer/asmo-na/eng/dc/xeon/198984.htm?page=5 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930830#3930830 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930830 -

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: CMR many-to-many relation with extra info. can I do it?

2006-03-16 Thread hr1551
Thanks! That was what I had done and it worked. However, new problem. QL, I have to query these two relational field. can't pass the EJB deployment. [STDOUT] org.jboss.ejb.plugins.cmp.ejbql.ParseException: Encountered "1" at line 1, column 68. Was expecting one of: ... and the QL is sel

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Http Session Timeout does not work properly

2006-03-16 Thread [EMAIL PROTECTED]
4.0.1 had a problem with distributed setting breaking the session timeout, but it was fixed in 4.0.2. Unless your using the stable 4.0.3SP1 release who knows if it or another issue crept in. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930828#3930828 Reply

[JBoss-user] [EJB 3.0] - Re: Rebinding EJB3 JNDI namespace

2006-03-16 Thread [EMAIL PROTECTED]
a SFSB gets removed from JNDI at undeployment. If it didn't redeploy would never work. I don't think it cleans up the Context dirs though. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930827#3930827 Reply to the post : http://www.jboss.com/index.html?mod

[JBoss-user] [Installation, Configuration & Deployment] - Re:

2006-03-16 Thread [EMAIL PROTECTED]
Most likely multicast is not enabled. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930826#3930826 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930826 --- This SF

[JBoss-user] [EJB/JBoss] - Re: Multithreading&synch. in POJO EJB-Helper classes

2006-03-16 Thread [EMAIL PROTECTED]
synchronization is synchronization. The restriction is all about are you interferring with the container and its management of the components. You either: 1. Never use concurrency because its scarry and disallowed by the ejb spec. 2. Use it and hope for the best. 3. Use it trying to understand h

[JBoss-user] [Beginners Corner] - Re: Can a remote client call a bean on a private network?

2006-03-16 Thread adamwynne
Here is another recent thread with someone having the same problem. I am running the same version of JBOSS and EJB3RC5. There must be a solution for this. [url]http://www.jboss.com/index.html?module=bb&op=viewtopic&t=79325&start=0 [/url] View the original post : http://www.jboss.com/index.ht

[JBoss-user] [EJB/JBoss] - how many context a container can have?

2006-03-16 Thread zokho
how many context a container can have? as i've brung up earlier i want to generate 5000 integer number in client and set them in the session bean in the server whithin a second.i tried to to that by multithreading but it didn't go through with it!!! every thread has a for-loop with 500 loops that

[JBoss-user] [EJB 3.0] - Rebinding EJB3 JNDI namespace

2006-03-16 Thread asack
I'm experimenting and I want to know if rebinding an EJB3's JNDI location a bad thing? I want to manage my EJB3 proactively and one of the issues is JNDI namespace collisions (foreign deployments interacting with my stuff that have similar names). I have some code that rebinds a STSB EJB3's JN

[JBoss-user] [JBoss Seam] - Re: Entity Manager during @Startup

2006-03-16 Thread emsa
Tried @PersistenceContext but I'm still getting null. This is an APPLICATION component. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930821#3930821 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930821

[JBoss-user] [EJB/JBoss] - [JMSContainerInvoker] Could not stop JMS connection

2006-03-16 Thread jorgeromos
hi, i was trying to run jboss, but i receive the next message. 15:27:58,765 ERROR [JMSContainerInvoker] Could not stop JMS connection org.jboss.mq.SpyJMSException: Cannot disable the connection with the JMS server; - nested throwable: (java.io.IOException: Client is not connected) at o

[JBoss-user] [JBoss Portal] - Re: jboss-forum question

2006-03-16 Thread unibrew
I forgot to write about tables. They are named: jbp_forums_forums and jbp_forums_categories. Cheers Ryszard Kozmik JBoss Forums Lead View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930819#3930819 Reply to the post : http://www.jb

[JBoss-user] [Security & JAAS/JBoss] - Re: isUserInRole returns false

2006-03-16 Thread j2ee_junkie
jhon, Can you give us more info. Where are you trying to check role of user, How are you trying to check the role of user. Tell us about your security configuration. cgriffith View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930817#3930817 Reply to the p

[JBoss-user] [JBoss Portal] - JBoss Portal and BEA Weblogic Portal comparison

2006-03-16 Thread jimloughlin
I am looking for a fair comparison of the JBoss Portal and BEA Weblogic portal. Where can I find one? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930815#3930815 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930815

[JBoss-user] [JBoss Portal] - Re: jboss-forum question

2006-03-16 Thread unibrew
Hi If you want to localize JBForums just translate their message bundle: src/resources/portal-forums-war/WEB-INF/classes/Resource.properties It should work automaticly (depending on locale set in viewer) if you add files like Resource_pl.properties, Resource_de.properties etc. The GUI for switchi

[JBoss-user] [Security & JAAS/JBoss] - Re: web-tier to intialcontext remote ejb3 call

2006-03-16 Thread [EMAIL PROTECTED]
The JndiInitialContext cannot be used for propagation because its a client centric class used to populate security from the InitialContext. If this is what your using that is the problem. The standard NamingContextFactory needs to be used with an override of the PROVIDER_URL. View the original

[JBoss-user] [Beginners Corner] - Re: Can a remote client call a bean on a private network?

2006-03-16 Thread adamwynne
Hi, Thanks for your response :) Actually, I am attempting to connect to the public interface(by using jnp://public.address.of.headnode in my jndi.properties). However, the initial error message I posted references the private address because that is the interface jboss is deployed to. I now

[JBoss-user] [JBoss Seam] - Re: JSF 1.2 / Seam

2006-03-16 Thread rogerk
Hi guys, Can you file a JIRA for Seam on Glassfish? I believe there are incompatabilities between Hibernate and the Glassfish persistence layer. Seam does not appear to run on Glassfish. Is there a workaround we can try to get Seam running on Glassfish? Specifically, I was attempting to run the

[JBoss-user] [Security & JAAS/JBoss] - Re: basic problem

2006-03-16 Thread kosl
Thank you very much for your answer! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930809#3930809 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930809 --- This SF.

[JBoss-user] [Security & JAAS/JBoss] - Re: SingleSignOn in JBoss 4.0.2

2006-03-16 Thread j2ee_junkie
tyronehed, The Tomcat output shows that all the url's that were requested are not secured by security constraints in web.xml. For example, the last request before your com.tyco. logging is a request for url = 'http://logcalhost:8080/ices/app'. This is not covered under your securtiy const

[JBoss-user] [Microcontainer] - Re: Newbie build issue

2006-03-16 Thread [EMAIL PROTECTED]
Adrian needs to define how the release is built then. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930808#3930808 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930808 ---

[JBoss-user] [JBoss jBPM] - Re: problem with getTaskInstances()

2006-03-16 Thread desperate_USER
With hypersonic there is no problem. I'm going to try the profiling. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930806#3930806 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930806

[JBoss-user] [JNDI/Naming/Network] - Re: Using JBoss 4.04RC1 EJB call crashes JBOSS

2006-03-16 Thread delkant
sory.. i didnt pay attention, i was thinking that the ejb call was crashing :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930805#3930805 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930805 --

[JBoss-user] [JBoss Portal] - Re: New to portlets and portal

2006-03-16 Thread [EMAIL PROTECTED]
http://blogs.sun.com/roller/page/marcoscorner?entry=creator_2_portlet_in_jboss View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930804#3930804 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930804 --

[JBoss-user] [EJB 3.0] - Re: (BIG) Problems with bean-lookup in NAT enviroment, EJB3R

2006-03-16 Thread nickthegreat
perhaps it's relevant/interesting that the ejbs are annoted both local and remote @RemoteBinding(clientBindUrl="socket://external-ip:3873") @Remote @Local ... interface ... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930803#3930803 Reply to the post

[JBoss-user] [Security & JAAS/JBoss] - Re: Policy Agent for Sun Java System Access Manager

2006-03-16 Thread [EMAIL PROTECTED]
Ask Sun. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930802#3930802 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930802 --- This SF.Net email is sponsored by xP

[JBoss-user] [EJB 3.0] - Re: (BIG) Problems with bean-lookup in NAT enviroment, EJB3R

2006-03-16 Thread nickthegreat
unfortunately, it doesn't seem to work :-( test scenario: server inside nat'ed network jboss started via -java.rmi.server.hostname=external-ip ports 1098,1099,,4445,3783 forwarded ... locking at the captured packets while lookup is done iclearly shows why it dopesnt work -> communication

[JBoss-user] [EJB 3.0] - Re: (BIG) Problems with bean-lookup in NAT enviroment, EJB3R

2006-03-16 Thread [EMAIL PROTECTED]
i'm adding it to the next release. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930797#3930797 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930797 --- This SF.Ne

[JBoss-user] [JBoss jBPM] - error in SerializableToByteArrayConverter

2006-03-16 Thread nsobti
Hello, I am inserting a serializable object into the ContextInstance. However, I get the following error when trying to read off this variable off the context. java.lang.RuntimeException: couldn't deserialize object | at org.jbpm.context.exe.converter.SerializableToByteArrayConverter.reve

[JBoss-user] [JBoss Portal] - Re: New to portlets and portal

2006-03-16 Thread [EMAIL PROTECTED]
Hi sau , Does thems works for you when you deploy SS Creator portlets into jboss portal ? I mean does portlets accept portal them or they shows Creator them? Thank you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930795#3930795 Reply to the post : http://w

[JBoss-user] [JBoss Seam] - Re: HttpSessionListener

2006-03-16 Thread Udo.Krass
H, RTFM! http://www.hibernate.org/hib_docs/entitymanager/reference/en/html/configuration.html Thanx!!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930794#3930794 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3

[JBoss-user] [JBoss jBPM] - How do I manually assign a task to an ActorID

2006-03-16 Thread mikeodell77
I want to be able to grab existing tasks (already done that part) and allow a user to assign them to the ActorID of their choice. Is there a way to do this? Note, we are not using Swimlanes. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930793#3930793

[JBoss-user] [EJB 3.0] - Injecting EJB into MBean

2006-03-16 Thread julianhall
Hi, I've been having some issues trying to inject an EJB into an MBean. My injected EJB is null. ex. EJB: | | @Local | public interface Example{ | } | ... | @Stateless | public class ExampleBean implements Example{ | } | | and here is my MBean: | public interface FooMB

[JBoss-user] [JBoss Portal] - Re: is there any plan to let Jboss portal run on other apps

2006-03-16 Thread [EMAIL PROTECTED]
Hi Any comment about time line ? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930787#3930787 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930787 --- This

[JBoss-user] [JBoss jBPM] - Re: toolkit for jbpm released

2006-03-16 Thread kukeltje
Sorry, forgot to respond to the main part of the article It looks great, unfortunately no time to try it up until this weekend. Did you on purpose develop it fully standalone? (not that I am against that, just curious) Ronald View the original post : http://www.jboss.com/index.html?module

[JBoss-user] [JBoss Seam] - Re: HttpSessionListener

2006-03-16 Thread Udo.Krass
Thanx, do you know the JNDI-Name of the EntityManager in EJB3? I only found java:comp/Entitymanager in old specs... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930782#3930782 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[JBoss-user] [JBoss jBPM] - Re: Is possible use a task like other process definition?

2006-03-16 Thread kukeltje
If you mean if jBPM supports sub processes, then the answer is yes. Look at the testcases to see an example. Ronald View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930785#3930785 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - where to change the character set

2006-03-16 Thread mcrose
I hall I'm developing JSF pages with seam and I when I deploy my app, the compiler gave me error for character encoding. For example I define an outputText with the label "Descripción" but the problem is the "ó", so I guess it could be server problem, because I didn't find anything in seam doc

[JBoss-user] [JBoss jBPM] - Re: toolkit for jbpm released

2006-03-16 Thread kukeltje
Afrika? That's great, where do you go? Tanzania/Kenia? You should realy take a 500mm lens and a tripod, my (unstabalized 300mm 5.6 was to poor) Ronald View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930783#3930783 Reply to the post : http://www.jboss.com/ind

[JBoss-user] [EJB 3.0] - Re: 4.0.4RC1 Memory Leak?

2006-03-16 Thread [EMAIL PROTECTED]
don't worry about it. getEntityManager is going away in next spec revision. getEntityManager is supposed to return a transaction-scoped entitymanager. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930780#3930780 Reply to the post : http://www.jboss.com/in

[JBoss-user] [JBoss AOP] - Re: deploying precompiled apps in jboss

2006-03-16 Thread eprst
I've tried to do it like example suggests and spotted the following problem : anonymous wrote : | java.lang.ExceptionInInitializerError | at com.supportwizard.gui2.patchers.PatcherRegistry.createRealPatchers(PatcherRegistry.java:488) | at com.supportwizard.gui2.p

[JBoss-user] [Security & JAAS/JBoss] - Re: Single Signon

2006-03-16 Thread tyronehed
Brian, Thank you for your reply. I have posted a rather long trace in the other post that I started. I apologise for taking up your bandwith with its size. I have been working on this for three weeks without disturbing the free resource that JBoss provides here. As you know from the public n

[JBoss-user] [JBoss jBPM] - Re: Why not standalone GPD?

2006-03-16 Thread kukeltje
Afaik, it wil always be eclipse based. The standalone version will just use one 'perspective' that is customized so it doesn't look like it is in eclipse and you are not able to switch. The thing is that a default eclipse has so much in it (CVS, XML editor etc...) that it would be realy stupid t

[JBoss-user] [JBoss Seam] - Re: annoying

2006-03-16 Thread coryvirok
I've been trying to figure this bug out and might have come across some useful information... I noticed that whenever I did *not* define a method for a stateful bean that had the @Remove @Destroy annotations, I could load the JSF page that referenced it once and each subsequent refresh caused t

[JBoss-user] [Security & JAAS/JBoss] - Re: Single Signon

2006-03-16 Thread [EMAIL PROTECTED]
tyronehed, I too very much want to help, and provided you a much more constructive reply on the other thread you opened on this same topic. And I will continue to do so, as long as we are having a constructive conversation. You have now made it clear that your authentication scheme works on a

[JBoss-user] [JBoss Portal] - Re: changing the context path

2006-03-16 Thread glodo
It works now.. but just with the IE.. with FireFox.. i could not yet make it works.. any help.. it would be glad.. so thanks glo View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930771#3930771 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[JBoss-user] [EJB 3.0] - Re: EJB3, iBatis, and CGLIB

2006-03-16 Thread asack
"asack" wrote : Thanks Max for the CGLIB explanation. | | Update: | Well, if I use CGLIB 2.1 it works. Its only with the latest CGLIB it fails. This has to be an iBatis bug...sorry... In case anyone was wondering, you have to turn off the lazy loader in iBatis for it to work properly u

[JBoss-user] [JBoss Portal] - Re: changing the context path

2006-03-16 Thread glodo
Hi noicangi.. i did like you say.. but still display the HTML and still display the portal like http://localhost:8080/portal is anything else that need to configure? it works for you? can you give the steps? so thanks glodo View the original post : http://www.jboss.com/index.html?module=bb&op=

[JBoss-user] [JBossWS] - Problem with collection types.

2006-03-16 Thread forJbpm
Hi, Looks like collection types are not supposrted. I need to return collection of objects(String/int/Long) from my method. What do I do? As I can't even generate wsdl file because some methods in my bean are returning List type. Are there any collection types supported? What is the workaround

[JBoss-user] [Security & JAAS/JBoss] - Re: Single Signon

2006-03-16 Thread j2ee_junkie
In defense of Brian, It would be nice to see some more detail other than, "this is not working." There are two posts going on at the same time about this issue when that is not needed. In any case, how about some TRACE logging of Tomcat's security layer as I mentioned in the other thread. I

  1   2   3   >