www.jboss.org/tools -> click documentation ;)
And we do target Eclipse 3.3.x.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140782#4140782
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140782
you're probably missing the section of the ejb-jar.
Something like
|
|
| your_interceptor_class_name
|
| methodName
|
|
|
|
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140781#4140781
Reply to the po
Hi,
I am using JBoss cache(1.4.1SP8) in webapplication which is deployed in
weblogic clustered environment. I have two management ports.I am using JDBC
Cache Loader and cache is clustered across the weblogic portals.
I started the portal1 server succeessfully and cache also started. All the
We are facing a problem with our timer session beans.
The following is the error trace log that we got from server log.
>From the log we could understand that itz not able to commit the transaction
>on timeout.
Any suggetions on why it happens will be appreciated...
we are using EJB2 slsb
The JBoss IDE EJB project type no longer exists. It was deemed redundant with
the webtools ejb project. It provided little to no added functionality. The
wizards to create some EJB elements are still present.
Also, I don't believe we target 3.3 though I'm not sure.
View the original post :
Hi, I'm trying to get familiar with the interceptors in ejb3. I succeeded in
using it with annotations, and it worked well. But when I remove the
@Interceptors and put in the ejb-jar.xml, the
interceptor doesn't work.
Here is the ejb-jar.xml:
| http://java.sun.com/xm./ns/javaee";
| xm
thanks
obrigado
gracias
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140762#4140762
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140762
___
jboss-user mailing list
jboss-
Hi all,
I posted this question at seamframework.org forum but haven't seen any answers
so I'm trying my luck in this forum.
My seam project has the jbpm module enabled and I'm wondering how I can get my
jbpm action handler to access a Seam component/object.
For example, in my jpdl, I have a tr
thought i'd have one last go
downloaded jboss As5b4. configured eclipse 3.3 with default 5.0 server (basic
one)
deployed ejb3 webservice as ejb file to server and checked wsdl generated.
used wsconsume to gen client artifacts and imported into standalone application
client project. All co
Maybe I am asking the wrong questions. In the version of JBoss tools that I am
using what is the procedure for building a new EJB Project? Should there be a
JBoss-IDE project category in the wizard dialog?
Is there any good beginner documentation for building ejbs?
View the original post :
I have a custom login module that works just fine on non-web service
applications. However on web service (EJB endpoint) it is called just fine but
the callback handler for the user name always returns null. I have tried
annotations (@SecurityDomain, @WebContext) and I have tried using a jboss.x
hello,
im trying to learn jBPM, but im unabled to deploy what im doing..how can i get
jBPM and jboss as to work together..
the jboss as was already installed in the workstation im using.
i downloaded jbpm-jpdl-3.2.2.zip
how do i tell the AS where to find jBPM..
can anyone help
i really want t
Thanks for your help Peter.
Unfortunately not even restarting JBoss does anything but I have found that if
i delete my jboss-4.0.5.GA\server\all\work directory then hit refresh on my
browser it will notice the changes but this is still not the best solution as
from time to time it wont let me r
It was just my stupidity that prevent me to success on this... sorry!
I updated xmlsec to last version 1.4.1 (from 1.3.0 that is distributed with
JBossWS), but this didn't help.
After some reading about charset and encoding, The code that really works is
this:
| Reader requestReader = new
There is a bug in 2.0.2 and 2.0.3 that result in not decryptation of response
message. 2.0.4 fix this.
http://jira.jboss.org/jira/browse/JBWS-1966
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=128353
Thanks,
View the original post :
http://www.jboss.com/index.html?module=bb&op=view
We are currently running JBoss 4.0.0 in production. Right now we are using
the JAAS api and a custom database to manage authentication.At time(JBoss
3.0) this applicaiton was concieved there was no easy way to create a single
sign on among multiple war files in a ear file.So we package
Hello there,
My WSDL Web service client is not working with RichFaces. The same code is
working with MyFaces app.
I'm getting the following error:
| 14:03:47,734 FATAL [application] /jsp/result.xhtml @17,68
action="#{echo.callWSDL}": javax.xml.ws.WebServiceException: Unable to load
Provid
Dear Sirs:
We was working with JAXWS "Dispatch" to dynamically invoke a WS endpoint with
WS-Security, and we had some problems that we
couldn't solve yet. We will appreciate your help.
When the program invokes the endpoint using the static class build with
wsconsume it work properly including
anonymous wrote : I assumed that the end() method of the processInstance would
act like a 'catch-all' and flushes the log. Assumptions are always dangerous
;-) Why not assume that when signalling a token/process would do the same?
Seriously... to me there is no difference. I just have to make
The context definition did not make it : here it is:
< Context path="/foo">
< Resource name="string/configurationContainer"
auth="Container"
type="com.genia.toolbox.web.jndi_config.StringContainer"
factory="com.genia.toolbox.web.jndi_config.StringContainerFa
the custom fork example I mentioned before.
Google shows a lot of info when just searching for 'custom fork jbpm'. The wiki
entry is on page 1!!! So that would not have cost you a lot of time. If you
include 'wiki' in it it is even better *it's the FIRST hit in google...*
View the origi
Hello,
In tomcat I have the following Context declared :
StringContainerFactory is a class that implements javax.naming.spi.ObjectFactory
How can I declare the equivalent JNDI resource for my web application in
JBoss. I do not seem to find a way to do it.
Thanks in advance.
View the
it *is* in the jbpm source afaik if you checkout head. So patching yourself
should not be needed
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140722#4140722
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140722
_
Let's say I have a web service called getVehicle(int vehicleId) and I'm
expecting it to return me a Vehicle object.
If Vehicle has a java.util.Set of Wheel objects, and the Wheel object has a
reference to its owner (Vehicle), then obviously there is an issue here when
trying to persist to XML b
I ended up editing the jbpm4jsf source code.
Maybe next version...since I need to have it up running quickly.
Thanks!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140718#4140718
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=r
Hello, JBossWS Team guys...
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..
Hi
I am also facing the same problem. I am using eclipse wtp 3.3.2 and jdk 6u5.
I even tried changing the server name to "default", but it does not work.
Following is the message I am getting:
| run.bat: unused non-option argument: -
| run.bat: unused non-option argument: type
| run.bat:
So I am attempting to dabble with J2EE and I am running into issues installing
the JBoss Tools on Eclipse. I have Eclipse version 3.3.2 and have the latest
stable version of JBoss Tools 2.0.1 GA installed. For whatever reason though
the JBoss-IDE project type under the New Project wizard. Was
anonymous wrote :
| Any specific reasons for doing this? Also, which version of JBoss?
Because it is requirement from our product management :). We are using JBoss
4.2.2
Previously we are using Glassfish and we had created autodeployment in ant.
Now we need the same tool for permanent depl
ok . thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140685#4140685
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140685
___
jboss-user mailing list
jboss-user@lists.j
Those last changes to the web.xml caused the login to start working fopr
powellb.
The jbpm console has changed alot since the publication of this book less than
one year ago. This helps me get farther now.
Thanks!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic
I have a queue that I use to connect a producer and consumer. The ordering of
messages is important. AFAIK, as long as I have at most one producer and
at-most one consumer, the messages should get processed in-order. Due to edge
case scenarios, or perhaps in a larger context when someone else
guys, seen no answer to this or any other of the threads.
so I had a go downloading glassfish - had to fiddle with a couple of the
support libraries, imported the same code into a new workspace (glassfish cant
handle a workspace path with any spaces in the fully qualified path if any one
else w
"kukeltje" wrote : how to 'bind' new tasks to a process is in the example in
the wiki
can you post a link? I cant find the exact paragraph I need
thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140632#4140632
Reply to the post :
http://www.jboss.co
Actually I doesn't understand the problem.
All the above code is inside a par file.
You could test it by deploying the par on your jbpm engine.
Should I upload the par file here?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140630#4140630
Reply to the pos
This will be fixed in 2.0.5
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140626#4140626
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140628#4140628
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140628
_
And the answers to my other questions?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140627#4140627
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140627
___
jboss-user maili
Oops. my goof. I saw WS-Security authentication and automatically thought
message signing, which I have done with both EJBs and POJOs.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140626#4140626
Reply to the post :
http://www.jboss.com/index.html?module=bb
As far as I can tell, your code looks just like mine, and it works for me.
What JDK are you using?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140623#4140623
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140623
___
Thx, I will try it tomorrow.
I want to learn the code because I will contribute to the project in a future.
Compiling is a first stage :)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140622#4140622
Reply to the post :
http://www.jboss.com/index.html?module
Please consider this: http://jira.jboss.org/jira/browse/JBWS-1999
In few words, the jaas authentication is supposed to work with EJB3 endpoints
only until that issue is fixed (and it's scheduled for the next release, 2.0.5
native).
View the original post :
http://www.jboss.com/index.html?module
Based on your file naming convention, I assume you are using Windows. Windows
has some rather strange file locking issues. Here is what I think is happening.
The last time you updated the JSP successfully, and JBossAS noticed that and
updated it, for some reason Windows kept the file locked. The
Thanks for the response again. Well I had tried that.. in fact had tried
several combinations of the URL Pattern but its all the same ! I wouldnt have
thought that creating a simple web serivce would be so frustrating :-(
Personally, I dont think there is anything wrong with the code, the code i
Do you have Subversion installed? Is svn in the PATH? Click this link:
http://anonsvn.jboss.org/repos/jbossas/tags/JBoss_5_0_0_Beta4/, what do you
see? You should see a list of links very similar to the directories in the
source download.
The beta4 bundled source will not compile.
Might I ask
"pete007" wrote :
|
| ps: not that important, but interesting: if I have a domain, where do I get
a trusted key for it?
Certificate Authorities http://en.wikipedia.org/wiki/Certificate_authority.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140614
See this thread http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125636
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140611#4140611
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140611
__
Will JBossAS 5.0.0.GA use JBossWS 3.0.x or will it continue using 2.0.x?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140610#4140610
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140610
__
Here is my remoting-bisocket-service.xml file. I'm using the file "as is" from
JBM 1.4.0 SP3.
|
|
|
|
|
|
|
|
|
|org.jboss.jms.wireformat.JMSWireFormat
|org.jbo
JBossAS 4.2.x is qualified only with JDK 5. See my responses at
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=102355&postdays=0&postorder=asc&start=10
JBossAS 5.0 will support JDK 6
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140608#4140608
Rep
"scotthendo" wrote : I am using eclipse to edit all my JSPs and Java files.
|
Scott, i don't use Eclipse (or any other IDE) for my applications on JBoss.
Sorry, i wont be of much help here. Maybe someone familiar with Eclipse
integration with JBoss might be able to help.
View the original
Rawkaw,
Posting to a 2 year old thread without providing much information may not get
you any replies. You will have to provide more details about your application,
the JBoss server, the Java server and the entire exception stacktrace.
P.S: While posting the logs or code or xml content, rememb
anonymous wrote : Yet, in all cases I am getting the deployment error:
| *** DEPLOYMENTS IN ERROR: Name -> Error
|
| vfsfile:/C:/jboss/server/default/deploy/simple_session.ear ->
java.io.IOException: invalid manifest format
| --
| more specifically:
Have you opened port 8080 in your firewall?
I have the following ports open: 8080, 1099, 1098, , 4445
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140599#4140599
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140
To access an MBean. see
http://wiki.jboss.org/wiki/Wiki.jsp?page=HowDoIGetRemoteAccessToMyMBean
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140592#4140592
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140592
__
My first response (dated Jan 8) already answers your question. (or are you
actually asking that someone post working code, and not just tell you which
MBean and operation to use?)
And a warning - if you deploy an application this way you will need to redeploy
it every time you restart the app
anonymous wrote : Without any manual intervention (like stop being called),
jboss starts undeploying all packages.
|
How do you detect this undeployment? Do you see anything in the logs related to
undeployment? And how do you start JBoss?
View the original post :
http://www.jboss.com/inde
I repeat: you need JDK 1.5 to compile 4.2.2.
http://java.sun.com/javase/downloads/index_jdk5.jsp, download JDK 5.0 Update 15
Why are you compiling the source? Why not just download the binary? With the
binary, installation is simple:
1) Download binary zip file to your hard drive
2) Unzip the
Jeff,
I've been through the JBM 1.4.0 SP3 installation instructions. My
jboss-remoting.jar is the patched version, 2.2.2 SP4. Also, on the client
jboss-remoting is before jbossall-client.jar in the classpath. I might also
add that I have a strictly server-side JMS use case that executes with
"jaikiran" wrote :
| All this piece of code does is it copies the application to the "deploy"
folder of JBoss so that the server picks it up for deployment.
|
On second thoughts, this is tricky. If the "copy" does not complete before the
next scan cycle of the deployment scanner (probably
I'm having the same problem using WebSphere MQ. Any solutions yet?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140581#4140581
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140581
___
Try changing the url-pattern in to web.xml file:
/hello
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140580#4140580
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140580
_
>From what i remember, the MainDeployer deploys the application in
>%JBOSS_HOME%/server/< serverName>/tmp folder. This tmp folder gets cleaned up
>on restarts.
The last time, when i was playing around with a similar requirement on a sample
application, i had deployed my own service using a *-s
They should be the same, with the slight difference that in a web app the
configuration files and keystores should appear in WEB-INF rather than in
META-INF.
Please post the locations of the relevant files inside both the EJB package and
the web app package. Also post the contents of the releva
Hi,
I am using JBossWS Native for client code implementation in a set of Eclipse
plugins. At first, I used WSDL2Java approach to generate client code - this
works fine with WS-Security and all. But now, I need take advantage of BIRT's
WS/XML ODA driver (that uses something like XPath to map XML
Thx.
Couldn't find the files in the svn path you gave (The path is incorrect),
honestly I got lost there :).
Can you please specify a correct path to these files ?
Also I tried to compile in the same way (using the build.bat file) jBoss5_beta4
and got the same errors
Very strange.
Someone ?
"rlucente" wrote : I read the JMS spec but I didn't really see the description
of a session/message affinity at rollback.
|
4.4.7:
"... If a transaction rollback is done, its produced messages
are destroyed and its consumed messages are automatically recovered. For more
information on sess
OK, I'll bite. What is MVEL and what is DSL? And what do they have to do with
JBossAS?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140564#4140564
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140564
___
"jmesnil" wrote :
| It seems that our configuration for jboss-remoting is broken.
|
I meant *your* configuration.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140562#4140562
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mo
"jhd" wrote : My JMS client fails to connect with the following stack trace:
|
| ...
| Caused by: java.lang.Exception: Error setting up client lease
| at
org.jboss.remoting.MicroRemoteClientInvoker.establishLease(MicroRemoteClientInvoker.java:405)
| at org.jboss.remoting.Client.
Probably you have the local/remote interfaces packaged in more than one place
(may be in the war and also in a jar)? See these for more details:
http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassCastExceptions
(that link mentions how to use the jmx-console to debug this)
http://www.jboss.com/index.h
This is a bug in AS 4.2.2 where if it can't find the name in JNDI and there is
no cluster active it will give a NPE instead of NameNotFoundException.
Fixed in AS 5.0.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140558#4140558
Reply to the post :
http://w
I read the JMS spec but I didn't really see the description of a
session/message affinity at rollback.
Regardless, sessions are not thread-safe so using a thread-pool is an issue
because it requires I have multiple sessions, only one of which can see its
recently rolled back messages.
We jus
My JMS client fails to connect with the following stack trace:
[EMAIL PROTECTED] Apr 2008 08:53:33,802] [org.twia.jms.JMSProxy] :
connectToJMS() - Exception occured:
org.jboss.jms.exception.MessagingJMSException: Failed to invoke
at
org.jboss.jms.client.delegate.DelegateSupport.handleTh
After a lot I found that the following is the code that works for me:
| ClassFile classFile = newProxyClass.getClassFile();
| ConstPool constantPool = classFile.getConstPool();
| AnnotationsAttribute attr = new AnnotationsAttribute(constantPool,
AnnotationsAttribute.visibleTag)
Am i missing something in Jboss Messaging configuration?
Or it has something to do with my listener configured inside web application?
When i first send same object message using jsp/servlet, everything works fine.
After this subsequent sending and receiving from plain java class works.
But whe
Hi,
I have an ear application that runs under jboss 4.2.0.GA version. I have
implemented EJB3 session bean.
The AdSetSchedule Session Bean is bound as shown below in jndi view
+- DPDS-Enterprise (class: org.jnp.interfaces.NamingContext)
|
| +- AdSetScheduleBean (class: org.jnp.interfa
If you have consumed messages via a message consumer and then roll back, the
same session will receive the same stream of messages.
This behaviour is as specified in the JMS spec. (1.1, sectons 4.4.7 and 4.4.11)
If you have the same message consumer(s) open on that session, then it will
receive
I know that in order to flush the logs to the JBPM_LOG table, one has to call
the jbpmContext.save(processInstance) method (as described in the user guide)
However, I found it strange that no call to this method is made when the
processInstance is ended.
More specifically, when one forgets to c
I am not using MDBs.
Also, Ray Ploski, RedHat/JBoss, was at my company location back in September
for a week to review the implementation and help with performance optimization.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140522#4140522
Reply to the post
Hi,
I am running a JBoss V4.0.5 GA cluster on a LINUX platform.
I have two schedulable jobs. The configuration in scheduler-service.xml is as
follows:
| true
| ch.skyguide.aim.schedulable.agent.isup.ISUPAgentProxy
| localhost,8080,localhost,808
Hello,
Thanks for reply.
I have done the look up programmatically as said below.
The code works.
I have one more issue, while testing one scenario:
The current configuration is:
I am having Two clusters clusterA and clusterB
clusterA is having the war file and this is deployed one separate m
Good work JBossWS Team!
Thanks,
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140509#4140509
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140509
___
jboss-user mailing lis
Hello,
In a stateless EJB im using:
| @Resource(name = "mail/localMail", mappedName = "Mail", shareable = true,
type = Session.class)
| private Session m_mailSession;
|
Trying to connect the Bean from a Client I got an NullPointerException.
Im using JBoss-4.2.2.GA default installation
Here is a short eaxample:
| @Service
| @Management(MyServiceManagement.class)
| @Depends("jboss.ws:service=DeployerInterceptorEJB3")
| public class MyService implements MyServiceManagement {
|
|private Timer timer = null;
|
|@Resource
|private EJBContext ejbCon
Ok, I'm using the Apache Muse product to build a WS-Notification 1.3 based
message broker. JBoss Messaging is used as a message store to buffer messages
between senders/receivers. Clients can publish and subscribe using the web
services offered by Muse. When a message is published to the syst
Hi!
When annotating with the service you have four life cycle methods that you can
implement.
*create
*start
*stop
*destroy
Try call test from start and you'll se that it will be called.
Cheers
/Oskar
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140493
yep, see my last post
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140488#4140488
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140488
___
jboss-user mailing list
jboss-use
Also I should mention that this cache is currently being replicated across two
machines, possibly more in the future
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140483#4140483
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=r
look at the jbpm logging which is also in the database. That contains all info
you need
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140481#4140481
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140481
__
Our app is using the default level of concurreny (REPEATABLE_READ) but we are
experiencing lock acquisition timeouts, and I believe this level of concurrency
is higher than our app requires.
Our app does not update or modify any element at all once it is put in cache,
it only puts an element in
yes , im using JDK 6 .
does JBOSS not support that ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140473#4140473
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140473
___
j
Hi people,
I've been reading the JBossConfigEditor's source code and I am in doubt about
something.
As you know I've been thought about a way:
- to get (download) .esb archives from JBossESB server/default/deploy directory
to store it in my web application;
- to put (upload) .esb archives from
Hi, thanks for reply.
problem...the JSF- Component have not a name-attribut.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140468#4140468
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140468
__
Ok, so I was wrong again. I forgot JSF namespaces the name attribute also. You
can wrap your form in a div or span and access the child, or you can use the
prototype.js library and they have the following:
| document.getElementsByClassName('whatever')[0]
|
then you would have:
|
|
Hi all,
I'm a spanish newbie so, sorry for my english and inexperience.
I've installed Jboss 4.2.2.GA (jboss-4.2.2.GA.zip)
I've installed jdk1.6.0_05.
All of that is under CentOS 5.
When I Start JBoss, server runs ok (i think) but i cant reach it from other
computer.
I see Jboss in local
oops, that should be:
|
| document.getElementsByName('whatever')[0]
|
this is a collection which you should probably iterate to get the name you need.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140460#4140460
Reply to the post :
http://www.jboss
What's new in jbossws-3.0.1-native-2.0.4.GA
--
Feature Request
* [JBWS-925] - Provide initial support for FastInfoset
* [JBWS-1124] - Scoped class loading domains for WS endpoints
* [JBWS-1165] - Provide initial support JSON data binding
* [JBWS-11
Hi oskar/wolfc
I have tried both options suggested by you but it is not working.
Following is the code of my stateless bean
| @Service
| @Stateless
| @Remote(ConfigService.class)
| @Local(ConfigService.class)
| public class ConfigServiceBean implements ConfigService {
|
|
| @Pos
I'm happy to announce the release of JBossWS 3.0.1 GA that includes Native
2.0.4 (fully certified JAX-WS web services implementation), Metro 1.0.1 and CXF
1.0.1
Native runs on jboss-5.0.0.Beta4, jboss-4.2.2 and jboss-4.2.1
Both Metro and CXF run on jboss-5.0.0.Beta4 and jboss-4.2.2
JAXWS brings
give your element a name
| http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140444#4140444
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140444
___
jboss-user mailing list
jboss-user@lists.jboss.org
h
1 - 100 of 129 matches
Mail list logo