Incompatibe changes to EJB3 annotations
by Thomas Diesler
Folks/Carlo,
recently @RemoteBinding has changed package in AS5. As a result of which
EJBs that use that annotation from the old package cannot be deployed in
AS5 any more. This breaks our cross container test suite and potentially
every customer EJB out there that uses jboss proprietary annotations.
Is this intentional and if so how do I define the remote binding such
that it works both in AS42 and AS5?
cheers
-thomas
--
xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Thomas Diesler
Web Service Lead
…
[View More]JBoss, a division of Red Hat
xxxxxxxxxxxxxxxxxxxxxxxxxxxx
[View Less]
17 years, 3 months
latest jboss messaging/remoting
by Dimitris Andreadis
I've flipped trunk (AS5) to the latest jboss messaging/remoting combination.
Let me know if you see any problems.
Thanks
/Dimitris
- <componentref name="jboss/messaging" version="1.4.0.SP1-brew"/>
+ <componentref name="jboss/messaging" version="1.4.0.SP2-brew"/>
...
- <componentref name="jboss/remoting" version="2.2.2.SP2"/>
+ <componentref name="jboss/remoting" version="2.2.2.SP3-brew"/>
17 years, 3 months
JBM SP2 update rollback
by Dimitris Andreadis
I've rolled back the JBM SP2 update, until we stabilize things first.
/D
17 years, 3 months
Patch to upgrade jfreechart from 0.9.20 to 1.0.2
by Clive Saldanha
The JMX console uses an older version of jfreechart (v0.9.20). The
problem was that if we give it a newer freechart (v1.0.2), compilation
fails. Attached is a patch to solve those compilation errors and upgrade
jfreechart to 1.0.2.
Comments?
Cheers
Clive
17 years, 3 months
Patch related to JBAS-4148
by Clive Saldanha
Hi
I was assigned JBAS-4148, in which we plan to get rid of the use of
gjt-util and gjt-pattern which are outdated.
I am recommending the following patch: (Attached JBAS-4148.patch)
The patch was made on trunk on Revision number: 68001
Please comment on if it's alright to be commited.
Thanks
Clive
17 years, 3 months
Big regression in AS5 testsuite
by Dimitris Andreadis
Starting from this build there was a big regression introduced in the AS testsuite (+913
failures):
http://hudson.qa.jboss.com/hudson/view/JBoss%20AS/job/JBoss-AS-5.0.x-Test...
It seems a lot of the tests do not deploy properly. Looks like a metadata issue, e.g.
Caused by: java.lang.IllegalStateException: Container configuration not found: Standard
Stateless SessionBean available: []
at
org.jboss.metadata.ejb.jboss.JBossEnterpriseBeanMetaData.determineContainerConfiguration(…
[View More]JBossEnterpriseBeanMetaData.java:648)
at org.jboss.ejb.deployers.EjbDeployer.deploy(EjbDeployer.java:261)
at org.jboss.ejb.deployers.EjbDeployer.deploy(EjbDeployer.java:60)
at
org.jboss.deployers.vfs.spi.deployer.AbstractSimpleVFSRealDeployer.deploy(AbstractSimpleVFSRealDeployer.java:56)
at
org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:65)
at
org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)
at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:169)
... 60 more
[View Less]
17 years, 3 months
Re: WTF? Re: [jboss-cvs] JBossAS SVN: r67638 - trunk/connector/src/main/org/jboss/resource/adapter/jms/inflow.
by Adrian Brock
On Mon, 2007-12-03 at 11:15 -0800, William DeCoste wrote:
> The transactionTimeout was added to 4.2 so that you could configure the
> tx timeout per MDB. This was in response to a customer issue. In EJB3
> there may not be any jboss.xml, so it needs to be an
> activationConfigProperty.
It also needs documenting and testing. The method attributes
or alternative EJB3 transaction timeout annotation also
need supporting and the behaviour if both are defined needs clarifying.
…
[View More]Weston was asked to do the method attributes, but he did something
else and closed the JIRA issue. He should have raised a seperate JIRA
issue.
Also, this only works for our JMS rar. The same method attributes
check needs adding to the MessageEndpointInterceptor/Proxy
for when it starts the transaction rather than the rar.
> When I merged the forceClear stuff, I merged
> that too. isSameRMOverrideValue apparently slipped in during the merge.
This needs removing then.
--
xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Adrian Brock
Chief Scientist
JBoss, a division of Red Hat
xxxxxxxxxxxxxxxxxxxxxxxxxxxx
[View Less]
17 years, 3 months