[jboss-user] [EJB 3.0] - Multiple security domains not supported Error

2008-04-02 Thread emailmsgbox
Hi All, I have two SLSB in a jar each with different security Domain setting and rules I use annotations (jboss4.2.2 , jbossws2.0.3) | @Stateless | //@WebService | @SecurityDomain("domain1") | @RolesAllowed({rule1}) | public calss | this works fine. When I add web the @WebS

[jboss-user] [JBossWS] - Re: will give it a go - however these two jars are put in by

2008-04-02 Thread wiggy
in fact eclipse wont let me edit this library (its not a user library) where is the library defn maintained - is it in eclipse somewhere? is it JBOSS tools ? in order to test without this library - what jboss libraries do i need (i'll have to create a user librrary and put my own libs in) and

[jboss-user] [JBossWS] - will give it a go - however these two jars are put in by the

2008-04-02 Thread wiggy
I am using jboss tools in eclipse. I create an application project and the builder adds a library to the build path `JBOSS 4.2 runttime` in my case. it has these two jars in it. However if i go into eclipse and edit this pre defined library i'tll will impact all projects that use the eclipse

[jboss-user] [Beginners Corner] - Re: Starting problem

2008-04-02 Thread jk7
-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 8080 -j ACCEPT I have add this line in /etc/sysconfig/iptables File /etc/hosts contains: | # Do not remove the following line, or various programs | # that require network functionality will fail. | 127.0.0.1

[jboss-user] Re: Using CMS with alternate Admin user still broken in 2.6.3?

2008-04-02 Thread samk
See Thread at: http://www.techienuggets.com/Detail?tx=20473 Posted on behalf of a User It happens in version 2.6.4 too In Response To: I have LDAP working great, and have for a few months (Thanks to Tobias and his wiki post). I just downloaded and installed the bundled version of Portal 2.6

[jboss-user] [JBoss Messaging] - how to prevent others to deploy queue using MBeanServerConne

2008-04-02 Thread subrata_jboss
my problem is i have following program which others can write and deploy a queue in my machine ... public static void deployQueue(String queueName,InitialContext ic) throws Exception { MBeanServerConnection mBeanServer = lookupMBeanServerProxy(); ObjectName serverObjectName = new ObjectName( "j

[jboss-user] [Installation, Configuration & DEPLOYMENT] - how to prevent others to deploy queue using MBeanServerConne

2008-04-02 Thread subrata_jboss
my problem is i have following program which others can write and deploy a queue in my machine ... public static void deployQueue(String queueName,InitialContext ic) throws Exception { MBeanServerConnection mBeanServer = lookupMBeanServerProxy(); ObjectName serve

[jboss-user] [JBoss Portal] - Re: Disabling the user registered in portal database in jbos

2008-04-02 Thread bdaw
Now its in JBP_USER_PROP. Set property "portal.user.enabled" (ot User.INFO_USER_ENABLED using UserProfileModule) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141155#4141155 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[jboss-user] [JBossWS] - Re: java.lang.TypeNotPresentException: Type javax.xml.bind.a

2008-04-02 Thread Christy
Hello, I solved this problem. It was libraries cinflict. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141154#4141154 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141154 __

[jboss-user] [JBoss Portal] - Re: Portal LDAP integration problems

2008-04-02 Thread bdaw
Portal uses standard JNDI pooling. For the JNDI configuration look here: http://java.sun.com/products/jndi/tutorial/ldap/connect/pool.html http://java.sun.com/products/jndi/tutorial/ldap/connect/config.html Options set in ldap_identity-config.xml and standardidentity-config.xml are mapped direct

[jboss-user] [JBoss jBPM] - Re: Getting the previously executed node...

2008-04-02 Thread kamleshkr
Thanks, I got your point. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141149#4141149 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141149 ___ jboss-user mailing list jbos

[jboss-user] [JBoss Tools (users)] - using HQL editor with JBoss Tools

2008-04-02 Thread asookazian
using Eclipse Version: 3.3.1.1 Build id: M20071023-1652 JBoss Tools plug-in version 2.0.0.GA according to http://labs.jboss.com/tools/: anonymous wrote : Hibernate ToolsSupporting mapping files, annotations and JPA with reverse engineering, code completion, project wizards, refactoring,

[jboss-user] [JBoss Portal] - Image gallery portlet

2008-04-02 Thread thejavafreak
Dear all, Does anybody know where I can download a portlet for image gallery? I look in portletswap but could not find any. Thanks in advance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141146#4141146 Reply to the post : http://www.jboss.com/index.html

[jboss-user] [EJB 3.0] - Re: @EJB Annotation

2008-04-02 Thread mvlmachado
sorry guys, i had a surprise again the code with @EJB only doesnt work neither with jsf nor with servlets. this solution is using @EJB(name="AloMundo/AloBean/remote") or @EJB(name="ejb/AloMundo"). in the latter, i added in bean class @RemoteBinding(jndiBinding="ejb/AloMundo") annotation. chee

[jboss-user] [EJB 3.0] - Re: @EJB Annotation

2008-04-02 Thread mvlmachado
hi guys, I've tested as suggested by ashish and it worked. i guess this solution a 'hardwire', because you have to change the name property as you need to rename the EAR deployed. my last suggestion was using a user-defined name ("ejb/AloMundo"), instead of jboss standard name ("BeanName/Intf"

[jboss-user] [JBoss Portal] - Portlet Container 2.0.0 CR2, Portlet Bridge and JSF 1.2 Prob

2008-04-02 Thread dgashby
Hi, I know this is a bit bleeding edge but I was just wondering if anyone has tried this combination yet? I've been trying to get the richfaces-basic example built from the Maven archetype working under the JBPC 2.0.0 CR2 on Tomcat 6.0. The initial view for the example portlet is successful

[jboss-user] [JBoss Portal] - Getting Request Parameter in Facelet Portlet

2008-04-02 Thread rohit000
Hi, >From tabs.jsp I'm calling a portlet in a page. When I use a portlet which is directly created by inheriting Generic Portlet, I can pass on easily the request parameter to the Portlet (with action=1) from the tabs.jsp. However when I create the portlet using JSf facelet, the request param

[jboss-user] [Beginners Corner] - Re: JBoss is caching JSPs and not detecting changes

2008-04-02 Thread scotthendo
Hey guys I figured out the problem. Now the problem is that the Australian Government are a bunch of morons. What they did is they decided to push daylight savings back a week resulting in chaos for our airlines and public transport and apparently also for JBoss. So this meant that JBoss was no

[jboss-user] [JBoss Portal] - Upgrading Jackrabbit CMS to latest stable

2008-04-02 Thread dashaun
Our current environment: JBoss Portal Version: 2.6.4 Binary download with some tweaks JBoss AS Version: 4.2.2 GA MySQL mysql 5.0.5 Linux (Ubuntu and Redhat) Wondering if anyone has attempted to upgrade the JRCMS repository to a newer version? We had a case where during a deployment, the system s

[jboss-user] [JBossWS] - Re: EndPoint ... does not contain operation meta data for ..

2008-04-02 Thread vdanda
I am having the same issue. I hope you might have figured it now and please share solution. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141137#4141137 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141137 __

[jboss-user] [Security & JAAS/JBoss] - Re: How to configure JBoss AS to use SSL (https)

2008-04-02 Thread pete007
Hello, thank you for the links, now I understand it a little better. The rest of my post was intended as a please-help-me-request, but I managed to solve the problem by myself. :)) So, interested readers can use it as a guideline for setting up SSL for a single Seam application on a JBoss Serv

[jboss-user] [JBoss jBPM] - Re: Dynamic task creation

2008-04-02 Thread jimtbds
I have the same problem you do. There is a short example in the User Guide in section 11.2.2. Task instances and graph execution that suggests task instances can be created - but it is somewhat poorly explained. By the way, for my posting of today I found the dynamic fork did not seem to work s

[jboss-user] [JBoss jBPM] - No Classes Checked in GPD Deployment Tab

2008-04-02 Thread hosierdm
I've been away from jBPM for a long time, and I'm trying to get back into it. I've installed the 3.1.2 version of the Eclipse plugin into Eclipse 3.3.3. With older versions, the plugin always automatically checked all the classes that were referenced in the process for easy deployment. Howeve

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Potential problems with rewriting MVEL -> DSL

2008-04-02 Thread girder
I meant about Drools: MVEL -expression language. DSL - domain-specific language. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141122#4141122 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141122 _

[jboss-user] [JBoss jBPM] - Re: Dynamic Process Instances

2008-04-02 Thread jimtbds
Dynamic Fork looks good, however, new chapters may be needed after the dynamic fork has fired. For example, the dynamic fork fires and there are 10 chapters needed and 10 tasks get created for those tasks. During the authoring of oneof those chapters it is determined that another chapter is ne

[jboss-user] [JBoss Portal] - Re: Disabling the user registered in portal database in jbos

2008-04-02 Thread darin8809
This is an old msg - but I'm running into the same problem. I'm running 2.6.3 and sar/conf/hibernate/user/domain.hbm.xml - there is a mapping to jbp_enabled. Should I open a ticket on this? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141120#

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Silent application server crash with jboss-4.0.3SP1

2008-04-02 Thread [EMAIL PROTECTED]
I see it in the logs. There are no errors in the logs that would trigger this. The jboss command line we use to start is: /prod/cbtech/pkgs/sunos-5.10-i86pc/jdk1.5.0_06/bin/java -server -XX:+UseConcMarkSweepGC -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -Xloggc:/data/cbtech-local/13

[jboss-user] [JBoss Portal] - Portal LDAP integration problems

2008-04-02 Thread juhani_g
Hello, I'm am using portal 2.6.4 installed on jboss-4.2.2.GA and trying to integrate Novell eDirectory with portal following the instructions in the ref manual. I can't get connection pooling to work. Here's my setup in identity-config.xml (actual values changed obviously): | |

[jboss-user] [JBoss Messaging] - Re: Messaging gets hung up getting sockey

2008-04-02 Thread chip_schoch
Isn't what I posted a stack trace? We have been looking into this and it seems that there is a firewall that is between the client and the server that drops connections that are inactive for a certain period of time. I am not sure what other stack trace you are asking for. View the original po

[jboss-user] [Security & JAAS/JBoss] - Re: Single Sign On with LDAP Examples

2008-04-02 Thread aamonten
"tamilnandhu" wrote : Hi buddy, | | Thanks for the post. | | | I tested with your post and able to create users in LDAP (verifieed with ldap browser) and tried to run the test login page which comes with the jboss-sso-1.0CR1 package.. | | when i gave the user created (TestUer) i

[jboss-user] [Management, JMX/JBoss] - Re: Upload and Download to/from JBoss AS through JMX

2008-04-02 Thread lafbarbosa
Hi guys, Mazz said that we should use RHQ or JBossON to do that things. Ok, let's forget the download. In the example I gave (http://www.servletsuite.com/jmx/jconsole.htm), listing of deployed files and uploading of them is possible, and it seems to be an older version of JBoss. In this way, p

[jboss-user] [JBossWS] - Re: Deployment of web service

2008-04-02 Thread shruthi
Hey even i got the same problem, i got to see this message is posted long back, so if u find a solution, let me know. Thanks in advance Shruthi View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141107#4141107 Reply to the post : http://www.jboss.com/index.html

[jboss-user] [JBoss jBPM] - Re: Dynamic Process Instances

2008-04-02 Thread estaub
Ah, ok, so it's parallel, not sequential. Then use the dynamic fork. See http://wiki.jboss.org/wiki/Wiki.jsp?page=ForEachForkActionHandler. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141104#4141104 Reply to the post : http://www.jboss.com/index.html?mo

[jboss-user] [JBossWS] - Re: please help - web services still dont work for me - jbos

2008-04-02 Thread [EMAIL PROTECTED]
Maybe someone can put some docs into the Wiki how to setup eclipse? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141095#4141095 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141095 ___

[jboss-user] [JBossWS] - Re: please help - web services still dont work for me - jbos

2008-04-02 Thread [EMAIL PROTECTED]
Yes, it's a classpath problem. The JAX-WS provider is accessed by a Jar service loader. Depending on which jar is in the classpath it either loads the Jbossws one or the Sun RI one: com.sun.xml.ws.spi.ProviderImpl. It's the two jars pramod_bs described. They only needed for the wsconsume and ws

[jboss-user] [JBoss jBPM] - Re: Dynamic Process Instances

2008-04-02 Thread jimtbds
I don't think a loop does the job. I have multiple n authors that can concurrently document m chapters. I would imagine a "create draft" for each chapter. However the number of chapters can change dynamically - eg: we can decide we need more chapters. I was looking at the task management cha

[jboss-user] [JBoss Messaging] - Re: Client Connect Fails with

2008-04-02 Thread jhd
I tried replacing jbossall-client.jar with individual client jars. Ultimately I end up at the same place. Updated client jvm config: | | | | The remoting, messaging and aop related jars are first in the bootclasspath before all other jboss client jars and I sti

[jboss-user] [JBoss Cache: Core Edition] - help me find 1.x to 2.x transition guide

2008-04-02 Thread bord
anyone & this is very basic related to 1.x to 2.x: some quick searches and i haven't found anything but a short (and incomplete) reference to API changes from 1.x to 2.x. We are finding our old code on 1.4.x nowhere near compiling in 2.1.0 and we're having a lot of trouble changing the code -- th

[jboss-user] [JBossWS] - Re: please help - web services still dont work for me - jbos

2008-04-02 Thread pramod_bs
Try to remove following jar files from your clients class path - jaxws-rt.jar jaxws-tools.jar. This happended to me. Please try this. It might work. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141088#4141088 Reply to the post : http://www.jboss.com/index

[jboss-user] [JBossWS] - javax.xml.ws.soap.SOAPFaultException: Invalid program name

2008-04-02 Thread pramod_bs
| | I am getting this exception when I try to access a web service which is running in a non JBoss server ( actually the service is running in unisys mainframe) | stack trace | javax.xml.ws.soap.SOAPFaultException: Invalid program name | at org.jboss.ws.core.jaxws.SOAPFaultHelpe

[jboss-user] [JBoss Portal] - SQL Server 2000 error on startup and for CMS on access

2008-04-02 Thread oleg.lebedko
I have SQLGrammarException when starting JBoss 4.2.2 with JBoss Portal 2.6.4 and database changed to SQL Server 2000 I updated all hibernate configs to force org.hibernate.dialect.SQLServerDialect as recommended in the manual. The portal was working fine out of the box with HSQL. When I switched

[jboss-user] [JBoss jBPM] - Re: Dynamic Process Instances

2008-04-02 Thread estaub
In the specific case you talk about, a loop is probably a good design fit - all chapters are similar, presumably. In the similar case of a dynamic number of similar parallel activities, a fork can be told to generate as many similar child tokens (like threads) as necessary. View the original p

[jboss-user] [JBoss jBPM] - Dynamic Process Instances

2008-04-02 Thread jimtbds
After evaluating JBPM and walking through a few use cases I have determined that the inability to quickly modify workflow instances is a problem. In classic workflow there is a workflow definition of which instances are instatiated (sound familiar - like class/object). However, it is often nec

[jboss-user] [Installation, Configuration & DEPLOYMENT] - ava.lang.NullPointerException

2008-04-02 Thread carolinapm
java.lang.NullPointerExceptio Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I have just upgraded my Jboss to 5 Beta 4 but I get this exception after deploying my ear file several times. After that, the jboss freezes, I cannot redeploy or undeploy or

[jboss-user] [JBossWS] - Re: JBoss web service client

2008-04-02 Thread PeterJ
Are you more interested in "how to create a web service and client" or "how to use Eclipse"? (I was going to write more but decided to wait for your reply.) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141076#4141076 Reply to the post : http://www.jboss.co

[jboss-user] [JBoss jBPM] - jPDL / asynchronous exchange with JMS possible ?

2008-04-02 Thread fliot
Hi, His is possible in a jPDL workflow to have the following ? - With something completely different and external, consuming JMS queue 1 and posting into JMS queue 2? If such type of JMS interaction is not possible, does is exist a "default" way to deal with external asynchronous treatmen

[jboss-user] [JBoss Portal] - Re: Web Service Client not working w/RichFaces

2008-04-02 Thread [EMAIL PROTECTED]
Just a blind shot in the air. But a good thing would be to reduce number of variables you have. Can you try removing portal/portlet from the mix? Meaning, write a simple app that only uses Richfaces and webservice stuff. If it does not work, then it becomes more of a question of richfaces or web

[jboss-user] [EJB 3.0] - Re: 4.2.2: Referencing a PersistenceContext from within anot

2008-04-02 Thread jaikiran
"ALRubinger" wrote : I don't see a JIRA linked from this or the referenced Thread? | | Created http://jira.jboss.com/jira/browse/EJBTHREE-1252. The JIRA has been attached with logs and a simple application which exhibits this behaviour. Let us know, if the JIRA has to be updated with more

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

2008-04-02 Thread ajpurkiss
Sorry, i cut some off around true - I meant to say -I have set ScanForMappingsEnabled to true View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141069#4141069 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141069

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - org.hibernate.MappingException: entity class not found

2008-04-02 Thread ajpurkiss
At the request of the powers that be I have bundled my hibernate xml files and class files inside my war which is inside an ear file. I have set up the service xml inside the ear root to have true so that it finds the other xml files, however when jboss starts up it cannot find the class files e

[jboss-user] [JBossWS] - JBoss web service client

2008-04-02 Thread gaurishjboss
I m a hardcore amateur to JBoss Appn server and Jboss Web services..can neone pls throw light on how to devolop a client for a JBoss web service in Java in Eclipse.plz provide a detailed step-wise procedure or redirect me to some page that could help me out.plz its urgent.would b

[jboss-user] [JBoss Portal] - Re: Web Service Client not working w/RichFaces

2008-04-02 Thread [EMAIL PROTECTED]
Friends, any help on this one? At least, please do let me know whether i can call WSDL Webservice method in RichFaces environment? Thanks for the help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141064#4141064 Reply to the post : http://www.jboss.com/in

[jboss-user] [JBoss Cache: Core Edition] - Re: A basic question about concurrency

2008-04-02 Thread fatefree
Yeah a node can be removed through an expiration policy, every 30 minutes or so. Theres only one string stored in the node, so you are saying its possible that we may read only half of the string with read_uncommited? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtop

[jboss-user] [JBossWS] - Re: please help - web services still dont work for me - jbos

2008-04-02 Thread PeterJ
Based on the client code you posted, I assume that your web service looks very similar to that given at http://www.jboss.com/index.html?module=bb&op=viewtopic&t=132729, except yours is an EJB. I compiled your client, and ran it: >F:\opt\jboss-5.0.0.Beta4\bin\wsrunclient -classpath >"F:\opt\ws

[jboss-user] [EJB 3.0] - Re: Bug: Injected EJB objects instantiated on every MDB call

2008-04-02 Thread ariekenb
I'm quite new to EJB3, but I can verify I see the same behavior in 4.2.2.GA of the @PostCreate method in a stateless session bean being called every time my MDB gets a message and tries to access the session bean. The JMX console also shows CreateCount growing rapidly for the session bean. Odd

[jboss-user] [Beginners Corner] - Re: Starting problem

2008-04-02 Thread PeterJ
Based on this line of output: 13:59:42,417 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080 JBossAS successfully opened port 8080 and will accept requests from anywhere. If it doesn't then there is some issue beyond the control of JBossAS. I don't use CentOS, I use Fedora a

[jboss-user] [JBossWS] - Re: Error in generating WSDL

2008-04-02 Thread PeterJ
I created a new project using the exact code you posted, compiled the web service, packaged it in a war file, deployed it, and it works for me. I am using: 09:53:37,163 INFO [ServerInfo] Java version: 1.5.0_14,Sun Microsystems Inc. 09:53:37,163 INFO [ServerInfo] Java VM: Java HotSpot(TM) Serve

[jboss-user] [JBoss Messaging] - Re: Client Connect Fails with

2008-04-02 Thread jhd
I finally have this narrowed to a classpath problem. I know what's causing it but I'm clueless as to how to solve it. I can successfully run a pure Java queue test example with the following classpath: | | | | | | | | |

[jboss-user] [JBoss Getting Started Documentation] - Re: Can't build using ant

2008-04-02 Thread PeterJ
Don't use TortoiseSVN to do the download, I have experienced similar problems with using it. Instead, use the command line I provided earlier, I have never had problems doing it that way. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141044#4141044 Reply to

[jboss-user] [Beginners Corner] - Re: Running JbossAS

2008-04-02 Thread jwenting
yes, check your hosts file. But that should probably not prevent you from accessing localhost (unless of course that was mapped to something weird, like a disconnected network card). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141043#4141043 Reply to the

[jboss-user] [Beginners Corner] - Re: Starting problem

2008-04-02 Thread jwenting
check your hosts file on the server. It may well contain a faulty line linking localhost to your actual LAN ip address rather than 127.0.0.1 And make sure you call the server from other systems with its real address, not with "http://localhost:8080"; (you'd be astounded when you see how often t

[jboss-user] [Beginners Corner] - Re: Running JbossAS

2008-04-02 Thread PeterJ
This output all looks good to me. The "no object for null" messages you can ignore, I get those too. Are you saying that you can access the app server from the local machine using http://localhost:8080, but not from a remote machine? If so, did you read the release notes (readme.html)? First bu

[jboss-user] [Installation, Configuration & DEPLOYMENT] - NoSuchMethodError configuring service naming during startup

2008-04-02 Thread mayisee
Trying 4.2.2.GA with JAVA_HOME set to either of JDK1.5.0_15 or JDK1.6.0_5 fails creating Naming service with NoSuchMethosError while trying to use org.jnp.interfaces.MarshalledValuePair.setEnableCallByReference Any ideas? 11:12:13,691 DEBUG [ServiceCreator] Created bean: jboss:service=Naming 11

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Automatic deploy with MainDeployer

2008-04-02 Thread jaikiran
"jaikiran" wrote : As i mentioned in my earlier post, all you have to worry about with this approach is to ensure that the "copy" operation completes before the file is picked up for deployment. Oh, by the way, this applies only if you are deploying the application when the server is started. I

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools Installation Issue?

2008-04-02 Thread jej2003
I got the example to run. Thanks for everyones help! Off to J2EE wonderland now! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141032#4141032 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141032 ___

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Automatic deploy with MainDeployer

2008-04-02 Thread jaikiran
"jefec" wrote : | Using of MainDeployer is not reqired, but I don't find any other solution (expect copying to deploy directory). In that case, copying to the deploy directory is probably a better solution. As i mentioned in my earlier post, all you have to worry about with this approach is

[jboss-user] [Microcontainer] - Re: Code example for a basic parsing deployer

2008-04-02 Thread [EMAIL PROTECTED]
Ooooh, I see - it's not the deployment that's the problem, it's my test bootstrap. Heh. OK, I'll have a look. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141026#4141026 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [Microcontainer] - Re: Code example for a basic parsing deployer

2008-04-02 Thread alesj
"[EMAIL PROTECTED]" wrote : | The jboss-remoting.xml that it fails to deploy is: | | OK, like I said: "alesj" wrote : | You have a file that is your custom xml. | The thing is very simple. :-) You should not be delegating parsing of this file to BasicXMLDeployer. Since, like also al

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools Installation Issue?

2008-04-02 Thread jej2003
Yeah you were correct. I now get the test application to deploy without any errors. I am now trying to build the client for this and I am not sure where this should be created. Should the client be placed in the CalculatorClient project that was created when I built the EJB Project or does it

[jboss-user] [Microcontainer] - Re: Code example for a basic parsing deployer

2008-04-02 Thread [EMAIL PROTECTED]
Glad I'm not the only one. Here's the remoting-deployer-beans.xml: http://pastebin.stonekeep.com/1825 Here's RemotingMetaData.java: http://pastebin.stonekeep.com/1826 The jboss-remoting.xml that it fails to deploy is: The exception is: Exception in thread "main" java.lang.RuntimeException: Depl

[jboss-user] [Microcontainer] - Re: Code example for a basic parsing deployer

2008-04-02 Thread alesj
OK, now I'm confused. :-) What is the file that causes that CCE? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141010#4141010 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141010 __

[jboss-user] [JBossWS] - java.lang.TypeNotPresentException: Type javax.xml.bind.annot

2008-04-02 Thread Christy
Hi! I'm using JWSDP2.0 and JBoss4.2.2.GA. I created a simple web-service: @WebService @SOAPBinding(style = SOAPBinding.Style.DOCUMENT) public class TestDiffFormats { @WebMethod public void getList(@WebParam(name="result", mode=WebParam.Mode.INOUT)Holder result){ result.

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Using jBPM with an already installed jboss as

2008-04-02 Thread PeterJ
Have you read the documentation? It will help you get started. http://labs.jboss.com/jbossjbpm/jbpm_documentation/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141008#4141008 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[jboss-user] [Microcontainer] - Re: Code example for a basic parsing deployer

2008-04-02 Thread [EMAIL PROTECTED]
"alesj" wrote : I think you're misusing BasicXMLDeployer. Well I certainly won't argue that. "alesj" wrote : This one expects KernelDeployment. As the exception and code clearly say. :-) | So your URL must point to MC beans xml file. Right - my -beans.xml looks like this (not using the new st

[jboss-user] [Microcontainer] - Re: Code example for a basic parsing deployer

2008-04-02 Thread alesj
I think you're misusing BasicXMLDeployer. This one expects KernelDeployment. As the exception and code clearly say. :-) So your URL must point to MC beans xml file. OK, I'm guessing here. You have a file that is your custom xml. e.g. | | | | And you want to get RemotingMD out. Then

[jboss-user] [JBoss Cache: Core Edition] - Re: A basic question about concurrency

2008-04-02 Thread [EMAIL PROTECTED]
I wouldn't use READ_UNCOMMITTED - you could end up attempting a read of a node before it has been completely written. Would a node ever be removed? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140996#4140996 Reply to the post : http://www.jboss.com/index.

[jboss-user] [JBoss jBPM] - Re: UserTransaction issues with jBPM and Hibernate

2008-04-02 Thread bloreguy
Thanks for your reply. I will disable all UserTransactions in the code. If I need to rollback this transaction, what should be done? Should I call setRollbackonly or throw an exception to flag that rollback has to be performed? Thanks again for your response and deeply appreciate it. View the o

[jboss-user] [Microcontainer] - Re: Code example for a basic parsing deployer

2008-04-02 Thread [EMAIL PROTECTED]
OK, so I've got another dumb question but I can't find the answer in the docs, and I don't understand what I'm seeing in the source code. I'm getting a ClassCastException here: Caused by: java.lang.ClassCastException: org.jboss.cx.remoting.metadata.RemotingMetaData at org.jboss.kernel

[jboss-user] [JBossWS] - Re: Error in generating WSDL

2008-04-02 Thread r12345_2003
I'm using JDK 1.5.0_05 Do you mind posting your code so that i can compare it with mine and try to see if im doing something wrong? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140989#4140989 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools Installation Issue?

2008-04-02 Thread [EMAIL PROTECTED]
That is a generic java error message. It means you've compiled with one jdk and are trying to run with a JRE of a different (lower) version. Specifically, your workspace compiler is probably java 6, and you're running jboss with a 5.0 JRE. (That's my best guess) View the original post : http

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools Installation Issue?

2008-04-02 Thread jej2003
I am, so I am not sure what the deal is. I am trying to follow the tutorial at http://docs.jboss.org/ejb3/app-server/tutorial/stateless/stateless.html. I have created an EJB Project (which also generated a Client and and EAR project), under ejbModule I created all the src files, but when I righ

[jboss-user] [JBoss Getting Started Documentation] - Re: Can't build using ant

2008-04-02 Thread leonidMir
Hi, If I click the link I see all the directories tree, similar to the downloaded pack. I use TortoiseSVN to export the files from the repository into local dir. Unfortunately I get the following error (At the same stage, near 10MB): REPORT request failed on 'repos/jbossas/!svn/vss/default' REPORT

[jboss-user] [JBoss jBPM] - Re: jPDL-Designer

2008-04-02 Thread estaub
Tina, Why are you looking for alternatives? Do you just not like Eclipse in general, or is there something specific about the JPDL designer, or... Thanks, -Ed Staub View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140983#4140983 Reply to the post : http://www.

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools Installation Issue?

2008-04-02 Thread [EMAIL PROTECTED]
Please make sure you're using "JBoss, a division of Red Hat" when creating your server, not "JBoss". View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140981#4140981 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140981

[jboss-user] [JBoss Portal] - Re: How to get a portlet's instance name from the portlet cl

2008-04-02 Thread PMN
An alternative to get portlet instance data is to put them into the portlet-instances.xml preferences. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140977#4140977 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140977

[jboss-user] [JBoss Cache: Core Edition] - Re: custom method to get size of nodes in cache evicts some

2008-04-02 Thread jorgemoralespou_2
But why adding a "Node visited event" is making the node to be evicted? I have set up a 5 max lement FIFO EvictionPolicy. There is 5 nodes in cache. When I make a call to my custom getSize method, one of the nodes gets evicted, and size return 4. I don't underastand this behaviour. Or is it cou

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools Installation Issue?

2008-04-02 Thread jej2003
Ok, new problem. I am trying to deploy my new EJB project to JBoss 4.0.4 and I get an error saying JBoss 4.0.4 does not support version 5.0 of the J2EE Enterprise application specification. If I install a new server I can launch this using 4.2 (at least the above message goes away) but my grou

[jboss-user] [Messaging, JMS & JBossMQ] - Re: QueueBrowser not returning anything in Enumerator

2008-04-02 Thread tim.shaw
anonymous wrote : I mean listInProcessMessages which is in the JBossMQ documentation. Sorry, when you said 'in the wiki' I presumed you meant 'in the wiki'. Obviously my mistake. anonymous wrote : I'd be less terse if this wasn't an FAQ that still gets asked redundantly twice a month. I suggest

[jboss-user] [JBoss Portal] - Re: How to get a portlet's instance name from the portlet cl

2008-04-02 Thread porcho
Thanks for your help. I've created the portlet interceptor and added it to the stack in jboss-service.xml, as you suggested; and made the portlet instance's name a request attribute. And it worked! Thanks once again. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtop

[jboss-user] [JBoss Portal] - Re: How to access portlet preferences when not logged in

2008-04-02 Thread tomstrummer
"tomstrummer" wrote : I see; when I go to the instances tab, a few have a preferences link, but most of the others do not. | | Namely, I'm using the iframe portlet, which definitely uses the portlet preferences API. But there is no preferences link in the admin portlet for any of the ifram

[jboss-user] [JBossWS] - Re: JBossWS 3.0.1 Released

2008-04-02 Thread [EMAIL PROTECTED]
"adinn" wrote : When I insert this URL in my browser I get a 404. What about Metro or CXF there's no JBossWS console at the moment, see http://jira.jboss.org/jira/browse/JBWS-2091 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140960#4140960 Reply to the post

[jboss-user] [JBoss Cache: Core Edition] - Generics in the Cache interface - good idea, or mistake?

2008-04-02 Thread [EMAIL PROTECTED]
So in 2.X, we genericised the Cache interface. How has this affected your development? Was this a good thing, or a bad one? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140959#4140959 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[jboss-user] [JBoss Cache: Core Edition] - Re: A basic question about concurrency

2008-04-02 Thread fatefree
Well the timeout is 15 seconds already so I'd rather not increase it any more. What could potentially happen if I use read_uncommitted? Is there any potential problem since I don't update any object in cache? Could it even be None for the isolation level, or would that mean even gets and puts co

[jboss-user] [JBoss Cache: Core Edition] - Re: How to communicate between Jboss Appserver and Jboss Cac

2008-04-02 Thread [EMAIL PROTECTED]
The RMIDelegatingCacheLoader is deprecated, and does not exist in JBC 2.x onwards. I'd recommend using the TcpDelegatingCacheLoader instead. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140954#4140954 Reply to the post : http://www.jboss.com/index.html?

[jboss-user] [JBoss Cache: Core Edition] - Re: Basic Question in using Cache Loaders??

2008-04-02 Thread [EMAIL PROTECTED]
Read the docs. http://labs.jboss.org/file-access/default/members/jbosscache/freezone/docs/1.4.1.SP4/TreeCache/en/html_single/index.html#d0e1515 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140953#4140953 Reply to the post : http://www.jboss.com/index.html

[jboss-user] [JBoss Cache: Core Edition] - Re: custom method to get size of nodes in cache evicts some

2008-04-02 Thread [EMAIL PROTECTED]
| Is a call for cache.getRoot().getChild(fqn) passing through interceptor chain and adding an EvictionEvent to EvictionQueue? Yes, it would add a node visited event. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140951#4140951 Reply to the post : http:

[jboss-user] [JBossWS] - Problems with WSConsume tool after upgrading to JBossWS 3.0.

2008-04-02 Thread gessedafe
Hi everyone, I downloaded the JBossWS 3.0.1 Native 2.0.4 GA this morning. I was using the previous release and facing some problems with the issue JBWS-1763 (problems with charset encoding). This new version solved my problem, as announced... But, it also gave me a new problem... It happens w

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - can you turn off write-behind logic in cmp entity beans?

2008-04-02 Thread adastar
Our company recently converted from weblogic 5.1 to jboss 4.2 and have a particularly interesting issue. We are using stored procedures in our workflow which expect that changes to the cmp entity beans are written to the database as they are modified in code (the behavior of weblogic's cmp enti

[jboss-user] [JBoss jBPM] - Re: Getting the previously executed node...

2008-04-02 Thread jbarrez
You could set a process variable indicating the transition that was taken View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140930#4140930 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140930 _

[jboss-user] [Security & JAAS/JBoss] - Re: UsernamePasswordLoginModule and client origin

2008-04-02 Thread idweiss
Thanks ragavgomatam. Thing is, because this is a security issue, I can not rely on clients to provide their genuine ip address, as attackers will provide a false one. Instead the solution requires figuring out their real origin. View the original post : http://www.jboss.com/index.html?module=bb

  1   2   >