[JBoss-user] [J2EE Design Patterns] - Re: Module type is not compatible?

2006-01-17 Thread hungns
I have the same problem. Is there anyone can help us pls? Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3918032#3918032 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3918032 -

[JBoss-user] [JBoss Seam] - Re: After all: Seam from CVS deploy on Tomcat 55

2006-01-17 Thread [EMAIL PROTECTED]
Cool, thanks for the feedback. Yes, I understand that it is frustrating working against something in flux as much as Seam has been the past month, but I'm *trying* to push out a stable release and getting closer each day. We are almost there. View the original post : http://www.jboss.com/index

[JBoss-user] [JBoss Seam] - Re: After all: Seam from CVS deploy on Tomcat 55

2006-01-17 Thread tschnoelzer
Thx alot, i should update daily ;) It is working now with tomcat 5.5 against CVS version of Seam. Timo View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3918030#3918030 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=391803

[JBoss-user] [JCA/JBoss] - Configure Connection Pool for MSSQL 2000 Type 4 Driver

2006-01-17 Thread d_sateesh
How to create Connection Pool for MSSQL 2000 Type 4 Driver. Thanks in advance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3918029#3918029 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3918029 ---

[JBoss-user] [JBossCache] - Re: DummyTransactionManager: Context is read only error on T

2006-01-17 Thread [EMAIL PROTECTED]
What happens if you leave the TransactionManagerLookupCLass empty? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3918028#3918028 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3918028 --

[JBoss-user] [JBoss Seam] - Re: Unit Testing and EntityManager injection

2006-01-17 Thread [EMAIL PROTECTED]
Check the EJB3 persistence spec, there are examples there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3918026#3918026 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3918026 --

[JBoss-user] [Management, JMX/JBoss] - Jboss service

2006-01-17 Thread preddy
Hi, I am porting my application from JRun to jboss. I have added the following lines to jrun.xml for using JRun service: service class="TaskDriver" name="TaskService" attribute name="bindToJNDI">truehttp://www.jboss.com/index.html?module=bb&op=viewtopic&p=3918025#3918025 Reply to the post

[JBoss-user] [JBoss jBPM] - Re: problem in configuring jbpm for mysql database

2006-01-17 Thread ummadiravi78
Have you solved this problem? Deploying mysql driver jar in the server/default/lib should ideally solve drive class loading problem. But, I think there is some class loading issues in your case. If you have not sovled the problem yet, pl. let me know the contents of your jbpm core libraries ea

[JBoss-user] [JBoss Seam] - Re: Seam reverse engineering tool problem

2006-01-17 Thread [EMAIL PROTECTED]
This does not look Seam related to me. I am currently testing CVS of Hibernate Tools against seam cvs head and JBoss 4 CVS and it is working fine. Max is the guy to ask. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3918023#3918023 Reply to the post : http

[JBoss-user] [JBoss jBPM] - Re: problem in configuring jbpm for mysql database

2006-01-17 Thread ummadiravi78
Have you solved this problem? Deploying mysql driver jar in the server/default/lib should ideally solve drive class loading problem. But, I think there is some class loading issues in your case. If you have not sovled the problem yet, pl. let me know the contents of your jbpm core libraries ea

[JBoss-user] [Clustering/JBoss] - Re: RetryInterceptor +jboss-4.0.1

2006-01-17 Thread asaf
OK thanx I'll upgrade to jboss-4.0.3 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3918020#3918020 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3918020 --- This S

[JBoss-user] [JBoss Seam] - Re: no-EJB deployment, seam managed sessions and commit/flus

2006-01-17 Thread [EMAIL PROTECTED]
Ah, I should say, in the second alternative, you also need: @TransactionAttribute(NOT_SUPPORTED) public String addAddress() {...} The flush mode solution is the most elegant one, I think. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3918019#3918019 Reply

[JBoss-user] [JBoss Seam] - Re: no-EJB deployment, seam managed sessions and commit/flus

2006-01-17 Thread [EMAIL PROTECTED]
Either use: session.setFlushMode(FlushMode.NEVER). Or use: @End @TransactionAttribute(NOT_SUPPORTED) public String cancel() {...} Let me know if this does not solve your problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3918018#3918018 Rep

[JBoss-user] [JBoss Seam] - no-EJB deployment, seam managed sessions and commit/flush ti

2006-01-17 Thread andrew.rw.robinson
I saw a similar conversation to my question (http://www.jboss.com/index.html?module=bb&op=viewtopic&t=72052), but it didn't cover exactly what I was looking for and was hoping someone could clarify how to accomplish the following. First my setup: Tomcat 5.5 Hibernate 3.1 SeamExtendedManagedPer

[JBoss-user] [Security & JAAS/JBoss] - Re: Single login page for whole server/cluster with singlesi

2006-01-17 Thread [EMAIL PROTECTED]
I saw the following trick used once in another forum post. This only works if the set of apps have a common "home page" that people should see after they log on. 1) Use either the Tomcat SingleSignOn valve or JBoss's ClusteredSingleSignOn. 2) In one war, the "main war", have your logon form, p

[JBoss-user] [JBoss AOP] - Re: Custom Aspects on JBoss - Newbie to JBoss AOP

2006-01-17 Thread vamsi_poondla
I also have the interface as below along with the aspect file. package nita.aspect.compiletime; | | public interface ProfileTrace { | | } | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3918015#3918015 Reply to the post : http://www.jboss.com/in

[JBoss-user] [JBoss AOP] - Custom Aspects on JBoss - Newbie to JBoss AOP

2006-01-17 Thread vamsi_poondla
Hi, I am trying to create one custom aspect and deploy in JBoss 4.0.3 SP1 I packaged the aspect in compileaspects.aop jar file with META-INF/jboss-aop.xml and the aspect class. I also have an ear file with a war and ejb jar with appropriate deployment descriptors. Problem 1 - When I deploy

[JBoss-user] [JCA/JBoss] - Re: IBM 3270 - Integrate with e-business (EAI)

2006-01-17 Thread haribabu_nunna
Hi, U can use a standalone client to connect from the Application server to the IBM host and send the messages in ISO format so that the communication takes place If u need furhter more info plz do mail me at [EMAIL PROTECTED] Regards, Hari Babu Nunna. View the original post : ht

[JBoss-user] [JBoss Seam] - Re: After all: Seam from CVS deploy on Tomcat 55

2006-01-17 Thread [EMAIL PROTECTED]
I *think* this is already fixed in CVS. Try updating. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3918012#3918012 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3918012 ---

[JBoss-user] [JCA/JBoss] - IBM 3270 - Integrate with e-business (EAI)

2006-01-17 Thread j2eebank
Hi, We need an architecture for a e business application that act as a warpper web application over an existing mainframe (IBM 3270 - Pcom) system. We are looking for different choices available prefreably opensource.We need to build a web application over over an existing mainframe (IBM 3270

[JBoss-user] [The Lizzard's corner] - save and retrieve file out of application server ?

2006-01-17 Thread kmthien
Hi guys, For instance, I got a directory w:/images which is map to the other server directory. So when user upload images, all the images will store to this folder instead of folder under http://localhost:8080/abc/images inside application server. Is there possibility that I can link http://loc

[JBoss-user] [JBoss Portal] - Re: Security Question on User Portlet

2006-01-17 Thread Anson.Smith
Thanks for the quick response we actually just figured it out for ourselves. It really is a great product View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3918008#3918008 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39180

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

2006-01-17 Thread MrForms
Just some random suggestions ... If you are using a web application, how about using a simple Session listener and checking for sessionCreated, sessionDestroyed ? Doesn't your application offer a explicit login/logout mechanism ? I am not aware that JAAS offers any listener/callback support for

[JBoss-user] [Security & JAAS/JBoss] - Re: Jboss 4.0.3 SP1 j_security work in fedoracore 3 but not

2006-01-17 Thread MrForms
Can you give more details ? What is the output ? Blank page ? Nothing ? If you change the log settings to debug / trace do you get more information ? Have you looked at every log ? JBoss boot.log and server.log ? In the logs of ubuntu, are there any reported errors ? Did you configure your MySQ

[JBoss-user] [Testimonials] - JBoss makes it possible one more time

2006-01-17 Thread javierDajabon
I have not posted anything in a while but that does not mean that I have not been busy deploying solutions using JBoss. I like to share this information and spread the word as my way to thank the JBoss team and community (forums) for how valuable their software products have been to me. My last

[JBoss-user] [EJB 3.0] - Re: Problem org.hibernate.PersistentObjectException: detache

2006-01-17 Thread r_q_d
You get the error of "detached entity passed to persist" because you define the Id to be generated by the system (i.e. @Id(generate = GeneratorType.AUTO)) , but when you create it, I passed a id to it (user.setUserId(1)). either take the "generate = GeneratorType.AUTO" off or don't assign id whe

[JBoss-user] [JBoss Portal] - Re: Security Question on User Portlet

2006-01-17 Thread [EMAIL PROTECTED]
it is fixed in 2.2.1RC1 that we have just released. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3918003#3918003 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3918003 -

[JBoss-user] [JBoss Portal] - Re: Security Question on User Portlet

2006-01-17 Thread Anson.Smith
Hi..I just noticed this behavior today, I really need this user portlet to work, Do you have any timeframe for when this issue will be resolved? Thanks alot Anson Smith View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3918002#3918002 Reply to the post : http://w

[JBoss-user] [Security & JAAS/JBoss] - Re: anonymous authentication

2006-01-17 Thread MrForms
I think that in your jboss-web.xml or jboss.xml files, you can specify the default principal to be used when not authenticated using the xml tag. When you call the getUserPrincipal, the getName method should in theory return whatever value is in your unauthenticated-principal tag. Look into t

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - The insert-after-ejb-post-create plus sequence problem - HEL

2006-01-17 Thread chrisbitmead
I have a CMR where the foreign key is NOT NULL. So I must turn on the insert-after-ejb-post-create option in standardjboss.xml. However I also have auto generated primary keys from oracle sequences. So now I get the error "Primary key for created instance is null", presumably because the ejb c

[JBoss-user] [JBoss jBPM] - Re: jbpm on tomcat with mysql

2006-01-17 Thread lappi_79
Hi Tanmay, Were you able to get jbpm up and running on tomcat? I am getting this in tomcat logs, did you come across this? anonymous wrote : | 2006-01-17 17:25:59 StandardWrapperValve[jsp]: Servlet.service() for servlet jsp threw exception | java.lang.NoClassDefFoundError | at java.l

[JBoss-user] [JBoss jBPM] - Re: A doubt from a beginner user

2006-01-17 Thread enazareno
Hi Martin, From what I've seen in your problem, you would probably need to read on swimlanes and identity management. The identity management very flexible in that you could assign variable, group or user expressions to swimlanes. In your case, you would probably create groups to repre

[JBoss-user] [Security & JAAS/JBoss] - Re: Custom JAAS-Login with Servlet-Filter and Struts-App. fo

2006-01-17 Thread MrForms
I would recommend that you use standard FORM authentication with j_security_check. If you add your struts action in the protected resources, your authentication page will be displayed. Make sure you have added both ClientLoginModule and your own LoginModule in the application policy under the

[JBoss-user] [JBoss Portal] - JBoss Portal 2.2.1RC1 - Released

2006-01-17 Thread [EMAIL PROTECTED]
The JBoss Portal Team is very proud to provide JBoss Portal 2.2.1RC1. The files are available on our download page: http://www.jboss.com/products/jbossportal/downloads The documentation is also viewable online: http://www.jboss.com/products/jbossportal/docs View the original post : http://www

[JBoss-user] [Beginners Corner] - Re: Where is the example code?

2006-01-17 Thread hahalyf
Thanks,i got it View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917993#3917993 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917993 --- This SF.net email is sponsore

[JBoss-user] [JBoss Portal] - Re: portal 2.2 vs 2.01

2006-01-17 Thread [EMAIL PROTECTED]
Let me be clear on this : 2.0.1 is stable because we worked hard to fix issues that were in 2.0, we did not add major features between 2.0 and 2.0.1. We released 2.0.1 while developping 2.2. Likewise now we develop 2.4 and we work at the same time on fixing issues in branches 2.2 and 2.0. You

[JBoss-user] [JBoss jBPM] - Re: process instance persistence and reexecution

2006-01-17 Thread enazareno
Hi Raj, Try adding an event in your node example: | | | true | 2000 | | | | In your first post, I think this is what happened. The process executed normally however you were waiting for t

[JBoss-user] [JBoss Portal] - Re: portal 2.2 vs 2.01

2006-01-17 Thread PMO
I agree Portal 2.0.1 works fine and is much simpler to configure and documentation is almost there. Portal 2.2 is missing documentation, has features that are either complicated or does not trace information on what is going wrong or missing. In addition, there are major bugs. It's a real pain.

[JBoss-user] [JBoss jBPM] - Re: process instance persistence and reexecution

2006-01-17 Thread dharraj
Hello Elmo, First of all, thanks a lot for your reply. Here is the process definition. | | http://jbpm.org/3/jpdl"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLocation="http://jbpm.org/3/jpdl http://jbpm.org/xsd/jpdl-3.0.xsd"; | name="dbexample"> |

[JBoss-user] [JBossWS] - generation of

2006-01-17 Thread tongunga
I'm trying to create a service point using jboss eclipse plugin and xdoclet using the following xdoclet annotations but apparently. the service point file is not created. If I go to project properties and xdoclet configuration, I cannot see the service point task. Is that a bug or a limitation

[JBoss-user] [JBoss Seam] - Seam reverse engineering tool problem

2006-01-17 Thread liebner
Hi folks, I currently have a problem using your seam reverse engineering tool. When I use the tool under eclipse, I get the following exception: Exception while generating code Reason: org.hibernate.console.HibernateConsoleRuntimeException: Could not create or find with one argument delegate

[JBoss-user] [JBoss Portal] - Re: Track User Clicks/Downloads

2006-01-17 Thread [EMAIL PROTECTED]
In 2.2 you can write an event listener that can be attached to the root portal and will receive events when a node is used. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917985#3917985 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[JBoss-user] [Clustering/JBoss] - Re: Please advise on HTTP/JMS clustering question

2006-01-17 Thread dode
Thank you, now it's clear :-) Torsten View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917984#3917984 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917984 --- This S

[JBoss-user] [JBoss AOP] - Re: How do you use AsynchronousFacade to get the status of a

2006-01-17 Thread [EMAIL PROTECTED]
If you look in jboss-head in cvs under aspects/src/test/org/jboss/test/asynch there is a test-case. It uses AOP remoting View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917981#3917981 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[JBoss-user] [JBoss AOP] - Re: Additional classes in AOP.

2006-01-17 Thread [EMAIL PROTECTED]
There is no way to explicitly set the number of generated classes. The different instrumentors do however instrument code in different ways. Better performance needs more generated classes. The non-optimized version generates no extra classes, but that means the end of the invocation has to cal

[JBoss-user] [Messaging, JMS & JBossMQ] - JBossMQ alone

2006-01-17 Thread [EMAIL PROTECTED]
If I need a machine with the web container and some queues. Is there anyway I can install just the JBossMQ and Apache? I?m wondering if is possible to avoid a EJB container installation in this scenario View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917978#3

[JBoss-user] [JBoss Seam] - After all: Seam from CVS deploy on Tomcat 55

2006-01-17 Thread tschnoelzer
Hi Folks, after beeing able to update seam and jboss 4 branch from CVS and deploy with success, i have to deal with POJO Tomcat mode. Using the binary Tomcat 55 i get the following error: INFO 17-01 23:24:36,898 (Initialization.java:init:91) -done initializing Seam | 17.01.2006 23:24:36 org

[JBoss-user] [Management, JMX/JBoss] - Re: notSerializableException, (may relate to JBAS-1268)

2006-01-17 Thread efhajg0
Staff at JB\oss, SInce I haven't received a response that tells me how to either: 1) circumvent the problem and gain access to MBeanInfo for allJBoss MBean attributes thru RMI 2) Enter the problem in JIRA, I plan to enter the problem in JIRA tomorrow unless told otherwise. I am certainly

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Serving static content stored in any directory

2006-01-17 Thread jaap
Hi, Just strugged with the same issue. I found that copying the web.xml to the conf directory is not necessary. What worked for me (JBoss 4) is to edit server.xml. Set the Context as part of the Host configuration. But, you should put this Context _before_ the DefaultContext and after the Alia

[JBoss-user] [JBossWS] - Re: WebService porting JBoss 3.2 to 4.0

2006-01-17 Thread ekandasamy
When i change my interface to extends Remote and try to deploy, it complains saying that the remote interface should extend EJBObject. What am i missing. Elango "[EMAIL PROTECTED]" wrote : The service endpoint interface (SEI) is NOT the SLSB's remote interface. The SEI needs to extend Remote an

[JBoss-user] [JBoss AOP] - Additional classes in AOP.

2006-01-17 Thread udaydustin
How to control the number of additional classes generated in Dynamic AOP? Each compilation of class generates around 10 additional classes(assuming 5 methods and 5 variables in the class) for each of them. I know there are lot of guru's here who can help me. View the original post : http://www

[JBoss-user] [Microcontainer] - Classloader Question

2006-01-17 Thread yantriki
I am stuck on this for days now. Can someone help me with it please. Statement of Problem == How to use to EJB 3.0 Stateless Session Bean from within a JBoss Service. Scenario === 1. I have created a LoginModule which I am packaging as a SAR DynamicConfig MBean. The LoginModule i

[JBoss-user] [EJB 3.0] - How to access Stateless Session bean from within MBean Servi

2006-01-17 Thread yantriki
Statement of Problem == How to use to EJB 3.0 Stateless Session Bean from within a JBoss Service. Scenario === 1. I have created a LoginModule which I am packaging as a SAR DynamicConfig MBean. The LoginModule internally calls Stateless Session bean to authenticate userid and pas

[JBoss-user] [Installation, Configuration & Deployment] - using depends in an ejb jboss.xml to reference an EAR

2006-01-17 Thread wkinney033
Hello, I was wondering if it was possible to use in jboss.xml for a stateless session ejb (EJB1), that depends on an EAR. the EAR contains an ejb and a "common" class JAR that is needed by the first (stateless session) ejb (EJB1). I want to keep the common class JAR with the EAR, and not put

[JBoss-user] [EJB 3.0] - Re: Security with JBoss EJB3

2006-01-17 Thread [EMAIL PROTECTED]
As marcu said, you haven't declared a security domain in login-config.xml. in @SecurityDomain use the base name, not "java:/jaas/xxx" With the next release (next week sometime) You will be able to do: jboss.xml | |xxx | | until then... View the original post : http://www.j

[JBoss-user] [Security & JAAS/JBoss] - Re: JBoss 3.2.5 Will Not Load Embedded Obj Under JAAS & SSL

2006-01-17 Thread awclemen
Hey Forum Folks! Well, I found my fix. Appearantly, I incorrectly assumed that FormAuthenticator should be used in the context.xml. Since I am using the BasicAuthenticator for authentication, my context.xml needed to look like this: | | | | and WA-LA, it works! If you are

[JBoss-user] [Security & JAAS/JBoss] - Re: JBoss 3.2.5 Will Not Load Embedded Obj Under JAAS & SSL

2006-01-17 Thread awclemen
Hello, So I was getting Pragma: no-cache and Cache-Control: no-cache in my headers with IE6 so, I created the myapp.war/WEB-INF/context.xml with the following content: | | However, I get the following error: 13:46:55,101 WARN [FormAuthenticator] Unexpected error forwarding to log

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Configuring MySQL Datasource

2006-01-17 Thread platke
Hi I'm running jBoss4.0.3SP1 and MySQL Server 5.0 and ive created a mysql-ds.xml file and dropped it into my default/deploy directory as instructed in the manual. I get the following error when I start up the server, any ideas ?. --- Packages waiting for a deployer --- [EMAIL PROTECTED] {

[JBoss-user] [JBoss jBPM] - jBPM incorrectly accumulating variables for child token

2006-01-17 Thread jim.mcmaster
I have a process which forks child tokens to handle parts of the processing. Each node in the process sets a "status" variable to indicate success or failure. Prior to the fork, a node set a STATUS_SUCCESS, then the children are forked off. One of the children invokes a node which sets the st

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Using hibernate-reveng.xml how can I eliminate code gene

2006-01-17 Thread ameelin
Well I moved around a few table-filter entries in xml file and the table I wanted filtered got filtered. My sequence of setup was wrong...I moved the elimination lines atop and it worked. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917964#3917964 Reply to

[JBoss-user] [JBoss AOP] - Re: How do you use AsynchronousFacade to get the status of a

2006-01-17 Thread ameelin
Thanks for that info.. I have to have clean seperation between place where the long-running process is going to run and the place where the status-check for that long running process takes place. So it is more of a setup question. In our organization, the middleware code is in one place on on

[JBoss-user] [JBoss Seam] - Re: Multipe page flow definitions at deploy time

2006-01-17 Thread [EMAIL PROTECTED]
yes, the property is just a list of XML files View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917955#3917955 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917955 ---

[JBoss-user] [Beginners Corner] - Forum Search Functionality

2006-01-17 Thread chane
Sorry, didn't know which forum to post a request about the forums to. In the forum search functionality, the Forum drop down box has a long list of forums. Any chance of having someone alpha order them? It would make life easier to search specific forums looking for answers. Thanks in advance,

[JBoss-user] [JBoss Portal] - Re: reference CMS' resources (*.html, *.jsp) from portlet

2006-01-17 Thread ryen
I thought you had done so already in another thread, "cms admin". Either you or gruenewa has mentioned something like - reference to resources in CMS. What I'd like to do is - from the doView() method in HelloWorldPortlet.java, load one index.html or index.jsp file. Could you help me out? Th

[JBoss-user] [JBoss Portal] - Track User Clicks/Downloads

2006-01-17 Thread chane
Is it possible to "track" a users interaction (some/all) within the CMS? We are putting together a membership site and would like to track some things a user does. For example, download/click on a PDF file (which I'm assuming would be a URL link in the portal - could be a form submit button

[JBoss-user] [EJB 3.0] - Re: Security with JBoss EJB3

2006-01-17 Thread silviu.marcu
add the following section into the login-config.xml file just above the last line. The login-config.xml file is located in jboss/server/all/config folder: ### ??

[JBoss-user] [JBossWS] - Web Service Scope

2006-01-17 Thread rkite01
I have read that a Web Services scope can be set to request, session or application. Where or how is this set. I want to user session scope for some of my web services. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917958#3917958 Reply to the post : ht

[JBoss-user] [JBoss Seam] - Re: jBPM and Pageflow

2006-01-17 Thread [EMAIL PROTECTED]
Gavin, thanks for your help last night. Some of your answers in this post really opened up jBPM for me. (Did I say that I promise not to use pageflow/conversations for the login process? just as an example to talk about because almost all your Seam/examples have a login process.) View the ori

[JBoss-user] [JBoss Seam] - Re: CVS Seam against which version of JBOSS

2006-01-17 Thread [EMAIL PROTECTED]
Yes, but notice that this is not due to frivolous reasons, it is due to the fact that the EJB3 spec has evolved slightly. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917956#3917956 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[JBoss-user] [JBoss Seam] - Re: Multipe page flow definitions at deploy time

2006-01-17 Thread [EMAIL PROTECTED]
I think you just comma-delimt them under the pageflow definition in the web.xml Says something like that in the CVS Seam docs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917954#3917954 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[JBoss-user] [JBoss jBPM] - Re: jBPM BPEL calling .NET WS

2006-01-17 Thread [EMAIL PROTECTED]
I just remembered we already have an issue on default namespace declarations: BPEL-69. I reopened it. Thanks for bringing the problem up. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917953#3917953 Reply to the post : http://www.jboss.com/index.html?module

[JBoss-user] [JBossWS] - Re: Getting Started with JBossWS

2006-01-17 Thread hbraun
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878875 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917952#3917952 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917952 ---

[JBoss-user] [JBoss jBPM] - Re: jBPM BPEL calling .NET WS

2006-01-17 Thread [EMAIL PROTECTED]
Several sources, including developerWorks suggest avoiding the default namespace in instance data, that is why you see the prefix in the second case. I realize the children should also have a prefix in this case, tough. This is a bug - could you file a JIRA issue? View the original post : htt

[JBoss-user] [EJB/JBoss] - Re: Caching behavior in EJB container

2006-01-17 Thread gmyrek
"[EMAIL PROTECTED]" wrote : Scott's follow up comment: | | To block the call, the deacklock problem would have to be revisted to validate what is going on. There is a user forum post saying that we are creating sfsb instances that end up being thrown away if the session is activated so we

[JBoss-user] [Beginners Corner] - Re: Upgrading to 4.0.3 got ClassNotFoundException

2006-01-17 Thread txie2000
Thanks Peter, I just found this too. I added full dom4j.jar and jaxen.jar back to lib/, it works fine now. How to make a better solution? I already put dom4j.jar and jaxen.jar into deploy\mydomain-rdsstartup.sar\ directory (part of deploy location in jboss-service.xml), apparently they are not

[JBoss-user] [Security & JAAS/JBoss] - anonymous authentication

2006-01-17 Thread mron0210
Does JBoss support the notion of anonymous authentication for Servlet and EJB. I couldn't find any information on anonymous user support in the documentation. Say a user is not authenticated and tries to access a public page, what does getUserPrincipal()/getCallerPrincipal() return ? View t

[JBoss-user] [JBoss Portal] - Re: cms admin

2006-01-17 Thread noicangi
another thing is when i try to edit a pagethe html doesn't work properly, the colors, the size of the letter doesn't work. i tried using IE and firefox1.5 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917948#3917948 Reply to the post : http://www.jbos

[JBoss-user] [JBoss AOP] - Re: AOP Deployment

2006-01-17 Thread rbonifacio
Hi I update my jboss version to 4.0.3sp1 But the problem persists: | 17:46:39,638 INFO [AspectDeployer] Deployed AOP: file:/home/rbonifacio/jboss-4.0.3SP1/server/default/deploy/log-aop.xml | 17:46:41,860 WARN [ServiceController] Problem starting service jboss:service=invoker,t

[JBoss-user] [JBossWS] - Re: Help deploying a web service

2006-01-17 Thread brianhks
OK I'm an idiot. For some reason the first install of JBoss I did, I did not get the jboss-ws4ee.sar installed :( Now it works great. Brian View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917946#3917946 Reply to the post : http://www.jboss.com/index.html?m

[JBoss-user] [JBoss Seam] - Re: CVS Seam against which version of JBOSS

2006-01-17 Thread dhartford
This thread was useful. I had the exact same problem with the jboss4.0.3sp1 installer with EJB3 and the CVS-version of jboss-seam. So the jboss 4.0.3sp1 is incompatible if you want to use SEAM, oh well. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917944#

[JBoss-user] [JBoss Seam] - Re: From .jsp -> .xhtml

2006-01-17 Thread js8523
anonymous wrote : Caused by: javax.naming.NameNotFoundException: RegistrationAction not bound Probably the most sensible place to start is see that RegistrationAction is being scanned and deployed properly (I know this seams unrelated to the transformation to facelets but..). The best place to

[JBoss-user] [Installation, Configuration & Deployment] - Mod_jk functionality without Apache?

2006-01-17 Thread shaund
I've currently got an infrastructure that uses hardware loadbalancing so i really don't want to put in a software loadbalancer in the form of Apache as I've got Tomcat/JBOSS Serving web pages and it seems to be duplicating functionality. Basically what I need to do is allow any users to connect

[JBoss-user] [Installation, Configuration & Deployment] - 4.0.2 to 4.0.3 upgrade

2006-01-17 Thread jnsridhar
I use the microkernel in JBoss(minimal server). The 4.0.3 version has put in JBAS-2019 bug fix which says needs a dnsname as clientAddress for UIL2 service(JMS service). Has someone experience or pointers to be able just pull up this fix into 4.0.2 and not upgrade to 4.0.3. The fix seems to be

[JBoss-user] [Javassist user questions] - ignore or replace Java

2006-01-17 Thread stelang
Can I ignore or replace Java "If" statement using Javaassist? Appreciate your help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917940#3917940 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917940

[JBoss-user] [EJB 3.0] - Does the name attribute of the @Stateless annotation work?

2006-01-17 Thread kgilpin
I am declaring a bean like this package com.mycorp.remote.doc; @Stateless(name="com.mycorp.app.concept.ConceptDocHome") public class ConceptDocHomeEJB3 implements DocHome { ... } @Remote public interface DocHome { ... } JNDIView shows com.mycorp.remote.doc.DocHome ... containers | +- c

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Exporting generated schema to database is very slow, taking

2006-01-17 Thread uma_ch
Hi, I am new to EJB and JBoss. I installed JBoss 4.0.3RC1 and Jboss-EJB-3.0_RC1. I am learning EJBs programming following the tutorial and samples available in the EJB installation. Also I configured the JBoss to use the sybase database for persistence instead of the default Hypersonic database

[JBoss-user] [Beginners Corner] - sample ejb hellow world client

2006-01-17 Thread siddharth_chhabra
I have a simple client given below - and when i try to run it i get a weird stack on jboss4.0.2 - (also given below) i get it on the client side i have all the client libraries on my classpath i am using sun jdk 1.4 I was trying to get upto speed on jboss to port a websphere application to jboss

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Simple HelloWorld Client

2006-01-17 Thread siddharth_chhabra
oops sorry wrong forum ! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917936#3917936 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917936 --- This SF.net email is

[JBoss-user] [JBoss Eclipse IDE (users)] - Simple HelloWorld Client

2006-01-17 Thread siddharth_chhabra
I have a simple client given below - and when i try to run it i get a weird stack on jboss4.0.2 - (also given below) i get it on the client side i have all the client libraries on my classpath i am using sun jdk 1.4 I was trying to get upto speed on jboss to port a websphere application to jbo

[JBoss-user] [Clustering/JBoss] - Farm deployment -- having trouble getting it going

2006-01-17 Thread itchytoes
Hi -- I created a farm-service.xml and copied in the following from the JBOSS 4.0 docs: --- ... DefaultPartition 5000 farm/ --

[JBoss-user] [Clustering/JBoss] - Re: RetryInterceptor +jboss-4.0.1

2006-01-17 Thread [EMAIL PROTECTED]
Looking at this again, trying to backport the RetryInterceptor to 4.0.1 will not be easy. It depends on org.jboss.invocation.ServiceUnavailableException, which was added in 4.0.2RC1 as well. There are also needed changes in JRMPInvokerProxyHA. May be others as well. View the original post :

[JBoss-user] [Beginners Corner] - Re: Upgrading to 4.0.3 got ClassNotFoundException

2006-01-17 Thread PeterJ
See http://jira.jboss.com/jira/browse/JBAS-1970 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917932#3917932 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917932 -

[JBoss-user] [Beginners Corner] - Re: Upgrading to 4.0.3 got ClassNotFoundException

2006-01-17 Thread txie2000
I mean NoClassFoundError, not ClassNotFoundException View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917930#3917930 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917930

[JBoss-user] [Beginners Corner] - Upgrading to 4.0.3 got ClassNotFoundException

2006-01-17 Thread txie2000
I have an application was deployed on Jboss 4.02. it was running fine. I'm upgrading to Jboss 4.0.3SP1. I got the ClassNotFoundException on a dom4j class which is needed in my deployable SAR. 2006-01-17 10:19:22,803 WARN (ServiceController.java:435) - Problem starting service com.mydomain:ser

[JBoss-user] [JBossWS] - Getting Started with JBossWS

2006-01-17 Thread esvehla
Can someone point me to where to get JBossWS? I was not able to find any code at jboss-head. Also how best to keep track of the project? Any pointers appreciated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917928#3917928 Reply to the post : http://www

[JBoss-user] [Clustering/JBoss] - Re: RetryInterceptor +jboss-4.0.1

2006-01-17 Thread [EMAIL PROTECTED]
The RetryInterceptor was first included in 4.0.2RC1. You could try downloading the 4.0.1 src and getting the class from CVS for 4.0.2 (it's in the server module) and rebuilding JBoss. Once you've done that the affected jar is jboss.jar; that's the one you'd want to integrate into your real JBo

[JBoss-user] [EJB 3.0] - Re: SLSB as a client

2006-01-17 Thread [EMAIL PROTECTED]
I think you can use the jar-file part of the persistence.xml to point to another jar file View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917926#3917926 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917926 --

[JBoss-user] [JBossWS] - Re: Help deploying a web service

2006-01-17 Thread brianhks
I messed up my namespace in the webservices.xml file. I fixed it but it still will not work Hers is the fixed webservices.xml | http://java.sun.com/xml/ns/j2ee"; | xmlns:impl="http://www.lingotek.com"; | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLocati

[JBoss-user] [EJB 3.0] - Re: SLSB as a client

2006-01-17 Thread amdonov
That should work for my particular case. Just out of curiosity, what would one do for 3.0 entities? Will they cause the same problem? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917924#3917924 Reply to the post : http://www.jboss.com/index.html?module=b

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: DetachedCriteria Query

2006-01-17 Thread Shinerella
Remark: In debugging time into the first step getSearchCriteria() what happens is the following My "contains" variable has a string value: "DEPP" , so it seems to go ok adding the restriction, and it also returns me that "searchCriteria" . View the original post : http://www.jboss.com/inde

  1   2   3   >