[JBoss JIRA] Closed: (JBESB-387) jUDDI-registry (juddi.war) is missing deploy/undeploy ant task
by Kurt Stam (JIRA)
[ http://jira.jboss.com/jira/browse/JBESB-387?page=all ]
Kurt Stam closed JBESB-387.
---------------------------
Resolution: Done
Thanks for the patch. I added the build.xml.
> jUDDI-registry (juddi.war) is missing deploy/undeploy ant task
> --------------------------------------------------------------
>
> Key: JBESB-387
> URL: http://jira.jboss.com/jira/browse/JBESB-387
> Project: JBoss ESB
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Registry and Repository
> Reporter: jarkko Lietolahti
> Assigned To: Kurt Stam
> Fix For: 4.2 Milestone Release 2
>
> Attachments: build.xml, deployment.properties
>
>
> As I hate copying files I found out that jUDDI-registry in trunk/product/install/jUDDI-registry is missing proper ant build.xml. Find it attacted here.
> The build.xml relies on a new global deployment.properties located at ../../../deployment.properties from trunk/product/install/jUDDI-registry that is in the root of the project. This new file should be there that one only has to configure org.jboss.esb.appserver.home and org.jboss.esb.appserver.config only ONCE to make deployment a lot easier for new checkouts and installations. I hate nothing more than copying files to some weird location (e.g. H:/dev/etc ) when running ant first time in a directory ;)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 11 months
[JBoss JIRA] Work started: (JBESB-387) jUDDI-registry (juddi.war) is missing deploy/undeploy ant task
by Kurt Stam (JIRA)
[ http://jira.jboss.com/jira/browse/JBESB-387?page=all ]
Work on JBESB-387 started by Kurt Stam.
> jUDDI-registry (juddi.war) is missing deploy/undeploy ant task
> --------------------------------------------------------------
>
> Key: JBESB-387
> URL: http://jira.jboss.com/jira/browse/JBESB-387
> Project: JBoss ESB
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Registry and Repository
> Reporter: jarkko Lietolahti
> Assigned To: Kurt Stam
> Fix For: 4.2 Milestone Release 2
>
> Attachments: build.xml, deployment.properties
>
>
> As I hate copying files I found out that jUDDI-registry in trunk/product/install/jUDDI-registry is missing proper ant build.xml. Find it attacted here.
> The build.xml relies on a new global deployment.properties located at ../../../deployment.properties from trunk/product/install/jUDDI-registry that is in the root of the project. This new file should be there that one only has to configure org.jboss.esb.appserver.home and org.jboss.esb.appserver.config only ONCE to make deployment a lot easier for new checkouts and installations. I hate nothing more than copying files to some weird location (e.g. H:/dev/etc ) when running ant first time in a directory ;)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 11 months
[JBoss JIRA] Created: (JBESB-527) NullPointerException while load testing jboss messaging
by Tom Cunningham (JIRA)
NullPointerException while load testing jboss messaging
-------------------------------------------------------
Key: JBESB-527
URL: http://jira.jboss.com/jira/browse/JBESB-527
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.2 Milestone Release 2
Environment: Mac OS X 10.4.9, java 1.5.0_07, using jsbossesb-server built from trunk
Reporter: Tom Cunningham
Assigned To: Mark Little
Was load testing the new jboss-messaging components, and I built the trunk jbossesb-server. Deployed the HelloWorldAction quickstart example and then loadtested it, and after about a minute, I started getting an infrequent NullPointerException.
13:05:04,379 ERROR [JmsGatewayListener] Courier <org.jboss.internal.soa.esb.couriers.TwoWayCourierImpl.deliverAsync(Message) FAILED
org.jboss.soa.esb.couriers.CourierException: java.lang.NullPointerException
at org.jboss.internal.soa.esb.couriers.JmsCourier.deliver(JmsCourier.java:147)
at org.jboss.internal.soa.esb.couriers.TwoWayCourierImpl.deliver(TwoWayCourierImpl.java:158)
at org.jboss.soa.esb.listeners.gateway.JmsGatewayListener.doRun(JmsGatewayListener.java:163)
at org.jboss.soa.esb.listeners.lifecycle.AbstractThreadedManagedLifecycle.run(AbstractThreadedManagedLifecycle.java:115)
at java.lang.Thread.run(Thread.java:613)
Caused by: java.lang.NullPointerException
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:625)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:587)
at javax.naming.InitialContext.lookup(InitialContext.java:351)
at org.jboss.internal.soa.esb.couriers.JmsCourier.createMessageProducer(JmsCourier.java:251)
at org.jboss.internal.soa.esb.couriers.JmsCourier.deliver(JmsCourier.java:143)
... 4 more
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 12 months
[JBoss JIRA] Created: (JBESB-528) Need to add missing properties to deployment.properties
by Tom Cunningham (JIRA)
Need to add missing properties to deployment.properties
-------------------------------------------------------
Key: JBESB-528
URL: http://jira.jboss.com/jira/browse/JBESB-528
Project: JBoss ESB
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Examples
Affects Versions: 4.2 Milestone Release 1
Environment: Mac OS X 10.4.9, java 1.5.0_07
Reporter: Tom Cunningham
Assigned To: Mark Little
When trying to deploy to jboss-4.0.5.GA using the build.xml in the MR1 install directory, I found that I was missing two properties in the standard deployment.properties file. The two missing properties are :
org.jboss.esb.server.config
org.jboss.esb.dist.lib
Without these properties, I couldn't get the jbossesb.sar to deploy to my appserver. We should add these two properties to the deployment.properties file that we ship, and if we aren't using the following properties, we might want to remove them :
Are
org.jboss.esb.dist
org.jboss.esb.appserver.config
being used?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 12 months