[jboss-user] [JBoss Seam] - Testing pages within JBoss / Seam

2006-08-22 Thread SmokingAPipe
I'm sure all of us have heard of the PHP development cycle: you run httpd/php on your computer, you go into the htdocs directory, you edit the file, you hit reload, you tweak something, you hit reload again, etc. As horrible as PHP is, that does give you a quick testing loop. How can I do some

[jboss-user] [JBoss Seam] - Re: Gavin ?

2006-08-22 Thread lcoetzee
Welcome back. Hope you had an excellent rest ! Looking forward to see what you have planned for Seam next ;-) L View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966878#3966878 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[jboss-user] [JCA/JBoss] - Re: How to configure JBoss with MS SQL Server

2006-08-22 Thread jovi_iits
Tried to use below configuration for MSSQL 2005 with sqljdbc.jar and did succesfull: | | | MYDATASOURCE | | jdbc:sqlserver://my-server;databaseName=MYDATABASE;SelectMethod=cursor | | com.microsoft.sqlserver.jdbc.SQLServerDriver | user |

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: org.hibernate.MappingException: Unknown entity

2006-08-22 Thread tahirakramch
I also have included my mapping resource but getting the same error enity not found I also want to ask one question when I double click on Console Configuration node it giv me exceptions of ERROR main org.hibernate.hql.PARSER - :0:0: unexpected end of subtree does my entity not bound mapping

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: JBoss 4.0.2, EJB QL and Left join problem

2006-08-22 Thread SchlauFuchs
Sorry, didn't work: 08:26:01,002 INFO [STDOUT] org.jboss.ejb.plugins.cmp.ejbql.ParseException: Encountered "RIGHT" at line 1, column 62. Was expecting one of: "," ... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966875#3966875 Reply to the post

[jboss-user] [JBoss jBPM] - Re: jbpm bpel problem with doc/lit format.

2006-08-22 Thread powerpunch
Hi alex, when can we expect beta2 ?? nd am still working on the above problem. :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966874#3966874 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3966874

[jboss-user] [JBoss Getting Started Documentation] - Re: How do you run app in a Ear file that has a application-

2006-08-22 Thread a.rubalcaba
Is there a way to call an EJB from a Standalone Java Application from within Eclipse? Say I have a HelloWord Bean that outputs a simple Say Hello World Message. Is there a way to create a Java Client Application and test it from within Eclipse as a Standalone Java App that calls that Beans? V

[jboss-user] [Installation, Configuration & Deployment] - Could not restore ejb timers

2006-08-22 Thread akhilachuthan
what is this error- "Could not restore ejb timersRuntimeMBeanException: null Cause: java.lang.NullPointerException" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966871#3966871 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[jboss-user] [JBoss Portal] - Getting

2006-08-22 Thread zerrt
Portal 2.4 CR-3 JBoss AS 4.0.4 Windows XP Hypersonic default db installed using JEMS-installer 1.2.0 BETA I am getting a "validation error" whenever I try to click on a window object in the management portlet. The error appears in the portlet view as a red line of text. Has anyone ever seen th

[jboss-user] [JBoss Seam] - Re: proper usage of persistencecontexts/entitymanagers

2006-08-22 Thread balamg
I did observe some queer behavior as I progressed and your reply definately saved me some time. It would be of great help to get clarifications for the following as well. Whether the underlying PCs are the same in the following scenarios : One SFSB with extended PC invoking another SFSB with ex

[jboss-user] [Beginners Corner] - Unable to get timer handles for containerId: jboss.j2ee:jndi

2006-08-22 Thread akhilachuthan
im trying to access my database thru ejb.. im using jboss-4.0.4.CR2.. but while starting the server im getting an error like --"Unable to get timer handles for containerId: jboss.j2ee:jndiName=Statustable,service=EJB" where Statustable is an oracle database table created by

[jboss-user] [JBoss Seam] - Invitation to try new Seam authentication features

2006-08-22 Thread sbryzak2
I'd like to invite people to try out (and hopefully provide some feedback) on the security features that are currently under development in CVS. At this stage the authentication features are in a usable form and the next step is to determine the best way to implement authorization. I've been k

[jboss-user] [JBoss Seam] - Re: Praise for Seam

2006-08-22 Thread SmokingAPipe
I also worked on this some. I did some annotations for it, but never really got it where I wanted it to. I may try again. That would be so cool to have. I spend too much time laying out forms. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966866#3966866

[jboss-user] [JBoss Seam] - Re: When are components created?

2006-08-22 Thread [EMAIL PROTECTED]
STATELESS components are created every time they are used, not EVENT components :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966865#3966865 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3966865 __

[jboss-user] [JBoss Seam] - Re: Praise for Seam

2006-08-22 Thread [EMAIL PROTECTED]
"SmokingAPipe" wrote : | The one thing I find I need the most though is automatic form generation. The reason is: The current business cycle for web development is people want a demo / prototype FAST. They want to see something working right away. Some annotations that would let me quickly

[jboss-user] [JBoss Seam] - Re: Eliminating code redundancy + suggestion for DataModel a

2006-08-22 Thread [EMAIL PROTECTED]
NOte that Seam 1.1 will include a crud framework that eliminates much of the redundancy. I just havn't finished working on it yet (got interrupted by vacation). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966863#3966863 Reply to the post : http://www.jbo

[jboss-user] [JBoss Portal] - Re: Getting a preference value

2006-08-22 Thread [EMAIL PROTECTED]
Which version of Portal is this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966862#3966862 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3966862 ___ jboss-user mailing lis

[jboss-user] [JBoss Seam] - Re: Why is there a FacesContext in org.jboss.seam.core?

2006-08-22 Thread [EMAIL PROTECTED]
"SmokingAPipe" wrote : I'm confused. If I want to use a context to send messages, do I use the javax.faces.FacesContext, or org.jboss.seam.core.FacesContext? I can't see any info about when and why org.jboss.seam.core.FacesContext would be used. | | Thanks | org.jboss.seam.core.Faces

[jboss-user] [JBoss Seam] - Re: Developing a very simple action

2006-08-22 Thread [EMAIL PROTECTED]
Note that the reason Seam does not blow up with an exception is that the jndiPattern is NOT required in all cases. You can use only JavaBean components. Or you can use @JndiName. Still, a warning would not hurt. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

[jboss-user] [JBoss Seam] - Re: validate and ValidateAll tags question

2006-08-22 Thread [EMAIL PROTECTED]
just put the cancel button outside of the f:form View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966858#3966858 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3966858 ___ jboss-

[jboss-user] [JBoss Seam] - Re: Can I use the EJB 3.0 extensions?

2006-08-22 Thread [EMAIL PROTECTED]
I have not tried to use these things together, but they may work. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966857#3966857 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3966857 _

[jboss-user] [JBoss Seam] - Re: UI Labels and displaying the hash sign #

2006-08-22 Thread [EMAIL PROTECTED]
I believe I already made this more robust in CVS. Try a current CVS build. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966856#3966856 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3966856

[jboss-user] [JBoss Seam] - Re: Seam mailer component

2006-08-22 Thread [EMAIL PROTECTED]
Pete, is all this linked from the Seam wiki? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966855#3966855 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3966855 ___ jboss-us

[jboss-user] [JBoss Seam] - Re: No active conversation context after an Exception

2006-08-22 Thread [EMAIL PROTECTED]
Set org.jboss.seam.core.init.myFacesLifecycleBug=false for 1.1.3 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966854#3966854 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3966854 __

[jboss-user] [JBoss Portal] - Re: Getting a preference value

2006-08-22 Thread bwessel
darn, my portlet-instances.xml info didn't come out. I'm putting a tag after the tag inside the tag. The preferences tag looks like this \ \ \resultsxml\ \C:/Jobs/ProHealth Care/HTML/medPatientSearch/webapp/WEB-INF/jsp/resultsdisplay.xsl\

[jboss-user] [JBoss Seam] - Re: Auto Refresh Portlet & Seam

2006-08-22 Thread chuaky
dear all, Any advise on this issue is very much appreciated. I'm lost on how to do this. Thank you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966852#3966852 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3966852 _

[jboss-user] [JBoss Portal] - Getting a preference value

2006-08-22 Thread bwessel
I am having trouble retrieving a preference value. My portlet-instances.xml file looks like this: MRNInstance HealthCareMRNSearch resultsxml C:/Jobs/Health Care/HTML/medPatientSearch/webapp/WEB-INF/jsp/re

[jboss-user] [JBoss Seam] - Re: proper usage of persistencecontexts/entitymanagers

2006-08-22 Thread [EMAIL PROTECTED]
No, the PC will only be the same if you call the SLSB from the SFSB. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966850#3966850 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3966850 __

[jboss-user] [JBossWS] - Deployment error - JBossWS with JBWS181HelloWorld

2006-08-22 Thread moonfoong
Hi, FYI, i try out the sample program in JBossWs in http://wiki.jboss.org/wiki/Wiki.jsp?page=JBWS181HelloWorld, and i found an error during delpoyment. Error Description: 10:05:44,481 ERROR [MainDeployer] Could not create deployment: file:/home/moon/jboss-4.0.4.GA/server/wstest/deploy/test.

[jboss-user] [JBoss Seam] - Re: EntityManager: For newbies or to close gaps in your know

2006-08-22 Thread [EMAIL PROTECTED]
About EntityManager.getDelegate(): http://jira.jboss.com/jira/browse/EJBTHREE-687 This means that this code will soon work everywhere: Session s = (Session) em.getDelegate(); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966848#3966848 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Gavin ?

2006-08-22 Thread [EMAIL PROTECTED]
I'm back now :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966846#3966846 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3966846 ___ jboss-user mailing list jboss-user@lis

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Synchronizing MessageDrivenContext

2006-08-22 Thread amadeuz
Sorry forgot to mention that I'm using: - JBoss 3.2.8SP1 - Hibernate 3.0 - JBossMQ Queue, async processing with MDB (onMessage()) Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966845#3966845 Reply to the post : http://www.jboss.com/index.html?modul

[jboss-user] [Messaging, JMS & JBossMQ] - Synchronizing MessageDrivenContext

2006-08-22 Thread amadeuz
I have an issue of JBoss terminating (rolling back) the context of the message driven bean when large amount of MDB instances are actively processing the message and gives me the following exceptions: Caused by: org.hibernate.TransactionException: could not register synchronization with JTA Tra

[jboss-user] [JBoss Portal] - Re: Best way to learn

2006-08-22 Thread danny_hon
The CustomPortletRequestProcessor does work. Thanks a million! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966843#3966843 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3966843 ___

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Auto-increment PK with Hypersonic, can you review my cod

2006-08-22 Thread marcin_22_wolf
Hi!!false may cause some problems when you use another data base.For example in your code if you use Mysql you must write: 1.true 2. is of course for Hypersonic! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966842#3966842 Reply to the post : http://www.j

[jboss-user] [JBoss/Spring Integration] - Re: Spring and EJB3 EntityManager

2006-08-22 Thread vitarara
My appologies for the double post. I forgot the code tags. So, has anyone gotten this working? I tried adding: | | | type entries to my persistance.xml file, but the EntityManager and the factory are not being exposed via jndi. Thanks, Mark View the original post : http://www.jb

[jboss-user] [JBoss/Spring Integration] - Re: Spring and EJB3 EntityManager

2006-08-22 Thread vitarara
So, has anyone gotten this working? I tried adding: type entries to my persistance.xml file, but the EntityManager and the factory are not being exposed via jndi. Thanks, Mark View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966840#3966840 Repl

[jboss-user] [JBoss Messaging] - Re: Failed to remove delivery Delivery

2006-08-22 Thread [EMAIL PROTECTED]
Just noticed you're running old code: ChannelState.java:312 ChannelState does not exist in CR4 anymore. Try to upgrade and see if the problem persists. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966839#3966839 Reply to the post : http://www.jboss.com/ind

[jboss-user] [JBoss jBPM] - Easy One : Creating Testcase Swimlane Assignments

2006-08-22 Thread JerWah
Ok, I apologize in advance. I have been searching around for hours and haven't come up with anything, since this has got to be something easy, I can only conclude that I am being stupid. So I am trying to setup a very simple Junit testcase for a process which includes a couple of task nodes a

[jboss-user] [JBoss/Spring Integration] - JNDI implementation returned null used Jboss jndi

2006-08-22 Thread chikai_sz
Jboss version: jboss-4.0.3SP1 Spring version: 1.2.6 Hibernate version: 3.0.5 I configured the mysql-ds.xml in Jboss deploy directory which had deployed my application: mysql-ds.xml -> jdbc/plato jdbc:mysql://localhost:3307/plato com.mysql.jdbc.Driver root root

[jboss-user] [JBoss jBPM] - first deployment problems

2006-08-22 Thread maddogmooney
newbie warning: i've been going through the docs and example webapp for a while now, and i've held off on other questions to rtfm... but i can't figure this one out as it seems to be different in the latest version compared to the getting started wiki. i've created a reasonably simple process a

[jboss-user] [JBoss Portal] - Re: Best way to learn

2006-08-22 Thread danny_hon
I found out what's wrong with the setAttribute. It was because I missed the struts-portlet-config.xml file. Once I specified the attribute names in that file, the request.setAttribute(...) works. However, the error handling is still not working. In the ActionForm's validate() method, I have

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBoss Eclipse IDE 2.0.0.Alpha released! - NOT WORKING

2006-08-22 Thread gduan2000
"[EMAIL PROTECTED]" wrote : Right click on the .ear and select run as -> run on server | | Then select the jboss server. This trick works great! Thanks!!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966833#3966833 Reply to the post : http://www.jbo

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

2006-08-22 Thread tallesbrito
probably, a XML declaration file with declarative configurations see the JBossWS User Guide. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966831#3966831 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3966831 _

[jboss-user] [JBossCache] - Is TreeCache Serializable?

2006-08-22 Thread suppyam
Is it??? If it is not, does that mean I cannot use JBoss Caching OUTSIDE of an application server? Currently, here is the error that I get when I do execute it out of an app server - | Caused by: javax.naming.ConfigurationException [Root exception is java.rmi.MarshalException: error marshal

[jboss-user] [JBossWS] - WS Security

2006-08-22 Thread EstrellaRichardson
I am trying to secure my jsr181 endpoints via WSSecurity. I have followed the instructions as given in the wiki but when I access my services with an unsigned client it works. I would expect a security error, instead on the server I get the following message [warn,WSSecurityHandler] --> Cann

[jboss-user] [JBoss Portal] - Re: hibernate.ByteArrayBlob ArrayIndexOutOfBoundsException

2006-08-22 Thread PeterJ
See http://www.jboss.com/index.html?module=bb&op=viewtopic&t=88153 I tried a search on ArrayIndexOutOfBoundsException but didn't get any hits! It would help if we could search on long exception names. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966826#396

[jboss-user] [JBoss Seam] - Re: Accessing cookies

2006-08-22 Thread SmokingAPipe
Actually, this question doesn't make sense. Direct access to cookies doesn't make much sense within Seam. It's an HTTP thing. I use the external context and getCookieMap. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966825#3966825 Reply to the post :

[jboss-user] [Security & JAAS/JBoss] - Re: session timeout does not invalidate the SSO

2006-08-22 Thread [EMAIL PROTECTED]
The SingleSignOn valve doesn't have any simple hooks for tracking this. There may be a couple of hackish ways to get what you want: 1) Subclass SingleSignOn and override register() and deregister() to add the notifications you want (haven't looked closely; there may be other methods you need t

[jboss-user] [Installation, Configuration & Deployment] - Re: SQL 2000

2006-08-22 Thread dcompton
I'm sorry to say that I haven't gotten that far yet. I have LiveCycle installed using the default "turnkey" installation mode (which I won't be able to use in production) and the PDF Generator is working OK. I have found a copy of files that it has had difficultly converting Our SQL server i

[jboss-user] [JBoss Seam] - Accessing cookies

2006-08-22 Thread SmokingAPipe
I know that I can get cookies by going through the context to get the original HttpServletRequest and then getting cookies from that, but I'm wondering, is there a more Seam-style way of doing that? I just need to get a value out of a cookie. View the original post : http://www.jboss.com/ind

[jboss-user] [JBoss Seam] - J2ee application to Seam Application communication by HttpS

2006-08-22 Thread nicola9000
I have a traditional X.ear application Now i have a new Y.ear seam application. X put an Object OB in HttpSession. Than i launch Y from a normal menu. How can i get the OBject OB from the HttpSession in a stateless action component of my seam application ? Thanks View the original post : h

[jboss-user] [JBoss Portal] - hibernate.ByteArrayBlob ArrayIndexOutOfBoundsException

2006-08-22 Thread AndrewBoyd
Hi All, I'm trying to install but I'm getting the following exception when I startup: | 17:48:09,078 WARN [TxConnectionManager] Connection error occured: [EMAIL PROTECTED] mc=org.jboss.resource.adapter | [EMAIL PROTECTED] handles=1 lastUse=1156283289031 permit=true trackByTx=true [EMAIL P

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Join Fetch returning cartesian product

2006-08-22 Thread Holy Joe
It does seem strange. In SQL, if there are no NULL results for the right relation, a LEFT OUTER JOIN produces the same rows as the INNER JOIN. You'd think that the two should produce the same Objects in EJB QL. Is there anyone in the upper echelons of those defining the specs who can explain

[jboss-user] [JBoss Portal] - Re: Problem about Management Portlet

2006-08-22 Thread bmk
I had a look at server.log but the only errors I found are those I put in my post. Very strange. Thank you for your help. Brice View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966816#3966816 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[jboss-user] [JBoss Seam] - Re: Application Permissions

2006-08-22 Thread petemuir
Well somewhere along the line you need to map the user to a permission (e.g. Peter is allowed to view the credit card details of all users). So we group the permission information somehow (e.g. credit-card-viewers are allowed to list the users of the system), this is the JAAS role. Then we thin

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Join Fetch returning cartesian product

2006-08-22 Thread darrenclarke
Ah - I missed that - thanks for digging that out for me. I think you're right - it would seem that it's the defined behaviour, though it seems a strange way to go about things. At least I know I'm not going mad now! Thanks Darren View the original post : http://www.jboss.com/index.html?module

[jboss-user] [Management, JMX/JBoss] - Class loader log...

2006-08-22 Thread Doug.Palmer
Hello again I have configured log4j to log the class loader. Then I started jboss with my MBean deployed. Then I redeployed my MBean; this generates the error. Then I shutdown jboss. The resulting log file can be found here: http://rookhope.ncl.ac.uk/ucl.log.txt Does this help? Regards Dou

[jboss-user] [JBoss jBPM] - jBPM with Oracle: How to insert auto generated values for Pr

2006-08-22 Thread Anandnatraj
I am using Oracle integration with jBPM. And when I am trying to deploy a newly created process in the Oracle through Eclipse, my server is throwing the exception, "cannot insert null into (JBPM_PROCESSDEFINITION.ID_)." It is evident that the same process is perfectly getting uploaded in HSQDB.

[jboss-user] [JBossWS] - OASIS WS-Security or W3C DSIG Extensions

2006-08-22 Thread tallesbrito
Hi, I want to implement a simple message level security (inserting security informations inside SOAP message) (I don't want use JBossWS security for this or any other specific security tool). My message will contain signature informations inside SOAP Header. What syntax specification I should

[jboss-user] [JBoss Seam] - Re: MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM

2006-08-22 Thread Holy Joe
I'm not sure, but it seems that you named you datasource jdbc/app_crpgs but the configurations of the mbeans still refer to DefaultDS. Try either renaming your datasource to DefaultDS, or editing all the references to DefaultDS in all the xml files in conf/ and deploy/ to match your chosen nam

[jboss-user] [JBoss Portal] - Re: Problem about Management Portlet

2006-08-22 Thread [EMAIL PROTECTED]
Can you look into the server.log to see if there is any error? The Facelet error on the console can be ignored. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966808#3966808 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Join Fetch returning cartesian product

2006-08-22 Thread Holy Joe
>From the EJB 3 Java Persistence API doc: anonymous wrote : | SELECT d | FROM Department d LEFT JOIN FETCH d.employees | WHERE d.deptno = 1 | | A fetch join has the same join semantics as the corresponding inner or outer join, except that the related | objects specified on the right

[jboss-user] [JBoss Portal] - Re: Problem about Management Portlet

2006-08-22 Thread bmk
Hi Rali, Thank you very much for your rapid response. I am on Suse 10.1 with Firefox 1.5.0.4, Opera 9, Konqueror 3.5.1. I try with all these browser. But no chance. I have cleared the cache, I have relaunched the server, but the problem remains. Same error message! Hmm, I have no clues. Cordi

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Persistence Manager Exception

2006-08-22 Thread Holy Joe
Try replacing the PersistenceContext annotation with | @PersistenceContext(unitName="BeanExamples") | We had the same error message, and that made it go away, although I don't know why. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966805#3966805 Re

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: JBoss 4.0.2, EJB QL and Left join problem

2006-08-22 Thread Holy Joe
I have no idea if this will work, or even if it's legal HQL, but the first thing I would try is | SELECT OBJECT(o) FROM ChargingPoint AS o, IN(o.history) AS h RIGHT JOIN SubNetwork n | WHERE h.isActive = true | AND h.beginDate <= ?2 AND (h.endDate IS NULL OR h.endDate > ?2) | AND

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Servlet is not displaying

2006-08-22 Thread tdavisjr
Ok. My goodness. I feel like a dope. Actually, I was actually accessing the servlet via: http://localhost/testservlet/TestServlet, under Tomcat however, when I migrated to JBoss I typed the servlet mapping in all lowercase when it should have been in Pascal Case. So, I go a 404 error and I thou

[jboss-user] [JBoss Portal] - Re: Problem about Management Portlet

2006-08-22 Thread [EMAIL PROTECTED]
Brice, I couldn't reproduce your errors - when I login, I can expand the root and view the default portal, and its pages. Could you try clearing your browser cache or restarting the server? rali View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966799#3966799

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Servlet is not displaying

2006-08-22 Thread PeterJ
Actually, I am surpRised that it worked under Tomcat, you should have seen the directory listing there also. Or did you, by any chance, place the testservlet directory under ROOT? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966796#3966796 Reply to the pos

[jboss-user] [JBoss Portal] - Problem about Management Portlet

2006-08-22 Thread bmk
Hi, I am running Jboss Portal 2.4 GA and login as "admin". And I have the problem to expan the "root" tree , so I cannot access any portal page. Here below are the errors messages when I click to expand the tree. I have not this problem with the version Portal 2.4 CR3. Thank you for your help.

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Servlet is not displaying

2006-08-22 Thread tdavisjr
Worked like a charm. Thank you. Do you have any idea why this wasn't required for Tomcat configuration? Is it because of a different root context? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966793#3966793 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [JBossWS] - Many JBossWS links Are Bad

2006-08-22 Thread jiwils
Many of the JBossWS site links are bad. In many cases, this is because the links do not include the /portal/ context prefix in the link (adding this appears to return what is expected in most cases). Furthermore the links to the forums from the www.jboss.org main page under developer resources

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Recovering from non-managed changes to database

2006-08-22 Thread Holy Joe
I have some entities that are in many-to-many, bidirectional relationships with very large numbers of other entities (millions). Deleting one of them the naive way (walking through all the related entities and remove()-ing it from their collections) is not feasible, so I used a native SQL query

[jboss-user] [JBoss Seam] - Re: Entities with one/many_to_many relationships and SEAM

2006-08-22 Thread petemuir
If you can convert the example included to use Glassfish/1.2 such that it deploys on JBoss (as installed by the JEMS installer) with 'ant deploy', and detail whether I need to alter anything in the JBoss setup I'll try to take a look. No promises on when though :( View the original post : http

[jboss-user] [JBoss Seam] - Re: Application Permissions

2006-08-22 Thread buddy1974
"petemuir" wrote : | Isn't this just a semantic mismatch? If you consider a JAAS role as a Permission, then have Group(s) of Permission(s) (JAAS roles), and place in a User in a group then IMO you have solved the mismatch. | Ok, so I have groups of roles, and groups of users, how would I

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Ports of JMS

2006-08-22 Thread genman
There are three transports, depends on which you use. UIL2 is default. You need UIL2's and JNDI's I bet. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966789#3966789 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39

[jboss-user] [JBossCache] - Standalone applications and JBoss Cache

2006-08-22 Thread suppyam
Here is my scenario: 1. I have a standalone java application that uses weblogic-connection pooling and the JBoss Cache for my data. 2. I therefore start my weblogic server (and therefore my connection pool is deployed). Please note that my application is not deployed - it is a standalone after a

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Servlet is not displaying

2006-08-22 Thread PeterJ
You need to either add a welcome-file-list to your web.xml: | TestServlet | or use the following url: http://localhost:8080/testservlet/TestServlet View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966785#3966785 Reply to the post : http://www.j

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Service Layer Session Factory, JNDI and local

2006-08-22 Thread jfrankman
We are just getting started creating a web application using hibernate. Initially, we mapped our pojo's, and created a services layer that utilizes the Session factory based on the ThreadLocal pattern. With this cofiguration, we were able to run tests locally on my development PC to make sure th

[jboss-user] [JBoss jBPM] - Re: jbpm bpel problem with doc/lit format.

2006-08-22 Thread [EMAIL PROTECTED]
Two clues: a) read the manual b) search the forum (terms: bpel processdefinition.xml) :-) Not enough? Alright... see BPEL-deployment View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966783#3966783 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Servlet is not displaying

2006-08-22 Thread tdavisjr
Directory structure: root-dir - testservlet.war dir - WEB-INF | dir - classes | dir - test |- TestServlet.class |- TestServlet.java - web.xml And contents of web.xml are: http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-in

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Servlet is not displaying

2006-08-22 Thread PeterJ
What are the contents of the testservlet.war directory and of the testservlet.war/WEB-INF/web.xml file. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966779#3966779 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=396677

[jboss-user] [Management, JMX/JBoss] - More information...

2006-08-22 Thread Doug.Palmer
It looks like this is a class loader problem. The MBean manages to read a .properties file from the fuse package but can't load classes from the same package. I can manufacture the same stack trace on first deploy of the MBean if I don't add the fuse package classes to the jar file. If I don'

[jboss-user] [EJB 3.0] - Version is not updated

2006-08-22 Thread treespace
Merge an entity whose @Value column is 100 and the database shows 101 as expected. Unfortunately the entity returned by em.merge still has value 100. Moreover, calling em.refresh returns an enitity whose value is still 100 even though the database clearly has 101. Consequently, trying to re-save

[jboss-user] [Clustering/JBoss] - Re: JBOSS 4.0.4 GA clustering problem

2006-08-22 Thread [EMAIL PROTECTED]
You need to deploy your EJB on all nodes to get clustering behavior; @Clustered doesn't do that for you. If there isn't one already, please raise a JIRA issue, JBoss Application Server project, Installer component re: the missing farm service from the "ejb3 clustered" option. To manually add f

[jboss-user] [JBoss Seam] - Re: Entities with one/many_to_many relationships and SEAM

2006-08-22 Thread trouby
Petemuir, how things going? Well, yeah, seems like it doesnt work with JSF1.2, Damn, is there any work arounds for this? I dont think I have the skills to check why it fails with JSF1.2, especially when everthing I use is kinda compiled :) Well, is there any work arounds to use meanwhile? or so

[jboss-user] [Clustering/JBoss] - JBOSS 4.0.4 GA clustering problem

2006-08-22 Thread neiliusmaximus
I've installed JBOSS 4.0.4 GA using the "ejb3 clustered" option. The server runs on two machines, and the cluster seems to be created successfully (membership changes are visible in the server output). I'm trying to deploy a simple stateless session bean to the cluster. It runs locally. The cla

[jboss-user] [Advanced Documentation] - session timeout does not invalidate the SSO

2006-08-22 Thread mtolbert
I am using JBoss SSO on an application that consists of multiple WAR's and the application needs to track when a users session (SSO) is created and destroyed. I have implemented an HttpListener and defined it in web.xml. Unfortunately, when one webapp (WAR) session invalidates/times out it doesn

[jboss-user] [EJB 3.0] - Re: Container will hang when persisting a large number of ob

2006-08-22 Thread pash_ka
I have a simmilar problem... I'm inserting about 12 000 Entities in the DB, and after about 8000 it craches thithe the same "Cannot open connection" exception. The problem is, that connection is obtained and released for each call to persist(). See hibernate log: | 2006-08-22 21:50:44,889 DEB

[jboss-user] [JBoss jBPM] - Re: jbpm bpel problem with doc/lit format.

2006-08-22 Thread powerpunch
one more thing alex...i get the following error while generating bpel service through ant generate-service...ne clues on this?? Buildfile: build.xml pack-definition: generate-service: [servicegen] Aug 22, 2006 11:25:03 PM org.jbpm.JbpmConfiguration getInstance [servicegen] INFO: using jbpm conf

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBoss Eclipse IDE 2.0.0.Alpha released! - NOT WORKING

2006-08-22 Thread [EMAIL PROTECTED]
Right click on the .ear and select run as -> run on server Then select the jboss server. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966765#3966765 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3966765

[jboss-user] [JBoss jBPM] - Re: jbpm bpel problem with doc/lit format.

2006-08-22 Thread powerpunch
thnks alex, so u mean... as of now...whn i invoke my bpel process, the imput variables must ne in the rpc/lit form...but the bpel process might call other web services which are in the doc/lit format rite?? i have the jbpm-bpel beta1 edition...thr have been no later editions rite? thnks for th

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBoss Eclipse IDE 2.0.0.Alpha released! - NOT WORKING

2006-08-22 Thread gduan2000
"kristof_taveirne" wrote : Hi, | Can somebody explain me how deployment should be done now with this new version? | | with Eclipse 3.1.2 I used to have a menuitem when i click on the .ear file: Deploy to ... | | With the jBoss IDE 2.0.0a I can't find a way to deploy to my server. |

[jboss-user] [JBoss jBPM] - Re: jbpm bpel problem with doc/lit format.

2006-08-22 Thread [EMAIL PROTECTED]
anonymous wrote : as does the code for . I forgot I can't write tags at all. I meant, the code for the invoke activity. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966762#3966762 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[jboss-user] [EJB 3.0] - update to Hibernate 3.2cr3

2006-08-22 Thread pash_ka
I could not find update for Hibernate 3.2cr3 so tried to do it myself. There are 2 files needed for update - hibernate3.jar in lib dir and hibernate-client.jar in client dir. The first one is available from http://sourceforge.net/project/showfiles.php?group_id=40712&package_id=127784&release_id=4

[jboss-user] [JBossCache] - Re: Blob balancer using cache - concept help

2006-08-22 Thread [EMAIL PROTECTED]
"zambak" wrote : | | 1) Since image will be uploaded and stored in the DB via admin part, can I use the same BLOB column when I configure JDBC based cache loader. I mean are the BLOBs compatible (as in case with File cache loader the map is serialized so image file and cached file are not

[jboss-user] [EJB 3.0] - ActivationConfigProperty not taking effect

2006-08-22 Thread rak0t
Hi, i am trying to deploy an MDB which is going to use a custom JMS Provider adapter which i binded to JNDI Here is my MDB: | @MessageDriven(name="WSMQEchoMDB", activationConfig = | { | @ActivationConfigProperty(propertyName="messagingType", propertyValue="javax.jms.MessageListener"

[jboss-user] [JBossCache] - Re: Cannot Handle _put

2006-08-22 Thread [EMAIL PROTECTED]
You need to use Hibernate's OptimisticTreeCacheProvider (new in Hib 3.2.0) if you wish to use Optimistic Locking in JBC. I'd also recommend upgrading to Hibernate 3.2.0.cr3 - see http://opensource.atlassian.com/projects/hibernate/browse/HHH-1796 View the original post : http://www.jboss.com/i

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Minimal Web Server in JBoss

2006-08-22 Thread tool
Hi all. I am trying to use the JBoss minimal configuration to make the smallest possible app server that will support servlets and JSP's. Does anyone know what components and libraries I need to do this? I am currently working on this myself, and anything anyone can tell me to speed up the proce

[jboss-user] [Remoting] - Re: How to unregister a ServerInvoker?

2006-08-22 Thread [EMAIL PROTECTED]
Since are creating the Connector via code, will also need to call stop() and destroy() on Connector when done using it (i.e. have a stopServer() method to do this that gets called when your app is undeployed). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=39

  1   2   3   >