Heiko,
Does that mean that the way i was trying to configure (see my post) is
unsupported, or was i on the wrong track?
tx.,
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954602#3954602
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=pos
Hi,
I was setting up two clustered sever nodes on a single machihe. It seems the
port number of the remote Connector is hard coded. I have the connector
configured on one of the servers as:
| jboss.aop:service=AspectDeployer
|
|
|
| 36
|
Milan,
Thanks for your postHowever, the problem is i am NOT receiving this
exception when I am indeed expecting it. My sentence was not too clear.. it
should read
"According to the EJB spec [section] 3.2.2 3rd option should this not result in
a IllegalArgumentException? [exception]"
Envi
Hi,
In a small test application, I have a client, a remote session bean and an
entity. In the client I have the following code:
Employee e = manager.getByName("Jennifer Wirth");
| manager.fire(e);
(Where manager is the Remote Session Bean).
The implementation of the fire method is:
// em i
William,
Thanks...i am watching it
Raphael
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926124#3926124
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926124
---
Hi,
Is the element in the persistence-unit supported in JBoss EJB3.0?
I seems that JBoss does not pick up the mapping configuration inside my orm.xml
mapping file.
|
| org.hibernate.ejb.HibernatePersistence
| java:/demos/DS
| orm.xml
|
|
|
|
|
B,
Thanks for the information..could very well be. I was in fact already
anticipating that.
Do you know where to get the latest information on these final changes (before
getting PFD2.. ). For example the business-remote is still in the
http://java.sun.com/xml/ns/javaee/ejb-jar_3_0.xsd ...is
Hi,
I have noticed the SessionContext does not include
getInvokedBusinessInterface...
When will this be supported?
tx.
Raphael
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925329#3925329
Reply to the post :
http://www.jboss.com/index.html?module=bb&op
Hi,
Shouldn't the remote business method be specified using the business-remote
element as apposed to the remote element?
The demo in the Tutorial ("Stateful Beans Using Deployment Descriptors") shows
the remote element... see
(http://docs.jboss.org/ejb3/app-server/tutorial/stateful_deployment
Hi,
Did you name your entitymanager in your persistence.xml?:
| manager1
| ...
|
In that case you need to put untName on the Injection:
@PersistenceContext (unitName = "manager1")
| private EntityManager manager1;
|
(see getManagedEntityManagerFactory in
org.jboss.ejb3.inject
Hi,
Thanks Jason for your reply.
Are there any licensing problems using and relying on wscompile. Wscompile is
part of the jaxrpc-impl.jar which is listed on
http://java.sun.com/webservices/docs/1.6/ReleaseNotes.html#RedistributableComponents
and further explained in the
http://java.sun.com/w
Hi,
I have a basic example that is not doing what it is suppose to do. I am running
a few tests on multiple WS platforms, and I can?t get this one to work with
JBossWS (JBoss 4.0.2 have tried 4.0.3 RC1 as well)
I am using org.jboss.axis.wsdl.Java2WSDL with flags turned on for RPC and
LITERAL. T
12 matches
Mail list logo