[JBoss-user] [Clustering/JBoss] - Re: Changing jar under /server/default/lib

2006-02-28 Thread misge
Is it really so easy? My OS is HP-UX11i. Just restart the second node which will hold the update and the JBoss will be updated? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927006#3927006 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[JBoss-user] [Security & JAAS/JBoss] - Direct link to FORM based authentication with j_security_che

2006-02-28 Thread treespace
I configured my application to use JAAS with FORM based authentication. It seems to work well enough. Attempting to access a protected page prior to logging in causes the login page to display. The requested page then displays, assuming you logged in as a user with the required role. What is no

[JBoss-user] [JBoss Portal] - a problem of deploying a web app as the portlet

2006-02-28 Thread shiwei_sw
I have read the liferay portal,it provide many useful portlets. Now,I am trying to make the calendar portlet run in the jboss portal,but I met some problems,here are the problems: my portlet.xml is: http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd"; xmlns:xsi="http://www.w3.or

[JBoss-user] [JBoss jBPM] - problems with myFaces in jBPM

2006-02-28 Thread sweeheng
My setup is jdk5, jboss4.0.4, jbpm3.1, jbossportal running on winxp I got this error when trying to access http://localhost:8080/jbpm what is the cause javax.servlet.ServletException: org.apache.myfaces.webapp.webxml.WebXml.init must be called before! | javax.faces.webapp.FacesServlet.ser

[JBoss-user] [JBoss jBPM] - Re: Graphical Process Designer 3.0.1

2006-02-28 Thread yyg1107
"yyg1107" wrote : "asac" wrote : I tried to install the jbpm-gpd-site-3.0.1.zip release through the eclipse (3.1 final ) software install dialog. I selected 'use local site' and pointed it to the top dir of the extracted zip archive. Eclipse finds the new features, but as soon as I select it for

[JBoss-user] [JBoss jBPM] - Re: Graphical Process Designer 3.0.1

2006-02-28 Thread yyg1107
"asac" wrote : I tried to install the jbpm-gpd-site-3.0.1.zip release through the eclipse (3.1 final - Linux GTK) software install dialog. I selected 'use local site' and pointed it to the top dir of the extracted zip archive. Eclipse finds the new features, but as soon as I select it for instal

[JBoss-user] [Beginners Corner] - Internal error setting instance field in EJB

2006-02-28 Thread tarunbasandra
Hi All, I am getting a nasty exception while trying to insert a new record using JBOSS 3 and CMP2.0. Exception is : Caused by: java.rmi.ServerException: Internal error setting instance field c Embedded Exception CustomerPK; nested exception is: javax.ejb.EJBException: Internal error setti

[JBoss-user] [Clustering/JBoss] - Re: MBean Clustering , JBoss 4.0.3

2006-02-28 Thread [EMAIL PROTECTED]
You're getting the ServiceUnavailableException (bottom of your stack trace) when you've killed just one node. The client proxy should have targets for Nodes A and B; you shouldn't get ServiceUnavailable unless calls to both fail. This leads me to suspect the proxy only had a target for Node A.

[JBoss-user] [JBoss Seam] - Re: validation problems

2006-02-28 Thread patrick_ibg
You're example won't work, because validation is applied to all the fields marked @Valid. You might be able to trick it out by setting the field value to null if you don't want it validated. However, you have to do this *before* the pressButtonXXX methods are invoked by SEAM, which is tricky.

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: IDE 1.4 and WSEE

2006-02-28 Thread chaithanya.jboss
xtreeme bytes I've exactly installed the HelloService sample app but i' getting wseedoclet error where can i find that EjbDocletTask class??? I think u can help me View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926991#3926991 Reply to the post : http:

[JBoss-user] [Installation, Configuration & Deployment] - jboss gives NoClassDefError for jdom/Text when accessed thro

2006-02-28 Thread md81077
I have developed a application for our organisation which works fine when accessed through a browser. We also have provided an API (called HTTP API) which is used by java clients to access the system. I am getting the error NoClassDefError for JDOM/ Text. I am using JBoss 4.0.2. Same code is wor

[JBoss-user] [JBossWS] - Re: differences between wscompile and jbossws type name mapp

2006-02-28 Thread andrewtv
Ok, investigating a bit further, I don't think WSDLToJava handles anonymous complex types properly yet (it assumes the type is named). I believe someone logged the issue is in JIRA: http://jira.jboss.com/jira/browse/JBWS-624 View the original post : http://www.jboss.com/index.html?module=bb&

[JBoss-user] [EJB 3.0] - Re: Merge does not remove children relationships - is this r

2006-02-28 Thread [EMAIL PROTECTED]
Bill, First of all thanks so much for your reply - I appreciate it. I will say that I struggle to understand why this would be the specified behavior. Intuitively, you would think that removing a child from the collection of the parent object should imply the desire to remove the child relation

[JBoss-user] [JBossWS] - Re: differences between wscompile and jbossws type name mapp

2006-02-28 Thread andrewtv
Well, almost... xerces updated but a nice WSException: | [wstools] 19:54:53,612 DEBUG [main:WSDLBinding] new WSDLBinding | [wstools] 19:54:53,612 DEBUG [main:WSDLBinding] setName: InfoServiceSoapBinding | [wstools] 19:54:53,613 DEBUG [main:WSDLBinding] setInterfaceName: InfoServiceS

[JBoss-user] [Installation, Configuration & Deployment] - Re: Book recommendation for Linux deployment?

2006-02-28 Thread flarosa
Thanks for the note. I can start JBoss as you describe, but it seems rather primitive. Shouldn't it start up at boot time in the background, like a real system service? I know (vaguely) that I can probably edit some kind of startup file and add a command to it to start JBoss, but I figured ther

[JBoss-user] [JBossWS] - Re: differences between wscompile and jbossws type name mapp

2006-02-28 Thread andrewtv
Ok... updating xerces seemed to fix that! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926982#3926982 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926982 --- Thi

[JBoss-user] [Installation, Configuration & Deployment] - Re: Book recommendation for Linux deployment?

2006-02-28 Thread joey.watson
Hi . I am using Linux as my Jboss running plat. So I don't think there have too many difference between Windows and Linux for Jboss. Don't forget Jboss is a Java program. :) 1. you don't have to be a root to run you Jboss server. 2. just copy Jboss to a folder. and change to /jboss/bin folder a

[JBoss-user] [EJB 3.0] - Re: Merge does not remove children relationships - is this r

2006-02-28 Thread [EMAIL PROTECTED]
Yes it is confusing. only inserts and updates are cascade on a merge() if you have PERSIST and MERGE set up as a cascade. a remove cascade is only applied when you remove(). Remove an item from the colleciton does not remove it from the collection. You have to remove it from the collection a

[JBoss-user] [JBossWS] - Re: differences between wscompile and jbossws type name mapp

2006-02-28 Thread andrewtv
Hmm.. jboss head (from today) gives the following NPE in wsdl2Java... anyone have any thoughts? Something with xerces it seems... | [wstools] 19:15:32,105 DEBUG [main:WSDL11Reader] processSchemaInclude: [targetNS=https://adwords.google.com/api/adwords/v3,parentURL=file:/wsdl/google/InfoSer

[JBoss-user] [Installation, Configuration & Deployment] - A question about the standard directory structure

2006-02-28 Thread joey.watson
Hello everyone. When we are making a java web program and after deploy to tomcat or jboss. we need to follow the standard of directory Structure, but I don't know where can find the spec of the directory structure. Thanks Joey View the original post : http://www.jboss.com/index.html?module=b

[JBoss-user] [EJB 3.0] - Can you use stored procedures in EJB 3.0?

2006-02-28 Thread flb
I've read that Hibernate, Toplink and probably some other persistence frameworks support stored procedures but I haven't seen anything in the JSR220 specs related to stored procedures. So can you use them in EJB 3.0 in conjunction with the EntityManager? Will it be a vendor specific extension?

[JBoss-user] [EJB 3.0] - Re: Merge does not remove children relationships - is this r

2006-02-28 Thread [EMAIL PROTECTED]
I'm confused, Bill. Isn't this performed by using the cascade() attribute to the OneToMany annotation? What am I missing? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926973#3926973 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[JBoss-user] [JBoss/Spring Integration] - Re: Modifying *.ds.xml in JBoss produces null ManagedConnect

2006-02-28 Thread bluesky1861
heya, but, how u config the jboss-service.xml file ? can u give me an example plz :D View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926971#3926971 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926971 -

[JBoss-user] [JBoss/Spring Integration] - Re: Modifying *.ds.xml in JBoss produces null ManagedConnect

2006-02-28 Thread bluesky1861
my email: [EMAIL PROTECTED] :D :D View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926972#3926972 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926972 --- This SF.N

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: java.lang.NoClassDefFoundError: org/jboss/web/tomcat/tc5

2006-02-28 Thread timk
I'm seeing the same problem using 4.0.4 RC1. Where you able to resolve the problem? -Tim View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926970#3926970 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926970 -

[JBoss-user] [EJB/JBoss] - Primary key for created instance is null...

2006-02-28 Thread achitre
Hello, I am porting an application from Weblogic to JBoss. I am running into issues while converting the following Weblogic property: ejbPostCreate I believe I am following all the steps necessary, but it doesn't seem to work. Here's what I have done: 1) In JBoss.xml I added the following

[JBoss-user] [JBoss Eclipse IDE (users)] - why I could not download the JBoss Eclipse IDE 1.5 from the

2006-02-28 Thread npstar
why I could not download the JBoss Eclipse IDE 1.5 from the home site and sourceforge.net these days ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926968#3926968 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926968

[JBoss-user] [JBoss Portal] - Re: Jboss Portal Start Up Problems

2006-02-28 Thread Zoopido
I've searched through the forums and found a similiar situation, http://www.jboss.com/index.html?module=bb&op=viewtopic&t=77728. I've tried using file system for repository instead of the DB but I continue to get the same error. Here's my exact specs: jboss-4.0.3SP1 portal 2.2.1RC2 Windows 2000

[JBoss-user] [JBoss Seam] - @In via VariableResolver?

2006-02-28 Thread memelet
Seam does not replace the standard variable resolver, but rather wraps it. However, when looking a variable for @In, Seam only considers Component's. Is there a reason why the wrapped variable resolver(s) cannot be queried for the bean to inject? (Of course, @Out would be a problem...) View the

[JBoss-user] [JBoss AOP] - Re: intercepting execution of super(..)

2006-02-28 Thread [EMAIL PROTECTED]
Yes, the AOP IDE isn't being actively developed at the moment. We are taking steps to support this better though View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926960#3926960 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[JBoss-user] [Security & JAAS/JBoss] - Re: JAAS Login/Logout Notification

2006-02-28 Thread kosl
Thank you very much! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926961#3926961 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926961 --- This SF.Net email is spo

[JBoss-user] [EJB 3.0] - EJB 3.0 Session bean lookup from JSP fails

2006-02-28 Thread jdevqa
I am trying to lookup a session bean based from my JSP and in my web.xml, I write the following piece of ejb-ref lookup in the web.xml: ejb/local/SessionEJB Session project1.SessionEJBLocal SessionEJB When I deploy my EAR file to JBoss, I get the foll

[JBoss-user] [Clustering/JBoss] - Large high load clusters

2006-02-28 Thread modoc
I am looking at moving from my current app server to Jboss. We would be looking at a cluster size of about 80 app servers (new dual proc Sun machines), two instances each, so 160 jboss instances. Each instance would be supporting 750 sessions. Has anyone taken JBoss clustering to this level be

[JBoss-user] [JBoss Portal] - Re: Sorting and Localization for Navigation Portlet

2006-02-28 Thread mholzner
"keletappi" wrote : | In jetspeed2 this is solved by adding initial language resources of page names in psml files (one psml file defines one page in jetspeed2). Also ordering of pages is in psml file. This makes it fast and easy to add language resources. In jetspeed2 they also lack ability

[JBoss-user] [JBoss Portal] - Re: Sorting and Localization for Navigation Portlet

2006-02-28 Thread mholzner
agreed that the current implemetation is simplistic. BUT: stay away from xsl It's nice on the surface, but it is a HUUGE performance bottle neck , even if you cache the templates / transformer (watch for thread safety!!) and speaking of : at least xalan is not thread safe ! So you'll

[JBoss-user] [The Lizzard's corner] - JBoss certified for Java EE 5?

2006-02-28 Thread mscongdon
As Java EE 5 is scheduled for release Q1 '06, is there a target release date for a fully Java EE 5-certified version of JBoss AS? If not, what is the best approach for implementing the Java EE 5 specifications for Web Services technologies (i.e. JAXB 2.0, JAX-WS 2.0, StAX, Web Services Metadata

[JBoss-user] [JBossWS] - Re: differences between wscompile and jbossws type name mapp

2006-02-28 Thread andrewtv
I am going to try wstools (as it probably understands itself better :-). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926950#3926950 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926950

[JBoss-user] [EJB 3.0] - Re: How to inject resources from HA-JNDI?

2006-02-28 Thread bdecoste
By "registered in HA-Jndi", I assume you mean that the Queue is in the Global Namespace. You can inject a Queue with the following - note that the mappedName is the Jndi binding in the Global Namespace. @Resource(mappedName="queue/testQueue") javax.jms.Queue testQueue; View the original post :

[JBoss-user] [JBoss Portal] - Re: Change navigation image?

2006-02-28 Thread [EMAIL PROTECTED]
...no problem at all. When you open the CSS file for NPhalanx, you'll see a selector to tweak: #logoName { background-image: url( images/logo.gif ); background-repeat: no-repeat; width: 278px; height: 126px; z-index: 2; position: absolute; left: 2px; top: 0px; border-to

[JBoss-user] [JBoss Portal] - Re: Change navigation image?

2006-02-28 Thread sitongia
Ah, do you know NCAR? Sure, I have logos. Thanks for the instructions on how to do this! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926932#3926932 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926932

[JBoss-user] [JBossWS] - EJB2.1/J2EE1.4 Web service fails in jboss-4.0.4RC1

2006-02-28 Thread pnatarajan
I get the following exception when I deploy an EJB2.1/J2EE1.4 web service. I have not changed anything in standardjboss.xml. FYI: I download the jboss-4.0.4RC1.zip distribution and deployed on linux. 16:45:15,671 ERROR [URLDeploymentScanner] Incomplete Deployment listing: --- MBeans waiting for

[JBoss-user] [Clustering/JBoss] - Singleton Services and Load

2006-02-28 Thread markricard
If you have multiple clustered JBoss servers, that use a singleton service, and load starts to get heavy on the single JBoss box that instantiated and maintains that service, is there a way to distribute the load to other boxes? Would we have to abandon the "singleton service" approach and try

[JBoss-user] [JBoss Portal] - Re: Change navigation image?

2006-02-28 Thread sitongia
Thank you, Paul! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926923#3926923 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926923 --- This SF.Net email is sponsor

[JBoss-user] [JBoss jBPM] - Re: Spring is in the air

2006-02-28 Thread jbpmndc
You can view the latest Spring code in CVS http://cvs.sourceforge.net/viewcvs.py/springframework/spring-projects/spring-jbpm/ There is a JBPMTemplate class that seems similar to HibernateTemplate View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926919#3926919 R

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JSF: Problem with method binding.

2006-02-28 Thread WalkiW
Hi, I've already found the workaround, not the real solution. The dataGrid is somehow cached, that is why the method is not called again. The solution I've found is to search the ViewRoot for th UI component, which is not refreshing and delete its children. If you have any better solutions f

[JBoss-user] [JBoss Portal] - Re: Change navigation image?

2006-02-28 Thread [EMAIL PROTECTED]
sitongia, you can change the image by looking at the css file, and use your own graphic there or nothing... you don't need to do any real coding -- it's all in the theme. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926921#3926921 Reply to the post : ht

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - 408 error when using j_security_page

2006-02-28 Thread abhisarwate
I see folllowing exception for the first invocation of my application from any new instance of browser. All subsequent invocations don't produce this error HTTP Status 408 - The time allowed for the login process has been exceeded. If you wish to continue you must either click back twice and r

[JBoss-user] [JBossWS] - Error running JAXMServlet on jBoss-4.0.2

2006-02-28 Thread ashish7s
I have deployed a JAXMServlet (of jaxm-api.jar) on jboss-4.0.2. I am using jdk1.5 and bundling the Sun's saaj APIs with the app. I looked at all the xerces APIs and they all have the getSchema () methods. Not sure what the problem is. Help is highly appreciated. I get the following exception j

[JBoss-user] [Security & JAAS/JBoss] - @SecurityDomain in JBoss4.0.4RC1

2006-02-28 Thread yantriki
I don't see any security/roles etc level message during the the deployment . My EJB seems to be defaulting to UserPasswordLoginModule, although I have another login module configured for the domain that I am using. I used to get the adding authorization privileges messages in 4.0.3SP1, and it

[JBoss-user] [JBoss jBPM] - Re: BeanShell vs. JSF Expression Language in Vers 3.1 and up

2006-02-28 Thread michaelholtzman
The 3.1 User's Guide refers to BeanShell scripts in several places (e.g., Section 9.5.5 -Script actions and Section 16.4.17 - Script expressions. Should all those references be replaced by JSF EL ? Also, would it be possible to post some more examples of using the Expression Language? For examp

[JBoss-user] [JBoss Eclipse IDE (users)] - EJB3 Project extra files: Jar does not contain them?

2006-02-28 Thread hurzeler
Hello there, I am trying to create an EJB3 project (Seam) that needs a couple of extra files (seam.properties and import.sql). I have created a EJB3 Project (JBoss IDE ie. EJB3ProjectNature) and added the files to the src directory. When the jar gets created the files are missing! How can I add

[JBoss-user] [JBoss jBPM] - Re: Spring is in the air

2006-02-28 Thread admin
in case you didn't see it yet, there is a opportunity for the jbpm spring integration with the expressions. jBPM 3.1 introduced the expressions. actions, assignment handler and decision handlers can be referenced via a JSF/JSP-like EL expression language. The VariableResolver is customizable

[JBoss-user] [JBoss jBPM] - Re: BeanShell vs. JSF Expression Language in Vers 3.1 and up

2006-02-28 Thread admin
in the situation ... the expression has changed from being interpreted with beanshell to JSF-EL-like expressions. afaik, that was the only XML incompatible change we made to jPDL between 3.0 and 3.1. all other xml has remained the same. without this

[JBoss-user] [JBoss Portal] - Re: Portlet example released

2006-02-28 Thread csarmientom
Hello xmaniac I'm new in jboss portal, and i was reading your code, i want to change the DB from MySQL to Oracle for run your project, could you explain me how i can do that Thanks for you help! Claudia View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926907#39

[JBoss-user] [EJB 3.0] - Data modeling and persistence with EJB3

2006-02-28 Thread zauberlehrling
Hello everybody, I would like to migrate an application to EJB3. Let me give a short explanation of the old application: The application governs data in n table t1, .. , tn, where n is about 500. The data in these tables add up up to 500MB. Let me call this data the mass data. For each tabl

[JBoss-user] [EJB/JBoss] - Multiple Remote/Local Interfaces for a Stateful Session Bean

2006-02-28 Thread [EMAIL PROTECTED]
Is it possible to have multiple different remote or local interfaces for the same session bean. Basically I have one client that gets creates the bean and uses a particular interface. I want to get a proxy for the same bean instance but for another interface that will be used by another functi

[JBoss-user] [JBoss Seam] - @SelectItems and @SelectItemsSelection annotations?

2006-02-28 Thread CptnKirk
I very much like Seam's enhanced support for JSF data tables. Are there plans to include support for other JSF types before the 1.0 release? Specifically I'd like to be able to handle SelectItems in a very similar manner. I guess I'll hit the src and see how complicated it would be to write.

[JBoss-user] [Remoting] - Re: Pooled Invoker Thread Associations

2006-02-28 Thread [EMAIL PROTECTED]
Sorry about the delay, but I wanted to thank you for the response. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926897#3926897 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926897 --

[JBoss-user] [Beginners Corner] - Re: Fibo tutorial jboss 4.0.2

2006-02-28 Thread egargano
"egargano" wrote : I have the same problem | You resolved? | | I try change the code with a copy from a friend (it's work in my friend pc) | I try ti change the jboss version, | Any idea? I resolved with my friend. XP programming :-D I deploy all the 4 package... WRONG I had t

[JBoss-user] [JCA/JBoss] - Deploying JCA connector on a JBoss cluster

2006-02-28 Thread svasan123
I have a JCA connector which I am trying to deploy on a JBoss cluster. The connector is packaged as an EAR file. The EAR file deploys (including the JCA connector) with the JBoss 'default' server. The same file when deployed with the JBoss 'all' server throws the following exception. Surprisingl

[JBoss-user] [JBoss AOP] - Re: intercepting execution of super(..)

2006-02-28 Thread gerharrrd
Thank you very much, with your help I could solve the problem. Originally I thought that the JBoss AoP Eclipse IDE Package would contain the lastest verion of JBoss AoP, or at least would be updateable. Then I discovered that this was not the case. So I downloaded the standalone JBoss AoP 1.3.5

[JBoss-user] [JBoss jBPM] - Re: jBPM GPD for Eclipse - install problems

2006-02-28 Thread admin
aha, i didn't know that. thanks for letting us know. regards, tom. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926889#3926889 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926889 -

[JBoss-user] [JBoss jBPM] - Re: jBPM GPD for Eclipse - install problems

2006-02-28 Thread [EMAIL PROTECTED]
Did some more testing. Seems I can't point the workspace to a set of projects I had created using JBoss-IDE 1.5. I switched to a new Workspace and it worked fine using the ant install script method. thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=392

[JBoss-user] [JBoss Seam] - inherited annotations

2006-02-28 Thread coryvirok
I've been going through the generated code for a Skeleton app based on Seam that Hibernate Tools gives you and have been trying to refactor it into a cleaner design to get rid of a lot of the repetitious code. One thing that I would like to do that would make the refactoring easier is to decla

[JBoss-user] [EJB 3.0] - Re: Scheduled Event and Session Beans

2006-02-28 Thread ejb3workshop
By manual lookup I mean : | InitialContext ctx = new InitialContext(); | System.out.println("Got Naming Service"); | CalculatorServices calculator = (CalculatorServices) ctx.lookup("CalculatorBean/remote"); | System.out.println("Got Calculator"); | System.out.println("ADD : "

[JBoss-user] [JBoss Portal] - Re: Sorting and Localization for Navigation Portlet

2006-02-28 Thread IvanLatysh
I am always wonder why people suffer but still taking the wrong tools for the job. Navigation portlet should provide navigation data and _must_ have separated presentation. And for presentation there is a perfect candidate - language that designed to transform data into whatever you want - xsl.

[JBoss-user] [EJB/JBoss] - Re: Client blocks while accessing EJB on JBOSS ver4.0.3

2006-02-28 Thread anshah1
I guess you're right, I was reading a bit about JMS and think that it would work best for our situation. Thanks a lot for your help persabi. I'll have more questions on MDB later. :)) Anuj View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926875#3926875 Reply

[JBoss-user] [Installation, Configuration & Deployment] - Re: Missing libs in binary distribution of 4.0.4RC1?

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

[JBoss-user] [JBoss jBPM] - jBPM GPD for Eclipse - install problems

2006-02-28 Thread [EMAIL PROTECTED]
Tom, after giving up with trying to integrate with the Eclipse plugin installer, I tried the ant install script as you suggested. Output from build: install: [mkdir] Created dir: C:\Java_Tools\jbpm-starters-kit-3.1\jbpm-designer\eclipse [unzip] Expanding: C:\Java_Tools\jbpm-starters-ki

[JBoss-user] [EJB 3.0] - Re: Custom org.jboss.ejb.Interceptor

2006-02-28 Thread oglueck
Yeah, the tutorial refers to this class: http://cvs.sourceforge.net/viewcvs.py/jboss/jboss-ejb3/src/main/org/jboss/ejb3/mdb/MDBConfig.java?rev=1.3&view=auto Would you care to add some API Docs please? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926871#39268

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

2006-02-28 Thread [EMAIL PROTECTED]
For that NullPointerException, you need to replace jboss-serialization.jar by this one: http://labs.jboss.com/portal/index.html?ctrl:id=page.default.downloads&project=serialization I have fixed Hibernate Proxy Serialization by creating a mock session and a testcase within Jbossserialization. I

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

2006-02-28 Thread jwynett
Martin: The EagerOnDemand is something I wrote to enable a client to easily and dynamically specify which relationships it needs to load when retrieving entities. Each entity defines a static EntityMapping for each relationship. You create an EagerOnDemand instance providing an EntityMapping fo

[JBoss-user] [Security & JAAS/JBoss] - Re: update to JBoss 4.0.4RC1, principal now anonymus

2006-02-28 Thread [EMAIL PROTECTED]
The nested creation uses the run-as identity then. This can be augmented with additional roles. http://wiki.jboss.org/wiki/Wiki.jsp?page=RunAsIdentityCreation View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926869#3926869 Reply to the post : http://www.jboss.

[JBoss-user] [JBoss jBPM] - BeanShell vs. JSF Expression Language in Vers 3.1 and up

2006-02-28 Thread michaelholtzman
Greetings. I have scoured the docs for JBPM 3.1, but cannot find a definitive answer to this Has JSF EL replaced BeanShell for transition expressions? Or is it simply an option? Thanx. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926867#3926867 Rep

[JBoss-user] [EJB 3.0] - Map Relation key problem

2006-02-28 Thread aidan_b5
I'm trying to get a Map relation to work with a referenced Keyi.e the Key is another entity bean: | @Entity | @Table (name="ship") | @NamedQuery(name="ship.getAll", query="from Ship sh") | public class Ship { | |. | | @CollectionOfElements (fetch = F

[JBoss-user] [Installation, Configuration & Deployment] - Book recommendation for Linux deployment?

2006-02-28 Thread flarosa
Hi, Can anyone recommend a good book or other reference material for installing and administering JBoss on Linux? I'm experienced as a programmer with J2EE and JBoss, but don't know a lot about Linux administration, including things like how to set up JBoss to run when the system boots, how to

[JBoss-user] [JBoss Portal] - Re: Portal 2.2 Clustering

2006-02-28 Thread noicangi
other question, if i change the default name partition, do i have to change the partition names inside jbossportal.sar? the files for clustering inside portal includes the dafaultpartition name. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926837#3926837

[JBoss-user] [JBoss Eclipse IDE (users)] - how to configure for hot deployment of JSP files

2006-02-28 Thread b_bpradeep
how to configure for hot deployment of JSP files from Eclipse to JBoss View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926863#3926863 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926863 --

[JBoss-user] [JBossWS] - WS-Security

2006-02-28 Thread [EMAIL PROTECTED]
"Ivo" wrote : I'm researching the tool implemening the OASIS WS-Security specifications, especially the part for signing SecurityTokenReferences. | | I saw that you've implemented this feature (http://jira.jboss.com/jira/browse/JBWS-284 ). | | If you have a minute to give me a hint -

[JBoss-user] [Security & JAAS/JBoss] - Re: update to JBoss 4.0.4RC1, principal now anonymus

2006-02-28 Thread Annegret
There are 2 beans created: the first one is created as AdminUser, the principal of the second one is AdminUser in case of JBoss4.0.3SP1 and anonymus in case of JBoss4.0.4RC1. Annegret View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926861#3926861 Reply to th

[JBoss-user] [Installation, Configuration & Deployment] - Re: Configuring SQL Server 2005 on Jboss 4.03 error

2006-02-28 Thread [EMAIL PROTECTED]
That says to me the user/password are not correct. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926850#3926850 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926850 --

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Cannot load com.ibm.mq.jms.MQConnectionFactoryFactory in

2006-02-28 Thread egmsit
everything clear View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926858#3926858 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926858 --- This SF.Net email is spo

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JSF & stylesheets login issue

2006-02-28 Thread tzablock
my latest discovery is that the cause of the problem is that there is an issue with the background-image css attribute in fact... The image is not being displayed and later on I'm being redirected to that image! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3

[JBoss-user] [JBoss jBPM] - Re: ActorId from within process definition

2006-02-28 Thread mennen
I tried to have a start state without a task .. but my process appears on the Webconsole with an empty"start process link"! Anyone knows why? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926835#3926835 Reply to the post : http://www.jboss.com/index.html?

[JBoss-user] [EJB 3.0] - Re: Custom org.jboss.ejb.Interceptor

2006-02-28 Thread oglueck
Okay I found out now. This not supported by EJB3 beans. I have to use the @Interceptors annotation as outlined in the specs or specify them in the ejb-jar.xml View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926844#3926844 Reply to the post : http://www.jboss.

[JBoss-user] [JBossWS] - Re: WS-Security

2006-02-28 Thread [EMAIL PROTECTED]
Also, see this page for instructions on how to deploy the JBossWS stack on the 4.x branch that you built: http://wiki.jboss.org/wiki/Wiki.jsp?page=WSDeployJBossWS -Jason View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926856#3926856 Reply to the post : http

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: HttpInvokers & Data Compression using GZIP streams

2006-02-28 Thread [EMAIL PROTECTED]
Look into the compression option on the tomcat http connector. http://tomcat.apache.org/tomcat-5.5-doc/config/http.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926836#3926836 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[JBoss-user] [EJB 3.0] - Re: Custom org.jboss.ejb.Interceptor

2006-02-28 Thread [EMAIL PROTECTED]
ejb3 does not use jboss.xml legacy container-configuration. It should be described via some *-aop.xml somewhere. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926842#3926842 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JSF & stylesheets login issue

2006-02-28 Thread [EMAIL PROTECTED]
Sounds like secured content referenced by the login form is being restricted. Sounds like tomcat is not handling jsf login forms correctly yet. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926849#3926849 Reply to the post : http://www.jboss.com/index.html?

[JBoss-user] [EJB 3.0] - Re: Custom org.jboss.ejb.Interceptor

2006-02-28 Thread [EMAIL PROTECTED]
If its not here its not documented yet: http://www.jboss.com/products/ejb3#docs View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926848#3926848 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926848 -

[JBoss-user] [Clustering/JBoss] - Re: Changing jar under /server/default/lib

2006-02-28 Thread [EMAIL PROTECTED]
Shutdown a node and then restart it after updating the jar. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926832#3926832 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926832 -

[JBoss-user] [Security & JAAS/JBoss] - Re: update to JBoss 4.0.4RC1, principal now anonymus

2006-02-28 Thread [EMAIL PROTECTED]
The run-as role takes precedence so what is the full call stack that is showing different behavior? The log shows both anonymous and AdminUser creating SubscriberSB. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926847#3926847 Reply to the post : http://ww

[JBoss-user] [EJB 3.0] - OneToMany and composite primary key containing foreign key

2006-02-28 Thread amayingenta
Perhaps I'm being dumb, but none of the replies in similar threads have helped me get my head around this... I'm using JBoss 4.0.4RC1. I want to have a parent-child relationship where the child PK is a composite PK where the first part is the parent id. I want to avoid having a join table, or a

[JBoss-user] [EJB 3.0] - Re: Custom org.jboss.ejb.Interceptor

2006-02-28 Thread oglueck
If it doesn't use the old container config, how do we tune pool sizes now? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926846#3926846 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926846 --

[JBoss-user] [Installation, Configuration & Deployment] - Configuring SQL Server 2005 on Jboss 4.03 error

2006-02-28 Thread cortlander
Hello, I am trying to setup a datasource in Jboss 4.03 with Sql server 2005 using the new Sql server 2005 jdbc driver. I have the following parameters in the mssql_ds.xml file: jdbc:sqlserver://localhost;databaseName=DIAMELLE;selectMethod=cursor com.microsoft.sqlserver.jdbc.SQLServerDriver How

[JBoss-user] [Installation, Configuration & Deployment] - Re: Missing libs in binary distribution of 4.0.4RC1?

2006-02-28 Thread [EMAIL PROTECTED]
Thanks. I assume that these libs will be in 4.0.4 final, right? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926833#3926833 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926833 -

[JBoss-user] [JBoss AOP] - JBoss Innovation Award

2006-02-28 Thread [EMAIL PROTECTED]
We have a new JBoss Innovation Award special award for people using JBoss technologies. If you are making use of JBoss AOP for anything that is cool, make sure you go to http://www.jbossworld.com/innovation_award.htm. There are some great prizes on offer! View the original post : http://www.

[JBoss-user] [JBoss jBPM] - Re: ActorId from within process definition

2006-02-28 Thread mennen
Here is what i found in the Websale example of jbpm 3.1 | | | | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926834#3926834 Reply to the post : http://www.jboss.com/ind

[JBoss-user] [EJB 3.0] - Custom org.jboss.ejb.Interceptor

2006-02-28 Thread oglueck
I am trying to add an Interceptor to the chain, but without success. Does this actually work with EJB3 session beans? Because when I set a break-point in my bean in the debugger the stack shows lots of AOP interceptors, but none of the interceptors from the container-configuration. And I don't n

[JBoss-user] [JBoss Getting Started Documentation] - Re: jbossj2ee-src.zip

2006-02-28 Thread pdgillen
I too am a greenie with JBoss but I seem to recall getting this a while back and that the solution required ignoring the tutorial's caution to get the 1.3 sample from Sun and get the lates, to get the sample source package from JBoss, and to combine the two. Good luck and wish me the same. Vie

  1   2   >