[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Finding

2006-10-16 Thread mrh
"jaikiran" wrote : anonymous wrote : Finding "jboss.home.dir" server variable in a jsp file? | | System.getProperty("jboss.home.dir"); | | Hi Jaikiran The variable JBOSS_HOME, is not a system variable, it is used only in jbossAS. It is my problem. I can set it as a system variable

[jboss-user] [Installation, Configuration & Deployment] - Re: problem with connecting to jboss through Internet

2006-10-16 Thread martacv
"telnet host 1099" do: ¼Ýsr?java.rmi.MarshalledObject|¢?ùÝc³>??I?hashlocBytest?[BobjBytesq~?xp÷ ?apur?[B ?°TÓ?xp?¼Ýsr org.jnp.server.NamingServer_Stub??xrjava.rmi.server.RemoteStubÚ???ï e?xr?java.rmi.server.RemoteObjectËa?æ

[jboss-user] [EJB 3.0] - Re: Problem with starting/stoping an EJB3 module from JMX co

2006-10-16 Thread sebciar
I found the solution. In fact, it is a bug in the EJB3.0 implementation. It has been fixed in the EJB3.0RC9 version. http://jira.jboss.com/jira/browse/EJBTHREE-628 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978696#3978696 Reply to the post : http://www.

[jboss-user] [Beginners Corner] - Splitting workload between servers

2006-10-16 Thread davidjterry
I need to split a work load between 2 or more JBoss servers. Each "task" is represented by an entry in a DB table (could be 10-1000 entries). I'm not sure if I should load each into a stateful bean on clusterized servers or take another approach. Any pointers would be greatly appreciated. Tha

[jboss-user] [Installation, Configuration & Deployment] - Regarding the stringtemplate-2.3b6.jar while using drools

2006-10-16 Thread manishm77
Hi, I have deployed a servlet on the sun server 8.1. In the servlet i have put the code of building the package and firing the rules (this code uses drools api). We get the following error while running the servlet: |CharScanner; panic: ClassNotFoundException: org.antlr.stringtemplate.language.

[jboss-user] [JBoss Seam] - What is SeamExceptionFilter?

2006-10-16 Thread mnrz
Hi I want to know if we have to use this filter or this is optional. Is it right that if we dont use that filter, no Seam exception will be caught. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978693#3978693 Reply to the post : http://www.jboss.com/index

[jboss-user] [EJB 3.0] - Re: Where can I get the source code of jboss-ejb3.jar ?

2006-10-16 Thread sebciar
I found the sources on the Jboss AS repository in SVN. >From Tortoise SVN, I download sources easily http://wiki.jboss.org/wiki/Wiki.jsp?page=SubversionMigrationGuide According jboss-ejb3.jar sources, here is the svn url to get it: http://anonsvn.jboss.org/repos/jbossas/tags/JBoss_4_0_4_GA Be ca

[jboss-user] [Beginners Corner] - Re: Unable to deploy webservice in Jboss using netbeans IDE

2006-10-16 Thread scout1lacno
Im sorry, i tought you were trying to deploy an EJB apps. I havn't tried deploying webservice yet on JBOSS. However you can check on this site http://blogs.sun.com/blog/ Maybe that will help you. :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978691#

[jboss-user] [EJB 3.0] - Re: @PreDestroy not working..?

2006-10-16 Thread plexiq
Method annotated with @Remove isnt called either. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978690#3978690 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3978690 ___ jboss

[jboss-user] [Beginners Corner] - Re: Unable to deploy webservice in Jboss using netbeans IDE

2006-10-16 Thread trivedi
Its not a EJB application. its just a web application. Do u mean, netbeans 5.0 doesnt work with jboss? In the error msg, i have seen ClassNotFoundException, but the samething was working with Sun App Server. How it is possible? View the original post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [Beginners Corner] - Re: Unable to deploy webservice in Jboss using netbeans IDE

2006-10-16 Thread scout1lacno
Hi, Hello there... are you trying to deploy an EJB3.0 application? If so then download the Beta release of NetBeans.You can choose NetBeans 5.5 Beta 2 with JBOSS bundle.. I think NetBeans 5.0 is not compatible with JBOSS. I maybe wrong. View the original post : http://www.jboss.com/index.

[jboss-user] [Beginners Corner] - Unable to deploy webservice in Jboss using netbeans IDE

2006-10-16 Thread trivedi
Hi, I was facing issue in deploying the webservice in jboss using netbeans 5.0. The jboss version is jboss-4.0.4.GA. The error I was getting: org.jboss.ws.WSException: Cannot load java type: com.trivedi.WSTestSEI_testService_RequestStruct at org.

[jboss-user] [JBossWS] - How do you access UsernameTokens?

2006-10-16 Thread summer.hill
I want to access UsernameToken's that are provided by a .NET client (WSE2) to my JBossWS web service. I can't find any documentation on where the UsernameToken's actually end up in JBossWS once the SOAP messages bubble up the JBossWS Soap stack. Where do you access them from? If they are not

[jboss-user] [JBoss Messaging] - Equivalent of null persistence in Jboss Messaging

2006-10-16 Thread [EMAIL PROTECTED]
What is the equivalent of null persistence in JBoss Messaging. I don't want any persistence. In JBossMQ i could set up a null persistence View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978685#3978685 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [JBossWS] - Re: Problem using a .NET client with JBOSSWS 1.0.3

2006-10-16 Thread summer.hill
Yep, I get exactly the same thing for the .NET client I am using. In 1.0.3 you have to make sure that no Object parameters contain null properties. I'm rolling back to 1.0.2 as I type. James View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978684#3978684 Rep

[jboss-user] [Beginners Corner] - Re: Newbie Need Help :)

2006-10-16 Thread scout1lacno
Hi, Thanks for the reply. :) I have it running now. I reinstalled my JBOSS.. Reset the MySQL Datasources. and there it goes. It's ok for now... maybe patience is all that is needed. Thank you very much jaikiran, genman and among others.. Thankz :) Keith from the Philippines. View the or

[jboss-user] [JBoss Getting Started Documentation] - Re: Does anyone go through the Duke's Bank example in the Ge

2006-10-16 Thread psbase
"psbase" wrote : I've got exactly the same problem and I am stuck :-/ | Any help would be appreciated ;-) | | (Running JBOSS 4.0.4 GA with first patch) I don't know how I did, but the Problem is solved now. (probably restarted jboss) Still very confusing is: In the Logs I see "DEBUG" Mess

[jboss-user] [JBoss Getting Started Documentation] - Re: Does anyone go through the Duke's Bank example in the Ge

2006-10-16 Thread psbase
I've got exactly the same problem and I am stuck :-/ Any help would be appreciated ;-) (Running JBOSS 4.0.4 GA with first patch) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978681#3978681 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[jboss-user] [JBoss jBPM] - How to stop the SchedulerThread

2006-10-16 Thread john.rojas
I have been running a java based process that uses the ScheduLerThread to execute timers. new SchedulerThread().start() When the process completed, the SchedulerThread would continue running indefinitely, until I read a couple of posts and came up with this solution. I think it gets around an

[jboss-user] [JBoss Seam] - Re: Step-by-Step Seam Getting Started Guide

2006-10-16 Thread scofield
Hi,hatcheck I got same problems with you.And I did the same actions with yours,but with the first step i took it on the sampleWeb.When I run it,I didn't see any error message.Good luck View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978678#3978678 Reply to th

[jboss-user] [JBoss jBPM] - Jboss jBPM compatible with Apache Tomcat and mySQL?

2006-10-16 Thread onizuka82
Hello there, I am a newbie in here. I am currently doing my final year project for a sponsored based company. The company required me to develop a workflow system. The company want me to find an open source java and mySQL based workflow systems. Is it possible to use Jboss jBPM 3.x with mySQL

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Message Driven Beans reading messages before Application

2006-10-16 Thread hannwei
"genman" wrote : | You can add to your MDB so they don't start too soon. Check out the DTD. Thanks. Found the DeliveryActive tag in jboss_4_0.dtd. I added it with the value "false" to server/default/conf/standardjboss.xml: | | message-driven-bean | default |

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBoss Ide 2.0.0-Beta2 problem

2006-10-16 Thread justin033
"msell" wrote : Not sure how things got straightened out, but somehow restarting Beta 2, and working through the steps again worked. | | Everything appears to be working fine now - not quite sure why or how. I reproduced my steps from the first startup and the "finish" button was enabled th

[jboss-user] [EJB 3.0] - Re: How to lazily load collections?

2006-10-16 Thread ALRubinger
Hmm...this topic might have left the relevance of the original thread. Give me a shout at the contact info in my profile and we can discuss your concerns more specifically... S, ALR View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978674#3978674 Reply to the

[jboss-user] [JBossWS] - Problem using a .NET client with JBOSSWS 1.0.3

2006-10-16 Thread king_country2000
We have exposed a web service in JBOSS AS 4.0.4 GA using DOC/LITERAL/WRAPPED. We have a .NET client that accesses this web service. In JBOSSWS 1.0-GA this worked fine. We then upgraded to JBOSSWS 1.0.3-GA and now the same setup produces error messages: anonymous wrote : | | Caused by: org

[jboss-user] [Beginners Corner] - Re: JBoss jbpm compatible with mySQL and Apache?

2006-10-16 Thread onizuka82
Thanks for your reply. Is it possible to use Jboss jBPM with mySQL and Apache instead of hibernate and JBoss portal because the company wants only mySQL as it database and Apache Tomcat as it server. I have look through the Jboss jBPM product sheet and it say that Jboss jBPM is compatible with

[jboss-user] [EJB 3.0] - Re: How to lazily load collections?

2006-10-16 Thread michael.litherland
*sigh* Actually, I'm going to think outloud for a moment. If I have an entity EJB with, say, 20 fields, and I go with the flow and create a transfer object with a matching 20 fields I left with the tedious process of copying 20 fields back and forth every time I want to use the entity. Plus th

[jboss-user] [EJB 3.0] - Re: How to lazily load collections?

2006-10-16 Thread michael.litherland
Uh oh - exclamation points, now I *know* I'm doing something wrong. :) OK, without going too in depth here's the flow. I have a util class with static methods looking up the EJB3 stateless SBs: | Context c = new InitialContext(); | return (EntityLogicRemote) c.lookup("MyProject/EntityLogic

[jboss-user] [EJB 3.0] - Re: EJb 3.0 primary key loose ?

2006-10-16 Thread ojacobson
Try this: in the CustomerFacade: public Orders save(Orders orders) { | em.persist(orders); | return orders; | } Then your persist code looks like // make persistent | customer = customersFacade.save(customer); View the original post : http://www.jboss.com/index.html?module=bb&op=v

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging server cannot connect to Remote Messagin

2006-10-16 Thread [EMAIL PROTECTED]
We're currently debating what's the best way of going forward with Remoting (http://jira.jboss.org/jira/browse/JBMESSAGING-609). We'll publish the conclusion in a matter of days, you won't have to wait until Feb 07. We had problems integrating the multiplex support that's currently available in

[jboss-user] [EJB 3.0] - elements in persistence.xml

2006-10-16 Thread ojacobson
Why does JBoss try to resolve jar files mentioned in persistence.xml relative to $JBOSS_HOME/bin? | | java:/DefaultDS | entities.jar | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978666#3978666 Rep

[jboss-user] [JBoss jBPM] - issue with jbpm.sar (hot deploy)

2006-10-16 Thread wenbozhu
It doesn't seem to me that jbpm.sar is hot-deployable .. due to the embedded ehcache.jar (1.2.2 with AS 4.0.4), which fails to load any config xml after jbpm.sar is replaced. And if this is the case, then ehcache.jar should be deployed under "lib". However, I do like a self-contained sar (to e

[jboss-user] [EJB/JBoss] - Re: StatelessSession -> DAO leaves open transactions

2006-10-16 Thread wcydaip
Help!! Sal, I'm dyin over here. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978664#3978664 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3978664 ___ jboss-user mailing lis

[jboss-user] [JBossWS] - JWSDP 2.0 with JBoss 4.0.4 ?

2006-10-16 Thread hamptont
When using JBoss 4.0.3SP1 I used JWSDP 2.0 to generate the ties for my webservice. I would like to upgrade to using JBoss 4.0.4. When I deploy this same web service built, using JWSDP to JBoss 4.0.4, I get the following WARNINGS. The web service works, but these warnings concern me. 17:47:27,

[jboss-user] [EJB/JBoss] - Persistence of ejb timers

2006-10-16 Thread balteo
Hello, I am trying for my ejb timers to survive a server restart. I have this: | | | TimerSessionBean | TimerSessionBean | true | | | | However if I restart the server the timers are no longer executed. Can anyone help please? Thanks in ad

[jboss-user] [EJB 3.0] - Re: Local and Remote interfaces required in EJB3

2006-10-16 Thread [EMAIL PROTECTED]
anonymous wrote : | Wouldn't this be enough information for creating the client interface: | Um, with Intellij or Eclipse, its really easy to extract an interface. So instead of typing @LocalMethod, just let your ide create an interface for you. Easier, less typing. View the original

[jboss-user] [Beginners Corner] - Re: EL does not get picked up

2006-10-16 Thread PeterJ
I guess that I would need to see some of your code. Could you post a simple jsp that doesn't work? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978644#3978644 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3978644 ___

[jboss-user] [EJB 3.0] - Re: Local and Remote interfaces required in EJB3

2006-10-16 Thread esfahan
anonymous wrote : | Sounds like you'd just like an XDoclet-esque step for generating Java source before compilation? | Yeah, sounds like it. I hoped that there would be no need for XDoclet anymore with EJB3, but it seems there actually is. I guess 'my imaginary' annoatations would in th

[jboss-user] [Beginners Corner] - Re: EL does not get picked up

2006-10-16 Thread angbellavia
Yes, I am doing that. It still does not work. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978642#3978642 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3978642 ___ jboss-u

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - EJB3 MSSQL money type

2006-10-16 Thread marcinnowak
Hi, I have table that definition I cannot change and there is a column type "money". I have to map it somehow to EJB3 persistence. I tried double and BigDecimal but i doesn't work during deployment i get error "Wrong column type". My perssitence.xml has option validate - is there any way to m

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - howto? maually set PK / setID for new rows

2006-10-16 Thread fbadt
For our project, there is the need to manually call the setID for inserted rows. How can this be done? Especially staying within the EJB3 spec/API's Is it as simple as new MyObject myObject.setID(4); em.persist(myObject)? What should be used for GenerationType. in this case? View the origin

[jboss-user] [EJB 3.0] - Re: @Local Local cannot be resolved to a type.

2006-10-16 Thread ALRubinger
What version of EJB3 are you running? Pre-RC8, I think the correct import is javax.annotation.EJB; the annotation class was moved for spec compliance. S, ALR View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978639#3978639 Reply to the post : http://www.jboss

[jboss-user] [JBoss Portal] - Re: getPreferences with JSF portlet

2006-10-16 Thread franco12
ok :) first of all I'd like to say thank you for bearing with the n00b I am ok now eclipse is ok with FacesContext but now i'm facing to the 'cast' problem by "casting to a PortletRequest", did you mean : PortletRequest prefs = FacesContext.getCurrentInstance().getExternalContext().getRequest();

[jboss-user] [EJB 3.0] - Re: How to lazily load collections?

2006-10-16 Thread ALRubinger
at org.hibernate.collection.PersistentBag.toArray(PersistentBag.java:254) | at java.util.ArrayList.addAll(ArrayList.java:473) | at com.ati.raa.bl.EntityLogicBean.getAlertsFromEntity(EntityLogicBean.java:144) ...is your JSF stuff accessing your EJB directly?! You shou

[jboss-user] [EJB 3.0] - Re: Local and Remote interfaces required in EJB3

2006-10-16 Thread ALRubinger
Sure...but wouldn't the generated interfaces have to be created at pre-compile time? And annotations provide metadata that's part of the compiled code... anonymous wrote : Of course FooBean does not implement an interface now anymore, but invocations could be handled by some sort of dynamic prox

[jboss-user] [EJB 3.0] - Re: How to lazily load collections?

2006-10-16 Thread michael.litherland
Yes, of course you're right the exception occurred when JSF tried to display the data model, so essentially when the JSP was rendered. | public List getAlertsFromEntity(MyEntity entity) { | entityManager.refresh(entity); | List result = new ArrayList(); | resu

[jboss-user] [EJB 3.0] - Re: How to lazily load collections?

2006-10-16 Thread ALRubinger
Sorry; I assumed you were trying to iterate over the collection immediately after calling "refresh". Where is the code generating the error? Not in that SLSB snippit posted, but in the JSP? The List returned from the EntityManager will be a Hibernate Collections class with a reference to the

[jboss-user] [Installation, Configuration & Deployment] - Re: JBOSS Memory Utilization

2006-10-16 Thread hunk
I am asking for a freeware , opensource way ! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978630#3978630 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3978630 ___ jboss-use

[jboss-user] [Installation, Configuration & Deployment] - JBOSS Memory Utilization

2006-10-16 Thread hunk
Does anybody know how to check for memory utilization of JBOSS 4 on Solaris box. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978629#3978629 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3978629

[jboss-user] [EJB 3.0] - Re: Local and Remote interfaces required in EJB3

2006-10-16 Thread esfahan
Sure, I understand that the client only gets a proxy to some interfaces and the bean implementation has of course to stay on the server. What I don't understand is why this interfaces could not be generated dynamically. For example using some imaginary annoations here: @Stateful | @Local (i

[jboss-user] [JBoss Portal] - Re: getPreferences with JSF portlet

2006-10-16 Thread [EMAIL PROTECTED]
Add the JSF API to Eclipse classpath then... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978627#3978627 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3978627 ___ jboss-user

[jboss-user] [EJB 3.0] - Re: How to lazily load collections?

2006-10-16 Thread michael.litherland
Hi, Thanks for the reply. I've tried two ways, most recently I'm doing this in an EJB stateless session bean: | public List getAlertsFromEntity(MyEntity entity) { | entityManager.refresh(entity); | return entity.getTdmAlerts(); | } | Previously I was just using this same bean to re

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Entity Bean used to work. But now it is not deployable a

2006-10-16 Thread ALRubinger
Looks like ejb3-persistence.jar has made its way out of your classpath. Belongs in $JBOSS_HOME/server/[instanceName]/lib. Can also be found in $JBOSS_HOME/client. S, ALR View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978624#3978624 Reply to the post : htt

[jboss-user] [EJB 3.0] - Re: How to lazily load collections?

2006-10-16 Thread ALRubinger
Looks like you're trying to access "tdmAlerts" after the transaction has ended, or after manuall closing the session held by the Entitymanager. This happens pretty frequently if you're sending the object to a remote client or storing to/retrieving from a session (HTTP, SFSB, etc), for instance.

[jboss-user] [EJB 3.0] - Re: Local and Remote interfaces required in EJB3

2006-10-16 Thread ALRubinger
The EJB3 spec eliminated the "Home" interfaces for obtaining a reference to a bean's proxy invoker. The reason that the Remote and Local interfaces are required is because clients of an EJB3 Bean obtain a reference to (and invoke methods on) this proxy object, generated by the container, whic

[jboss-user] [JBoss Getting Started Documentation] - EJB Security Exception on AccountBean

2006-10-16 Thread eric_hootsen
I tried enabling security for the Duke's Bank application as mentioned in the Getting Started guide paragraph 4.3.1. When I added the security-domain element for the jboss-web.xml file for the web application, the login does work. Both using property files and using database. However, the Gett

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging server cannot connect to Remote Messagin

2006-10-16 Thread OliverHrdz
So according to the roadmap, 1.2 final will out Feb. '07, which is when we will get a mutliplexing protocol in Messaging? My project currently does not need a clustered server. Can we apply an updated Remoting library in 1.0.1? From the release notes, Remoting 2.0.0 implements "org.jboss.remo

[jboss-user] [JBoss jBPM] - Re: Best way to structure a business process with a delay.

2006-10-16 Thread john.rojas
I posted a complete example that works and does what you want. Just as Brad suggested, mine worked only with custom timers -- not created in the process definition. I later updated the process definition shown in order to get rid of the exception that I was getting. Anyways, all you have to do

[jboss-user] [JBoss jBPM] - Re: Best way to structure a business process with a delay.

2006-10-16 Thread john.rojas
Sorry, I forgot to include as a link: http://jboss.com/index.html?module=bb&op=viewtopic&t=92733 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978617#3978617 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3978617 _

[jboss-user] [Installation, Configuration & Deployment] - Re: problem with connecting to jboss through Internet

2006-10-16 Thread genman
Does "telnet host 1099" work? If not, it's a firewall issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978614#3978614 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3978614 __

[jboss-user] [JBossCache] - Re: Shunning not working

2006-10-16 Thread jbirkenmaier
I am also thinking that AUTO_RECONNECT is true when I want it to be false. Since PojoCache doesn't provide access to its JGroup, how would I gain access to this to be able to change it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978613#3978613 Reply to t

[jboss-user] [JBoss Portal] - Re: getPreferences with JSF portlet

2006-10-16 Thread franco12
sorry I don't get it :-s FacesContext doesn't work alone eclipse suggests me FacesContextWrapper or FacesContextFactoryImpl but not FacesContext alone View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978611#3978611 Reply to the post : http://www.jboss.com/in

[jboss-user] [JBoss Seam] - Re: REST applications with Seam and the Restlet framework (n

2006-10-16 Thread d1g
I have created a JIRA issue and attached the example source. http://jira.jboss.org/jira/browse/JBSEAM-422 Later I will create some feature requests to make integrations of this kind (Restlet & Seam) easier. Dig. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[jboss-user] [JBoss Seam] - Re: JavaScript Error when using sortable

2006-10-16 Thread texan
When I was using it (I abandoned it for various reasons), I set "preserveSort" to false. I'm embarassed to admit it, but I can't remember which problem that solved. However, I can say that I concluded that when you see the word "preserve" in a tomahawk component, it means "don't preserve it: r

[jboss-user] [Beginners Corner] - Re: EL does not get picked up

2006-10-16 Thread PeterJ
Make sure you are using the correct setting in your web.xml file. To use EL, you should have: http://java.sun.com/xml/ns/j2ee"; | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee | http://java.sun.com/xml

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBoss Ide 2.0.0-Beta2 problem

2006-10-16 Thread msell
Not sure how things got straightened out, but somehow restarting Beta 2, and working through the steps again worked. Everything appears to be working fine now - not quite sure why or how. I reproduced my steps from the first startup and the "finish" button was enabled this time. Probably misse

[jboss-user] [JCA/JBoss] - Re: InboundJavaMail

2006-10-16 Thread [EMAIL PROTECTED]
http://jira.jboss.org/jira/browse/JBAS-3769 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978607#3978607 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3978607 ___ jboss-use

[jboss-user] JSF 1.2 Kickstart app on Jboss Portal / App Server

2006-10-16 Thread Brian McGovern
Title: JSF 1.2 Kickstart app on Jboss Portal / App Server Hi, Hoping someone can help here. I'm using jboss 2.4 app / portal server bundled and can deploy the JSF portlet from the Getting Started guide in the portal container no problem.  But I need to not only have portlets in the portal

[jboss-user] [JCA/JBoss] - Re: InboundJavaMail

2006-10-16 Thread [EMAIL PROTECTED]
This needs to be fixed. I will file a JIRA request and try to get to it as soon as I can. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978606#3978606 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3978606 ___

[jboss-user] receive_on_all_interfaces="false"

2006-10-16 Thread Juan Hernandez
Hi, I have been trying to start JBoss using only one interface card in a server that has blocked the other one with a iptables firewall script. I have googled for this and all I get is the receive_on_all_interfaces="false" property with no success in finding where to modify it. This is a small pa

[jboss-user] [JBoss jBPM] - condition expression string is restricted to 255 chars (JIRA

2006-10-16 Thread Hannes
I ran into some problems after the upgrade from 3.0 to 3.1 with the new decision condition expressions and their EL. Because I think that is a bug, I created the http://jira.jboss.com/jira/browse/JBPM-764 Jira issue. Maybe someone in here has a workaround, perhaps shorten the expression in some

[jboss-user] [JCA/JBoss] - Re: InboundJavaMail

2006-10-16 Thread atamur
"[EMAIL PROTECTED]" wrote : Set the mail.debug property to true in the mail-service.xml: | | http://wiki.jboss.org/wiki/Wiki.jsp?page=JavaMail no chances: | MailActivation.java: | catch (Exception e) | { | log.error("Failed to execute folder check, spec="+spec);

[jboss-user] [EJB 3.0] - How to lazily load collections?

2006-10-16 Thread michael.litherland
Hi, I have an EJB3 entity that contains a collection of other entities. The collection is both very rarely used and extremely large so I'd really rather not eagerly load it (in fact I can't, it makes the site slow to a crawl). The problem is that I don't know how to get around the LazyInitial

[jboss-user] [JBoss jBPM] - Re: Problem execute actions on jboss

2006-10-16 Thread kukeltje
GrimShieldsson is correct and the pi being null is normal behaviour since the id is generated by hibernate and that is not used in the non-db tests View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978602#3978602 Reply to the post : http://www.jboss.com/index.h

[jboss-user] [EJB 3.0] - Local and Remote interfaces required in EJB3

2006-10-16 Thread esfahan
Hi there, I am trying to get started with EJB3 and Seam and have a question regarding remote and local interfaces. It seems to define a stateful bean I have to do something along this lines: @Local public interface Foo { ... } @Stateful public class FooBean implements Foo { ... } I have to

[jboss-user] [JBoss jBPM] - Re: Problem execute actions on jboss

2006-10-16 Thread GrimShieldsson
If I undestand you correctly... It works fine in the junit, but not in the war when you load the process from the DB... I would start looking at class loader issues. All of my actions and other JBPM code is in WEB-INF/class. If your putting it somewhere else, you might have issues.. Assuming i

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBoss Ide 2.0.0-Beta2 problem

2006-10-16 Thread [EMAIL PROTECTED]
"msell" wrote : "The selected configuration ("JBoss-5.0-Alpha") does not contain the expected EJB3 libraries. Please install JBoss with EJB3 enabled, or try another configuration." This is intended. If your jboss installation does not contain the path server/jboss-ejb3.jar then it will not crea

[jboss-user] [JBoss jBPM] - Re: Problem getting out of a join

2006-10-16 Thread GrimShieldsson
So, I figured out a workaround. The start fork transitions to PM-1 as in the originally, and transitions to a fork, that forks to BPM-1 and BPM-2. I also had to add a seperate Join at the end of the PM's, before joining the BPM and PM flows. I don't like having to add the additional forks a

[jboss-user] [JBoss Seam] - PostConstruct annotation

2006-10-16 Thread monkeyden
In the Javadoc this annotation shows: "The PostConstruct annotation is used on a method that needs to be executed after dependency injection is done to perform any initialization." However, when I try to run this code: | @Logger | private Log log; | | @PostConstruct | public void som

[jboss-user] [Beginners Corner] - EL does not get picked up

2006-10-16 Thread angbellavia
I'm trying to use EL statements within my pages and it seems to just pick it up as template data. If I have: ${...} where '...' is some expression, it will just print ${...} It does not evaluate my EL statements. I know that EL statements are on by default so that can't be the problem. Any i

[jboss-user] [JBoss Seam] - Re: REST applications with Seam and the Restlet framework (n

2006-10-16 Thread d1g
Sure, I'll work on a runnable demo for you. It shouldn't take long. I'll mimic the environment of the Seam examples as much as I can (though it will run as a console application). I'm not sure what you'd need a patch for? I didn't change any part of Seam. Though I do suggest you modify Seam to

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Cannot start JBoss4 Server from IDE2

2006-10-16 Thread [EMAIL PROTECTED]
"mwr0707" wrote : Although I have been able to start the server in debug mode, I have not been able to deploy using DebugAs->Debug On Server Something has changed either in webtools or jst (ie in eclipse and upstream from us) which has broken DebugAs->Debug On Server for many project types. The

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBoss Ide 2.0.0-Beta2 problem

2006-10-16 Thread msell
Having the same problem with Beta 2 and JBoss 5 (built from source on September 6). When Beta 2 migrated my server configurations from IDE 1.5, and creating a new project, I select my JBoss configuration that was migrated from 1.5 and get the following error: "The selected configuration ("JBos

[jboss-user] [JBoss Portal] - Re: Struts bridge

2006-10-16 Thread rutfield
I can use some help here. I am missing something which I hope is a basic point - setting up the initial URL. I am getting an 'invalid path' when I replace the /Welcome items in struts-config.xml. This posting was very helpful. I have the demo app running and can rebuild/modify it within eclips

[jboss-user] [JBoss/Spring Integration] - Re: Jboss Spring deployer for Spring 2 final - ETA?

2006-10-16 Thread apaeth
I can certainly relate to being busy and understand. Thanks for the update. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978587#3978587 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3978587 __

[jboss-user] [JBossCache] - Shunning not working

2006-10-16 Thread jbirkenmaier
Hi, I have 2 JChannels both of which have shun enabled. One channel is for JBoss itself and the other is for my PojoCache. I have a cluster consisting of {A,B,C}. I unplug the network cable for C. Each node detects the loss of the other node(s). I wait about 60 seconds then plug the cable back

[jboss-user] [JBoss jBPM] - Re: Problem execute actions on jboss

2006-10-16 Thread asmo
Hello! During the debuging i can see, that of the values of the processInstance, which i loaded from the graphSession are null. For example the processDefinition of the processInstance is null. In the database, the ProcessDefinition for the ProcessInstance is correctly set. So i guess, it is ma

[jboss-user] [JBoss Seam] - JavaScript Error when using sortable

2006-10-16 Thread appendix
Hi, I'd like to use the Apache Tomahawk dataTable component to display Seams taskInstanceList using pagination and to be able to sort the table according to the users selection. I followed the recommendations on this forum and I'm able to use tomahawk components (tested with dataTable, inputDa

[jboss-user] [JBoss jBPM] - Re: Problem getting out of a join

2006-10-16 Thread GrimShieldsson
I figured out why I'm not getting out of Join 2, but I'm not sure what to do about it. I think it's a bug in the way JBPM is designed, but it's entirely possible I don't understand something. It's even likely :) >From 4.3.2 Concurrent Executions I get: anonymous wrote : The execution paths can

[jboss-user] [JBoss Seam] - Re: Javadoc typos?

2006-10-16 Thread [EMAIL PROTECTED]
The first. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978581#3978581 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3978581 ___ jboss-user mailing list jboss-user@lists.jbo

[jboss-user] [JBoss Seam] - Re: REST applications with Seam and the Restlet framework (n

2006-10-16 Thread [EMAIL PROTECTED]
Cool! Would you be able to submit a patch and runnable demo app to JIRA, so we can have a play? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978582#3978582 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3978582 __

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBoss Ide 2.0.0-Beta2 problem

2006-10-16 Thread justin033
"[EMAIL PROTECTED]" wrote : I just tried to replicate your issue and was unable to. Once you create a new server, simply selecting it should enable the finish button. Even if the server doesn't contain the ejb3 runtimes, the finish button will still be enabled (but it will then tell you it's n

[jboss-user] [JBoss Seam] - Javadoc typos?

2006-10-16 Thread monkeyden
In the class level javadoc of org.jboss.seam.InterceptionType, it says the following: Rules for when Seam will intercept invocations upon a component to perform bijection, validation, context demarcation, etc. For JavaBeans and session beans, the default interception type is INVOKE_APPLICATION

[jboss-user] [JNDI/Naming/Network] - Re: It works but I don't know why!

2006-10-16 Thread jaikiran
When you use a *-ds.xml file, you are *defining a datasource* and NOT a driver. So the jndi name that you are specifying is for the datasource and not the driver. Naturally, when you lookup this jndi name, its going to return you a Datasource. View the original post : http://www.jboss.com/in

[jboss-user] [Installation, Configuration & Deployment] - problem with connecting to jboss through Internet

2006-10-16 Thread martacv
Hi, if I connect to jboss through a LAN works perfectly, but I do it through Internet leaves the following error: javax.naming.CommunicationException [Root exception is java.rmi.ConnectException: Connection refused to host: 192.168.1.10; nested exception is: java.net.ConnectException:

[jboss-user] [JBoss Portal] - Re: getPreferences with JSF portlet

2006-10-16 Thread [EMAIL PROTECTED]
I need to wake up... I meant: FacesContext.getCurrentInstance().getExternalContext().getRequest() Then you can cast it to a PortletRequest. FacesContext is part of the JSF public API. http://java.sun.com/javaee/javaserverfaces/1.0/docs/api/javax/faces/context/FacesContext.html View the original

[jboss-user] [JBoss jBPM] - Re: Best way to structure a business process with a delay.

2006-10-16 Thread gygerl
Hi Brad, Well. It was not :(( I am working on making it run but, beyond others, I got this error : 17:12:37,667 [JbpmScheduler] INFO ConnectionProviderFactory : Initializing connection provider: org.hibernate.connection.DatasourceConnectionProvider | 17:12:37,682 [JbpmScheduler] INFO NamingHel

[jboss-user] [JBoss jBPM] - Re: Help with Timers

2006-10-16 Thread gygerl
Hi. Got the same problem. I changed config in file "default.jbpm.cfg.xml" | | and it worked. Got another error so : | 17:12:37,667 [JbpmScheduler] INFO ConnectionProviderFactory : Initializing connection provider: org.hibernate.connection.DatasourceConnectionProvider | 17:12:37,682 [

[jboss-user] [JBoss Portal] - Re: getPreferences with JSF portlet

2006-10-16 Thread franco12
did you mean PortletPreferences prefs = FacesContextWrapper.getExternalContext.getRequest().getPreferences(); or PortletPreferences prefs = FacesContextFactoryImpl.getExternalContext.getRequest().getPreferences(); FacesContext cannot be resolved FacesContextWrapper or FacesContextFactoryIm

[jboss-user] [JBossWS] - Re: noice in SOAP reply

2006-10-16 Thread ge0ffrey
I installed a pipeline between the client and server which shows the problem: POST /seems-ejb/SeemsServiceImpl HTTP/1.1 User-Agent: Profile/MIDP-1.0 Configuration/CLDC-1.0 Content-Language: en-US Content-Type: text/xml SOAPAction: " User-Agent: UNTRUSTED/1.0 Content-Length: 325 Host: geoffreydeskt

  1   2   >