Hello,
I have the following stateless session bean:
| @Stateless
| public class UtilityBean implements UtilityRemote
| {
| @PersistenceContext(unitName="performance_persistence_unit")
| EntityManager manager;
|
| @TransactionAttribute(TransactionAttributeType.REQUIRES_
"[EMAIL PROTECTED]" wrote : jboss does not use RMI/IIOP by default. It also
does not provide an RMI registry. The 1099 port is a socket based JNDI
implementation that supports access via an RMI/JRMP protocol by default. See
the RMI Registry Service Provider section of the jdk javadoc for ways to
thanks for you reply.
I know what 's your meaning.
so the result is ejb 's session bean doesn't support timeout ( although you can
set transaction timeout , but as you just said, it has a long term bug in
jboss).
but I found it so strange, why ejb couldn't support timeout on session bean's
inv
I'm not sure if I'm doing something wrong or if there is a problem with
underlying EJB container.
I have an entity with an @Embedded object along with some other fields directly
defined in the entity (including its surrogate key which is an int). I want to
query the object on just the embedded
Glad to know, it helped you :-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940350#3940350
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940350
---
Using Tomcat
I've built an action (node-enter) to create a certain amount of tasks based on
the users selected. This is not known at design-time, but it is known at
run-time.
| " +
| " " +
| "" +
| " " +
| " " +
|
http://jira.jboss.com/jira/browse/JBWS-771
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940347#3940347
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940347
---
Us
Have a look at
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBWSFAQJIRATests
especially JBWS-732
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940346#3940346
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940346
-
Gavin - this is a bug in Seam. The current Seam code just happens to work.
The WAR classloader does not contain the entire WAR file. It only contains
WEB-INF/classses and WEB-INF/lib/*.jar. When you read "/WEB-INF/pages.xml"
from the WAR classloader, you are actually getting it from the pare
look this foro
http://www.jboss.com/?module=bb&op=viewtopic&p=3882728
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940344#3940344
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940344
--
Maybe this is an inconsistent installation the serviceID has changed from
String to ObjectName
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940343#3940343
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940343
-
I update the wiki
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossWS
anonymous wrote :
| JBossAS-4.0.x is a J2EE-1.4 compliant app server. It therefore targets
jdk-1.4. If you want to use the EJB3 or JSR-181 features, you should use the
ejb3 profile from the installer with jdk-1.5.
|
View
"jaikiran" wrote : Have a look at...
Hi wanted to thank you again.
Have been working on those two articles you gave me. Must admit that at first
I found it a little hard (still newby with JBoss) however finally I understood
it :) and have my application working :)
Thanks a lot for your post,
This should be addressed by
http://jira.jboss.com/jira/browse/JBWS-869
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940340#3940340
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940340
-
It means there is a bean in a JSF context variable with the same name as a Seam
component.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940339#3940339
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940339
-
You need to let Seam instantiate the component, you can't do this:
PojoB b = new PojoB();
Instead, use Component.getInstance("pojoB", true)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940338#3940338
Reply to the post :
http://www.jboss.com/index.html?mo
Hi,
in order to speed up the development with Tapestry I use JBoss exploded
deployment:
My eclipse project is structured like an unpacked EAR archive, containing my
EJBs and the web (exploded war) project. In jboss-service.xml I added the
project directory to the deployment scanner, so JBoss d
sorry, but this page doesn't help me out..maybe because I am using MySQL.
Anyway I found another approach: I pasted the juddi.war file I downloaded from
ws.apache.org/juddi together with the mysql-ds.xml into the deploy directory,
added the mysqlconnector.jar into the lib directory and made appr
You need to write a new (sub)deployer, either by extending
org.jboss.deployment.SubDeployerSupport or
org.jboss.deployment.SimpleSubDeployerSupport
Try listDeployers (or something like that) from the jmx-console on the
MainDeployer to find out the names/classes of the various registered
subdep
This question is two parts:
1. I want to write a custom deployment listner, for lets say.xdr files or
-mydr.xml files. To achieve that, do I need to refer to the code for
DeploymentManagementService in jboss and extend it to write my own MBean? How
can I tell jboss deploymentservice to ignore m
Have a look at
http://fisheye.jboss.com/viewrep/JBossWS/trunk/src/main/java/org/jboss/ws/annotation/PortComponent.java?r=42
The JSR181 tests in the jbossws testsuite use it.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940332#3940332
Reply to the post :
http://docs.jboss.org/jbpm/v3/userguide/gettingstarted.html#packagejbpmprocessdesigner
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940331#3940331
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940331
--
related to
http://jira.jboss.com/jira/browse/JBWS-231
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940330#3940330
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940330
--
LOL - you could pickup the phone and have a little "talk" with your partner
(i.e. point him to the SOAP spec), or that channel of communication equally
broken?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940329#3940329
Reply to the post :
http://www.jbos
http://jira.jboss.com/jira/browse/JBWS-866
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940328#3940328
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940328
---
Us
Is {http://ws.hska.de/jaws}KundeWS mapped in jaxrpc-mapping.xml?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940327#3940327
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940327
---
This is a related to
http://jira.jboss.com/jira/browse/JBWS-814
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940326#3940326
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940326
Could you please investigate this further? Start with the jbossws-1.0.0.GA
samples. They also contain EJB3 endpoints. You need to run against
jboss-4.0.4.GA-ejb3
| cvs -r Branch_4_0 jboss-4.0.x
| cd jboss-4.0.x
| build/build.sh (jdk-1.5)
|
View the original post :
http://www.jboss.co
I'd like to see the stacktrace that relates to the NPE
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940324#3940324
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940324
--
Please give details on the xerces versions
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940323#3940323
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940323
---
Us
Could you please verify the package/namespace issue with jbossws-1.0.0.GA.
Also have a look at
http://labs.jboss.com/portal/jbossws/user-guide/en/html/secure-ejb.html
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940322#3940322
Reply to the post :
http://
Thanks for verifying
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940321#3940321
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940321
---
Using Tomcat but need to
jbossws-1.0.0.GA works with standard J2EE-1.4 WS artifacts (JSR-109)
wscompile as well as wstools generate these artifacts.
For existing deployments, you should have no problem upgrading as long as you
use standard JSR-109 deployments
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBWS404Compatibilit
The EndpointMetaData supports
|public void setAuthMethod(String authMethod)
|{
| this.authMethod = authMethod;
|}
|
|public void setTransportGuarantee(String transportGuarantee)
|{
| this.transportGuarantee = transportGuarantee;
|}
|
whi
jboss-1.0.0.GA is out. Try wstools to generate JSR-109 client artifacts from
wsdl. Then create a SLSB that implements the generated SEI
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940317#3940317
Reply to the post :
http://www.jboss.com/index.html?module=b
http://labs.jboss.com/portal/jbossws/user-guide/en/html/wstransaction.html
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940316#3940316
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940316
--
http://wiki.jboss.org/wiki/Wiki.jsp?page=WebServiceStacks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940315#3940315
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940315
---
Please create a jira issue, attach the wsdl and post the link to the issue here.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940314#3940314
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940314
http://wiki.jboss.org/wiki/Wiki.jsp?page=JUDDIConfiguration
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940313#3940313
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940313
-
This is related to
http://jira.jboss.com/jira/browse/JBWS-816
The Axis propriatary property transport.url has been removed.
If really needed you can use org.jboss.ws.soap.SOAPMessageContextImpl to get
at all unified meta data (UMD)
View the original post :
http://www.jboss.com/index.html?mo
Use the jboss-4.0.4.CR-ejb3 profile from the installer
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940310#3940310
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940310
--
I am getting lots of:
WARN [SeamVariableResolver] Seam component hides managed bean with same name
What is the meaning of it?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940309#3940309
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=post
rpc/encoded is not allowed by the basic profile
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940308#3940308
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940308
-
jbossws-1.0.0.GA does not support JAXB annotation
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940307#3940307
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940307
---
You don't use wsdeploy. Have a look at
http://labs.jboss.com/portal/jbossws/user-guide/en/html/getting-started.html
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940306#3940306
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=re
http://labs.jboss.com/portal/jbossws/user-guide/en/html/wssecurity.html
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940305#3940305
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940305
-
http://labs.jboss.com/portal/index.html?ctrl:id=page.default.info&project=jbossws
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940304#3940304
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940304
---
XML schema does not support graphs, so a WS abstract contract as defined in
wsdl + schema cannot define graphs either.
rpc/encoded supported graphs but that is no longer allowed by the basic profile.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940303#39403
Use the JSR-109 client deployment model, with in
jboss-client.xml.
There are plenty of examples in the testsuite.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940302#3940302
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=re
Resolved as won't fix.
http://jira.jboss.com/jira/browse/JBWS-851
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940301#3940301
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940301
--
can somebody tall me plz how to install jboss jbpm gpd . if u hv some link that
can help me then send it .
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940300#3940300
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=394
hi,
Whenever I try to connect to Juddi from the uddibrowser I'm getting an error:
"The user ID and password pair passed in a get_authToken message is not known
to the Operator Site or is not valid."
Until now I haven't found where to specify the password at all!
Could someone please help me t
Hello,
I have set up jUDDI in Jboss and now I would like to add some Webservice
information to the registry. However it shall be necessary for the publisher to
submit a username and a password. By default no password validation takes place.
I have already found the Link at:
http://wiki.apache.
I faced exactly the same problem. And could npt solve it untill moverd the seam
classes log threshhold to INFO
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940297#3940297
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p
from which mbean attributes can I get statfull/statless session EJB details?
Thanks in advance.
walid
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940295#3940295
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39402
55 matches
Mail list logo